Skip test_deadlock on s390x
This commit is contained in:
parent
5cf9f2e9e5
commit
29ab7b7006
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue