Remove gdb_test questions that GDB doesn't ask

Change-Id: Ib2616dc883e9dc9ee100f6c86d83a921a0113c16
This commit is contained in:
Pedro Alves
2022-03-30 14:31:56 +01:00
parent 035784e345
commit bc6004dfd2
6 changed files with 6 additions and 11 deletions

View File

@ -158,8 +158,7 @@ proc do_core_test {works corefile test1 test2} {
unsupported $test2 unsupported $test2
} else { } else {
gdb_test "core $corefile" "Core was generated by.*" \ gdb_test "core $corefile" "Core was generated by.*" \
"load core file for $test1" \ "load core file for $test1"
"A program is being debugged already.*" "y"
set core_data [fetch_auxv $test1] set core_data [fetch_auxv $test1]
global live_data global live_data
if {$core_data == $live_data} { if {$core_data == $live_data} {

View File

@ -74,8 +74,7 @@ proc do_test {fork_kind exit_kind} {
"Catchpoint \[0-9\]* \\(${fork_kind}ed process \[0-9\]*\\),.*" \ "Catchpoint \[0-9\]* \\(${fork_kind}ed process \[0-9\]*\\),.*" \
"continue to grandchild ${fork_kind}" "continue to grandchild ${fork_kind}"
gdb_test "kill inferior 2" "" "kill child" \ gdb_test "kill inferior 2" "" "kill child"
"Kill the program being debugged.*y or n. $" "y"
gdb_test "inferior 1" "Switching to inferior 1 .*" "switch to parent" gdb_test "inferior 1" "Switching to inferior 1 .*" "switch to parent"

View File

@ -455,7 +455,7 @@ gdb_test "restore" "You can't do that without a process to debug\."
#test return #test return
# The middle case accomodated the obsolete a29k, where doing the "ni" # The middle case accomodated the obsolete a29k, where doing the "ni"
# above causes an initial stack to be created. # 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 #test reverse-search

View File

@ -266,9 +266,7 @@ proc run_style_tests { } {
} }
gdb_test "file $binfile" \ gdb_test "file $binfile" \
$pass_re \ $pass_re \
"filename is styled when loading symbol file" \ "filename is styled when loading symbol file"
"Are you sure you want to change the file.*" \
"y"
gdb_test "pwd" "Working directory [limited_style .*? file].*" gdb_test "pwd" "Working directory [limited_style .*? file].*"

View File

@ -428,7 +428,7 @@ if { ![skip_python_tests] } {
# Remove the second inferior and confirm that GDB goes back to showing # Remove the second inferior and confirm that GDB goes back to showing
# single-number thread IDs. # single-number thread IDs.
with_test_prefix "back to one inferior" { 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 "thread 1.1" "Switching to thread 1\.1 .*"
gdb_test "remove-inferior 2" ".*" "remove inferior 2" gdb_test "remove-inferior 2" ".*" "remove inferior 2"

View 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 # but before "target remote" below so that qSymbol data get already
# initialized from BINFILE (and not from ld.so first needing a change to # initialized from BINFILE (and not from ld.so first needing a change to
# BINFILE later). # BINFILE later).
gdb_test "file ${binfile}" {Reading symbols from .*\.\.\..*} "file binfile" \ 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"
set test "target $gdbserver_protocol" set test "target $gdbserver_protocol"
set ok 0 set ok 0