Gentoo Archives: gentoo-commits

From: Matthew Smith <matthew@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/mold/
Date: Thu, 28 Apr 2022 16:43:54
Message-Id: 1651164177.690c367c4bddbc30eb7e6be580264cba166a20a2.matthew@gentoo
1 commit: 690c367c4bddbc30eb7e6be580264cba166a20a2
2 Author: Matthew Smith <matthew <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 28 16:42:57 2022 +0000
4 Commit: Matthew Smith <matthew <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 28 16:42:57 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=690c367c
7
8 sys-devel/mold: handle renamed/additional tests
9
10 Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>
11
12 sys-devel/mold/mold-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-devel/mold/mold-9999.ebuild b/sys-devel/mold/mold-9999.ebuild
16 index 83ebef232694..a9e0aa6a2c2e 100644
17 --- a/sys-devel/mold/mold-9999.ebuild
18 +++ b/sys-devel/mold/mold-9999.ebuild
19 @@ -45,8 +45,8 @@ src_prepare() {
20 # Needs unpackaged dwarfdump
21 rm test/elf/{{dead,compress}-debug-sections,compressed-debug-info}.sh || die
22
23 - # Heavy test, needs qemu
24 - rm test/elf/gdb-index.sh || die
25 + # Heavy tests, need qemu
26 + rm test/elf/gdb-index-{compress-output,dwarf{2,3,4,5}}.sh || die
27
28 # Sandbox sadness
29 rm test/elf/run.sh || die