From f52973f5cbf85052d695a4f4fad06aa1c8edc7c9 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Tue, 20 Feb 2018 18:56:34 +0100 Subject: [PATCH] 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 --- python37.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/python37.spec b/python37.spec index 58cc1e4..fda232b 100644 --- a/python37.spec +++ b/python37.spec @@ -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