Skip test_gdb on arm on Fedora 33 once again
See https://bugzilla.redhat.com/show_bug.cgi?id=1846390
This commit is contained in:
parent
81b2ac3ff9
commit
d7bac0b114
@ -1205,6 +1205,8 @@ CheckPython() {
|
|||||||
# test_distutils
|
# test_distutils
|
||||||
# distutils.tests.test_bdist_rpm tests fail when bootstraping the Python
|
# distutils.tests.test_bdist_rpm tests fail when bootstraping the Python
|
||||||
# package: rpmbuild requires /usr/bin/pythonX.Y to be installed
|
# package: rpmbuild requires /usr/bin/pythonX.Y to be installed
|
||||||
|
# test_gdb on arm on Fedora 33:
|
||||||
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1846390
|
||||||
LD_LIBRARY_PATH=$ConfDir $ConfDir/python -m test.regrtest \
|
LD_LIBRARY_PATH=$ConfDir $ConfDir/python -m test.regrtest \
|
||||||
-wW --slowest -j0 --timeout=1800 \
|
-wW --slowest -j0 --timeout=1800 \
|
||||||
%if %{with bootstrap}
|
%if %{with bootstrap}
|
||||||
@ -1213,6 +1215,11 @@ CheckPython() {
|
|||||||
%ifarch %{mips64}
|
%ifarch %{mips64}
|
||||||
-x test_ctypes \
|
-x test_ctypes \
|
||||||
%endif
|
%endif
|
||||||
|
%ifarch %{arm}
|
||||||
|
%if 0%{?fedora} < 34 && 0%{?rhel} < 9
|
||||||
|
-x test_gdb \
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
|
|
||||||
echo FINISHED: CHECKING OF PYTHON FOR CONFIGURATION: $ConfName
|
echo FINISHED: CHECKING OF PYTHON FOR CONFIGURATION: $ConfName
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user