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 louielu
Recipients ezio.melotti, louielu, michael.foord, rbcollins, ronaldoussoren
Date 2017-07-23.11:11:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500808264.94.0.0414418931394.issue30997@psf.upfronthosting.co.za>
In-reply-to
Content
So for example:


    for i in range(10):
        with self.subTest(i=i):
            DoSomething(i)

we have some platform specific in i=8, i=9, and you want to labeled as expectedFailure. Do I miss something?
History
Date User Action Args
2017-07-23 11:11:04louielusetrecipients: + louielu, ronaldoussoren, rbcollins, ezio.melotti, michael.foord
2017-07-23 11:11:04louielusetmessageid: <1500808264.94.0.0414418931394.issue30997@psf.upfronthosting.co.za>
2017-07-23 11:11:04louielulinkissue30997 messages
2017-07-23 11:11:04louielucreate