[pypy-commit] pypy default: Backed out changeset: 10e1e307844f, bdk fixed everything before

squeaky noreply at buildbot.pypy.org
Wed Mar 5 18:15:43 CET 2014


Author: Squeaky <squeaky_pl at gmx.com>
Branch: 
Changeset: r69729:983423db26e2
Date: 2014-03-05 18:13 +0100
http://bitbucket.org/pypy/pypy/changeset/983423db26e2/

Log:	Backed out changeset: 10e1e307844f, bdk fixed everything before

diff --git a/pypy/module/pypyjit/test_pypy_c/test_misc.py b/pypy/module/pypyjit/test_pypy_c/test_misc.py
--- a/pypy/module/pypyjit/test_pypy_c/test_misc.py
+++ b/pypy/module/pypyjit/test_pypy_c/test_misc.py
@@ -176,14 +176,14 @@
         loop, = log.loops_by_filename(self.filepath)
         assert loop.match("""
             guard_not_invalidated?
-            i16 = int_lt(i11, i12)
-            guard_true(i16, descr=...)
+            i16 = int_ge(i11, i12)
+            guard_false(i16, descr=...)
             i20 = int_add(i11, 1)
             i21 = force_token()
             setfield_gc(p4, i20, descr=<.* .*W_AbstractSeqIterObject.inst_index .*>)
             guard_not_invalidated?
-            i25 = int_lt(i11, i9)
-            guard_true(i25, descr=...)
+            i25 = int_ge(i11, i9)
+            guard_false(i25, descr=...)
             i27 = int_add_ovf(i7, i11)
             guard_no_overflow(descr=...)
             --TICK--


More information about the pypy-commit mailing list