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.

classification
Title: UDPLITE tests fail on android
Type: behavior Stage: needs patch
Components: Tests Versions: Python 3.9
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: asvetlov, gappleto97
Priority: normal Keywords:

Created on 2019-11-19 19:40 by xdegaye, last changed 2022-04-11 14:59 by admin.

Files
File name Uploaded Description Edit
test_socket.txt xdegaye, 2019-11-19 19:40
Messages (3)
msg356985 - (view) Author: Xavier de Gaye (xdegaye) * (Python triager) Date: 2019-11-19 19:40
Attached test_socket.txt is the output of running 'python -m test -v test_socket' on android API 24. The 108 tests in error are UDPLITE tests introduced in issue #37345.
msg358167 - (view) Author: Xavier de Gaye (xdegaye) * (Python triager) Date: 2019-12-10 07:47
Not interested anymore in android stuff.
msg358171 - (view) Author: Gabe Appleton (gappleto97) * Date: 2019-12-10 07:54
Also, isn't this just a permissions error? I wouldn't think that would indicate a failure of the feature, but instead one of the testing environment.

On December 10, 2019 7:47:10 AM UTC, Xavier de Gaye <report@bugs.python.org> wrote:
>
>Xavier de Gaye <xdegaye@gmail.com> added the comment:
>
>Not interested anymore in android stuff.
>
>----------
>
>_______________________________________
>Python tracker <report@bugs.python.org>
><https://bugs.python.org/issue38851>
>_______________________________________
History
Date User Action Args
2022-04-11 14:59:23adminsetgithub: 83032
2019-12-10 07:54:29xdegayesetnosy: - xdegaye
2019-12-10 07:54:21gappleto97setmessages: + msg358171
2019-12-10 07:47:10xdegayesetnosy: asvetlov, xdegaye, gappleto97
messages: + msg358167
2019-11-19 19:40:49xdegayecreate