summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/ending-run.exp
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2001-09-18 17:49:06 +0000
committerCorinna Vinschen <corinna@vinschen.de>2001-09-18 17:49:06 +0000
commite58abb984e937670eb19a1162528e65e04480a1d (patch)
tree8d94db17021bda0b29c0a77813a8fdf2da95f78c /gdb/testsuite/gdb.base/ending-run.exp
parent18d8f108f59b44ab53da451896cbb7977084a758 (diff)
downloadgdb-e58abb984e937670eb19a1162528e65e04480a1d.tar.gz
* gdb.base/ending-run.c (main): Set stdout buffersize
to the same reasonable value for any target. * gdb.base/ending-run.exp: Add a regular expression to make testsuite happy on Sanyo Stormy16 target.
Diffstat (limited to 'gdb/testsuite/gdb.base/ending-run.exp')
-rw-r--r--gdb/testsuite/gdb.base/ending-run.exp4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.base/ending-run.exp b/gdb/testsuite/gdb.base/ending-run.exp
index 360edc89f22..c35caf6187c 100644
--- a/gdb/testsuite/gdb.base/ending-run.exp
+++ b/gdb/testsuite/gdb.base/ending-run.exp
@@ -170,6 +170,10 @@ gdb_expect {
# This is what happens on Solaris currently -sts 1999-08-25
pass "step out of main on Solaris"
}
+ -re ".*in _int_reset ().*$gdb_prompt $" {
+ # This is what happens on Sanyo Stormy16
+ pass "step out of main"
+ }
-re ".*in ..change.mode ().*$gdb_prompt $" {
# This is what happens on ARM in thumb mode -fn 2000-02-01
pass "step out of main on ARM thumb"