Author: Antonio Cuni <[email protected]>
Branch: 
Changeset: r91410:190cd7ec3d9a
Date: 2017-05-25 18:56 +0200
http://bitbucket.org/pypy/pypy/changeset/190cd7ec3d9a/

Log:    don't test the blackhole path in ARM tests, for the very same reason
        as we do in x86 ones

diff --git a/rpython/jit/backend/arm/test/test_llop.py 
b/rpython/jit/backend/arm/test/test_llop.py
--- a/rpython/jit/backend/arm/test/test_llop.py
+++ b/rpython/jit/backend/arm/test/test_llop.py
@@ -5,5 +5,9 @@
 class TestLLOp(JitARMMixin, _TestLLOp):
     # for the individual tests see
     # ====> ../../../metainterp/test/test_llop.py
-    pass
 
+    # do NOT test the blackhole implementation of gc_store_indexed. It cannot
+    # work inside tests because llmodel.py:bh_gc_store_indexed_* receive a
+    # symbolic as the offset. It is not a problem because it is tested anyway
+    # by the same test in test_metainterp.py
+    TEST_BLACKHOLE = False
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to