gprof(1) can have more than one profile data file, so have the usage
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
ce307257
RS
1Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
2
3 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
4
5Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
6
7 * Makefile.in: Added --srcdir when invoking runtest, removed the
8 need for a local config file. (optional now)
9
bee218aa
FF
10Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
11
12 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
13 failure count used to force early termination. Add some more
14 expected failures for gnu style demangling.
15
16Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17
18 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
19 pmi variable from gdb.t20/gdbme to get optimized away.
20 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
21 Check for written corefile upon timeout _and_ eof.
22
1096d1de
PS
23Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24
25 * config/unix-gdb.exp: Add missing return 0.
26
72ea43e6
PS
27Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28
29 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
30 test termination.
31
7007db96
FF
32Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
33
34 * configure.in (subdirs): Put back gdb.t17 which mysteriously
35 disappeared.
36
63305a73
FF
37Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
38
7007db96
FF
39 * gdb.t10/crossload.exp: Disable the i860-elf test until such
40 time as i860 support works.
41
63305a73
FF
42 * gdb.t15/funcargs.exp: Fix expected outputs to include
43 "backtrace 100\r" rather than just "backtrace\r", to match last
44 change.
45
5f2912cc
ILT
46Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
47
48 * config/udi-gdb.exp (gdb_exit): Remove close command.
49 (gdb_target_udi): New procedure to set the UDI target.
50 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
51 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
52 Added waits for prompts after several question responses. Added
53 some more responses used by a29k-amd-udi-gdb.
54 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
55 pass different arguments, restart UDI connection after program
56 completion.
57 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
58 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
59 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
60 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
61 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
62 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
63 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
64 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
65 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
66 after program completion.
67 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
68 compiled with a SELECT_VECS setting.
69 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
70 infinite recursion.
71
72 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
73 Added checks for COFF results, and made them expected failures for
74 all targets. It would be better to make them expected failures
75 for COFF targets only.
76
21ce979a
DZ
77Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
78
79 * Makefile.in: add null dvi target, don't bother to recurse
ebc0f582
DZ
80 through test directories for info and install-info; rename
81 $(datadir) to be dejagnu instead of deja-gnu
21ce979a 82
214aa244
FF
83Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
84
85 **** start-sanitize-chill ****
86 * gdb.t31/gdbme.ch: Re-enable code that previously caused
87 compiler to coredump.
88 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
89 code.
90 **** end-sanitize-chill ****
91
bfb33935
FF
92Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
93
94 **** start-sanitize-chill ****
95 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
96 coredump.
97 * gdb.t31/chillvars.exp: Comment out tests that depend on that
98 code.
99 **** end-sanitize-chill ****
100
3d0bd7d3
RS
101Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
102
103 * gdb.t03/ptype.exp: tests for return code from gdb_test.
104 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
105 which in a shell. Deletes xgdb when done.
106 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
107 Tests the return from the "set height" or "set width" commands.
108 Added a few return codes where needed.
109
bc803007
FF
110Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
111
04fb224c
FF
112 * Makefile.in (SUBDIRS): Add gdb.t17.
113 * configure.in (subdirs): Add gdb.t17.
bc803007
FF
114 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
115 files to test gdb's calling of functions in the inferior with
116 the correct arguments and gdb's ability to retrieve any
117 result returned.
118
400b81b5
FF
119Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
120
121 * config/unix-gdb.exp (gdb_exit): Remove close commands that
122 may be called after gdb goes away. Previous versions of expect
123 needed these to avoid file descriptor leaks, but they cause
124 errors with the current revision of expect.
125 * gdb.t00/gdbvars.exp: Use -re on expected output after
126 setting sevenbit-strings.
127 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
128 to set sevenbit-strings consistent across tests.
129 **** start-sanitize-chill ****
130 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
131 set sevenbit-strings consistent across tests.
132 **** end-sanitize-chill ****
133
3d0bd7d3 134>>>>>>> 1.16
96b99583
FF
135Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
136
137 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
138 expected output to match current "expect" expectations.
139
d3b43da8
FF
140Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
141
142 * gdb.t00/default.exp: Change expected output for default "source"
143 command, to match new gdb behavior which requires a filename to
144 source.
145
fa5366da
FF
146Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
147
148 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
149 expected fail for i486-*-* that misses the marker2 function.
150 * gdb.t10/crossload.exp (bfddefault): Allow successful
151 recognition of a format to pass even if no symbols are found.
152 Explicitly catch failures where the format is not recognized
153 or is ambiguous, and add the reason to the fail message.
154 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
155 the cause is and invalid target and add reason to failure message.
156 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
157 elf32-i386, elf32-sparc, and elf32-i860.
158 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
159 Set up expected failure for 'filename'::variable scope resolution,
160 which is now apparently broken on all targets.
161 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
162 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
163 gdb.t23/templates.exp: Change failure for missing binfile into
164 just a warning.
165 gdb.t21/demangle.exp: Change all cfront references to 'arm'
166 references.
167
168Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
169
170 * gdb.t00/default.exp: Add expected output for default "source"
171 command, to match new gdb behavior.
172 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
173
1be6caef
RS
174Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
175
176 * config/*-gdb.exp: returns an error, rather than exiting on
177 internal errors.
178
179Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
180
181 * gdb.t03/gdbme.c: Add pointer to struct variable.
182 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
183 referencing struct members.
184
01cec5c8
ILT
185Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
186
1be6caef
RS
187 * configure.in (mips-idt-ecoff): New target.
188 * config/mips-gdb.exp: New file for remote board using MIPS remote
189 debugging protocol.
190
01cec5c8
ILT
191 * Redid configuration scheme. Removed gdb.t*/configure.in.
192 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
193 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
194 distclean targets. Built executables via .o files. Adjusted
195 tests to account for source files in $(srcdir) rather than
196 $(objdir).
197 * lib/gdb.exp (runto): Don't expect () after the function name,
198 because it may have arguments.
199
5b272a2d
ILT
200Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
201
202 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
203 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
204 expected failures for mips-idt-* and mips-sgi-*.
205 * gdb.t00/default.exp (attach): Kill process if requested.
206 * gdb.t00/help.exp (help target core, help target): Accept a gdb
207 that does not read core files.
208 * gdb.t01/run.exp: Removed checks for exit status code.
209 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
210 it is linked in.
211 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
212 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
213 appropriate, rather than doing it by hand.
214 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
215 execution.
216 * gdb.t10/crossload.exp: Kill existing program if needed.
217 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
218 appropriate, rather than doing it by hand. Always increase
219 timeout for this test, not just for VxWorks.
220
16aa4b53
FF
221Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
222
223 **** start-sanitize-chill ****
224 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
225 of Chill STRUCT types and STRUCT values.
226 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
227 than "char".
228 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
229 struct2): New struct definitions and initializations to test
230 simple Chill STRUCT types.
231 **** end-sanitize-chill ****
232
ff7f25de
FF
233Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
234
235 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
236 the null byte at the end of strings.
237 * gdb.t00/default.exp: Make show version insensitive to copyright
238 date.
239 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
240 to avoid dependencies on target char signedness.
241 * gdb.t16/printcmds.exp: Update expected results for explicitly
242 unsigned char.
243 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
244 now work.
245 * gdb.t21/demangle.exp: Add many more patterns for template
246 demangling, most of them being expected failures.
247 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
248 string we are matching for, to match on the whole string.
249 * gdb.t21/demangle.exp: Add many new test strings to demangle,
250 and fix a whole bunch that had incorrect expected output but were
251 passing anyway because of the bug in "proc demangle".
252 **** start-sanitize-chill ****
253 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
254 type.
255 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
256 **** end-sanitize-chill ****
257
bf3d2b75
MW
258Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
259
260 * gdb/testsuite: made modifications to testcases, etc., to allow
261 them to work properly given the reorganization of deja-gnu and the
262 relocation of the testcases from deja-gnu to a "tool" subdirectory.
263
19fa4a0a
MW
264Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
265
266 * gdb/testsuite: Initial creation of gdb/testsuite.
267 Migrated dejagnu testcases and support files for testing nm to
268 gdb/testsuite from deja-gnu. These files were moved "as is"
269 with no modifications. This migration is part of a major overhaul
270 of dejagnu. The modifications to these testcases, etc., which
271 will allow them to work with the new version of dejagnu will be
272 made in a future update.
273
This page took 0.04753 seconds and 4 git commands to generate.