[issue18715] Tests fail when run with coverage

2021-09-10 Thread Irit Katriel
Irit Katriel added the comment: This is about 8 years old, so closing. Let's open new issues for current failures when we see them. -- nosy: +iritkatriel resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker

[issue18715] Tests fail when run with coverage

2013-08-16 Thread Ezio Melotti
Ezio Melotti added the comment: It's probably better to open a separate issue for each test module that is failing, possibly by keeping this as a meta-issue. -- nosy: +ezio.melotti type: -> behavior ___ Python tracker

[issue18715] Tests fail when run with coverage

2013-08-13 Thread Seydou Dia
Seydou Dia added the comment: 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 date:Sun Jun 09 19:10:28 2013 -0400 summary: Branch coverage im

[issue18715] Tests fail when run with coverage

2013-08-12 Thread Ned Deily
Ned Deily added the comment: Please upload the test results as file attachment(s) to this issue. Files stored elsewhere may disappear. -- nosy: +ned.deily ___ Python tracker __

[issue18715] Tests fail when run with coverage

2013-08-12 Thread Seydou Dia
New submission from Seydou Dia: 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