[pypy-commit] pypy op_malloc_gc: skip this test, does not contain anything really interesting any more

arigo noreply at buildbot.pypy.org
Mon Dec 19 07:26:15 CET 2011


Author: Armin Rigo <arigo at tunes.org>
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]


More information about the pypy-commit mailing list