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/default.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/default.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/default.exp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.base/default.exp b/gdb/testsuite/gdb.base/default.exp index 3df0368..bc43143 100644 --- a/gdb/testsuite/gdb.base/default.exp +++ b/gdb/testsuite/gdb.base/default.exp @@ -1,5 +1,5 @@ # Copyright 1988, 1990, 1991, 1992, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000 +# 2000, 2001 # Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify @@ -328,6 +328,8 @@ setup_xfail "a29k-*-udi" gdb_test "info stack" "No stack." "info stack" #test info set # FIXME -- needs to match the entire output +# FIXME -- on native solaris 2.8, this test fails due to this line: +# prompt: Gdb's prompt is "(gdb) ".^M gdb_test "info set" "confirm: Whether to confirm potentially dangerous operations is o\[a-z\]*..*\[\r\n\]+history filename: The filename in which to record the command history is .*\[\r\n\]+listsize: Number of source lines gdb will list by default is 10.*" "info set" gdb_test "info symbol" "Argument required .address.." #test info source @@ -387,7 +389,7 @@ gdb_test "overlay auto" "" gdb_test "overlay off" "" gdb_test "overlay list" "No sections are mapped." gdb_test "overlay map" "Overlay debugging not enabled.*" "overlay map #1" -gdb_test "overlay unmap" "Overlay debugging not enabled.*" "overlay unmap #2" +gdb_test "overlay unmap" "Overlay debugging not enabled.*" "overlay unmap #1" gdb_test "overlay manual" "" "overlay manual #2" gdb_test "overlay map" "Argument required: name of an overlay section." "overlay map #2" gdb_test "overlay unmap" "Argument required: name of an overlay section." "overlay unmap #2" |