[pypy-commit] pypy gc-minimark-pinning: this test is unsupported

fijal noreply at buildbot.pypy.org
Fri May 11 18:17:47 CEST 2012


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: gc-minimark-pinning
Changeset: r55044:72826bca7a49
Date: 2012-05-11 18:16 +0200
http://bitbucket.org/pypy/pypy/changeset/72826bca7a49/

Log:	this test is unsupported

diff --git a/pypy/rpython/memory/test/test_gc.py b/pypy/rpython/memory/test/test_gc.py
--- a/pypy/rpython/memory/test/test_gc.py
+++ b/pypy/rpython/memory/test/test_gc.py
@@ -957,6 +957,7 @@
         assert res == 2
 
     def test_pin_collect_tracking(self):
+        py.test.skip("not supported right now, maybe never")
         from pypy.rpython.lltypesystem import llmemory
 
         S = lltype.GcStruct('S', ('x', lltype.Signed))


More information about the pypy-commit mailing list