Turns out our tests hang on armv7hl too

This commit is contained in:
Petr Šabata 2017-05-03 08:47:14 +02:00
parent 8bc5227963
commit ee9803b67c

View File

@ -2,7 +2,7 @@
Summary: A garbage collector for C and C++
Name: gc
Version: 7.6.0
Release: 4%{?dist}
Release: 5%{?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,ppc64le
%ifnarch aarch64 %{ix86} ppc64le
## gctest sometimes(?) hangs on armv7hl, aarch64, ppc64le
%ifnarch %{arm} aarch64 %{ix86} ppc64le
make check %{?arch_ignore}
%endif
@ -101,6 +101,9 @@ make check %{?arch_ignore}
%changelog
* Wed May 03 2017 Petr Šabata <contyk@redhat.com> - 7.6.0-5
- Turns out our tests hang on armv7hl too, let's skip them (#1431866)
* Wed Mar 15 2017 Rex Dieter <rdieter@fedoraproject.org> - 7.6.0-4
- skip tests on ppcle64 (#1431866)