From f0bed3ccd8069d1d57c64c460d9ae7c1e591ccdf Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Tue, 20 Feb 2018 11:50:22 +0000 Subject: [PATCH] Disable valgrind test on ppc64 and ppc64le valgrind seems to have a problem with strcmp() on these architectures at the moment (#1470030) --- perl-Test-LeakTrace.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/perl-Test-LeakTrace.spec b/perl-Test-LeakTrace.spec index 9bb1b5f..6328437 100644 --- a/perl-Test-LeakTrace.spec +++ b/perl-Test-LeakTrace.spec @@ -1,12 +1,14 @@ # some arches don't have valgrind so we need to disable its support on them -%ifarch %{ix86} x86_64 ppc ppc64 ppc64le s390x %{arm} aarch64 +# Note: ppc64 and ppc64le currently have broken valgrind: +# https://bugzilla.redhat.com/show_bug.cgi?id=1470030 +%ifarch %{ix86} x86_64 ppc s390x %{arm} aarch64 %global with_valgrind 1 %endif Name: perl-Test-LeakTrace Summary: Trace memory leaks Version: 0.16 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL+ or Artistic URL: http://search.cpan.org/dist/Test-LeakTrace/ Source0: http://search.cpan.org/CPAN/authors/id/L/LE/LEEJO/Test-LeakTrace-%{version}.tar.gz @@ -104,6 +106,10 @@ make test %{_mandir}/man3/Test::LeakTrace::Script.3* %changelog +* Tue Feb 20 2018 Paul Howarth - 0.16-5 +- Disable valgrind test on ppc64 and ppc64le until valgrind is working again + (#1470030) + * Fri Feb 09 2018 Fedora Release Engineering - 0.16-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild @@ -116,7 +122,7 @@ make test * Sun Jun 18 2017 Paul Howarth - 0.16-1 - Update to 0.16 - Fix build and test issues with perl5.26 due to removal of . from @INC - (CPAN RT#120420, GH#4) + (CPAN RT#120420, GH#3) - This release by LEEJO → update source URL - Simplify find commands using -empty and -delete - Drop EL-5 support