From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 33DF815808E for ; Thu, 28 Apr 2022 16:43:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F342E0825; Thu, 28 Apr 2022 16:43:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D5F06E0825 for ; Thu, 28 Apr 2022 16:43:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 83C28341232 for ; Thu, 28 Apr 2022 16:43:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF0FC75 for ; Thu, 28 Apr 2022 16:43:49 +0000 (UTC) From: "Matthew Smith" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Smith" Message-ID: <1651164177.690c367c4bddbc30eb7e6be580264cba166a20a2.matthew@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/mold/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/mold/mold-9999.ebuild X-VCS-Directories: sys-devel/mold/ X-VCS-Committer: matthew X-VCS-Committer-Name: Matthew Smith X-VCS-Revision: 690c367c4bddbc30eb7e6be580264cba166a20a2 X-VCS-Branch: master Date: Thu, 28 Apr 2022 16:43:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0be9e3b1-b82c-4a6b-93ef-d54c10cc9cf0 X-Archives-Hash: a002c411f0a0e821546d382cf1bab2f5 commit: 690c367c4bddbc30eb7e6be580264cba166a20a2 Author: Matthew Smith gentoo org> AuthorDate: Thu Apr 28 16:42:57 2022 +0000 Commit: Matthew Smith gentoo org> CommitDate: Thu Apr 28 16:42:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=690c367c sys-devel/mold: handle renamed/additional tests Signed-off-by: Matthew Smith gentoo.org> sys-devel/mold/mold-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-devel/mold/mold-9999.ebuild b/sys-devel/mold/mold-9999.ebuild index 83ebef232694..a9e0aa6a2c2e 100644 --- a/sys-devel/mold/mold-9999.ebuild +++ b/sys-devel/mold/mold-9999.ebuild @@ -45,8 +45,8 @@ src_prepare() { # Needs unpackaged dwarfdump rm test/elf/{{dead,compress}-debug-sections,compressed-debug-info}.sh || die - # Heavy test, needs qemu - rm test/elf/gdb-index.sh || die + # Heavy tests, need qemu + rm test/elf/gdb-index-{compress-output,dwarf{2,3,4,5}}.sh || die # Sandbox sadness rm test/elf/run.sh || die