[PATCH 02/12] gdb/testsuite: Remove duplicates from gdb.mi/mi-nsthrexec.exp

Lancelot SIX lsix@lancelotsix.com
Fri Nov 26 23:00:28 GMT 2021


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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gdb/testsuite/gdb.mi/mi-nsthrexec.exp b/gdb/testsuite/gdb.mi/mi-nsthrexec.exp
index 6f2acb7014e..799d0fb978e 100644
--- 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
 
 
-- 
2.33.1



More information about the Gdb-patches mailing list