From 031ee6e771e6af193b4d3a8f98f4ab4f8edc5a81 Mon Sep 17 00:00:00 2001 From: Johnny Hughes Date: Apr 14 2018 12:39:01 +0000 Subject: updated failing tests on armhfp --- diff --git a/SPECS/valgrind.spec b/SPECS/valgrind.spec index 9879ba2..9b87a65 100644 --- a/SPECS/valgrind.spec +++ b/SPECS/valgrind.spec @@ -154,6 +154,10 @@ Patch17: valgrind-3.13.0-ppc64-timebase.patch # public header under /usr/include/valgrind causing multilib problems. # The result would only be used for two test cases. Patch7001: valgrind-3.11.0-ppc-fppo.patch + +# Fix test link on arm32 +Patch8001: valgrind-3.13.0-fix-tests-arm.patch + %if %{build_multilib} # Ensure glibc{,-devel} is installed for both multilib arches @@ -289,6 +293,9 @@ Valgrind User Manual for details. # RHEL7 specific patches %patch7001 -p1 +%ifarch %{arm} +%patch8001 -p1 -b .armtests +%endif %build # We need to use the software collection compiler and binutils if available. @@ -491,6 +498,9 @@ echo ===============END TESTING=============== %endif %changelog +* Sat Apr 14 2018 Pablo Greco - 3.13.0-10 +- Fix tests on armhfp + * Thu Nov 2 2017 Mark Wielaard - 3.13.0-10 - Add valgrind-3.13.0-ppc64-timebase.patch (#1508148)