New submission from Xavier de Gaye:
test_posix fails on an android emulator running an x86 system image at API
level 21.
For the first ERROR, 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)'
======================================================================
ERROR: test_rtld_constants (test.test_posix.PosixTester)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/sdcard/org.bitbucket.pyona/lib/python3.6/test/test_posix.py", line
1128, in test_rtld_constants
posix.RTLD_LAZY
AttributeError: module 'posix' has no attribute 'RTLD_LAZY'
----------------------------------------------------------------------
Ran 83 tests in 0.114s
FAILED (errors=2, skipped=11)
test test_posix failed
1 test failed:
test_posix
Total duration: 0:00:01
----------
components: Cross-Build, Library (Lib)
messages: 264733
nosy: Alex.Willmer, larry, xdegaye
priority: normal
severity: normal
status: open
title: android: test_posix fails
type: behavior
versions: Python 3.6
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue26932>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com