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

antocuni at codespeak.net antocuni at codespeak.net
Mon May 18 11:25:25 CEST 2009


Author: antocuni
Date: Mon May 18 11:25:24 2009
New Revision: 65294

Modified:
   pypy/branch/pyjitpl5/pypy/jit/backend/cli/test/test_zrpy_basic.py
Log:
this test passes nowadays


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	Mon May 18 11:25:24 2009
@@ -19,7 +19,6 @@
     def skip(self):
         py.test.skip('in-progress')
 
-    test_constant_across_mp = skip
     test_stopatxpolicy = skip
     test_print = skip
     test_bridge_from_interpreter = skip



More information about the Pypy-commit mailing list