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 kulikjak
Recipients aeros, asvetlov, koobs, kulikjak, ned.deily, paul.moore, ronaldoussoren, soumendra, steve.dower, tim.golden, zach.ware
Date 2020-11-27.08:36:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1606466180.55.0.307400095324.issue41818@roundup.psfhosted.org>
In-reply-to
Content
This change also broke Solaris (SunOS), where (similarly to BSDs and Darwin) OSError is not raised in the `new test_master_read()` test.

Adding `or PLATFORM == "SunOS"` into the `expectedFailureOnBSD` function fixes this issue, but it's no longer just BSDs and it's derivates.
History
Date User Action Args
2020-11-27 08:36:20kulikjaksetrecipients: + kulikjak, paul.moore, ronaldoussoren, tim.golden, ned.deily, asvetlov, zach.ware, koobs, steve.dower, aeros, soumendra
2020-11-27 08:36:20kulikjaksetmessageid: <1606466180.55.0.307400095324.issue41818@roundup.psfhosted.org>
2020-11-27 08:36:20kulikjaklinkissue41818 messages
2020-11-27 08:36:20kulikjakcreate