From 6afb8e217a0df1cbd514ec6b3a2d8fdbf098ff369dddfad7cfe1f0cbce764092 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 10 Aug 2024 09:21:55 +0000 Subject: [PATCH] Accepting request 1192596 from home:Andreas_Schwab:riscv:python - Update list of skipped tests in qemu linux-user emulation OBS-URL: https://build.opensuse.org/request/show/1192596 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python313?expand=0&rev=38 --- python313.changes | 5 +++++ python313.spec | 9 ++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/python313.changes b/python313.changes index 2f59111..dfa22d1 100644 --- a/python313.changes +++ b/python313.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 8 11:04:23 UTC 2024 - Andreas Schwab + +- Update list of skipped tests in qemu linux-user emulation + ------------------------------------------------------------------- Wed Aug 7 13:40:44 UTC 2024 - Matej Cepl diff --git a/python313.spec b/python313.spec index 95c8d15..cf15280 100644 --- a/python313.spec +++ b/python313.spec @@ -576,7 +576,14 @@ 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_external_inspection: qemu does not support ptrace in test_self_trace +# 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 with O_CLOEXEC in test_fexecve +# test_signal: qemu crashes in test_stress_modifying_handlers +# test_socket: many CmsgTrunc tests fail +# test_subprocess: qemu does not support CLONE_VFORK +EXCLUDE="$EXCLUDE test_external_inspection test_faulthandler test_os test_posix test_signal test_socket test_subprocess" %endif # This test (part of test_uuid) requires real network interfaces