]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
[gdb/testsuite] Fix DUPLICATE in gdb.arch/ppc-fp.exp
authorTom de Vries <tdevries@jostaberry-8.arch.suse.de>
Thu, 17 Nov 2022 08:11:47 +0000 (09:11 +0100)
committerTom de Vries <tdevries@suse.de>
Thu, 17 Nov 2022 08:11:47 +0000 (09:11 +0100)
I noticed:
...
DUPLICATE: gdb.arch/ppc-fp.exp: next
...

Fix this by adding unique test names.

Tested on powerpc64le-linux.

gdb/testsuite/gdb.arch/ppc-fp.exp

index bf1a1c59082b9bdf330e553a093c95ae50087c54..bd22d7c489e137a67664a9d3403e0da9b8bab800 100644 (file)
@@ -61,7 +61,7 @@ gdb_test_multiple "print \$fpscr" "FPSCR exists" {
 }
 
 # Step over invalid operation.
-gdb_test "next" "" ""
+gdb_test "next" "" "next over invalid operation"
 
 # Verify that the following bits are set (See Power ISA for details):
 #
@@ -75,7 +75,7 @@ gdb_test "print/t \$fpscr" " = 10100000001000010001000000000000" "FPSCR for inva
 gdb_continue_to_breakpoint "go to division by zero"
 
 # Step over division by zero.
-gdb_test "next" "" ""
+gdb_test "next" "" "next over division by zero"
 
 # Verify that the following bits are set (See Power ISA for details):
 #