[pypy-svn] r53560 - pypy/branch/jit-hotpath/pypy/jit/codegen/ia32/test

fijal at codespeak.net fijal at codespeak.net
Tue Apr 8 03:44:07 CEST 2008


Author: fijal
Date: Tue Apr  8 03:44:05 2008
New Revision: 53560

Modified:
   pypy/branch/jit-hotpath/pypy/jit/codegen/ia32/test/test_genc_portal.py
Log:
Skip this test. This is broken, but should be re-enabled at some point.


Modified: pypy/branch/jit-hotpath/pypy/jit/codegen/ia32/test/test_genc_portal.py
==============================================================================
--- pypy/branch/jit-hotpath/pypy/jit/codegen/ia32/test/test_genc_portal.py	(original)
+++ pypy/branch/jit-hotpath/pypy/jit/codegen/ia32/test/test_genc_portal.py	Tue Apr  8 03:44:05 2008
@@ -97,4 +97,5 @@
 
     # for the individual tests see
     # ====> ../../../rainbow/test/test_portal.py
-    pass
+    def test_simple_recursive_portal_call_with_exc(self):
+        py.test.skip("FIXME")



More information about the Pypy-commit mailing list