a52568ace1e66015b1c0add1ce1e59a1a8395f27
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
2
3 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
4 files to test gdb's calling of functions in the inferior with
5 the correct arguments and gdb's ability to retrieve any
6 result returned.
7
8 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
9
10 * config/unix-gdb.exp (gdb_exit): Remove close commands that
11 may be called after gdb goes away. Previous versions of expect
12 needed these to avoid file descriptor leaks, but they cause
13 errors with the current revision of expect.
14 * gdb.t00/gdbvars.exp: Use -re on expected output after
15 setting sevenbit-strings.
16 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
17 to set sevenbit-strings consistent across tests.
18 **** start-sanitize-chill ****
19 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
20 set sevenbit-strings consistent across tests.
21 **** end-sanitize-chill ****
22
23 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
24
25 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
26 expected output to match current "expect" expectations.
27
28 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
29
30 * gdb.t00/default.exp: Change expected output for default "source"
31 command, to match new gdb behavior which requires a filename to
32 source.
33
34 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
35
36 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
37 expected fail for i486-*-* that misses the marker2 function.
38 * gdb.t10/crossload.exp (bfddefault): Allow successful
39 recognition of a format to pass even if no symbols are found.
40 Explicitly catch failures where the format is not recognized
41 or is ambiguous, and add the reason to the fail message.
42 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
43 the cause is and invalid target and add reason to failure message.
44 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
45 elf32-i386, elf32-sparc, and elf32-i860.
46 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
47 Set up expected failure for 'filename'::variable scope resolution,
48 which is now apparently broken on all targets.
49 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
50 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
51 gdb.t23/templates.exp: Change failure for missing binfile into
52 just a warning.
53 gdb.t21/demangle.exp: Change all cfront references to 'arm'
54 references.
55
56 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
57
58 * gdb.t00/default.exp: Add expected output for default "source"
59 command, to match new gdb behavior.
60 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
61
62 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
63
64 * config/*-gdb.exp: returns an error, rather than exiting on
65 internal errors.
66
67 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
68
69 * gdb.t03/gdbme.c: Add pointer to struct variable.
70 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
71 referencing struct members.
72
73 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
74
75 * configure.in (mips-idt-ecoff): New target.
76 * config/mips-gdb.exp: New file for remote board using MIPS remote
77 debugging protocol.
78
79 * Redid configuration scheme. Removed gdb.t*/configure.in.
80 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
81 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
82 distclean targets. Built executables via .o files. Adjusted
83 tests to account for source files in $(srcdir) rather than
84 $(objdir).
85 * lib/gdb.exp (runto): Don't expect () after the function name,
86 because it may have arguments.
87
88 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
89
90 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
91 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
92 expected failures for mips-idt-* and mips-sgi-*.
93 * gdb.t00/default.exp (attach): Kill process if requested.
94 * gdb.t00/help.exp (help target core, help target): Accept a gdb
95 that does not read core files.
96 * gdb.t01/run.exp: Removed checks for exit status code.
97 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
98 it is linked in.
99 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
100 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
101 appropriate, rather than doing it by hand.
102 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
103 execution.
104 * gdb.t10/crossload.exp: Kill existing program if needed.
105 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
106 appropriate, rather than doing it by hand. Always increase
107 timeout for this test, not just for VxWorks.
108
109 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
110
111 **** start-sanitize-chill ****
112 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
113 of Chill STRUCT types and STRUCT values.
114 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
115 than "char".
116 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
117 struct2): New struct definitions and initializations to test
118 simple Chill STRUCT types.
119 **** end-sanitize-chill ****
120
121 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
122
123 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
124 the null byte at the end of strings.
125 * gdb.t00/default.exp: Make show version insensitive to copyright
126 date.
127 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
128 to avoid dependencies on target char signedness.
129 * gdb.t16/printcmds.exp: Update expected results for explicitly
130 unsigned char.
131 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
132 now work.
133 * gdb.t21/demangle.exp: Add many more patterns for template
134 demangling, most of them being expected failures.
135 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
136 string we are matching for, to match on the whole string.
137 * gdb.t21/demangle.exp: Add many new test strings to demangle,
138 and fix a whole bunch that had incorrect expected output but were
139 passing anyway because of the bug in "proc demangle".
140 **** start-sanitize-chill ****
141 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
142 type.
143 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
144 **** end-sanitize-chill ****
145
146 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
147
148 * gdb/testsuite: made modifications to testcases, etc., to allow
149 them to work properly given the reorganization of deja-gnu and the
150 relocation of the testcases from deja-gnu to a "tool" subdirectory.
151
152 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
153
154 * gdb/testsuite: Initial creation of gdb/testsuite.
155 Migrated dejagnu testcases and support files for testing nm to
156 gdb/testsuite from deja-gnu. These files were moved "as is"
157 with no modifications. This migration is part of a major overhaul
158 of dejagnu. The modifications to these testcases, etc., which
159 will allow them to work with the new version of dejagnu will be
160 made in a future update.
161
This page took 0.035117 seconds and 3 git commands to generate.