mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
2002-02-10 Daniel Jacobowitz <drow@mvista.com>
* gdb.base/ending-run.exp: Guard "cont" test with gdb_skip_stdio_test.
This commit is contained in:
parent
5524168967
commit
004af6c7ff
@ -1,3 +1,8 @@
|
||||
2002-02-10 Daniel Jacobowitz <drow@mvista.com>
|
||||
|
||||
* gdb.base/ending-run.exp: Guard "cont" test with
|
||||
gdb_skip_stdio_test.
|
||||
|
||||
2002-02-06 Jim Blandy <jimb@redhat.com>
|
||||
|
||||
* gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
|
||||
|
@ -129,7 +129,11 @@ gdb_expect {
|
||||
# See if we can step out with control. The "1 2 3" stuff
|
||||
# is output from the program.
|
||||
#
|
||||
gdb_test "cont" ".*1 2 7 14 23 34 47 62 79.*Breakpoint.*31.*"
|
||||
if ![gdb_skip_stdio_test "cont"] {
|
||||
gdb_test "cont" ".*1 2 7 14 23 34 47 62 79.*Breakpoint.*31.*"
|
||||
} else {
|
||||
gdb_test "cont" ".*Breakpoint.*31.*"
|
||||
}
|
||||
|
||||
if ![gdb_skip_stdio_test "Step to return"] {
|
||||
gdb_test "next" ".*Goodbye!.*32.*" \
|
||||
|
Loading…
Reference in New Issue
Block a user