I noticed:
...
DUPLICATE: gdb.arch/ppc-fp.exp: next
...
Fix this by adding unique test names.
Tested on powerpc64le-linux.
}
# 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):
#
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):
#