* lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
authorBob Manson <manson@cygnus>
Wed, 24 Sep 1997 20:10:07 +0000 (20:10 +0000)
committerBob Manson <manson@cygnus>
Wed, 24 Sep 1997 20:10:07 +0000 (20:10 +0000)
  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
gdb/testsuite/gdb.chill/enum.exp

index 28150d7408c1c5d14eac0399dbdc0dfc5745d97b..9c0a2377d693afed552fcd21d6970267bf023462 100644 (file)
@@ -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.
index c176a61e75169b9dbc5278b50106948bc641147f..74fee35bcd973471a6607b02fe7cb9d2ae749e89 100644 (file)
@@ -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.*"
 }