projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b64f5c8
)
gdb/testsuite: Remove duplicates from gdb.mi/mi-nsthrexec.exp
author
Lancelot SIX
<lsix@lancelotsix.com>
Mon, 22 Nov 2021 22:03:47 +0000
(22:03 +0000)
committer
Lancelot SIX
<lsix@lancelotsix.com>
Fri, 7 Jan 2022 22:43:34 +0000
(22:43 +0000)
When running the testsuite, I have:
Running .../gdb/testsuite/gdb.mi/mi-nsthrexec.exp ...
DUPLICATE: gdb.mi/mi-nsthrexec.exp: breakpoint at main
Fix by adjusting the duplicated test name.
Tested on x86_64-linux.
gdb/testsuite/gdb.mi/mi-nsthrexec.exp
patch
|
blob
|
history
diff --git
a/gdb/testsuite/gdb.mi/mi-nsthrexec.exp
b/gdb/testsuite/gdb.mi/mi-nsthrexec.exp
index 9d0f493e86b47c95bb379ba4d3e72b37f93ea0aa..f0eb10004d7a9cc8cdcadea6106f4096cd807868 100644
(file)
--- a/
gdb/testsuite/gdb.mi/mi-nsthrexec.exp
+++ b/
gdb/testsuite/gdb.mi/mi-nsthrexec.exp
@@
-70,7
+70,7
@@
mi_check_thread_states {"stopped" "stopped"} "thread state, all stopped"
mi_delete_breakpoints
mi_create_breakpoint main \
- "breakpoint at main" \
+ "
insert
breakpoint at main" \
-number 3 -func main