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 8DC4315808B for ; Fri, 15 Apr 2022 12:39:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6332E095A; Fri, 15 Apr 2022 12:39:37 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A9EF3E095A for ; Fri, 15 Apr 2022 12:39:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B5FC4341F6A for ; Fri, 15 Apr 2022 12:39:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03BC7250 for ; Fri, 15 Apr 2022 12:39:35 +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: <1650026314.76ec1c2d6731c46616d293f7d75d6ea929b0cb21.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: 76ec1c2d6731c46616d293f7d75d6ea929b0cb21 X-VCS-Branch: master Date: Fri, 15 Apr 2022 12:39:35 +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: 15dad37c-a97f-4fc0-9129-7afc5093b7b0 X-Archives-Hash: 8d570eaf7de0c41db13cd6a55ff16175 commit: 76ec1c2d6731c46616d293f7d75d6ea929b0cb21 Author: Matthew Smith gentoo org> AuthorDate: Fri Apr 15 12:38:34 2022 +0000 Commit: Matthew Smith gentoo org> CommitDate: Fri Apr 15 12:38:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76ec1c2d sys-devel/mold: disable more tests Signed-off-by: Matthew Smith gentoo.org> sys-devel/mold/mold-9999.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sys-devel/mold/mold-9999.ebuild b/sys-devel/mold/mold-9999.ebuild index 5ea54e0926db..83ebef232694 100644 --- a/sys-devel/mold/mold-9999.ebuild +++ b/sys-devel/mold/mold-9999.ebuild @@ -43,7 +43,10 @@ src_prepare() { default # Needs unpackaged dwarfdump - rm test/elf/{compress-debug-sections,compressed-debug-info}.sh || die + rm test/elf/{{dead,compress}-debug-sections,compressed-debug-info}.sh || die + + # Heavy test, needs qemu + rm test/elf/gdb-index.sh || die # Sandbox sadness rm test/elf/run.sh || die