Disable valgrind test on ppc64 and ppc64le

valgrind seems to have a problem with strcmp() on these architectures
at the moment (#1470030)
epel9
Paul Howarth 7 years ago
parent 8c5eac513b
commit f0bed3ccd8

@ -1,12 +1,14 @@
# some arches don't have valgrind so we need to disable its support on them # 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 %global with_valgrind 1
%endif %endif
Name: perl-Test-LeakTrace Name: perl-Test-LeakTrace
Summary: Trace memory leaks Summary: Trace memory leaks
Version: 0.16 Version: 0.16
Release: 4%{?dist} Release: 5%{?dist}
License: GPL+ or Artistic License: GPL+ or Artistic
URL: http://search.cpan.org/dist/Test-LeakTrace/ URL: http://search.cpan.org/dist/Test-LeakTrace/
Source0: http://search.cpan.org/CPAN/authors/id/L/LE/LEEJO/Test-LeakTrace-%{version}.tar.gz 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* %{_mandir}/man3/Test::LeakTrace::Script.3*
%changelog %changelog
* Tue Feb 20 2018 Paul Howarth <paul@city-fan.org> - 0.16-5
- Disable valgrind test on ppc64 and ppc64le until valgrind is working again
(#1470030)
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.16-4 * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.16-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
@ -116,7 +122,7 @@ make test
* Sun Jun 18 2017 Paul Howarth <paul@city-fan.org> - 0.16-1 * Sun Jun 18 2017 Paul Howarth <paul@city-fan.org> - 0.16-1
- Update to 0.16 - Update to 0.16
- Fix build and test issues with perl5.26 due to removal of . from @INC - 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 - This release by LEEJO → update source URL
- Simplify find commands using -empty and -delete - Simplify find commands using -empty and -delete
- Drop EL-5 support - Drop EL-5 support

Loading…
Cancel
Save