aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/lib
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1996-08-06 01:18:18 +0000
committerFred Fish <fnf@specifix.com>1996-08-06 01:18:18 +0000
commit5fac6a39dc2b8704850d7bec599bc9ae281af3bd (patch)
tree1e494d3e87d8112fdecfa801ceb5472ec489e39c /gdb/testsuite/lib
parentb944e7e855f74a833fb8ae9f60e4e13a0947ab73 (diff)
downloadgdb-5fac6a39dc2b8704850d7bec599bc9ae281af3bd.zip
gdb-5fac6a39dc2b8704850d7bec599bc9ae281af3bd.tar.gz
gdb-5fac6a39dc2b8704850d7bec599bc9ae281af3bd.tar.bz2
* gdb.base/signals.exp (test_handle_all_print): Test separately for
each signal's status in the output of "handle all print". * lib/gdb.exp (gdb_test): Document that the pattern must NOT include the \r\n sequence that immediately precedes the gdb prompt. * gdb.base/a1-selftest.exp: Save original timeout and restore after test.
Diffstat (limited to 'gdb/testsuite/lib')
-rw-r--r--gdb/testsuite/lib/gdb.exp3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp
index 501076b..376b56e 100644
--- a/gdb/testsuite/lib/gdb.exp
+++ b/gdb/testsuite/lib/gdb.exp
@@ -306,7 +306,8 @@ proc runto_main {} {
# Takes three parameters.
# Parameters:
# First one is the command to execute,
-# Second one is the pattern to match for a PASS,
+# Second one is the pattern to match for a PASS, and must NOT include
+# the \r\n sequence immediately before the gdb prompt.
# Third one is an optional message to be printed. If this
# a null string "", then the pass/fail messages are not printed.
# Returns: