Author: Armin Rigo <[email protected]>
Branch: stmgc-c8
Changeset: r76217:550b001baf4d
Date: 2015-03-02 17:45 +0100
http://bitbucket.org/pypy/pypy/changeset/550b001baf4d/

Log:    skip this test for now

diff --git a/rpython/translator/stm/test/test_ztranslated.py 
b/rpython/translator/stm/test/test_ztranslated.py
--- a/rpython/translator/stm/test/test_ztranslated.py
+++ b/rpython/translator/stm/test/test_ztranslated.py
@@ -611,6 +611,7 @@
         assert 'ok!\n' in data
 
     def test_allocate_preexisting(self):
+        py.test.skip("kill me or re-add me")
         S = lltype.GcStruct('S', ('n', lltype.Signed))
 
         def main(argv):
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to