[pypy-commit] pypy core-only-tracing: fix tests

antocuni noreply at buildbot.pypy.org
Fri Jan 20 15:35:15 CET 2012


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: core-only-tracing
Changeset: r51530:04c7e6ed45c9
Date: 2012-01-20 14:18 +0100
http://bitbucket.org/pypy/pypy/changeset/04c7e6ed45c9/

Log:	fix tests

diff --git a/pypy/jit/metainterp/test/support.py b/pypy/jit/metainterp/test/support.py
--- a/pypy/jit/metainterp/test/support.py
+++ b/pypy/jit/metainterp/test/support.py
@@ -40,6 +40,7 @@
         _cell = FakeJitCell()
 
         trace_limit = sys.maxint
+        jitmode = 'full'
         enable_opts = ALL_OPTS_DICT
 
     func._jit_unroll_safe_ = True


More information about the pypy-commit mailing list