Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage-utils:master commit in: tests/
Date: Mon, 25 May 2020 18:40:34
Message-Id: 1590431929.93ab3a3b0a280d83d5d65af2e4740cb3227a38a2.grobian@gentoo
1 commit: 93ab3a3b0a280d83d5d65af2e4740cb3227a38a2
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 25 18:38:49 2020 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Mon May 25 18:38:49 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=93ab3a3b
7
8 tests/init: drop valgrind exclusions
9
10 After some manual testing and fixes on a Bionic VM, valgrind no longer
11 dumps core there, so let's hope we can finally run the full suite using
12 valgrind on Travis too.
13
14 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
15
16 tests/init.sh.in | 2 --
17 1 file changed, 2 deletions(-)
18
19 diff --git a/tests/init.sh.in b/tests/init.sh.in
20 index 8b67070..6cdfccf 100644
21 --- a/tests/init.sh.in
22 +++ b/tests/init.sh.in
23 @@ -35,8 +35,6 @@ q -i -q
24 # used by Travis segfaults on qmanifest and qcheck, so disable there to
25 # be able to run the rest regularly
26 dovalgrind=${Q_RUN_WITH_VALGRIND}
27 -[[ ${TRAVIS_OS_NAME}:${as##*/} == linux:qmanifest ]] && dovalgrind=
28 -[[ ${TRAVIS_OS_NAME}:${as##*/} == linux:qcheck ]] && dovalgrind=
29 if [[ -n ${dovalgrind} ]] ; then
30 chmod 755 "@abs_top_srcdir@/tests/valgrind-wrapper/qvalgrind"
31 for f in @abs_top_builddir@/q?* ; do