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

Reply via email to