diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-02-04 02:25:33 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-02-04 02:25:33 +0000 |
commit | b2c416781dd5d8930561676c684655def96428be (patch) | |
tree | 88f0ba492f70a2cda811dafb37ca5588db92088b /gdb/testsuite | |
parent | d351c7a6b3f41184512c13fe130b8151bf19ec8e (diff) | |
download | gdb-b2c416781dd5d8930561676c684655def96428be.zip gdb-b2c416781dd5d8930561676c684655def96428be.tar.gz gdb-b2c416781dd5d8930561676c684655def96428be.tar.bz2 |
* gdb.t00/default.exp: Match udi_attach error message as well as
the one from child_attach.
* gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 5f37552..afdcc87 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,15 @@ Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com) + * gdb.t00/default.exp: Match udi_attach error message as well as + the one from child_attach. + + * gdb.t00/default.exp: Use "." instead of "?" to match a question mark. + + * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB. + + * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8. + * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it. + * Move test with enums and partial symbols back to gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}. Reverts the change of 26 May 93. Per today's change to |