forked from pool/python315
Update list of skipped tests in qemu linux-user emulation
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 10 10:01:37 UTC 2025 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
- Update list of skipped tests in qemu linux-user emulation
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 6 23:45:56 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
Thu Nov 6 23:45:56 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
|||||||
@@ -363,7 +363,7 @@ An easy to use interface for Unix DBM databases, and more specifically,
|
|||||||
the GNU implementation GDBM.
|
the GNU implementation GDBM.
|
||||||
|
|
||||||
%package -n %{python_pkg_name}-profiling
|
%package -n %{python_pkg_name}-profiling
|
||||||
Summary: Python Statistical Sampling Profiler
|
Summary: Python Statistical Sampling Profiler
|
||||||
Requires: %{python_pkg_name} = %{version}
|
Requires: %{python_pkg_name} = %{version}
|
||||||
%obsolete_python_versioned profiling
|
%obsolete_python_versioned profiling
|
||||||
%if %{primary_interpreter}
|
%if %{primary_interpreter}
|
||||||
@@ -669,17 +669,13 @@ EXCLUDE="$EXCLUDE test_faulthandler"
|
|||||||
%endif
|
%endif
|
||||||
# some tests break in QEMU
|
# some tests break in QEMU
|
||||||
%if 0%{?qemu_user_space_build}
|
%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_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_posix: qemu does not support fexecve with O_CLOEXEC in test_fexecve
|
||||||
# test_remote_pdb: qemu does not support process_vm_readv/writev
|
# test_profiling: test_esrch_signal_handling times out
|
||||||
# test_signal: qemu crashes in test_stress_modifying_handlers
|
# test_signal: qemu crashes in test_stress_modifying_handlers
|
||||||
# test_socket: many CmsgTrunc tests fail
|
# test_socket: many CmsgTrunc tests fail
|
||||||
# test_subprocess: qemu does not support CLONE_VFORK
|
# test_subprocess: qemu does not support CLONE_VFORK
|
||||||
# test_sys: qemu does not support process_vm_readv/writev
|
EXCLUDE="$EXCLUDE test_faulthandler test_posix test_profiling test_signal test_socket test_subprocess"
|
||||||
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
|
%endif
|
||||||
|
|
||||||
# This test (part of test_uuid) requires real network interfaces
|
# This test (part of test_uuid) requires real network interfaces
|
||||||
|
|||||||
Reference in New Issue
Block a user