Author: Carl Friedrich Bolz <cfb...@gmx.de> Branch: Changeset: r74049:d9aeccab0451 Date: 2014-10-21 18:16 +0200 http://bitbucket.org/pypy/pypy/changeset/d9aeccab0451/
Log: fix test_string diff --git a/pypy/module/pypyjit/test_pypy_c/test_string.py b/pypy/module/pypyjit/test_pypy_c/test_string.py --- a/pypy/module/pypyjit/test_pypy_c/test_string.py +++ b/pypy/module/pypyjit/test_pypy_c/test_string.py @@ -82,7 +82,10 @@ strsetitem(p25, 0, i23) p93 = call(ConstClass(fromstr), p25, 16, descr=<Callr . ri EF=3>) guard_no_exception(descr=...) - i94 = call(ConstClass(rbigint.toint), p93, descr=<Calli . r EF=3>) + i95 = getfield_gc_pure(p93, descr=<FieldS rpython.rlib.rbigint.rbigint.inst_size 24>) + i96 = int_gt(i95, .*) + guard_false(i96, descr=...) + i94 = call(ConstClass(rbigint._toint_helper), p93, descr=<Calli 8 r EF=3>) guard_no_exception(descr=...) i95 = int_add_ovf(i6, i94) guard_no_overflow(descr=...) _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit