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 0AA2E158043 for ; Sat, 23 Mar 2024 15:43:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3F0DE2A42; Sat, 23 Mar 2024 15:43:03 +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 D4092E2A42 for ; Sat, 23 Mar 2024 15:43:03 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EA9B734301C for ; Sat, 23 Mar 2024 15:43:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2293715D4 for ; Sat, 23 Mar 2024 15:43:00 +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: <1711208453.a4be4b7c55aa58e5d034f4c35b1f0851f8dd7f39.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: a4be4b7c55aa58e5d034f4c35b1f0851f8dd7f39 X-VCS-Branch: master Date: Sat, 23 Mar 2024 15:43:00 +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: bab3c40b-1e8f-45c5-a241-d677cb65b87e X-Archives-Hash: 9f9e9022324c66be8a713be7e367d28a commit: a4be4b7c55aa58e5d034f4c35b1f0851f8dd7f39 Author: Sam James gentoo org> AuthorDate: Sat Mar 16 11:20:35 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat Mar 23 15:40:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4be4b7c Revert "toolchain.eclass: default to just running the (execute) torture tests" This reverts commit 97b5abe929550453932060bbf078bb4352b400c1. Signed-off-by: Sam James gentoo.org> eclass/toolchain.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index dfcbd80cb283..d996d2d02770 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -122,14 +122,14 @@ tc_version_is_between() { # @DESCRIPTION: # Defaults to 'check'. Allows choosing a different test target, e.g. # 'test-gcc' (https://gcc.gnu.org/install/test.html). -: "${GCC_TESTS_CHECK_TARGET:=check-gcc}" +: "${GCC_TESTS_CHECK_TARGET:=check}" # @ECLASS_VARIABLE: GCC_TESTS_RUNTESTFLAGS # @DEFAULT_UNSET # @USER_VARIABLE # @DESCRIPTION: # Extra options to pass to DejaGnu as RUNTESTFLAGS. -: "${GCC_TESTS_RUNTESTFLAGS:=execute.exp}" +: "${GCC_TESTS_RUNTESTFLAGS:=}" # @ECLASS_VARIABLE: TOOLCHAIN_PATCH_DEV # @DEFAULT_UNSET