public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] gdb/testsuite: Remove duplicates from gdb.base/pending.exp
@ 2022-01-07 22:45 Lancelot SIX
  0 siblings, 0 replies; only message in thread
From: Lancelot SIX @ 2022-01-07 22:45 UTC (permalink / raw)
  To: gdb-cvs

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

commit 08c8808ae274801163a259bdc425165ac8fbf097
Author: Lancelot SIX <lsix@lancelotsix.com>
Date:   Fri Nov 19 23:22:53 2021 +0000

    gdb/testsuite: Remove duplicates from gdb.base/pending.exp
    
    When running the testsuite, I have:
    
        Running .../gdb/testsuite/gdb.base/pending.exp ...
        DUPLICATE: gdb.base/pending.exp: disable other breakpoints
    
    Fix by adjusting the test names.
    
    Tested on x86_64-linux.

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

diff --git a/gdb/testsuite/gdb.base/pending.exp b/gdb/testsuite/gdb.base/pending.exp
index 3330077d16c..c9178fc9d15 100644
--- a/gdb/testsuite/gdb.base/pending.exp
+++ b/gdb/testsuite/gdb.base/pending.exp
@@ -244,8 +244,8 @@ gdb_test "continue" \
 # be 3 then.
 #
 
-gdb_test "disable 7" "" "disable other breakpoints"
-gdb_test "disable 5" "" "disable other breakpoints"
+gdb_test "disable 7" "" "disable breakpoint 7"
+gdb_test "disable 5" "" "disable breakpoint 5"
 
 gdb_test "continue" \
 	 ".*Breakpoint.*pendfunc1.*\\\(x=3\\\) at.*pendshr.c:$bp3_loc.*printf.*;" \


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

only message in thread, other threads:[~2022-01-07 22:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-07 22:45 [binutils-gdb] gdb/testsuite: Remove duplicates from gdb.base/pending.exp Lancelot SIX

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