[pypy-svn] r35701 - pypy/dist/pypy/translator/js/test

fijal at codespeak.net fijal at codespeak.net
Wed Dec 13 21:27:49 CET 2006


Author: fijal
Date: Wed Dec 13 21:27:43 2006
New Revision: 35701

Modified:
   pypy/dist/pypy/translator/js/test/test_rpython.py
Log:
Skip those tests, they are broken anyway


Modified: pypy/dist/pypy/translator/js/test/test_rpython.py
==============================================================================
--- pypy/dist/pypy/translator/js/test/test_rpython.py	(original)
+++ pypy/dist/pypy/translator/js/test/test_rpython.py	Wed Dec 13 21:27:43 2006
@@ -7,7 +7,7 @@
 from pypy.rpython.test.test_rtuple import BaseTestRtuple
 from pypy.rpython.test.test_rstr import BaseTestRstr
 
-#py.test.skip("Test in progress")
+py.test.skip("Those tests are totally broken, need deeper look")
 
 class TestJsException(JsTest, BaseTestException):
     pass



More information about the Pypy-commit mailing list