[pypy-svn] r67188 - pypy/branch/pyjitpl5/pypy/jit/metainterp/test

antocuni at codespeak.net antocuni at codespeak.net
Tue Aug 25 12:25:39 CEST 2009


Author: antocuni
Date: Tue Aug 25 12:25:38 2009
New Revision: 67188

Modified:
   pypy/branch/pyjitpl5/pypy/jit/metainterp/test/test_tl.py
Log:
(cfbolz, antocuni) these tests pass now


Modified: pypy/branch/pyjitpl5/pypy/jit/metainterp/test/test_tl.py
==============================================================================
--- pypy/branch/pyjitpl5/pypy/jit/metainterp/test/test_tl.py	(original)
+++ pypy/branch/pyjitpl5/pypy/jit/metainterp/test/test_tl.py	Tue Aug 25 12:25:38 2009
@@ -170,11 +170,7 @@
                 del meth_func._look_inside_me_
 
 class TestOOtype(ToyLanguageTests, OOJitMixin):
-    def test_tl_call(self):
-        py.test.skip("virtualizables: in-progress with ootype")
-        
-    def test_tl_call_full_of_residuals(self):
-        py.test.skip("virtualizables: in-progress with ootype")
+    pass
 
 class TestLLtype(ToyLanguageTests, LLJitMixin):
     pass



More information about the Pypy-commit mailing list