[pypy-svn] r62895 - pypy/branch/pyjitpl5/pypy/jit/backend/x86/test

fijal at codespeak.net fijal at codespeak.net
Thu Mar 12 17:25:35 CET 2009


Author: fijal
Date: Thu Mar 12 17:25:34 2009
New Revision: 62895

Modified:
   pypy/branch/pyjitpl5/pypy/jit/backend/x86/test/test_zrpy_slist.py
Log:
skip only selected tests


Modified: pypy/branch/pyjitpl5/pypy/jit/backend/x86/test/test_zrpy_slist.py
==============================================================================
--- pypy/branch/pyjitpl5/pypy/jit/backend/x86/test/test_zrpy_slist.py	(original)
+++ pypy/branch/pyjitpl5/pypy/jit/backend/x86/test/test_zrpy_slist.py	Thu Mar 12 17:25:34 2009
@@ -1,6 +1,5 @@
 
 import py
-py.test.skip("XXX fails")
 from pypy.jit.metainterp.test.test_slist import ListTests
 from pypy.jit.backend.x86.support import c_meta_interp
 
@@ -12,6 +11,9 @@
     def check_loops(self, *args, **kwds):
         pass
 
+    def interp_operations(self, *args, **kwds):
+        py.test.skip("using interp_operations")
+
 class TestSList(Jit386Mixin, ListTests):
     # for the individual tests see
     # ====> ../../test/test_slist.py



More information about the Pypy-commit mailing list