New submission from Christian Heimes <li...@cheimes.de>:

I'm getting multiple test failures with latest Alpine 3.15 and musl-1.2.2-r7. 
Some test failures may be caused by wrong assumptions in our tests, some might 
be bugs in musl lib.c

9 tests failed:
    test__locale test_c_locale_coercion test_cmd_line test_gdb
    test_locale test_os test_posix test_re test_selectors

I have attached the output of

./python -m test -v test__locale test_c_locale_coercion test_cmd_line test_gdb 
test_locale test_os test_posix test_re test_selectors 2>&1 | tee 
alpine315-tests.txt

You can use my container to reproduce the test failures:

$ podman run --privileged -ti --rm -v $(pwd):/cpython:Z 
quay.io/tiran/cpythonbuild:alpine-3.15 /bin/sh
# /cmd.sh
# cd /cpython/builddep/alpine-3.15-x86_64/
# make test

----------
components: Build, Tests
files: alpine315-tests.txt
messages: 410645
nosy: christian.heimes
priority: normal
severity: normal
status: open
title: Multiple test failures on Alpine 3.15 / musl-1.2.2-r7
type: behavior
versions: Python 3.11
Added file: https://bugs.python.org/file50562/alpine315-tests.txt

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue46390>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to