This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brett.cannon
Recipients brett.cannon
Date 2011-01-24.02:27:04
SpamBayes Score 0.0009153439
Marked as misclassified No
Message-id <1295836026.73.0.339636680883.issue10992@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2011-01-24 02:27:06brett.cannonsetrecipients: + brett.cannon
2011-01-24 02:27:06brett.cannonsetmessageid: <1295836026.73.0.339636680883.issue10992@psf.upfronthosting.co.za>
2011-01-24 02:27:04brett.cannonlinkissue10992 messages
2011-01-24 02:27:04brett.cannoncreate