[pypy-svn] r65272 - pypy/branch/pyjitpl5/pypy/jit/backend/cli/test

antocuni at codespeak.net antocuni at codespeak.net
Fri May 15 18:23:09 CEST 2009


Author: antocuni
Date: Fri May 15 18:23:08 2009
New Revision: 65272

Modified:
   pypy/branch/pyjitpl5/pypy/jit/backend/cli/test/test_zrpy_basic.py
Log:
add a comment about a failing test


Modified: pypy/branch/pyjitpl5/pypy/jit/backend/cli/test/test_zrpy_basic.py
==============================================================================
--- pypy/branch/pyjitpl5/pypy/jit/backend/cli/test/test_zrpy_basic.py	(original)
+++ pypy/branch/pyjitpl5/pypy/jit/backend/cli/test/test_zrpy_basic.py	Fri May 15 18:23:08 2009
@@ -28,4 +28,6 @@
     test_bridge_from_interpreter_4 = skip
     test_bridge_leaving_interpreter_5 = skip
     test_free_object = skip
-    test_we_are_jitted = skip
+
+    def test_we_are_jitted(self):
+        py.test.skip("it seems to fail even with the x86 backend, didn't investigate the problem")



More information about the Pypy-commit mailing list