diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-05-25 19:35:02 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-05-25 19:35:02 +0000 |
commit | 2d10304ee62f153f64a7523c07628fd24ea96f52 (patch) | |
tree | 62ca61f0f203a43b5fd0b0a9a81090a87e4a172c /gdb | |
parent | 16b00357e84b099d4600a77b6334520ce3108368 (diff) | |
download | gdb-2d10304ee62f153f64a7523c07628fd24ea96f52.zip gdb-2d10304ee62f153f64a7523c07628fd24ea96f52.tar.gz gdb-2d10304ee62f153f64a7523c07628fd24ea96f52.tar.bz2 |
x
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 560ce34..cbdbebd 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,7 +1,15 @@ +Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + + * gdb.t00/help.exp: Use .* in place of some help messages which + just changed. + gdb.t00/default.exp: Update "info frame" test for new message. + * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test. + Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com) * gdb.t03/{gdbme.c,ptype.exp}: Add tests for typedef'd struct and union without tags. + Also check "whatis" on a variable of a typedef'd enum without a tag. * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see PRMS 1823; the bug still exists but isn't reproduced by this test |