]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gas: testsuite: all: use unique test names for multibyte3 tests
authorRichard Earnshaw <rearnsha@arm.com>
Mon, 15 Sep 2025 14:48:57 +0000 (15:48 +0100)
committerRichard Earnshaw <rearnsha@arm.com>
Tue, 16 Sep 2025 09:31:10 +0000 (10:31 +0100)
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

index 81f4db24fadbb2f120457562053ebca99d5c2c67..af410834081e72eb1dc22f3afc5d832e64938208 100644 (file)
@@ -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.