mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-04 15:13:53 +08:00
* gdb.base/bigcore.exp: Reset increased timeout.
* gdb.base/interrupt.exp: Match unexpected gdb prompt.
This commit is contained in:
parent
db25f29d62
commit
c593ac0e23
@ -1,3 +1,8 @@
|
||||
2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* gdb.base/bigcore.exp: Reset increased timeout.
|
||||
* gdb.base/interrupt.exp: Match unexpected gdb prompt.
|
||||
|
||||
2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* gdb.base/gcore.exp (capture_command_output): Use
|
||||
|
@ -147,6 +147,7 @@ gdb_test_multiple "info program" $test {
|
||||
set oldtimeout $timeout
|
||||
set timeout 600
|
||||
gdb_test "signal SIGABRT" "Program terminated with signal SIGABRT, .*"
|
||||
set timeout $oldtimeout
|
||||
|
||||
# Find the corefile
|
||||
set file ""
|
||||
|
@ -167,6 +167,7 @@ if ![file exists $binfile] then {
|
||||
# here.
|
||||
gdb_expect {
|
||||
-re "^(\r\n|)data\r\n(|data\r\n)$" { pass "echo data" }
|
||||
-re "Undefined command.*$gdb_prompt " { fail "echo data" }
|
||||
timeout { fail "echo data (timeout)" }
|
||||
eof { fail "echo data (eof)" }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user