From 955b9474413f594bb0eb155eafd471e4ebd40887 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Tue, 12 Mar 2019 15:00:45 +0100 Subject: [PATCH] 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 --- python35.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/python35.spec b/python35.spec index 0bc8d2f..9f4cd5e 100644 --- a/python35.spec +++ b/python35.spec @@ -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