[pypy-svn] r47653 - pypy/dist/pypy/translator/c/test

cfbolz at codespeak.net cfbolz at codespeak.net
Sat Oct 20 20:06:05 CEST 2007


Author: cfbolz
Date: Sat Oct 20 20:06:04 2007
New Revision: 47653

Modified:
   pypy/dist/pypy/translator/c/test/test_newgc.py
Log:
more passing tests. one of the rare times where you don't want to see an F.


Modified: pypy/dist/pypy/translator/c/test/test_newgc.py
==============================================================================
--- pypy/dist/pypy/translator/c/test/test_newgc.py	(original)
+++ pypy/dist/pypy/translator/c/test/test_newgc.py	Sat Oct 20 20:06:04 2007
@@ -858,3 +858,8 @@
         fn = self.getcompiled(f)
         res = fn()
         assert res == -2
+
+
+class TestGenerationalGC(TestUsingFramework):
+    gcpolicy = "generation"
+    should_be_moving = True



More information about the Pypy-commit mailing list