[pypy-commit] pypy arm-backend-2: ignore fast path for now

bivab noreply at buildbot.pypy.org
Mon Sep 19 10:20:33 CEST 2011


Author: David Schneider <david.schneider at picle.org>
Branch: arm-backend-2
Changeset: r47338:25987c59a336
Date: 2011-08-10 11:13 -0400
http://bitbucket.org/pypy/pypy/changeset/25987c59a336/

Log:	ignore fast path for now

diff --git a/pypy/jit/backend/arm/test/test_runner.py b/pypy/jit/backend/arm/test/test_runner.py
--- a/pypy/jit/backend/arm/test/test_runner.py
+++ b/pypy/jit/backend/arm/test/test_runner.py
@@ -112,3 +112,6 @@
         a = lltype.cast_opaque_ptr(lltype.Ptr(A), r1.value)
         assert a[0] == 0
         assert len(a) == 6
+
+    def test_cond_call_gc_wb_array_card_marking_fast_path(self):
+        py.test.skip('ignore this fast path for now')


More information about the pypy-commit mailing list