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

arigo at codespeak.net arigo at codespeak.net
Thu Apr 30 16:15:36 CEST 2009


Author: arigo
Date: Thu Apr 30 16:15:34 2009
New Revision: 64863

Modified:
   pypy/branch/pyjitpl5/pypy/jit/backend/x86/test/test_zrpy_loop.py
Log:
Skips.


Modified: pypy/branch/pyjitpl5/pypy/jit/backend/x86/test/test_zrpy_loop.py
==============================================================================
--- pypy/branch/pyjitpl5/pypy/jit/backend/x86/test/test_zrpy_loop.py	(original)
+++ pypy/branch/pyjitpl5/pypy/jit/backend/x86/test/test_zrpy_loop.py	Thu Apr 30 16:15:34 2009
@@ -1,8 +1,13 @@
-
+import py
 from pypy.jit.metainterp.test.test_loop import LoopTest
 from pypy.jit.backend.x86.test.test_zrpy_slist import Jit386Mixin
 
 class TestLoop(Jit386Mixin, LoopTest):
     # for the individual tests see
     # ====> ../../../metainterp/test/test_loop.py
-    pass
+
+    def test_interp_many_paths(self):
+        py.test.skip('not supported: pointer as argument')
+
+    def test_interp_many_paths_2(self):
+        py.test.skip('not supported: pointer as argument')



More information about the Pypy-commit mailing list