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

cfbolz at codespeak.net cfbolz at codespeak.net
Thu Aug 27 16:03:39 CEST 2009


Author: cfbolz
Date: Thu Aug 27 16:03:38 2009
New Revision: 67244

Modified:
   pypy/branch/pyjitpl5/pypy/jit/metainterp/test/test_loop.py
Log:
with the new store sinking stuff, this test passes


Modified: pypy/branch/pyjitpl5/pypy/jit/metainterp/test/test_loop.py
==============================================================================
--- pypy/branch/pyjitpl5/pypy/jit/metainterp/test/test_loop.py	(original)
+++ pypy/branch/pyjitpl5/pypy/jit/metainterp/test/test_loop.py	Thu Aug 27 16:03:38 2009
@@ -34,7 +34,6 @@
         self.check_loop_count(1)
 
     def test_loop_with_delayed_setfield(self):
-        py.test.skip("Disabled")
         myjitdriver = JitDriver(greens = [], reds = ['x', 'y', 'res', 'a'])
         class A(object):
             def __init__(self):



More information about the Pypy-commit mailing list