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

arigo at codespeak.net arigo at codespeak.net
Wed Jun 3 23:40:26 CEST 2009


Author: arigo
Date: Wed Jun  3 23:40:23 2009
New Revision: 65567

Modified:
   pypy/branch/pyjitpl5-experiments/pypy/jit/backend/x86/test/test_virtualizable.py
Log:
Skip test.


Modified: pypy/branch/pyjitpl5-experiments/pypy/jit/backend/x86/test/test_virtualizable.py
==============================================================================
--- pypy/branch/pyjitpl5-experiments/pypy/jit/backend/x86/test/test_virtualizable.py	(original)
+++ pypy/branch/pyjitpl5-experiments/pypy/jit/backend/x86/test/test_virtualizable.py	Wed Jun  3 23:40:23 2009
@@ -4,6 +4,9 @@
 from pypy.jit.backend.x86.test.test_basic import Jit386Mixin
 
 class TestVirtualizable(Jit386Mixin, ImplicitVirtualizableTests):
+    def test_pass_always_virtual_to_bridge(self):
+        py.test.skip("Not implemented nonsense in patch_jump")
+
     def test_virtual_obj_on_always_virtual(self):
         py.test.skip("Widening to trash error")
 



More information about the Pypy-commit mailing list