[pypy-commit] pypy ppc-jit-backend: also test card marking
hager
noreply at buildbot.pypy.org
Thu Mar 1 13:08:44 CET 2012
Author: hager <sven.hager at uni-duesseldorf.de>
Branch: ppc-jit-backend
Changeset: r53045:1221d2e20ecc
Date: 2012-03-01 03:53 -0800
http://bitbucket.org/pypy/pypy/changeset/1221d2e20ecc/
Log: also test card marking
diff --git a/pypy/jit/backend/ppc/test/test_runner.py b/pypy/jit/backend/ppc/test/test_runner.py
--- a/pypy/jit/backend/ppc/test/test_runner.py
+++ b/pypy/jit/backend/ppc/test/test_runner.py
@@ -23,9 +23,6 @@
cls.cpu = PPC_64_CPU(rtyper=None, stats=FakeStats())
cls.cpu.setup_once()
- def test_cond_call_gc_wb_array_card_marking_fast_path(self):
- py.test.skip("unsure what to do here")
-
def test_compile_loop_many_int_args(self):
for numargs in range(2, 16):
for _ in range(numargs):
More information about the pypy-commit
mailing list