From b82a1bdb8b75ab99fa99002baf8fd20b81278752 Mon Sep 17 00:00:00 2001 From: Bob Manson Date: Wed, 24 Sep 1997 20:10:07 +0000 Subject: [PATCH] * 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. --- gdb/testsuite/ChangeLog | 11 +++++++++++ gdb/testsuite/gdb.chill/enum.exp | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 28150d7408..9c0a2377d6 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,14 @@ +Wed Sep 24 13:08:14 1997 Bob Manson + + * 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 * gdb.base/callfuncs.exp: Fix indentation. diff --git a/gdb/testsuite/gdb.chill/enum.exp b/gdb/testsuite/gdb.chill/enum.exp index c176a61e75..74fee35bcd 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.*" } -- 2.34.1