Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r57546:dc536a1f2a7e
Date: 2012-09-25 09:50 +0200
http://bitbucket.org/pypy/pypy/changeset/dc536a1f2a7e/

Log:    Fix the test by forcing it to run with the old value
        'max_unroll_loops=5'.

diff --git a/pypy/jit/metainterp/test/test_ajit.py 
b/pypy/jit/metainterp/test/test_ajit.py
--- a/pypy/jit/metainterp/test/test_ajit.py
+++ b/pypy/jit/metainterp/test/test_ajit.py
@@ -2028,6 +2028,7 @@
                 y -= 1
             return res
         def g(x, y):
+            set_param(myjitdriver, 'max_unroll_loops', 5)
             a1 = f(A(x), y)
             a2 = f(A(x), y)
             b1 = f(B(x), y)
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to