[valgrind] 3.9.0-21.svn20140718r14176

Mark Wielaard mjw at fedoraproject.org
Sat Jul 19 19:07:12 UTC 2014


commit da645ddbb5fe9fcac281887b27d29e225ec1ff1a
Author: Mark Wielaard <mjw at redhat.com>
Date:   Sat Jul 19 21:07:22 2014 +0200

    3.9.0-21.svn20140718r14176
    
    - Disable full regtest on arm (gdb integration tests sometimes hang).

 valgrind.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/valgrind.spec b/valgrind.spec
index d392e12..0c4baef 100644
--- a/valgrind.spec
+++ b/valgrind.spec
@@ -6,7 +6,7 @@
 Summary: Tool for finding memory management bugs in programs
 Name: %{?scl_prefix}valgrind
 Version: 3.9.0
-Release: 20.svn%{?svn_date}r%{?svn_rev}%{?dist}
+Release: 21.svn%{?svn_date}r%{?svn_rev}%{?dist}
 Epoch: 1
 License: GPLv2+
 URL: http://www.valgrind.org/
@@ -302,9 +302,9 @@ done
 make %{?_smp_mflags} CFLAGS="" check || :
 
 echo ===============TESTING===================
-# On aarch64 the gdb integration tests hang for unknown reasons.
+# On arm and aarch64 the gdb integration tests hang for unknown reasons.
 # Only run the main tools tests.
-%ifarch aarch64
+%ifarch %{arm} aarch64
 ./close_fds make nonexp-regtest || :
 %else
 ./close_fds make regtest || :
@@ -357,6 +357,9 @@ echo ===============END TESTING===============
 %endif
 
 %changelog
+* Sat Jul 19 2014 Mark Wielaard <mjw at redhat.com> 3.9.0-21.svn20140718r14176
+- Disable full regtest on arm (gdb integration tests sometimes hang).
+
 * Fri Jul 18 2014 Mark Wielaard <mjw at redhat.com> 3.9.0-20.svn20140718r14176
 - Update to upstream svn r14176
   Remove valgrind-3.9.0-arm64-user_regs.patch


More information about the scm-commits mailing list