Reenable passing tests

This commit is contained in:
Karolina Surma 2026-01-26 11:12:41 +01:00
commit b4fbfd9335
2 changed files with 4 additions and 24 deletions

View file

@ -1472,18 +1472,9 @@ CheckPython() {
# Run the upstream test suite
# --timeout=2700: kill test running for longer than 45 minutes
# test_freeze_simple_script is skipped, because it fails without bundled libs.
# the freeze tool is only usable from the source checkout anyway,
# we don't ship it in the RPM package.
# 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_signal is skipped due to https://github.com/python/cpython/issues/118989
# test.test_concurrent_futures.test_deadlock tends to time out on s390x and ppc64le in
# freethreading{,-debug} build, skipping it to shorten the build time
# see: https://github.com/python/cpython/issues/121719
# test_interrupt and test_interrupt_no_handler
# reported in https://github.com/python/cpython/issues/133651
# test_margin_is_sufficient
# reported in https://github.com/python/cpython/issues/140222
LD_LIBRARY_PATH=$ConfDir $ConfDir/python -m test.regrtest \
@ -1493,18 +1484,8 @@ CheckPython() {
%else
--timeout=2700 \
%endif
-i test_freeze_simple_script \
-i test_check_probes \
-i test_interrupt \
-i test_interrupt_no_handler \
-i test_margin_is_sufficient \
%ifarch %{mips64}
-x test_ctypes \
%endif
%ifarch s390x ppc64le
-x test_signal \
-i test_deadlock \
%endif
echo FINISHED: CHECKING OF PYTHON FOR CONFIGURATION: $ConfName