Author: Antonio Cuni <[email protected]>
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
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to