public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] [gdb/testsuite] Fix DUPLICATE in gdb.arch/ppc-fp.exp
@ 2022-11-17  8:12 Tom de Vries
  0 siblings, 0 replies; only message in thread
From: Tom de Vries @ 2022-11-17  8:12 UTC (permalink / raw)
  To: gdb-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=7a4ce4a1bcff9710b7dede9797e6d5eb2364c06e

commit 7a4ce4a1bcff9710b7dede9797e6d5eb2364c06e
Author: Tom de Vries <tdevries@jostaberry-8.arch.suse.de>
Date:   Thu Nov 17 09:11:47 2022 +0100

    [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.

Diff:
---
 gdb/testsuite/gdb.arch/ppc-fp.exp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gdb/testsuite/gdb.arch/ppc-fp.exp b/gdb/testsuite/gdb.arch/ppc-fp.exp
index bf1a1c59082..bd22d7c489e 100644
--- a/gdb/testsuite/gdb.arch/ppc-fp.exp
+++ b/gdb/testsuite/gdb.arch/ppc-fp.exp
@@ -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):
 #

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-11-17  8:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-17  8:12 [binutils-gdb] [gdb/testsuite] Fix DUPLICATE in gdb.arch/ppc-fp.exp Tom de Vries

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).