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 53144158094 for ; Sun, 26 Jun 2022 12:54:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F92CE0833; Sun, 26 Jun 2022 12:54:55 +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 015E1E0833 for ; Sun, 26 Jun 2022 12:54:54 +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 1444B341452 for ; Sun, 26 Jun 2022 12:54:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B613514 for ; Sun, 26 Jun 2022 12:54:52 +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: <1656248063.6eac8f2838eee9953bfc4ab0ece59cf396d6e026.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: 6eac8f2838eee9953bfc4ab0ece59cf396d6e026 X-VCS-Branch: master Date: Sun, 26 Jun 2022 12:54:52 +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: 30c114ed-a8af-4a13-9dc9-204469e759d4 X-Archives-Hash: 1d1ea665886f482ed7d7d6265e3c9ae5 commit: 6eac8f2838eee9953bfc4ab0ece59cf396d6e026 Author: Matthew Smith gentoo org> AuthorDate: Sun Jun 26 12:52:04 2022 +0000 Commit: Matthew Smith gentoo org> CommitDate: Sun Jun 26 12:54:23 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eac8f28 sys-devel/mold: fix tests Fix LD_PRELOAD path in mold-wrapper tests, and delete more tests that require QEMU. Signed-off-by: Matthew Smith gentoo.org> sys-devel/mold/mold-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys-devel/mold/mold-9999.ebuild b/sys-devel/mold/mold-9999.ebuild index d5c163c1ba90..1fe9a5a08e35 100644 --- a/sys-devel/mold/mold-9999.ebuild +++ b/sys-devel/mold/mold-9999.ebuild @@ -53,10 +53,11 @@ src_prepare() { # Heavy tests, need qemu rm test/elf/gdb-index-{compress-output,dwarf{2,3,4,5}}.sh || die + rm test/elf/lto-{archive,dso,gcc,llvm,version-script}.sh || die # Sandbox sadness rm test/elf/run.sh || die - sed -i 's|$mold-wrapper.so|"& ${LD_PRELOAD}"|' \ + sed -i 's|`pwd`/mold-wrapper.so|"& ${LD_PRELOAD}"|' \ test/elf/mold-wrapper{,2}.sh || die # static-pie tests require glibc built with static-pie support