Remove gdb_test questions that GDB doesn't ask
authorPedro Alves <pedro@palves.net>
Wed, 30 Mar 2022 13:31:56 +0000 (14:31 +0100)
committerPedro Alves <pedro@palves.net>
Tue, 17 May 2022 09:31:35 +0000 (10:31 +0100)
Change-Id: Ib2616dc883e9dc9ee100f6c86d83a921a0113c16

gdb/testsuite/gdb.base/auxv.exp
gdb/testsuite/gdb.base/catch-fork-kill.exp
gdb/testsuite/gdb.base/default.exp
gdb/testsuite/gdb.base/style.exp
gdb/testsuite/gdb.multi/tids.exp
gdb/testsuite/gdb.server/solib-list.exp

index c5384a51b93172afcfd2481a5fa07a7377479f05..390f559a4a30b845ce2058911ca4b6848772234e 100644 (file)
@@ -158,8 +158,7 @@ proc do_core_test {works corefile test1 test2} {
        unsupported $test2
     } else {
        gdb_test "core $corefile" "Core was generated by.*" \
-           "load core file for $test1" \
-           "A program is being debugged already.*" "y"
+           "load core file for $test1"
        set core_data [fetch_auxv $test1]
        global live_data
        if {$core_data == $live_data} {
index 98a6c66db3d5f6063fd6617a5df7693d13b2d1b9..67fb84706a01ec500bd95659095289f5b2dc4f4d 100644 (file)
@@ -74,8 +74,7 @@ proc do_test {fork_kind exit_kind} {
            "Catchpoint \[0-9\]* \\(${fork_kind}ed process \[0-9\]*\\),.*" \
            "continue to grandchild ${fork_kind}"
 
-       gdb_test "kill inferior 2" "" "kill child" \
-           "Kill the program being debugged.*y or n. $" "y"
+       gdb_test "kill inferior 2" "" "kill child"
 
        gdb_test "inferior 1" "Switching to inferior 1 .*" "switch to parent"
 
index f7859c9a47941cb48884571c7708a1d83c97823b..23379f6ec01af1d4f7595549e1abf6f09b6facdd 100644 (file)
@@ -455,7 +455,7 @@ gdb_test "restore" "You can't do that without a process to debug\."
 #test return
 # The middle case accomodated the obsolete a29k, where doing the "ni"
 # above causes an initial stack to be created.
-gdb_test "return" "No selected frame..*" "return"  "Make .* return now.*y or n. $" "y"
+gdb_test "return" "No selected frame..*"
 
 
 #test reverse-search
index 6bb5e1c9ac06b48ca31c8aa89775394070952649..2064e8d3894c4a01b64e28e42bbc10833c2a586e 100644 (file)
@@ -266,9 +266,7 @@ proc run_style_tests { } {
        }
        gdb_test "file $binfile" \
            $pass_re \
-           "filename is styled when loading symbol file" \
-           "Are you sure you want to change the file.*" \
-           "y"
+           "filename is styled when loading symbol file"
 
        gdb_test "pwd" "Working directory [limited_style .*? file].*"
 
index d8ba3cae97d68e7b2ffd635e850cb5fc46288940..fb7c2a29a713418cb2767e10456b8bed9a742219 100644 (file)
@@ -428,7 +428,7 @@ if { ![skip_python_tests] } {
 # Remove the second inferior and confirm that GDB goes back to showing
 # single-number thread IDs.
 with_test_prefix "back to one inferior" {
-    gdb_test "kill inferior 2" "" "kill inferior 2" "Kill the program being debugged.*" "y"
+    gdb_test "kill inferior 2" "" "kill inferior 2"
     gdb_test "thread 1.1" "Switching to thread 1\.1 .*"
     gdb_test "remove-inferior 2" ".*" "remove inferior 2"
 
index 117cb682216b558deea54bc26b44df35594f2a19..db549d1ce1574cb05e3a11585a0831c6d648d411 100644 (file)
@@ -92,8 +92,7 @@ foreach nonstop { 0 1 } { with_test_prefix "non-stop $nonstop" {
     # but before "target remote" below so that qSymbol data get already
     # initialized from BINFILE (and not from ld.so first needing a change to
     # BINFILE later).
-    gdb_test "file ${binfile}" {Reading symbols from .*\.\.\..*} "file binfile" \
-            {(Are you sure you want to change the file|Load new symbol table from ".*")\? \(y or n\) } "y"
+    gdb_test "file ${binfile}" {Reading symbols from .*\.\.\..*} "file binfile"
 
     set test "target $gdbserver_protocol"
     set ok 0