forked from pool/python312
Accepting request 1183151 from home:Andreas_Schwab:riscv:python
- Reenable test_multiprocessing_forkserver test_multiprocessing_spawn test_subprocess tests in qemu build OBS-URL: https://build.opensuse.org/request/show/1183151 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python312?expand=0&rev=48
This commit is contained in:
parent
7a215a300e
commit
b385491107
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 24 12:14:52 UTC 2024 - Andreas Schwab <schwab@suse.de>
|
||||
|
||||
- Reenable test_multiprocessing_forkserver test_multiprocessing_spawn
|
||||
test_subprocess tests in qemu build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 7 10:44:55 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||
|
||||
|
@ -551,7 +551,12 @@ EXCLUDE="$EXCLUDE test_faulthandler"
|
||||
%endif
|
||||
# some tests break in QEMU
|
||||
%if 0%{?qemu_user_space_build}
|
||||
EXCLUDE="$EXCLUDE test_faulthandler test_multiprocessing_forkserver test_multiprocessing_spawn test_os test_posix test_signal test_socket test_subprocess"
|
||||
# test_faulthandler: test_register_chain is racy
|
||||
# test_os: test_fork_warns_when_non_python_thread_exists fails
|
||||
# test_posix: qemu does not support fexecve in test_fexecve
|
||||
# test_signal: qemu crashes in test_stress_modifying_handlers
|
||||
# test_socket: many CmsgTrunc tests fail
|
||||
EXCLUDE="$EXCLUDE test_faulthandler test_os test_posix test_signal test_socket"
|
||||
%endif
|
||||
|
||||
# This test (part of test_uuid) requires real network interfaces
|
||||
|
Loading…
x
Reference in New Issue
Block a user