From b3854911070d0daa6c48340842678b38c5103ec3f7249c846f9215f7e0a1b104 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 25 Jun 2024 16:08:01 +0000 Subject: [PATCH] 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 --- python312.changes | 6 ++++++ python312.spec | 7 ++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/python312.changes b/python312.changes index 91345ed..523902f 100644 --- a/python312.changes +++ b/python312.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jun 24 12:14:52 UTC 2024 - Andreas Schwab + +- Reenable test_multiprocessing_forkserver test_multiprocessing_spawn + test_subprocess tests in qemu build + ------------------------------------------------------------------- Fri Jun 7 10:44:55 UTC 2024 - Matej Cepl diff --git a/python312.spec b/python312.spec index c35bf59..0ef7d9b 100644 --- a/python312.spec +++ b/python312.spec @@ -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