Author: Armin Rigo <ar...@tunes.org>
Branch: stm-gc
Changeset: r52646:15dfea589fd3
Date: 2012-02-19 18:50 +0100
http://bitbucket.org/pypy/pypy/changeset/15dfea589fd3/

Log:    Kill an outdated test.

diff --git a/pypy/translator/stm/test/test_ztranslated.py 
b/pypy/translator/stm/test/test_ztranslated.py
--- a/pypy/translator/stm/test/test_ztranslated.py
+++ b/pypy/translator/stm/test/test_ztranslated.py
@@ -10,15 +10,3 @@
         data = cbuilder.cmdexec('4 5000')
         assert 'done sleeping.' in data
         assert 'check ok!' in data
-
-
-class TestSTMFramework(CompiledSTMTests):
-    gc = "minimark"
-
-    def test_hello_world(self):
-        py.test.skip("in-progress")
-        t, cbuilder = self.compile(targetdemo.entry_point)
-        data = cbuilder.cmdexec('4 5000 1')
-        # ^^^ should check that it doesn't take 1G of RAM
-        assert 'done sleeping.' in data
-        assert 'check ok!' in data
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to