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

antocuni at codespeak.net antocuni at codespeak.net
Thu May 21 10:09:52 CEST 2009


Author: antocuni
Date: Thu May 21 10:09:51 2009
New Revision: 65342

Modified:
   pypy/branch/pyjitpl5/pypy/jit/backend/cli/test/test_loop.py
Log:
I was wrong, this test also has no chances to pass without translation


Modified: pypy/branch/pyjitpl5/pypy/jit/backend/cli/test/test_loop.py
==============================================================================
--- pypy/branch/pyjitpl5/pypy/jit/backend/cli/test/test_loop.py	(original)
+++ pypy/branch/pyjitpl5/pypy/jit/backend/cli/test/test_loop.py	Thu May 21 10:09:51 2009
@@ -10,16 +10,12 @@
     def skip(self):
         py.test.skip("works only after translation")
 
-    def _skip(self):
-        py.test.skip("in-progress")
-
     test_loop_with_two_paths = skip
     test_interp_many_paths = skip
     test_interp_many_paths_2 = skip
     test_adapt_bridge_to_merge_point = skip
     test_outer_and_inner_loop = skip
     test_path_with_operations_not_from_start_2 = skip
-    
-    test_loop_unicode = _skip
+    test_loop_unicode = skip
 
 



More information about the Pypy-commit mailing list