diff options
author | Bob Manson <manson@cygnus> | 1997-09-24 20:10:07 +0000 |
---|---|---|
committer | Bob Manson <manson@cygnus> | 1997-09-24 20:10:07 +0000 |
commit | b82a1bdb8b75ab99fa99002baf8fd20b81278752 (patch) | |
tree | 9bf90b6b3800be48da62a20736c6c670bae570c3 | |
parent | 7a2db4e54cc165c231d2ec3f2676c2fd955288f2 (diff) | |
download | gdb-b82a1bdb8b75ab99fa99002baf8fd20b81278752.zip gdb-b82a1bdb8b75ab99fa99002baf8fd20b81278752.tar.gz gdb-b82a1bdb8b75ab99fa99002baf8fd20b81278752.tar.bz2 |
* lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
define vxworks when building the testcase.
* gdb.base/ptype.exp: Fix testnames to be unique.
* gdb.base/radix.exp: Ditto.
* gdb.base/term.exp: Ditto.
* gdb.base/whatis.exp: Ditto.
* gdb.c++/classes.exp: Ditto.
More misc fixes.
-rw-r--r-- | gdb/testsuite/ChangeLog | 11 | ||||
-rw-r--r-- | gdb/testsuite/gdb.chill/enum.exp | 2 |
2 files changed, 12 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 28150d7..9c0a237 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,14 @@ +Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com> + + * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set, + define vxworks when building the testcase. + + * gdb.base/ptype.exp: Fix testnames to be unique. + * gdb.base/radix.exp: Ditto. + * gdb.base/term.exp: Ditto. + * gdb.base/whatis.exp: Ditto. + * gdb.c++/classes.exp: Ditto. + Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com> * gdb.base/callfuncs.exp: Fix indentation. diff --git a/gdb/testsuite/gdb.chill/enum.exp b/gdb/testsuite/gdb.chill/enum.exp index c176a61..74fee35 100644 --- a/gdb/testsuite/gdb.chill/enum.exp +++ b/gdb/testsuite/gdb.chill/enum.exp @@ -79,7 +79,7 @@ if ![set_lang_chill] then { gdb_test "print a=a" { = TRUE} gdb_test "print a/=\$i" { = TRUE} -# This is PR 8870: +# This is PR 8870 gdb_test "break malloc" ".*" gdb_test {set var $j := m_set[b]} ".*invalid.*tuple.*" } |