SHA256
1
0
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:
Matej Cepl 2024-06-25 16:08:01 +00:00 committed by Git OBS Bridge
parent 7a215a300e
commit b385491107
2 changed files with 12 additions and 1 deletions

View File

@ -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>

View File

@ -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