]> granicus.if.org Git - python/commitdiff
test_gc is no longer broken
authorThomas Wouters <thomas@python.org>
Mon, 21 Aug 2006 22:25:22 +0000 (22:25 +0000)
committerThomas Wouters <thomas@python.org>
Mon, 21 Aug 2006 22:25:22 +0000 (22:25 +0000)
BROKEN

diff --git a/BROKEN b/BROKEN
index e5769f69ab67b1c0e81d1da36c14f4200120dce7..53e9d43f6f30b75cd0749006e2153871683e53db 100644 (file)
--- a/BROKEN
+++ b/BROKEN
@@ -22,23 +22,6 @@ Traceback (most recent call last):
     raise TestFailed, "hash() of dict subclass should fail"
 test.test_support.TestFailed: hash() of dict subclass should fail
 
-////////////////////////////////////////////////////////////////////////
-test_gc
-////////////////////////////////////////////////////////////////////////
-
-testing finalizers... restoring automatic collection
-Traceback (most recent call last):
-  File "../Lib/test/test_gc.py", line 636, in <module>
-    test()
-  File "../Lib/test/test_gc.py", line 623, in test
-    test_all()
-  File "../Lib/test/test_gc.py", line 586, in test_all
-    run_test("finalizers", test_finalizer)
-  File "../Lib/test/test_gc.py", line 18, in run_test
-    thunk()
-  File "../Lib/test/test_gc.py", line 125, in test_finalizer
-    raise TestFailed, "didn't find obj in garbage (finalizer)"
-test.test_support.TestFailed: didn't find obj in garbage (finalizer)
 
 ////////////////////////////////////////////////////////////////////////
 test_set