[pypy-svn] r58526 - pypy/branch/gc-experiments/pypy/rpython/memory/test

fijal at codespeak.net fijal at codespeak.net
Wed Oct 1 14:09:17 CEST 2008


Author: fijal
Date: Wed Oct  1 14:09:17 2008
New Revision: 58526

Modified:
   pypy/branch/gc-experiments/pypy/rpython/memory/test/test_gc.py
Log:
These tests should pass now. (One doesn't, but that's a bug)


Modified: pypy/branch/gc-experiments/pypy/rpython/memory/test/test_gc.py
==============================================================================
--- pypy/branch/gc-experiments/pypy/rpython/memory/test/test_gc.py	(original)
+++ pypy/branch/gc-experiments/pypy/rpython/memory/test/test_gc.py	Wed Oct  1 14:09:17 2008
@@ -461,15 +461,6 @@
     def test_finalizer_order(self):
         py.test.skip("Not implemented yet")
 
-    def test_finalizer_calls_malloc(self):
-        py.test.skip("Not implemented yet")
-
-    def test_finalizer_calls_malloc_during_minor_collect(self):
-        py.test.skip("Not implemented yet")
-
-    def test_weakref_to_object_with_finalizer(self):
-        py.test.skip("Not implemented yet")
-
 class TestMarkCompactGCGrowing(TestMarkCompactGC):
     GC_PARAMS = {'space_size': 64}
 



More information about the Pypy-commit mailing list