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 serhiy.storchaka
Recipients Michael.Felt, serhiy.storchaka
Date 2020-07-26.14:32:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1595773922.21.0.333650602527.issue41401@roundup.psfhosted.org>
In-reply-to
Content
Thank you for your report (and for all other heroic work for maintaining AIX). Breaking only one test on AIX looks like a good news.

Do you able to run tests manually? Could you please run the following command?

    ./python -m test --list-cases -uall test_io | xargs -n 1 ./python -m test -vuall test_io -m

It may help to determine what exactly the test was broken.
History
Date User Action Args
2020-07-26 14:32:02serhiy.storchakasetrecipients: + serhiy.storchaka, Michael.Felt
2020-07-26 14:32:02serhiy.storchakasetmessageid: <1595773922.21.0.333650602527.issue41401@roundup.psfhosted.org>
2020-07-26 14:32:02serhiy.storchakalinkissue41401 messages
2020-07-26 14:32:02serhiy.storchakacreate