[pypy-svn] r45314 - pypy/dist/pypy/translator/jvm/test

fijal at codespeak.net fijal at codespeak.net
Wed Jul 25 10:00:10 CEST 2007


Author: fijal
Date: Wed Jul 25 10:00:10 2007
New Revision: 45314

Modified:
   pypy/dist/pypy/translator/jvm/test/test_builtin.py
Log:
Skip this test, it was failing forever now


Modified: pypy/dist/pypy/translator/jvm/test/test_builtin.py
==============================================================================
--- pypy/dist/pypy/translator/jvm/test/test_builtin.py	(original)
+++ pypy/dist/pypy/translator/jvm/test/test_builtin.py	Wed Jul 25 10:00:10 2007
@@ -39,4 +39,6 @@
         
     def test_builtin_math_modf(self):
         py.test.skip("metavm.py needs to be updated to handle this math op; graphless extrernal")
-        
\ No newline at end of file
+
+    def test_os_dup(self):
+        py.test.skip("not implemented")



More information about the Pypy-commit mailing list