summaryrefslogtreecommitdiff
path: root/gdb/testsuite
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2011-03-09 18:41:30 +0000
committerTom Tromey <tromey@redhat.com>2011-03-09 18:41:30 +0000
commit2e53e44e0cb91ff00728269ad125a3418605ee62 (patch)
tree401c94b032f3204de910d59c26c9aee1e2fcb9af /gdb/testsuite
parentab6369b0d22d96562d1f15b9755485f31d3a9222 (diff)
downloadgdb-2e53e44e0cb91ff00728269ad125a3418605ee62.tar.gz
* gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
gdb_continue_to_end.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r--gdb/testsuite/ChangeLog5
-rw-r--r--gdb/testsuite/gdb.ada/catch_ex.exp4
2 files changed, 8 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 3b133d72b07..86b03cc4ca6 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2011-03-09 Tom Tromey <tromey@redhat.com>
+
+ * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
+ gdb_continue_to_end.
+
2011-03-09 Mark Kettenis <kettenis@gnu.org>
* gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
diff --git a/gdb/testsuite/gdb.ada/catch_ex.exp b/gdb/testsuite/gdb.ada/catch_ex.exp
index 6a980897094..7fc2895579c 100644
--- a/gdb/testsuite/gdb.ada/catch_ex.exp
+++ b/gdb/testsuite/gdb.ada/catch_ex.exp
@@ -141,6 +141,8 @@ gdb_test "continue" \
"Continuing\.$eol$catchpoint_msg$eol.*SPOT4" \
"continuing to unhandled exception"
-gdb_continue_to_end
+gdb_test "continue" \
+ "Continuing\..*$inferior_exited_re.*" \
+ "continuing to program completion"