[binutils-gdb] gas: testsuite: all: use unique test names for multibyte3 tests
Richard Earnshaw
rearnsha@sourceware.org
Tue Sep 16 09:31:24 GMT 2025
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=a2b55b8fdeac54f87a9a45f312bf8a54f3ef568c
commit a2b55b8fdeac54f87a9a45f312bf8a54f3ef568c
Author: Richard Earnshaw <rearnsha@arm.com>
Date: Mon Sep 15 15:48:57 2025 +0100
gas: testsuite: all: use unique test names for multibyte3 tests
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.
Diff:
---
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.
More information about the Binutils-cvs
mailing list