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

antocuni at codespeak.net antocuni at codespeak.net
Mon May 18 10:18:44 CEST 2009


Author: antocuni
Date: Mon May 18 10:18:44 2009
New Revision: 65289

Modified:
   pypy/branch/pyjitpl5/pypy/jit/backend/cli/test/test_zrpy_send.py
Log:
ops, this test was meant to be skipped



Modified: pypy/branch/pyjitpl5/pypy/jit/backend/cli/test/test_zrpy_send.py
==============================================================================
--- pypy/branch/pyjitpl5/pypy/jit/backend/cli/test/test_zrpy_send.py	(original)
+++ pypy/branch/pyjitpl5/pypy/jit/backend/cli/test/test_zrpy_send.py	Mon May 18 10:18:44 2009
@@ -17,5 +17,5 @@
     test_three_classes = skip_loop
     test_recursive_call_to_portal_from_blackhole = skip_loop
     test_indirect_call_unknown_object_1 = skip_loop
-    #test_three_cases = skip_loop
+    test_three_cases = skip_loop
 



More information about the Pypy-commit mailing list