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-07-31.12:59:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501505990.76.0.255583071807.issue31088@psf.upfronthosting.co.za>
In-reply-to
Content
Since some change during last 3 months, regrtest.py on 2.7 branch prints "${test_file_name} skipped" message twice for each ${test_file_name}, firstly directly after given ${test_file_name}, and secondly after the following test.

Example:

0:00:06 [ 17/401] test_abc
0:00:06 [ 18/401] test_abstract_numbers
0:00:06 [ 19/401] test_aepack
test_aepack skipped -- No module named aetypes
0:00:06 [ 20/401] test_aifc -- test_aepack skipped
0:00:06 [ 21/401] test_al
test_al skipped -- No module named al
0:00:06 [ 22/401] test_anydbm -- test_al skipped
0:00:08 [ 23/401] test_applesingle
test_applesingle skipped -- No module named MacOS
0:00:08 [ 24/401] test_argparse -- test_applesingle skipped
0:00:14 [ 25/401] test_array
0:00:15 [ 26/401] test_ascii_formatd
0:00:15 [ 27/401] test_ast
History
Date User Action Args
2017-07-31 12:59:50Arfreversetrecipients: + Arfrever, vstinner
2017-07-31 12:59:50Arfreversetmessageid: <1501505990.76.0.255583071807.issue31088@psf.upfronthosting.co.za>
2017-07-31 12:59:50Arfreverlinkissue31088 messages
2017-07-31 12:59:50Arfrevercreate