mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 02:50:08 +08:00
[gdb/testsuite] Fix DUPLICATE in gdb.arch/ppc-fp.exp
I noticed: ... DUPLICATE: gdb.arch/ppc-fp.exp: next ... Fix this by adding unique test names. Tested on powerpc64le-linux.
This commit is contained in:

committed by
Tom de Vries

parent
d5b9201744
commit
7a4ce4a1bc
@ -61,7 +61,7 @@ gdb_test_multiple "print \$fpscr" "FPSCR exists" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Step over invalid operation.
|
# 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):
|
# 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"
|
gdb_continue_to_breakpoint "go to division by zero"
|
||||||
|
|
||||||
# Step over 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):
|
# Verify that the following bits are set (See Power ISA for details):
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user