[pypy-svn] r78458 - pypy/branch/jit-unroll-loops/pypy/jit/metainterp/test

hakanardo at codespeak.net hakanardo at codespeak.net
Fri Oct 29 13:28:31 CEST 2010


Author: hakanardo
Date: Fri Oct 29 13:28:30 2010
New Revision: 78458

Modified:
   pypy/branch/jit-unroll-loops/pypy/jit/metainterp/test/test_list.py
Log:
(hakanardo, arigo) fixed test

Modified: pypy/branch/jit-unroll-loops/pypy/jit/metainterp/test/test_list.py
==============================================================================
--- pypy/branch/jit-unroll-loops/pypy/jit/metainterp/test/test_list.py	(original)
+++ pypy/branch/jit-unroll-loops/pypy/jit/metainterp/test/test_list.py	Fri Oct 29 13:28:30 2010
@@ -216,4 +216,4 @@
             return a * b
         res = self.meta_interp(f, [37])
         assert res == f(37)
-        self.check_loops(getfield_gc=1)
+        self.check_loops(getfield_gc=1, everywhere=True)



More information about the Pypy-commit mailing list