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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3D0A2158245 for ; Mon, 9 Dec 2024 05:32:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D6F4E0BCD; Mon, 9 Dec 2024 05:32:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 3EFD1E0BCD for ; Mon, 9 Dec 2024 05:32:43 +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 79924343120 for ; Mon, 9 Dec 2024 05:32:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B7D5C188D for ; Mon, 9 Dec 2024 05:32:40 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1733722320.bb72165511c977b2a2bd44e4733583d0f51b32b6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/mold/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/mold/mold-2.35.0.ebuild sys-devel/mold/mold-9999.ebuild X-VCS-Directories: sys-devel/mold/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bb72165511c977b2a2bd44e4733583d0f51b32b6 X-VCS-Branch: master Date: Mon, 9 Dec 2024 05:32:40 +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: bb6b482b-4238-4725-a477-461415ca7880 X-Archives-Hash: 2cfb5edbef8ade23671cc324e0476799 commit: bb72165511c977b2a2bd44e4733583d0f51b32b6 Author: Sam James gentoo org> AuthorDate: Mon Dec 9 05:32:00 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Dec 9 05:32:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb721655 sys-devel/mold: skip test failing w/ C23 I can't rebuild to test a fix to the test right now, so skip it instead. Bug: https://github.com/rui314/mold/issues/1370 Signed-off-by: Sam James gentoo.org> sys-devel/mold/mold-2.35.0.ebuild | 5 +++++ sys-devel/mold/mold-9999.ebuild | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/sys-devel/mold/mold-2.35.0.ebuild b/sys-devel/mold/mold-2.35.0.ebuild index d7e4c65e6171..29ba8bfdb0b4 100644 --- a/sys-devel/mold/mold-2.35.0.ebuild +++ b/sys-devel/mold/mold-2.35.0.ebuild @@ -84,6 +84,11 @@ src_configure() { } src_test() { + local CMAKE_SKIP_TESTS=( + # https://github.com/rui314/mold/issues/1370 + x86_64-range-extension-thunk2 + ) + export TEST_CC="$(tc-getCC)" TEST_GCC="$(tc-getCC)" \ TEST_CXX="$(tc-getCXX)" TEST_GXX="$(tc-getCXX)" cmake_src_test diff --git a/sys-devel/mold/mold-9999.ebuild b/sys-devel/mold/mold-9999.ebuild index d7e4c65e6171..29ba8bfdb0b4 100644 --- a/sys-devel/mold/mold-9999.ebuild +++ b/sys-devel/mold/mold-9999.ebuild @@ -84,6 +84,11 @@ src_configure() { } src_test() { + local CMAKE_SKIP_TESTS=( + # https://github.com/rui314/mold/issues/1370 + x86_64-range-extension-thunk2 + ) + export TEST_CC="$(tc-getCC)" TEST_GCC="$(tc-getCC)" \ TEST_CXX="$(tc-getCXX)" TEST_GXX="$(tc-getCXX)" cmake_src_test