When I run the tests suit with coverage (e.g, ./python COVERAGEDIR run --pylib Lib/test/regrtest.py test_frame), the following tests fails: * test_frame * test_xml_etree * test_threading_local * test_super * test_importlib The tracebacks are available here : http://pastebin.com/j6ScCibV
The test results have been uploaded. I forgot to mention in my previous comment the version of Coverage.py used: changeset: 1463:2c5fb3a8b81c tag: tip user: Ned Batchelder <ned@nedbatchelder.com> date: Sun Jun 09 19:10:28 2013 -0400 summary: Branch coverage improvement, fixes #90. Bug #212 fixed on py2, but not py3