From patchwork Mon Sep 15 15:41:48 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Earnshaw X-Patchwork-Id: 120293 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 234C83857833 for ; Mon, 15 Sep 2025 15:43:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 234C83857833 X-Original-To: binutils@sourceware.org Delivered-To: binutils@sourceware.org Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by sourceware.org (Postfix) with ESMTP id B696D3858C52 for ; Mon, 15 Sep 2025 15:42:07 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org B696D3858C52 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=arm.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org B696D3858C52 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=217.140.110.172 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1757950927; cv=none; b=IFr5/N3ZSFpLhYcKJdCZ8JXrxGsxUsapCWUE2SkQXkCPqZRCHKJYQTo3bD4eZErQcp/VKMJQkv9d+Pq0sfsJxqYRltw+gaH6n3CMVEqhNlb4Uml8/Nt4JLkEHxRkZHgiTdg8okqBE0FEgp/3ccV6Rh9BajmOiFptkD8vcZPjlM8= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1757950927; c=relaxed/simple; bh=KgsvQLcVv09LP6ay9+fX//R2fw0xoA5tyJ2OYZu4Ddk=; h=From:To:Subject:Date:Message-ID:MIME-Version; b=lXGmjCBer5y9mvb1443Zb5at5WajopuhZ95LUCZc/uhZu0clvNCq0n567yRg7vc8f1XMZHkFejfGasQlw9mW6psOnRBXp0J9Xi/Il2Vth4Hrq3wYsPFINmVRQefIuXyuwqHx7PpnotIKRpC2Iwad0PI5qrtbS4z05IQL4t3g0VI= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B696D3858C52 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 1FD281BF7; Mon, 15 Sep 2025 08:41:59 -0700 (PDT) Received: from e120077-lin.cambridge.arm.com (e120077-lin.cambridge.arm.com [10.2.78.71]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 7F1E33F694; Mon, 15 Sep 2025 08:42:06 -0700 (PDT) From: Richard Earnshaw To: binutils@sourceware.org Cc: Richard Earnshaw , nickc@redhat.com, jbeulich@suse.com, amodra@gmail.com Subject: [PATCH 1/4] testsuite: all: use unique test names for multibyte3 tests Date: Mon, 15 Sep 2025 16:41:48 +0100 Message-ID: <20250915154151.2595921-2-rearnsha@arm.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20250915154151.2595921-1-rearnsha@arm.com> References: <20250915154151.2595921-1-rearnsha@arm.com> MIME-Version: 1.0 X-Spam-Status: No, score=-12.8 required=5.0 tests=BAYES_00, GIT_PATCH_0, KAM_DMARC_NONE, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, RCVD_IN_VALIDITY_RPBL_BLOCKED, RCVD_IN_VALIDITY_SAFE_BLOCKED, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: binutils@sourceware.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Binutils mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: binutils-bounces~patchwork=sourceware.org@sourceware.org There are two tests of the mutibyte3 source file, with different options. As things stand this results in two distinct tests in the logs with the same name. Avoid this by adding the optional testname option to the second test. --- gas/testsuite/gas/all/gas.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gas/testsuite/gas/all/gas.exp b/gas/testsuite/gas/all/gas.exp index 81f4db24fad..af410834081 100644 --- a/gas/testsuite/gas/all/gas.exp +++ b/gas/testsuite/gas/all/gas.exp @@ -578,7 +578,7 @@ run_dump_test "pr27381" run_dump_test "multibyte1" run_dump_test "multibyte2" run_list_test "multibyte3" "--multibyte-handling=warn" -run_list_test "multibyte3" "-f --multibyte-handling=warn" +run_list_test "multibyte3" "-f --multibyte-handling=warn" "all multibyte3 -f" # EVAX has an extra line printed by objdump when there are no relocations, # and doesn't appear to enter absolute symbols into the symbol table.