From 4a4efadd0a1a1344645edec7decd1fd6478cb82d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hrn=C4=8Diar?= Date: Mon, 9 Sep 2024 16:37:00 +0200 Subject: [PATCH] Revert "Skip test_sendfile_close_peer_in_the_middle_of_receiving on ppc64le" This was fixed upstream in https://github.com/python/cpython/pull/123422 This reverts commit b2d96079e910b91acf4a462d7fd5b5240cbe44ac. --- python3.12.spec | 5 ----- 1 file changed, 5 deletions(-) diff --git a/python3.12.spec b/python3.12.spec index aba5d66..5f9d673 100644 --- a/python3.12.spec +++ b/python3.12.spec @@ -1161,8 +1161,6 @@ CheckPython() { # the test is skipped until it is fixed in upstream. # see: https://github.com/python/cpython/issues/104280#issuecomment-1669249980 # test_gdb is skipped due to https://bugzilla.redhat.com/2275274#c11 - # test_sendfile_close_peer_in_the_middle_of_receiving: - # https://github.com/python/cpython/issues/120226 LD_LIBRARY_PATH=$ConfDir $ConfDir/python -m test.regrtest \ -wW --slowest %{_smp_mflags} --timeout=2700 \ @@ -1172,9 +1170,6 @@ CheckPython() { %ifarch %{mips64} -x test_ctypes \ %endif - %ifarch ppc64le - -i test_sendfile_close_peer_in_the_middle_of_receiving \ - %endif echo FINISHED: CHECKING OF PYTHON FOR CONFIGURATION: $ConfName