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 vstinner
Recipients vstinner
Date 2017-06-01.20:42:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1496349760.43.0.933956477831.issue30542@psf.upfronthosting.co.za>
In-reply-to
Content
haypo@selma$ ./python -m test -R 3:3 test_tools -m test_files
Run tests sequentially
0:00:00 load avg: 0.57 [1/1] test_tools
beginning 6 repetitions
123456
......
test_tools leaked [0, 4, 0] references, sum=4
test_tools leaked [0, 3, 0] memory blocks, sum=3
test_tools failed

1 test failed:
    test_tools

Total duration: 12 sec
Tests result: FAILURE

Note: I found it using Zachary's x86 Gentoo Refleaks buildbot and bpo-29512.
History
Date User Action Args
2017-06-01 20:42:40vstinnersetrecipients: + vstinner
2017-06-01 20:42:40vstinnersetmessageid: <1496349760.43.0.933956477831.issue30542@psf.upfronthosting.co.za>
2017-06-01 20:42:40vstinnerlinkissue30542 messages
2017-06-01 20:42:40vstinnercreate