[pypy-svn] r40196 - in pypy/dist/pypy: lib/distributed/test translator/js/examples/console/test translator/js/examples/test

fijal at codespeak.net fijal at codespeak.net
Sun Mar 11 12:43:06 CET 2007


Author: fijal
Date: Sun Mar 11 12:43:03 2007
New Revision: 40196

Modified:
   pypy/dist/pypy/lib/distributed/test/test_greensock.py
   pypy/dist/pypy/translator/js/examples/console/test/test_console.py
   pypy/dist/pypy/translator/js/examples/test/test_examples.py
Log:
Skip those tests, we need pylib trunk->dist merge for them to work


Modified: pypy/dist/pypy/lib/distributed/test/test_greensock.py
==============================================================================
--- pypy/dist/pypy/lib/distributed/test/test_greensock.py	(original)
+++ pypy/dist/pypy/lib/distributed/test/test_greensock.py	Sun Mar 11 12:43:03 2007
@@ -1,4 +1,6 @@
 
+import py
+py.test.skip("Skip this till pylib trunk->dist merge")
 from pypy.conftest import gettestobjspace
 
 class AppTestDistributedGreensock(object):

Modified: pypy/dist/pypy/translator/js/examples/console/test/test_console.py
==============================================================================
--- pypy/dist/pypy/translator/js/examples/console/test/test_console.py	(original)
+++ pypy/dist/pypy/translator/js/examples/console/test/test_console.py	Sun Mar 11 12:43:03 2007
@@ -1,4 +1,6 @@
 
+py.test.skip("Skip this till pylib trunk->dist merge")
+
 def test_line_skip():
     from pypy.translator.js.examples.console.console import line_split
     assert line_split("asdf", 80) == "asdf"

Modified: pypy/dist/pypy/translator/js/examples/test/test_examples.py
==============================================================================
--- pypy/dist/pypy/translator/js/examples/test/test_examples.py	(original)
+++ pypy/dist/pypy/translator/js/examples/test/test_examples.py	Sun Mar 11 12:43:03 2007
@@ -1,7 +1,8 @@
 
 """ Various build tests
 """
-
+import py
+py.test.skip("Skip this till pylib trunk->dist merge")
 from pypy.translator.js.main import rpython2javascript
 
 def test_console_build():



More information about the Pypy-commit mailing list