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 Arfrever
Recipients Arfrever, vstinner
Date 2017-08-01.18:59:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501613991.01.0.554655584004.issue31088@psf.upfronthosting.co.za>
In-reply-to
Content
This bug in output actually occurs in sequential mode.

Apparently problem can be reproduced in 3.*, but only if Tools/scripts/run_tests.py is changed to run tests sequentially. (That problem reported as issue 31098.)

Example from 3.7:

0:00:42 load avg: 1.89 [ 11/405] test_cprofile
0:00:42 load avg: 1.89 [ 12/405] test_winsound
test_winsound skipped -- Use of the 'audio' resource not enabled
0:00:43 load avg: 1.89 [ 13/405] test_pickletools -- test_winsound skipped (resource denied)
0:00:46 load avg: 1.82 [ 14/405] test_select
0:00:58 load avg: 1.54 [ 15/405] test_bisect
History
Date User Action Args
2017-08-01 18:59:51Arfreversetrecipients: + Arfrever, vstinner
2017-08-01 18:59:51Arfreversetmessageid: <1501613991.01.0.554655584004.issue31088@psf.upfronthosting.co.za>
2017-08-01 18:59:50Arfreverlinkissue31088 messages
2017-08-01 18:59:50Arfrevercreate