diff options
author | Fred Fish <fnf@specifix.com> | 1993-02-23 19:59:25 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1993-02-23 19:59:25 +0000 |
commit | ff7f25de27ee6ae4cdd4395843fd2b5adfa4aa4b (patch) | |
tree | 5307544d6d27c639bacd01d42ccb94059f0c8a53 | |
parent | bb6e8fe6a844a0aec13ad56c98afbe07de2908c5 (diff) | |
download | gdb-ff7f25de27ee6ae4cdd4395843fd2b5adfa4aa4b.zip gdb-ff7f25de27ee6ae4cdd4395843fd2b5adfa4aa4b.tar.gz gdb-ff7f25de27ee6ae4cdd4395843fd2b5adfa4aa4b.tar.bz2 |
* gdb.t00/teststrategy.exp: Track reversion in gdb to not print
the null byte at the end of strings.
* gdb.t00/default.exp: Make show version insensitive to copyright
date.
* gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
to avoid dependencies on target char signedness.
* gdb.t16/printcmds.exp: Update expected results for explicitly
unsigned char.
* gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
now work.
* gdb.t21/demangle.exp: Add many more patterns for template
demangling, most of them being expected failures.
* gdb.t21/demangle.exp (proc demangle): Quote the demangled
string we are matching for, to match on the whole string.
* gdb.t21/demangle.exp: Add many new test strings to demangle,
and fix a whole bunch that had incorrect expected output but were
passing anyway because of the bug in "proc demangle".
**** start-sanitize-chill ****
* gdb.t31/chillvars.exp: Remove setup_xfail for printing string
type.
* gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
**** end-sanitize-chill ****
-rw-r--r-- | gdb/testsuite/ChangeLog | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 13435d1..7ba8fce 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,28 @@ +Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com) + + * gdb.t00/teststrategy.exp: Track reversion in gdb to not print + the null byte at the end of strings. + * gdb.t00/default.exp: Make show version insensitive to copyright + date. + * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned + to avoid dependencies on target char signedness. + * gdb.t16/printcmds.exp: Update expected results for explicitly + unsigned char. + * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should + now work. + * gdb.t21/demangle.exp: Add many more patterns for template + demangling, most of them being expected failures. + * gdb.t21/demangle.exp (proc demangle): Quote the demangled + string we are matching for, to match on the whole string. + * gdb.t21/demangle.exp: Add many new test strings to demangle, + and fix a whole bunch that had incorrect expected output but were + passing anyway because of the bug in "proc demangle". + **** start-sanitize-chill **** + * gdb.t31/chillvars.exp: Remove setup_xfail for printing string + type. + * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles. + **** end-sanitize-chill **** + Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com) * gdb/testsuite: made modifications to testcases, etc., to allow |