From ab4372fd3801725fc464ff15b0484717abdc83f3 Mon Sep 17 00:00:00 2001 From: Karolina Surma Date: Fri, 7 Jun 2024 14:06:06 +0200 Subject: [PATCH] Skip test_deadlock on s390x --- python3.13.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/python3.13.spec b/python3.13.spec index 6ae61cb..2e9fe31 100644 --- a/python3.13.spec +++ b/python3.13.spec @@ -17,7 +17,7 @@ URL: https://www.python.org/ %global prerel b2 %global upstream_version %{general_version}%{?prerel} Version: %{general_version}%{?prerel:~%{prerel}} -Release: 3%{?dist} +Release: 4%{?dist} License: Python-2.0.1 @@ -1262,6 +1262,8 @@ CheckPython() { # see: https://github.com/python/cpython/issues/104280#issuecomment-1669249980 # test_gdb is skipped due to https://bugzilla.redhat.com/2275274#c11 # test_signal is skipped due to https://github.com/python/cpython/issues/118989 + # test.test_concurrent_futures.test_deadlock tends to time out on s390x in + # freethreading{,-debug} build, skipping it to shorten the build time LD_LIBRARY_PATH=$ConfDir $ConfDir/python -m test.regrtest \ -wW --slowest %{_smp_mflags} --timeout=2700 \ -i test_freeze_simple_script \ @@ -1272,6 +1274,7 @@ CheckPython() { %endif %ifarch s390x -x test_signal \ + -i test_deadlock \ %endif echo FINISHED: CHECKING OF PYTHON FOR CONFIGURATION: $ConfName @@ -1684,6 +1687,9 @@ CheckPython freethreading # ====================================================== %changelog +* Fri Jun 07 2024 Karolina Surma - 3.13.0~b2-4 +- Skip test_deadlock on s390x + * Thu Jun 06 2024 Python Maint - 3.13.0~b2-3 - Rebuilt for Python 3.13