[pypy-commit] pypy cleanup-llgraph-backend: Skip the wb tests

arigo noreply at buildbot.pypy.org
Wed Oct 17 11:48:26 CEST 2012


Author: Armin Rigo <arigo at tunes.org>
Branch: cleanup-llgraph-backend
Changeset: r58158:85a19069a150
Date: 2012-10-17 11:47 +0200
http://bitbucket.org/pypy/pypy/changeset/85a19069a150/

Log:	Skip the wb tests

diff --git a/pypy/jit/backend/llgraph/test/test_llgraph.py b/pypy/jit/backend/llgraph/test/test_llgraph.py
--- a/pypy/jit/backend/llgraph/test/test_llgraph.py
+++ b/pypy/jit/backend/llgraph/test/test_llgraph.py
@@ -13,6 +13,12 @@
     def setup_method(self, _):
         self.cpu = self.cpu_type(None)
 
+    def test_cond_call_gc_wb(self):
+        py.test.skip("does not make much sense on the llgraph backend")
+
+    test_cond_call_gc_wb_array = test_cond_call_gc_wb
+    test_cond_call_gc_wb_array_card_marking_fast_path = test_cond_call_gc_wb
+
     def test_backends_dont_keep_loops_alive(self):
         py.test.skip("does not make much sense on the llgraph backend")
 


More information about the pypy-commit mailing list