[swig] unit tests fail on aarch64, too. disable for now

Peter Robinson pbrobinson at fedoraproject.org
Mon May 12 18:27:04 UTC 2014


commit 8e05671a3a645d23cb40b3765dbcf2e8f96f4e83
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Mon May 12 19:26:46 2014 +0100

    unit tests fail on aarch64, too. disable for now

 swig.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/swig.spec b/swig.spec
index 1435922..e666ab6 100644
--- a/swig.spec
+++ b/swig.spec
@@ -29,7 +29,7 @@
 Summary: Connects C/C++/Objective C to some high-level programming languages
 Name:    swig
 Version: 3.0.0
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPLv3+ and BSD
 URL:     http://swig.sourceforge.net/
 Source0: http://downloads.sourceforge.net/project/swig/swig/swig-%{version}/swig-%{version}.tar.gz
@@ -116,7 +116,7 @@ make %{?_smp_mflags}
 
 %if %{with testsuite}
 ## ppc* passes most tests but fail some java ones; disable for now
-%ifnarch ppc64le ppc %{power64}
+%ifnarch ppc64le ppc %{power64} aarch64
 # Test suite
 make check
 %endif
@@ -178,6 +178,9 @@ install -p -m 0644 %{name}.1 %{buildroot}%{_mandir}/man1/
 %doc Doc Examples LICENSE LICENSE-GPL LICENSE-UNIVERSITIES COPYRIGHT
 
 %changelog
+* Mon May 12 2014 Peter Robinson <pbrobinson at fedoraproject.org> 3.0.0-5
+- unit tests fail on aarch64, too. disable for now
+
 * Fri Apr 25 2014 Peter Robinson <pbrobinson at fedoraproject.org> 3.0.0-4
 - No golang or R on aarch64 (currently)
 


More information about the scm-commits mailing list