[New-bugs-announce] [issue39253] Running the test suite with --junit-xml and -R incorrectly reports refleaks
Pablo Galindo Salgado
report at bugs.python.org
Tue Jan 7 18:54:53 EST 2020
New submission from Pablo Galindo Salgado <pablogsal at gmail.com>:
./python -m test test_list -R : --junit-xml something
0:00:00 load avg: 0.52 Run tests sequentially
0:00:00 load avg: 0.52 [1/1] test_list
beginning 9 repetitions
123456789
.........
test_list leaked [798, 798, 798, 798] references, sum=3192
test_list leaked [345, 345, 345, 345] memory blocks, sum=1380
test_list failed
== Tests result: FAILURE ==
1 test failed:
test_list
Total duration: 3.4 sec
Tests result: FAILURE
----------
components: Tests
messages: 359561
nosy: pablogsal, steve.dower, vstinner
priority: normal
severity: normal
status: open
title: Running the test suite with --junit-xml and -R incorrectly reports refleaks
versions: Python 3.9
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39253>
_______________________________________
More information about the New-bugs-announce
mailing list