[Python-3000-checkins] r51451 - python/branches/p3yk/BROKEN

thomas.wouters python-3000-checkins at python.org
Tue Aug 22 00:25:22 CEST 2006


Author: thomas.wouters
Date: Tue Aug 22 00:25:22 2006
New Revision: 51451

Modified:
   python/branches/p3yk/BROKEN
Log:

test_gc is no longer broken



Modified: python/branches/p3yk/BROKEN
==============================================================================
--- python/branches/p3yk/BROKEN	(original)
+++ python/branches/p3yk/BROKEN	Tue Aug 22 00:25:22 2006
@@ -22,23 +22,6 @@
     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


More information about the Python-3000-checkins mailing list