[pypy-svn] r37376 - pypy/dist/pypy/jit/timeshifter/test

ac at codespeak.net ac at codespeak.net
Fri Jan 26 12:12:02 CET 2007


Author: ac
Date: Fri Jan 26 12:12:00 2007
New Revision: 37376

Modified:
   pypy/dist/pypy/jit/timeshifter/test/test_virtualizable.py
Log:
Oops, these tests pass.

Modified: pypy/dist/pypy/jit/timeshifter/test/test_virtualizable.py
==============================================================================
--- pypy/dist/pypy/jit/timeshifter/test/test_virtualizable.py	(original)
+++ pypy/dist/pypy/jit/timeshifter/test/test_virtualizable.py	Fri Jan 26 12:12:00 2007
@@ -825,7 +825,6 @@
 
 
     def test_setting_pointer_in_residual_call(self):
-        py.test.skip('Tempararily out of service')
         class S(object):
             def __init__(self, x, y):
                 self.x = x
@@ -857,7 +856,6 @@
 
         
     def test_aliased_box(self):
-        py.test.skip("WIP")
         class S(object):
             def __init__(self, x):
                 self.x = x



More information about the Pypy-commit mailing list