Author: Armin Rigo <[email protected]>
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")
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit