Skip test_sendfile_close_peer_in_the_middle_of_receiving on ppc64le
Reported upstream https://github.com/python/cpython/issues/123384 Which was a duplicate of https://github.com/python/cpython/issues/120226 The test is fixed on the main branch, but skipping is easier than backporting. The failure occurs with Kernel 6.10.x even when Python is built with an older Kernel. By skipping the tests, we can ship a CVE fix.
This commit is contained in:
parent
73a97226f5
commit
58d3aefea4
1 changed files with 5 additions and 0 deletions
|
|
@ -1160,6 +1160,8 @@ CheckPython() {
|
|||
# test_check_probes is failing since it was introduced in 3.12.0rc1,
|
||||
# the test is skipped until it is fixed in upstream.
|
||||
# see: https://github.com/python/cpython/issues/104280#issuecomment-1669249980
|
||||
# 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 -j0 --timeout=1800 \
|
||||
|
|
@ -1171,6 +1173,9 @@ 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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue