[New-bugs-announce] [issue10372] [REGRESSION] test_gc fails on Mac OSX 10.6
Ismail Donmez
report at bugs.python.org
Tue Nov 9 11:05:49 CET 2010
New submission from Ismail Donmez <ismail at namtrac.org>:
py3k r86351,
======================================================================
FAIL: test_garbage_at_shutdown (__main__.GCTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "./Lib/test/test_gc.py", line 500, in test_garbage_at_shutdown
b"shutdown; use", stderr)
AssertionError: b'ResourceWarning: gc: 2 uncollectable objects at shutdown; use' not found in b''
----------------------------------------------------------------------
Ran 28 tests in 0.226s
FAILED (failures=1)
restoring automatic collection
Traceback (most recent call last):
File "./Lib/test/test_gc.py", line 682, in <module>
test_main()
File "./Lib/test/test_gc.py", line 669, in test_main
run_unittest(GCTests, GCTogglingTests)
File "/Users/cartman/Sources/py3k/Lib/test/support.py", line 1141, in run_unittest
_run_suite(suite)
File "/Users/cartman/Sources/py3k/Lib/test/support.py", line 1124, in _run_suite
raise TestFailed(err)
test.support.TestFailed: Traceback (most recent call last):
File "./Lib/test/test_gc.py", line 500, in test_garbage_at_shutdown
b"shutdown; use", stderr)
AssertionError: b'ResourceWarning: gc: 2 uncollectable objects at shutdown; use' not found in b''
----------
components: Tests
messages: 120854
nosy: cartman
priority: normal
severity: normal
status: open
title: [REGRESSION] test_gc fails on Mac OSX 10.6
type: behavior
versions: Python 3.2
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10372>
_______________________________________
More information about the New-bugs-announce
mailing list