3.10.1-8 Disable extended regtest on arm.
This commit is contained in:
parent
ffb6b79d58
commit
75deabff13
@ -3,7 +3,7 @@
|
|||||||
Summary: Tool for finding memory management bugs in programs
|
Summary: Tool for finding memory management bugs in programs
|
||||||
Name: %{?scl_prefix}valgrind
|
Name: %{?scl_prefix}valgrind
|
||||||
Version: 3.10.1
|
Version: 3.10.1
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://www.valgrind.org/
|
URL: http://www.valgrind.org/
|
||||||
@ -292,7 +292,13 @@ done
|
|||||||
make %{?_smp_mflags} CFLAGS="" check || :
|
make %{?_smp_mflags} CFLAGS="" check || :
|
||||||
|
|
||||||
echo ===============TESTING===================
|
echo ===============TESTING===================
|
||||||
|
# On arm the gdb integration tests hang for unknown reasons.
|
||||||
|
# Only run the main tools tests.
|
||||||
|
%ifarch %{arm}
|
||||||
|
./close_fds make nonexp-regtest || :
|
||||||
|
%else
|
||||||
./close_fds make regtest || :
|
./close_fds make regtest || :
|
||||||
|
%endif
|
||||||
|
|
||||||
# Make sure test failures show up in build.log
|
# Make sure test failures show up in build.log
|
||||||
# Gather up the diffs (at most the first 20 lines for each one)
|
# Gather up the diffs (at most the first 20 lines for each one)
|
||||||
@ -341,6 +347,9 @@ echo ===============END TESTING===============
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 22 2015 Mark Wielaard <mjw@redhat.com> - 3.10.1-8
|
||||||
|
- Disable extended regtest on arm. The gdb tests hang for unknown reasons.
|
||||||
|
|
||||||
* Wed Apr 22 2015 Mark Wielaard <mjw@redhat.com> - 3.10.1-7
|
* Wed Apr 22 2015 Mark Wielaard <mjw@redhat.com> - 3.10.1-7
|
||||||
- Add valgrind-3.10-1-ppc64-sigpending.patch
|
- Add valgrind-3.10-1-ppc64-sigpending.patch
|
||||||
- Filter out -fstack-protector-strong and disable _hardened_build.
|
- Filter out -fstack-protector-strong and disable _hardened_build.
|
||||||
|
Loading…
Reference in New Issue
Block a user