diff options
author | Michael Chastain <mec@google.com> | 2001-05-23 19:04:13 +0000 |
---|---|---|
committer | Michael Chastain <mec@google.com> | 2001-05-23 19:04:13 +0000 |
commit | 7dbd117d8700b86b258da7e2aea2b132e1c1fae0 (patch) | |
tree | 0ea3a5c4c33eb0b3f9e3126a33033ace51bbb39d /gdb/testsuite/gdb.base/define.exp | |
parent | c2feb6641823cb1391685144614f51d530f2967e (diff) | |
download | gdb-7dbd117d8700b86b258da7e2aea2b132e1c1fae0.zip gdb-7dbd117d8700b86b258da7e2aea2b132e1c1fae0.tar.gz gdb-7dbd117d8700b86b258da7e2aea2b132e1c1fae0.tar.bz2 |
2001-05-19 Michael Chastain <chastain@redhat.com>
* gdb.base/callfuncs.exp: Make all test names unique.
* gdb.base/commands.exp: Make all test names unique.
* gdb.base/condbreak.exp: Make all test names unique.
* gdb.base/dbx.exp: Make all test names unique.
* gdb.base/default.exp: Make all test names unique.
* gdb.base/define.exp: Make all test names unique. Conform some FAIL
and TIMEOUT messages to their corresponding PASS message.
* gdb.base/ending-run.exp: Make all test names unique.
* gdb.base/long_long.exp: Remove duplicate test.
Diffstat (limited to 'gdb/testsuite/gdb.base/define.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/define.exp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/gdb/testsuite/gdb.base/define.exp b/gdb/testsuite/gdb.base/define.exp index 2793c4b..06ea1c0 100644 --- a/gdb/testsuite/gdb.base/define.exp +++ b/gdb/testsuite/gdb.base/define.exp @@ -1,4 +1,4 @@ -# Copyright 1998, 1999 Free Software Foundation, Inc. +# Copyright 1998, 1999, 2001 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -160,8 +160,8 @@ gdb_expect { } } -re "$gdb_prompt $"\ - {fail "documenting user command: nextwhere"} - timeout {fail "(timeout) documenting user command: nextwhere"} + {fail "document user command: nextwhere"} + timeout {fail "(timeout) document user command: nextwhere"} } send_gdb "document nextwhere\n" @@ -170,13 +170,13 @@ gdb_expect { {send_gdb "A next command that first shows you where you're stepping from.\nend\n" gdb_expect { -re "$gdb_prompt $"\ - {pass "document user command: nextwhere"} - timeout {fail "(timeout) document user command: nextwhere"} + {pass "re-document user command: nextwhere"} + timeout {fail "(timeout) re-document user command: nextwhere"} } } -re "$gdb_prompt $"\ - {fail "documenting user command: nextwhere"} - timeout {fail "(timeout) documenting user command: nextwhere"} + {fail "re-document user command: nextwhere"} + timeout {fail "(timeout) re-document user command: nextwhere"} } send_gdb "help nextwhere\n" |