From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 60ECA15820A for ; Mon, 07 Jul 2025 20:58:41 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 4A039341EC5 for ; Mon, 07 Jul 2025 20:58:41 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 45A321102F2; Mon, 07 Jul 2025 20:58:40 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 38B3C1102F2 for ; Mon, 07 Jul 2025 20:58:40 +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 DF4AA341EC5 for ; Mon, 07 Jul 2025 20:58:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 458FD2E04 for ; Mon, 07 Jul 2025 20:58:38 +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: <1751921840.ce548775e7a22d17639dcabc9b834b60bd1a01b1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/toolchain.eclass X-VCS-Directories: eclass/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ce548775e7a22d17639dcabc9b834b60bd1a01b1 X-VCS-Branch: master Date: Mon, 07 Jul 2025 20:58:38 +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: 7635d1d8-29aa-42ea-abb0-0656fb416e57 X-Archives-Hash: 0306eb0e15b6291fa83c02130293bab7 commit: ce548775e7a22d17639dcabc9b834b60bd1a01b1 Author: Sam James gentoo org> AuthorDate: Mon Jul 7 15:52:15 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jul 7 20:57:20 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce548775 toolchain.eclass: link to wiki page in src_test messages Bug: https://bugs.gentoo.org/959688 Signed-off-by: Sam James gentoo.org> eclass/toolchain.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 12a1ec24132b..8d495776ab43 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -2575,6 +2575,7 @@ toolchain_src_test() { # the failures are tolerable or not, so we bail out. eerror "No reference test data at ${manifest}!" eerror "GCC's tests require a baseline to compare with for any reasonable interpretation of results." + eerror "See https://wiki.gentoo.org/wiki/Project:Toolchain/sys-devel/gcc#Test_suite for details." if [[ -n ${GCC_TESTS_IGNORE_NO_BASELINE} ]] ; then eerror "GCC_TESTS_IGNORE_NO_BASELINE is set, ignoring test result and creating a new baseline..."