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 louielu, npatel, vstinner, zvyn
Date 2017-06-07.21:52:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1496872335.54.0.636984038008.issue30542@psf.upfronthosting.co.za>
In-reply-to
Content
Attached test_unparse.py file should be copied to Lib/test/test_tools/test_unparse.py to run:

./python -m test -R 1:2 -m test_files test_tools

With this change, I get this output:
---
haypo@selma$ ./python -m test -R 1:2 -m test_files test_tools
Run tests sequentially
0:00:00 load avg: 0.12 [1/1] test_tools
beginning 3 repetitions
123
...
test_tools leaked [6, 19] references, sum=25
test_tools leaked [3, 5] memory blocks, sum=8
test_tools failed

1 test failed:
    test_tools

Total duration: 223 ms
Tests result: FAILURE
---
History
Date User Action Args
2017-06-07 21:52:15vstinnersetrecipients: + vstinner, zvyn, louielu, npatel
2017-06-07 21:52:15vstinnersetmessageid: <1496872335.54.0.636984038008.issue30542@psf.upfronthosting.co.za>
2017-06-07 21:52:15vstinnerlinkissue30542 messages
2017-06-07 21:52:15vstinnercreate