Message271291
| 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:52 | xdegaye | set | recipients: + xdegaye, vstinner, larry, serhiy.storchaka, Alex.Willmer, yan12125 |
| 2016-07-25 16:00:52 | xdegaye | set | messageid: <1469462452.72.0.255926372093.issue26944@psf.upfronthosting.co.za> |
| 2016-07-25 16:00:52 | xdegaye | link | issue26944 messages |
| 2016-07-25 16:00:52 | xdegaye | create | |