Reenable test_buffer on ppc64le

The test failed because of a GCC bug which has been fixed in GCC
master branch and Rawhide uses GCC 9 (master branch):

* https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88892
* https://bugzilla.redhat.com/show_bug.cgi?id=1570256
This commit is contained in:
Victor Stinner 2019-03-12 15:00:45 +01:00 committed by churchyard
parent 9aa8c492fc
commit 955b947441

View File

@ -958,9 +958,6 @@ CheckPython() {
%ifarch %{mips64}
-x test_ctypes \
%endif
%ifarch ppc64le
-x test_buffer \
%endif
%ifarch %{power64} s390 s390x armv7hl aarch64 %{mips}
-x test_gdb \
%endif