Author: Armin Rigo <[email protected]>
Branch: stm-gc
Changeset: r52569:d37f9bdfdea7
Date: 2012-02-16 20:50 +0100
http://bitbucket.org/pypy/pypy/changeset/d37f9bdfdea7/

Log:    Add at least this placeholder test :-/ Hopefully, will be fixed
        soon.

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
@@ -46,3 +46,8 @@
     # to the Z instance, and the 3rd one is in the block 'x.n *= 2'.
     sum = summary(graph)
     assert sum['stm_writebarrier'] == 3
+
+
+def test_all_the_rest_in_transform():
+    import py
+    py.test.skip("XXX! tests missing!")
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to