skip tests on ppcle64 (#1431866)

This commit is contained in:
Rex Dieter 2017-03-15 10:00:39 -05:00
parent 5d30852fcf
commit 8bc5227963

View File

@ -2,7 +2,7 @@
Summary: A garbage collector for C and C++
Name: gc
Version: 7.6.0
Release: 3%{?dist}
Release: 4%{?dist}
License: BSD
Url: http://www.hboehm.info/gc/
@ -74,8 +74,8 @@ rm -fv %{buildroot}%{_libdir}/lib*.la
%global arch_ignore ||:
%endif
## cordtest segfaults or hangs on ix86
## gctest sometimes(?) hangs on aarch64
%ifnarch aarch64 %{ix86}
## gctest sometimes(?) hangs on aarch64,ppc64le
%ifnarch aarch64 %{ix86} ppc64le
make check %{?arch_ignore}
%endif
@ -101,6 +101,9 @@ make check %{?arch_ignore}
%changelog
* Wed Mar 15 2017 Rex Dieter <rdieter@fedoraproject.org> - 7.6.0-4
- skip tests on ppcle64 (#1431866)
* Tue Mar 14 2017 Rex Dieter <rdieter@fedoraproject.org> - 7.6.0-3
- skip tests on aarch64 (#1431866)