Message264789
test_posix fails on an android emulator running an x86 system image at API level 21.
On android we have instead of a list of group IDs:
root@generic_x86:/data/local/tmp # id -G
uid=0(root) gid=0(root) groups=1003(graphics),1004(input),1007(log),1011(adb),1015(sdcard_rw),1028(sdcard_r),3001(net_bt_admin),3002(net_bt),3003(inet),3006(net_bw_stats) context=u:r:su:s0
======================================================================
ERROR: test_getgroups (test.test_posix.PosixTester)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/sdcard/org.bitbucket.pyona/lib/python3.6/test/test_posix.py", line 815, in test_getgroups
set([int(x) for x in groups.split()]),
File "/sdcard/org.bitbucket.pyona/lib/python3.6/test/test_posix.py", line 815, in <listcomp>
set([int(x) for x in groups.split()]),
ValueError: invalid literal for int() with base 10: 'uid=0(root)'
----------------------------------------------------------------------
Ran 83 tests in 0.114s
FAILED (errors=1, skipped=11)
test test_posix failed
1 test failed:
test_posix
Total duration: 0:00:01 |
|
Date |
User |
Action |
Args |
2016-05-04 08:01:13 | xdegaye | set | recipients:
+ xdegaye, larry, Alex.Willmer |
2016-05-04 08:01:13 | xdegaye | set | messageid: <1462348873.26.0.373017977506.issue26944@psf.upfronthosting.co.za> |
2016-05-04 08:01:13 | xdegaye | link | issue26944 messages |
2016-05-04 08:01:13 | xdegaye | create | |
|