[python3] Also exclude test_faulthandler on aarch64

Bohuslav Kabrda bkabrda at fedoraproject.org
Wed May 28 07:27:12 UTC 2014


commit 29b96892f1b5c872d4f066f154164c39ec5c14de
Author: Slavek Kabrda <bkabrda at redhat.com>
Date:   Wed May 28 09:27:08 2014 +0200

    Also exclude test_faulthandler on aarch64

 python3.spec |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/python3.spec b/python3.spec
index 706c95b..9eae9f1 100644
--- a/python3.spec
+++ b/python3.spec
@@ -1395,10 +1395,12 @@ CheckPython() {
   # our non-standard decorators take effect on the relevant tests:
   #   @unittest._skipInRpmBuild(reason)
   #   @unittest._expectedFailureInRpmBuild
+  # test_faulthandler.test_register_chain currently fails on ppc64le and
+  #   aarch64, see upstream bug http://bugs.python.org/issue21131
   WITHIN_PYTHON_RPM_BUILD= \
   LD_LIBRARY_PATH=$ConfDir $ConfDir/python -m test.regrtest \
     --verbose --findleaks \
-    %ifarch ppc64le
+    %ifarch ppc64le aarch64
     -x test_faulthandler
     %endif
 


More information about the scm-commits mailing list