From ee9803b67c37b1a86b2f1f2a3389c3902e659b9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Wed, 3 May 2017 08:47:14 +0200 Subject: [PATCH] Turns out our tests hang on armv7hl too --- gc.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/gc.spec b/gc.spec index 537d748..ec1a4fe 100644 --- a/gc.spec +++ b/gc.spec @@ -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 - 7.6.0-5 +- Turns out our tests hang on armv7hl too, let's skip them (#1431866) + * Wed Mar 15 2017 Rex Dieter - 7.6.0-4 - skip tests on ppcle64 (#1431866)