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