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 vstinner
Recipients Alex.Willmer, larry, serhiy.storchaka, vstinner, xdegaye, yan12125
Date 2016-07-25.15:12:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwbGSuwoAK8prVLx9ZWG8k22X6gRP+mtx=JPnXMxjL2LZQ@mail.gmail.com>
In-reply-to <1469455270.44.0.253298532853.issue26944@psf.upfronthosting.co.za>
Content
Sorry but I don't see the point of trying to "fix" the unit test on
Android if "id -G" doesn't work as expected.

In fact, I don't really understand the point of such functional test.
Are we still testing Python? Or are we testing the OS itself?

I suggest to remove the whole unit test, or skip the whole unit test
on Android (@skipIf(is_android(), "-G option of id -G is ignored"),
something like that).
History
Date User Action Args
2016-07-25 15:12:47vstinnersetrecipients: + vstinner, larry, xdegaye, serhiy.storchaka, Alex.Willmer, yan12125
2016-07-25 15:12:47vstinnerlinkissue26944 messages
2016-07-25 15:12:47vstinnercreate