Reenable test_gdb on x86_64
The test was disabled for Python 3.6.4 where it fails currently, but it completes successfully on Python 3.7. See commit: https://src.fedoraproject.org/rpms/python37/c/d84538b320e2013a786d7d1e391bfebd059f69a5 Enable also runnig test_gdb on aarch64, as failures are no longer observed. The bugzilla associated with the reqson why it was disabled is long closed. See commit: https://src.fedoraproject.org/rpms/python37/c/3b7dcebf399c67228916767bb92e75dd2613baa8
This commit is contained in:
parent
a2c6e9ba55
commit
f52973f5cb
1 changed files with 3 additions and 1 deletions
|
|
@ -1065,10 +1065,12 @@ CheckPython() {
|
|||
-wW --slowest --findleaks \
|
||||
-x test_distutils \
|
||||
-x test_bdist_rpm \
|
||||
-x test_gdb \
|
||||
%ifarch %{mips64}
|
||||
-x test_ctypes \
|
||||
%endif
|
||||
%ifarch %{power64} s390 s390x armv7hl %{mips}
|
||||
-x test_gdb \
|
||||
%endif
|
||||
%ifarch ppc64le
|
||||
-x test_buffer \
|
||||
%endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue