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 pablogsal
Recipients pablogsal, steve.dower, vstinner
Date 2020-01-07.23:54:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1578441293.88.0.429793229703.issue39253@roundup.psfhosted.org>
In-reply-to
Content
./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
History
Date User Action Args
2020-01-07 23:54:53pablogsalsetrecipients: + pablogsal, vstinner, steve.dower
2020-01-07 23:54:53pablogsalsetmessageid: <1578441293.88.0.429793229703.issue39253@roundup.psfhosted.org>
2020-01-07 23:54:53pablogsallinkissue39253 messages
2020-01-07 23:54:53pablogsalcreate