Author: hager <sven.ha...@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):
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to