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 xdegaye
Recipients Alex.Willmer, larry, serhiy.storchaka, vstinner, xdegaye, yan12125
Date 2016-07-25.16:00:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469462452.72.0.255926372093.issue26944@psf.upfronthosting.co.za>
In-reply-to
Content
The test is already skipped by the patch, for Android API level < 23, with the statement:
    raise unittest.SkipTest("need working 'id -G'")

Do you mean that the test should be skipped instead more explicitly with something like:
    skiIf(support.android_api_level < 23, "-G option of id -G is ignored by Android")
History
Date User Action Args
2016-07-25 16:00:52xdegayesetrecipients: + xdegaye, vstinner, larry, serhiy.storchaka, Alex.Willmer, yan12125
2016-07-25 16:00:52xdegayesetmessageid: <1469462452.72.0.255926372093.issue26944@psf.upfronthosting.co.za>
2016-07-25 16:00:52xdegayelinkissue26944 messages
2016-07-25 16:00:52xdegayecreate