[python3/python3.4] Disable test_faulthandler, test_gdb on aarch64 (rhbz#1045193)

Matej Stuchlik mstuchli at fedoraproject.org
Sun May 18 22:51:08 UTC 2014


commit 1746188b354ae0b1641dbeed2009913a63e538ae
Author: Matej Stuchlik <mstuchli at redhat.com>
Date:   Sun May 18 23:39:35 2014 +0200

    Disable test_faulthandler, test_gdb on aarch64 (rhbz#1045193)

 python3.spec |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/python3.spec b/python3.spec
index 6425f47..123b7ad 100644
--- a/python3.spec
+++ b/python3.spec
@@ -128,7 +128,7 @@
 Summary: Version 3 of the Python programming language aka Python 3000
 Name: python3
 Version: %{pybasever}.0
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: Python
 Group: Development/Languages
 
@@ -1386,7 +1386,10 @@ CheckPython() {
   #   @unittest._expectedFailureInRpmBuild
   WITHIN_PYTHON_RPM_BUILD= \
   LD_LIBRARY_PATH=$ConfDir $ConfDir/python -m test.regrtest \
-    --verbose --findleaks
+    --verbose --findleaks \
+    %ifarch %{arm}
+    -x test_faulthandler test_gdb
+    %endif
 
   echo FINISHED: CHECKING OF PYTHON FOR CONFIGURATION: $ConfName
 
@@ -1817,6 +1820,10 @@ rm -fr %{buildroot}
 # ======================================================
 
 %changelog
+* Sun May 18 2014 Matej Stuchlik <mstuchli at redhat.com> - 3.4.0-6
+- Disable test_faulthandler, test_gdb on aarch64
+Resolves: rhbz#1045193
+
 * Fri May 16 2014 Matej Stuchlik <mstuchli at redhat.com> - 3.4.0-5
 - Don't add Werror=declaration-after-statement for extension
   modules through setup.py (PyBT#21121)


More information about the scm-commits mailing list