Author: Armin Rigo <ar...@tunes.org> Branch: py3.6 Changeset: r97002:3086088b38f5 Date: 2019-07-14 18:33 +0100 http://bitbucket.org/pypy/pypy/changeset/3086088b38f5/
Log: fix test diff --git a/pypy/module/pypyjit/test_pypy_c/test_ffi.py b/pypy/module/pypyjit/test_pypy_c/test_ffi.py --- a/pypy/module/pypyjit/test_pypy_c/test_ffi.py +++ b/pypy/module/pypyjit/test_pypy_c/test_ffi.py @@ -392,6 +392,8 @@ guard_value(p122, ConstPtr(ptr123), descr=...) p125 = getfield_gc_r(p16, descr=...) guard_nonnull_class(p125, ..., descr=...) + p999 = getfield_gc_r(p125, descr=...) + guard_isnull(p999, descr=...) p127 = getfield_gc_r(p125, descr=...) guard_value(p127, ConstPtr(ptr128), descr=...) p129 = getfield_gc_r(p127, descr=...) @@ -428,6 +430,7 @@ i160 = int_sub(i158, 16) setfield_raw(#, i160, descr=...) setfield_gc(p48, p49, descr=...) + setfield_gc(p48, p50, descr=...) setfield_gc(p134, ConstPtr(null), descr=...) i160 = int_lt(i160, 0) guard_false(i160, descr=...) _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit