[pypy-svn] r47363 - pypy/dist/pypy/rpython/memory/test

arigo at codespeak.net arigo at codespeak.net
Tue Oct 9 21:12:59 CEST 2007


Author: arigo
Date: Tue Oct  9 21:12:55 2007
New Revision: 47363

Modified:
   pypy/dist/pypy/rpython/memory/test/test_transformed_gc.py
Log:
Make the (skipped) SemiSpaceG tests run again.


Modified: pypy/dist/pypy/rpython/memory/test/test_transformed_gc.py
==============================================================================
--- pypy/dist/pypy/rpython/memory/test/test_transformed_gc.py	(original)
+++ pypy/dist/pypy/rpython/memory/test/test_transformed_gc.py	Tue Oct  9 21:12:55 2007
@@ -80,6 +80,7 @@
             return run
         
 class GenericGCTests(GCTest):
+    gcname = "framework"
 
     def heap_usage(self, statistics):
         try:
@@ -380,7 +381,6 @@
         class transformerclass(framework.FrameworkGCTransformer):
             GC_PARAMS = {'start_heap_size': 4096 }
             root_stack_depth = 200
-    gcname = "framework"
 
 
     def test_cloning(self):



More information about the Pypy-commit mailing list