Author: Armin Rigo <[email protected]>
Branch: stm-gc
Changeset: r52394:286b7a2ad62f
Date: 2012-02-12 18:38 +0100
http://bitbucket.org/pypy/pypy/changeset/286b7a2ad62f/

Log:    Skip explicitly.

diff --git a/pypy/translator/stm/test/test_transform.py 
b/pypy/translator/stm/test/test_transform.py
--- a/pypy/translator/stm/test/test_transform.py
+++ b/pypy/translator/stm/test/test_transform.py
@@ -1,4 +1,5 @@
 import py
+py.test.skip("rewrite or kill")
 from pypy.rpython.lltypesystem import lltype, llmemory, rstr
 from pypy.rpython.test.test_llinterp import get_interpreter
 from pypy.objspace.flow.model import summary
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to