Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
5431ee4a
Commit
5431ee4a
authored
Aug 21, 2006
by
Thomas Wouters
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test_gc is no longer broken
parent
3dfc3c14
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
17 deletions
+0
-17
BROKEN
BROKEN
+0
-17
No files found.
BROKEN
View file @
5431ee4a
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment