[pypy-svn] r68452 - pypy/branch/gc-hash/pypy/translator/c/test
arigo at codespeak.net
arigo at codespeak.net
Wed Oct 14 18:04:45 CEST 2009
Author: arigo
Date: Wed Oct 14 18:04:45 2009
New Revision: 68452
Modified:
pypy/branch/gc-hash/pypy/translator/c/test/test_newgc.py
Log:
Also skip this test.
Modified: pypy/branch/gc-hash/pypy/translator/c/test/test_newgc.py
==============================================================================
--- pypy/branch/gc-hash/pypy/translator/c/test/test_newgc.py (original)
+++ pypy/branch/gc-hash/pypy/translator/c/test/test_newgc.py Wed Oct 14 18:04:45 2009
@@ -918,6 +918,9 @@
gcpolicy = "markcompact"
should_be_moving = True
+ def setup_class(cls):
+ py.test.skip("Disabled for now")
+
def test_gc_set_max_heap_size(self):
py.test.skip("not implemented")
More information about the Pypy-commit
mailing list