[issue31676] Strange failure in test_cgitb

STINNER Victor report at bugs.python.org
Tue Oct 3 10:21:03 EDT 2017


STINNER Victor <victor.stinner at gmail.com> added the comment:

I bisect the bug manually and using test.bisect. I identified that the bug is triggered when you run the following 3 tests:
---
test.test_imp.ImportTests.test_load_source
test.test_cgitb.TestCgitb.test_html
test.test_cgitb.TestCgitb.test_fonts
---

Write these tests into "tests" file and run:

./python -m test.bisect -uall -M4G test_imp test_cgitb --matchfile=tests

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31676>
_______________________________________


More information about the Python-bugs-list mailing list