aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2002-02-10 18:21:36 +0000
committerDaniel Jacobowitz <drow@false.org>2002-02-10 18:21:36 +0000
commit004af6c7ffce50c8d13d37625bef5f18d23675e9 (patch)
tree3545a615c135e77cc3aee3b84441dda3168c9492
parent5524168967be06a00688b87b87a6e2caf754180e (diff)
downloadgdb-004af6c7ffce50c8d13d37625bef5f18d23675e9.zip
gdb-004af6c7ffce50c8d13d37625bef5f18d23675e9.tar.gz
gdb-004af6c7ffce50c8d13d37625bef5f18d23675e9.tar.bz2
2002-02-10 Daniel Jacobowitz <drow@mvista.com>
* gdb.base/ending-run.exp: Guard "cont" test with gdb_skip_stdio_test.
-rw-r--r--gdb/testsuite/ChangeLog5
-rw-r--r--gdb/testsuite/gdb.base/ending-run.exp6
2 files changed, 10 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 93d9a7c..313da9a 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -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
diff --git a/gdb/testsuite/gdb.base/ending-run.exp b/gdb/testsuite/gdb.base/ending-run.exp
index 4b2e427..db14b43 100644
--- a/gdb/testsuite/gdb.base/ending-run.exp
+++ b/gdb/testsuite/gdb.base/ending-run.exp
@@ -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.*" \