[New-bugs-announce] [issue10992] tests failing when run under coverage
Brett Cannon
report at bugs.python.org
Mon Jan 24 03:27:06 CET 2011
New submission from Brett Cannon <brett at python.org>:
A bunch of tests fail when run under coverage (trend seems to be refcount tests). This is to act as a meta-issue to keep track of what tests need to be fixed.
[fail under both coverage.py and regrtest -T]
test_ctypes
test_descr
test_gc
test_metaclass
test_pydoc
test_trace
[coverage.py only]
test_genexps
test_sys
[regrtest -T only]
test_array
test_importlib
test_runpy
----------
components: Tests
messages: 126913
nosy: brett.cannon
priority: normal
severity: normal
stage: needs patch
status: open
title: tests failing when run under coverage
type: behavior
versions: Python 3.3
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10992>
_______________________________________
More information about the New-bugs-announce
mailing list