Author: Armin Rigo <[email protected]>
Branch: op_malloc_gc
Changeset: r50691:cda4e2cc10e1
Date: 2011-12-19 07:19 +0100
http://bitbucket.org/pypy/pypy/changeset/cda4e2cc10e1/

Log:    skip this test, does not contain anything really interesting any
        more

diff --git a/pypy/jit/backend/x86/test/test_runner.py 
b/pypy/jit/backend/x86/test/test_runner.py
--- a/pypy/jit/backend/x86/test/test_runner.py
+++ b/pypy/jit/backend/x86/test/test_runner.py
@@ -69,6 +69,7 @@
         return ctypes.cast(res.value._obj.intval, ctypes.POINTER(item_tp))
 
     def test_allocations(self):
+        py.test.skip("rewrite or kill")
         from pypy.rpython.lltypesystem import rstr
 
         allocs = [None]
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to