Skip test_gdb everywhere
https://bugzilla.redhat.com/show_bug.cgi?id=1734327 Also remove a note about test_gdb skipped on armv7hl, that one was fixed: https://bugzilla.redhat.com/show_bug.cgi?id=1196181
This commit is contained in:
parent
29530ba2a8
commit
2d19c7ecdc
@ -1015,10 +1015,10 @@ CheckPython() {
|
|||||||
LD_LIBRARY_PATH=$ConfDir $ConfDir/python -m test.pythoninfo
|
LD_LIBRARY_PATH=$ConfDir $ConfDir/python -m test.pythoninfo
|
||||||
|
|
||||||
# Run the upstream test suite
|
# Run the upstream test suite
|
||||||
# test_gdb skipped on armv7hl:
|
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1196181
|
|
||||||
# test_gdb skipped on s390x:
|
# test_gdb skipped on s390x:
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1678277
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1678277
|
||||||
|
# test_gdb skipped everywhere:
|
||||||
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1734327
|
||||||
# test_asyncio skipped:
|
# test_asyncio skipped:
|
||||||
# https://bugs.python.org/issue35998
|
# https://bugs.python.org/issue35998
|
||||||
# test_distutils
|
# test_distutils
|
||||||
@ -1029,9 +1029,7 @@ CheckPython() {
|
|||||||
%if %{with bootstrap}
|
%if %{with bootstrap}
|
||||||
-x test_distutils \
|
-x test_distutils \
|
||||||
%endif
|
%endif
|
||||||
%ifarch %{arm} s390x
|
|
||||||
-x test_gdb \
|
-x test_gdb \
|
||||||
%endif
|
|
||||||
%ifarch %{mips64}
|
%ifarch %{mips64}
|
||||||
-x test_ctypes \
|
-x test_ctypes \
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user