[pypy-commit] pypy space-newtext: fix for test_pypy_c

arigo pypy.commits at gmail.com
Mon Feb 13 09:41:13 EST 2017


Author: Armin Rigo <arigo at tunes.org>
Branch: space-newtext
Changeset: r90084:3bba29c8e6e8
Date: 2017-02-13 15:39 +0100
http://bitbucket.org/pypy/pypy/changeset/3bba29c8e6e8/

Log:	fix for test_pypy_c

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
@@ -131,7 +131,6 @@
             guard_no_exception(descr=...)
             p95 = call_r(..., descr=<Callr . r EF=5>)     # ll_build
             guard_no_exception(descr=...)
-            guard_nonnull(p95, descr=...)
             i96 = strlen(p95)
             i97 = int_add_ovf(i71, i96)
             guard_no_overflow(descr=...)
@@ -210,10 +209,8 @@
         guard_not_invalidated(descr=...)
         p80 = call_r(ConstClass(ll_str__IntegerR_SignedConst_Signed), i47, descr=<Callr . i EF=3>)
         guard_no_exception(descr=...)
-        guard_nonnull(p80, descr=...)
         p53 = call_r(ConstClass(fast_str_decode_ascii), p80, descr=<Callr . r EF=4>)
         guard_no_exception(descr=...)
-        guard_nonnull(p53, descr=...)
         --TICK--
         jump(..., descr=...)
         """)


More information about the pypy-commit mailing list