From 6cfc37e6921bc066753fc70146220c6ea65ed0f9 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Wed, 30 Oct 2013 09:15:03 +0100 Subject: [PATCH] testsuite: ignore results only for powerpc Version: 7.2d-4 --- gc.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/gc.spec b/gc.spec index a58618c..9672e8e 100644 --- a/gc.spec +++ b/gc.spec @@ -97,7 +97,12 @@ rm -fv %{buildroot}%{_libdir}/lib*.la %check make check -make check -C libatomic_ops ||: +# ignore results on powerpc - the atomic stack feature is not working correctly +# there (#883748) +%ifarch ppc ppc64 +%global arch_ignore ||: +%endif +make check -C libatomic_ops %{?arch_ignore} %clean @@ -145,6 +150,7 @@ rm -rf %{buildroot} %changelog * Wed Oct 30 2013 Pavel Raiskup - 7.2d-4 - add support for aarch64 (#969817) +- ignore testsuite results only for powerpc * Sat Aug 03 2013 Fedora Release Engineering - 7.2d-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild