[pypy-svn] r58677 - pypy/branch/oo-jit/pypy/jit/codegen/cli/test

antocuni at codespeak.net antocuni at codespeak.net
Mon Oct 6 18:06:22 CEST 2008


Author: antocuni
Date: Mon Oct  6 18:06:21 2008
New Revision: 58677

Modified:
   pypy/branch/oo-jit/pypy/jit/codegen/cli/test/test_gencli_interpreter.py
Log:
also this tests loops for the same reason as test_knonw_nonzero



Modified: pypy/branch/oo-jit/pypy/jit/codegen/cli/test/test_gencli_interpreter.py
==============================================================================
--- pypy/branch/oo-jit/pypy/jit/codegen/cli/test/test_gencli_interpreter.py	(original)
+++ pypy/branch/oo-jit/pypy/jit/codegen/cli/test/test_gencli_interpreter.py	Mon Oct  6 18:06:21 2008
@@ -92,7 +92,7 @@
         py.test.skip("something wrong with promotion")
 
     def test_debug_assert_ptr_nonzero(self):
-        py.test.skip("replay: NotImplementedError")
+        py.test.skip("something wrong with promotion")
 
     def test_indirect_red_call_with_exc(self):
         py.test.skip("replay: NotImplementedError")



More information about the Pypy-commit mailing list