- Skip test_multiprocessing_spawn, test_remote_pdb, test_sys in qemu

linux-user emulation

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python314?expand=0&rev=65
This commit is contained in:
2025-05-15 08:34:57 +00:00
committed by Git OBS Bridge
parent d5f7289dc9
commit 5397122a9a
2 changed files with 10 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon May 12 16:18:21 UTC 2025 - Andreas Schwab <schwab@suse.de>
- Skip test_multiprocessing_spawn, test_remote_pdb, test_sys in qemu
linux-user emulation
-------------------------------------------------------------------
Mon May 12 10:59:41 UTC 2025 - Matej Cepl <mcepl@cepl.eu>

View File

@@ -639,12 +639,15 @@ EXCLUDE="$EXCLUDE test_faulthandler"
%if 0%{?qemu_user_space_build}
# test_external_inspection: qemu does not support ptrace in test_self_trace
# test_faulthandler: test_register_chain is racy
# test_multiprocessing_spawn: qemu does not support CLONE_VFORK
# 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_remote_pdb: qemu does not support process_vm_readv/writev
# 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"
# test_sys: qemu does not support process_vm_readv/writev
EXCLUDE="$EXCLUDE test_external_inspection test_faulthandler test_multiprocessing_spawn test_os test_posix test_remote_pdb test_signal test_socket test_subprocess test_sys"
%endif
# This test (part of test_uuid) requires real network interfaces