Author: Armin Rigo <[email protected]>
Branch:
Changeset: r85142:8030d6268539
Date: 2016-06-13 21:06 +0200
http://bitbucket.org/pypy/pypy/changeset/8030d6268539/
Log: Fix test (after 4e4fa6046959, which gets rid of these unexpected
getarrayitem_raw)
diff --git a/pypy/module/pypyjit/test_pypy_c/test_micronumpy.py
b/pypy/module/pypyjit/test_pypy_c/test_micronumpy.py
--- a/pypy/module/pypyjit/test_pypy_c/test_micronumpy.py
+++ b/pypy/module/pypyjit/test_pypy_c/test_micronumpy.py
@@ -163,14 +163,10 @@
guard_not_invalidated(descr=...)
i32 = float_ne(f31, 0.000000)
guard_true(i32, descr=...)
- i34 = getarrayitem_raw_i(#, #, descr=<ArrayU 1>) # XXX what are
these?
- guard_value(i34, #, descr=...) # XXX don't appear
in
- i35 = getarrayitem_raw_i(#, #, descr=<ArrayU 1>) # XXX equiv
test_zjit
i36 = int_add(i24, 1)
i37 = int_add(i29, 8)
i38 = int_ge(i36, i30)
guard_false(i38, descr=...)
- guard_value(i35, #, descr=...) # XXX
jump(..., descr=...)
""")
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit