[shogun/el5] exclude another failing test on 32-Bit arches

Björn Esser besser82 at fedoraproject.org
Tue Feb 25 13:48:23 UTC 2014


commit 9fa0648c95c938a15bbc8304ce2e25ad076ce213
Author: Björn Esser <bjoern.esser at gmail.com>
Date:   Tue Feb 25 14:48:33 2014 +0100

    exclude another failing test on 32-Bit arches

 shogun.spec |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/shogun.spec b/shogun.spec
index beda118..e52f01a 100644
--- a/shogun.spec
+++ b/shogun.spec
@@ -915,6 +915,12 @@ ctest										\
 popd
 
 %if 0%{?with_python3}
+
+%if 0%{?__isa_bits} == 32
+#   * tests failing on 32-Bit arches because of misallignments
+EXCLUDE_FROM_TESTS="${EXCLUDE_FROM_TESTS}|integration-python_modular-tester-mathematics_linsolver_cg"
+%endif #0%{?__isa_bits} == 32
+
 pushd %{py3dir}/build
 # Unit && integration tests -- usual testsuite.
 ctest										\


More information about the scm-commits mailing list