Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r46230:88d80aef1433
Date: 2011-08-03 08:07 +0200
http://bitbucket.org/pypy/pypy/changeset/88d80aef1433/

Log:    Skip this test here.

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
@@ -19,6 +19,9 @@
     def setup_method(self, _):
         self.cpu = self.cpu_type(None)
 
+    def test_memoryerror(self):
+        py.test.skip("does not make much sense on the llgraph backend")
+
 
 def test_cast_adr_to_int_and_back():
     X = lltype.Struct('X', ('foo', lltype.Signed))
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to