Related: #1953752
routine rebase of valgrind for rhel 9

gdbserver tests hang on aarch64, skip full regexp tests.
This commit is contained in:
Mark Wielaard 2021-06-07 19:40:29 +02:00
parent 5fd490645f
commit 5e17ad2437

View File

@ -3,7 +3,7 @@
Summary: Tool for finding memory management bugs in programs
Name: %{?scl_prefix}valgrind
Version: 3.17.0
Release: 4%{?dist}
Release: 5%{?dist}
Epoch: 1
License: GPLv2+
URL: http://www.valgrind.org/
@ -60,7 +60,8 @@ URL: http://www.valgrind.org/
%global run_full_regtest 1
%endif
%if 0%{?rhel}
%global run_full_regtest (%rhel >= 7)
# NOTE. CURRENTLY DISABLED ON ALL
%global run_full_regtest 0
%endif
%endif
@ -491,6 +492,9 @@ fi
%endif
%changelog
* Mon Jun 7 2021 Mark Wielaard <mjw@redhat.com> - 3.17.0-5
- Disable run_full_regtest.
* Thu Jun 3 2021 Mark Wielaard <mjw@redhat.com> - 3.17.0-4
- Add valgrind-3.17.0-s390_insn_as_string.patch
- Add valgrind-3.17.0-debuginfod.patch