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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CDA36158064 for ; Wed, 1 May 2024 03:02:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24FCFE29BE; Wed, 1 May 2024 03:02:33 +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 001F9E29BE for ; Wed, 1 May 2024 03:02:32 +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 0372B3430A6 for ; Wed, 1 May 2024 03:02:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32AB216C0 for ; Wed, 1 May 2024 03:02:30 +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: <1714530842.dca524fbf33c5cf70f912d28b344d9bc82e8ba4e.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: dca524fbf33c5cf70f912d28b344d9bc82e8ba4e X-VCS-Branch: master Date: Wed, 1 May 2024 03:02:30 +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: 0017b742-92b8-4cb2-896c-1e82e5b6dc23 X-Archives-Hash: f18a382505fe651aad0267227df05251 commit: dca524fbf33c5cf70f912d28b344d9bc82e8ba4e Author: Sam James gentoo org> AuthorDate: Wed May 1 02:34:02 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed May 1 02:34:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dca524fb toolchain.eclass: add another TODO for tests (multilib) 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 b2db0f96850a..12d31d20d914 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -1894,6 +1894,7 @@ gcc_do_make() { #---->> src_test <<---- # TODO: add JIT testing +# TODO: add multilib testing toolchain_src_test() { # GCC's testsuite is a special case. #