[pypy-svn] r78463 - pypy/branch/jit-unroll-loops/pypy/jit/metainterp/test
hakanardo at codespeak.net
hakanardo at codespeak.net
Fri Oct 29 13:47:19 CEST 2010
Author: hakanardo
Date: Fri Oct 29 13:47:18 2010
New Revision: 78463
Modified:
pypy/branch/jit-unroll-loops/pypy/jit/metainterp/test/test_virtual.py
Log:
(hakanardo, arigo) skip this for now
Modified: pypy/branch/jit-unroll-loops/pypy/jit/metainterp/test/test_virtual.py
==============================================================================
--- pypy/branch/jit-unroll-loops/pypy/jit/metainterp/test/test_virtual.py (original)
+++ pypy/branch/jit-unroll-loops/pypy/jit/metainterp/test/test_virtual.py Fri Oct 29 13:47:18 2010
@@ -164,6 +164,7 @@
getfield_gc=0, setfield_gc=0)
def test_two_loops_with_virtual(self):
+ py.test.skip("We don't know how to virtualize across bridges right now")
myjitdriver = JitDriver(greens = [], reds = ['n', 'node'])
def f(n):
node = self._new()
More information about the Pypy-commit
mailing list