[pypy-commit] pypy stm-gc: Add at least this placeholder test :-/ Hopefully, will be fixed soon.

arigo noreply at buildbot.pypy.org
Thu Feb 16 20:51:09 CET 2012


Author: Armin Rigo <arigo at tunes.org>
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!")


More information about the pypy-commit mailing list