summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2006-08-21 22:25:22 (GMT)
committerThomas Wouters <thomas@python.org>2006-08-21 22:25:22 (GMT)
commit5431ee4a499e173c5638297de30a965ed2206c66 (patch)
tree96fa28af8511db7499143896a69d98b15617bba1
parent3dfc3c14a20de3c35262e2e798159f7a64611437 (diff)
downloadcpython-5431ee4a499e173c5638297de30a965ed2206c66.zip
cpython-5431ee4a499e173c5638297de30a965ed2206c66.tar.gz
cpython-5431ee4a499e173c5638297de30a965ed2206c66.tar.bz2
test_gc is no longer broken
-rw-r--r--BROKEN17
1 files changed, 0 insertions, 17 deletions
diff --git a/BROKEN b/BROKEN
index e5769f69..53e9d43 100644
--- 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