* gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2
3 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (the bug
4 still exists but isn't reproduced by this test anymroe), and remove
5 rs6000 XFAIL (the bug is fixed).
6
7 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
8 duplicated from whatis.exp. For those that are left, accept
9 "long", "long int", or "int" for long variables (whatis.exp already
10 has an XFAIL for "int", so no need to fail it here).
11
12 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
13 Deal with GCC's names for types now that GDB uses the compiler's names.
14
15 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
16 setup_xfail's for sunos4. If we #defined the signed keyword away,
17 don't expect GDB to know that char it is signed.
18
19 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
20
21 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
22
23 * configure.in (configdirs): Add gdb.t24 for C++ tests that
24 should work on any system, regardless of debugging format.
25 * gdb.t21/demangle.exp: Move to gdb.t24.
26 * gdb.t24/demangle.exp: Move from gdb.t21.
27 * gdb.t24/{Makefile.in, configure.in}: New files.
28
29 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30
31 * configure.in: Do gdb.stabs and C++ tests only for stabs.
32 * gdb.stabs: New directory.
33
34 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
35
36 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
37 not just "Quit anyway?".
38
39 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
40
41 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
42 that all setup_xfails are immediately followed by clear_xfails.
43
44 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
45
46 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
47 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
48 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
49 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
50 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
51 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
52 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
53 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
54 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
55 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
56 gdb.t31/chillvars.exp, lib/gdb.exp:
57 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
58 bug-gdb@prep.ai.mit.edu.
59
60 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
61
62 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
63 with 0.0, not integer 0.
64
65 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
66
67 * gdb.t06/break.exp: Update for "Kill the program" message change.
68
69 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
70
71 * Makefile.in (GDBFLAGS): Set to -nx.
72 * Makefile.in (site.exp): Use GDBFLAGS.
73
74 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
75
76 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
77 Makefiles.
78 (check): depend on just-check.
79 (just-check): added so that tests can be run without a noop
80 build pass.
81
82 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
83
84 Switch to using configure's configdirs.
85 * Makefile.in (Makefile): add configure.in dependency.
86 (SUBDIRS): removed redundant assignment.
87 * configure.in: switch subdirs assignment to configdirs.
88 * gdb.t*/configure.in: new files.
89
90 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
91
92 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
93 works.
94
95 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
96
97 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
98 in explicit rules. Apparently this is not supported by some makes.
99
100 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
101
102 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
103
104 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
105
106 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
107 disappeared.
108
109 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
110
111 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
112
113 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
114
115 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
116 watchpoint problem that is now fixed.
117 * gdb.t30/chexp.exp: Remove setup_xfail for printing
118 uninitialized convenience variables.
119 * gdb.t31/chillvars.exp: Fix expected patterns for printing
120 structures.
121
122 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
123
124 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
125 which causes expect to get out of sync with gdb on long output
126 from help set.
127 * gdb.t09/corefile.exp: Make expected pattern for core file
128 failing signal and frame output format less sun specific.
129
130 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
131
132 * gdb.t31/chillvars.exp: Add and remove initial dummy
133 breakpoint, so that symbol table is forced in.
134 (Needed at least on Sunos4, though it seems not SVR4.)
135 * gdb.t31/chillvars.exp: Update for changed output format.
136
137 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
138
139 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
140
141 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
142
143 * Makefile.in: Added --srcdir when invoking runtest, removed the
144 need for a local config file. (optional now)
145
146 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
147
148 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
149 failure count used to force early termination. Add some more
150 expected failures for gnu style demangling.
151
152 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
153
154 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
155 pmi variable from gdb.t20/gdbme to get optimized away.
156 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
157 Check for written corefile upon timeout _and_ eof.
158
159 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
160
161 * config/unix-gdb.exp: Add missing return 0.
162
163 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
164
165 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
166 test termination.
167
168 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
169
170 * configure.in (subdirs): Put back gdb.t17 which mysteriously
171 disappeared.
172
173 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
174
175 * gdb.t10/crossload.exp: Disable the i860-elf test until such
176 time as i860 support works.
177
178 * gdb.t15/funcargs.exp: Fix expected outputs to include
179 "backtrace 100\r" rather than just "backtrace\r", to match last
180 change.
181
182 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
183
184 * config/udi-gdb.exp (gdb_exit): Remove close command.
185 (gdb_target_udi): New procedure to set the UDI target.
186 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
187 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
188 Added waits for prompts after several question responses. Added
189 some more responses used by a29k-amd-udi-gdb.
190 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
191 pass different arguments, restart UDI connection after program
192 completion.
193 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
194 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
195 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
196 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
197 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
198 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
199 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
200 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
201 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
202 after program completion.
203 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
204 compiled with a SELECT_VECS setting.
205 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
206 infinite recursion.
207
208 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
209 Added checks for COFF results, and made them expected failures for
210 all targets. It would be better to make them expected failures
211 for COFF targets only.
212
213 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
214
215 * Makefile.in: add null dvi target, don't bother to recurse
216 through test directories for info and install-info; rename
217 $(datadir) to be dejagnu instead of deja-gnu
218
219 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
220
221 * gdb.t31/gdbme.ch: Re-enable code that previously caused
222 compiler to coredump.
223 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
224 code.
225
226 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
227
228 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
229 coredump.
230 * gdb.t31/chillvars.exp: Comment out tests that depend on that
231 code.
232
233 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
234
235 * gdb.t03/ptype.exp: tests for return code from gdb_test.
236 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
237 which in a shell. Deletes xgdb when done.
238 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
239 Tests the return from the "set height" or "set width" commands.
240 Added a few return codes where needed.
241
242 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
243
244 * Makefile.in (SUBDIRS): Add gdb.t17.
245 * configure.in (subdirs): Add gdb.t17.
246 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
247 files to test gdb's calling of functions in the inferior with
248 the correct arguments and gdb's ability to retrieve any
249 result returned.
250
251 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
252
253 * config/unix-gdb.exp (gdb_exit): Remove close commands that
254 may be called after gdb goes away. Previous versions of expect
255 needed these to avoid file descriptor leaks, but they cause
256 errors with the current revision of expect.
257 * gdb.t00/gdbvars.exp: Use -re on expected output after
258 setting sevenbit-strings.
259 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
260 to set sevenbit-strings consistent across tests.
261 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
262 set sevenbit-strings consistent across tests.
263
264 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
265
266 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
267 expected output to match current "expect" expectations.
268
269 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
270
271 * gdb.t00/default.exp: Change expected output for default "source"
272 command, to match new gdb behavior which requires a filename to
273 source.
274
275 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
276
277 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
278 expected fail for i486-*-* that misses the marker2 function.
279 * gdb.t10/crossload.exp (bfddefault): Allow successful
280 recognition of a format to pass even if no symbols are found.
281 Explicitly catch failures where the format is not recognized
282 or is ambiguous, and add the reason to the fail message.
283 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
284 the cause is and invalid target and add reason to failure message.
285 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
286 elf32-i386, elf32-sparc, and elf32-i860.
287 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
288 Set up expected failure for 'filename'::variable scope resolution,
289 which is now apparently broken on all targets.
290 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
291 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
292 gdb.t23/templates.exp: Change failure for missing binfile into
293 just a warning.
294 gdb.t21/demangle.exp: Change all cfront references to 'arm'
295 references.
296
297 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
298
299 * gdb.t00/default.exp: Add expected output for default "source"
300 command, to match new gdb behavior.
301 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
302
303 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
304
305 * config/*-gdb.exp: returns an error, rather than exiting on
306 internal errors.
307
308 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
309
310 * gdb.t03/gdbme.c: Add pointer to struct variable.
311 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
312 referencing struct members.
313
314 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
315
316 * configure.in (mips-idt-ecoff): New target.
317 * config/mips-gdb.exp: New file for remote board using MIPS remote
318 debugging protocol.
319
320 * Redid configuration scheme. Removed gdb.t*/configure.in.
321 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
322 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
323 distclean targets. Built executables via .o files. Adjusted
324 tests to account for source files in $(srcdir) rather than
325 $(objdir).
326 * lib/gdb.exp (runto): Don't expect () after the function name,
327 because it may have arguments.
328
329 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
330
331 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
332 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
333 expected failures for mips-idt-* and mips-sgi-*.
334 * gdb.t00/default.exp (attach): Kill process if requested.
335 * gdb.t00/help.exp (help target core, help target): Accept a gdb
336 that does not read core files.
337 * gdb.t01/run.exp: Removed checks for exit status code.
338 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
339 it is linked in.
340 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
341 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
342 appropriate, rather than doing it by hand.
343 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
344 execution.
345 * gdb.t10/crossload.exp: Kill existing program if needed.
346 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
347 appropriate, rather than doing it by hand. Always increase
348 timeout for this test, not just for VxWorks.
349
350 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
351
352 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
353 of Chill STRUCT types and STRUCT values.
354 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
355 than "char".
356 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
357 struct2): New struct definitions and initializations to test
358 simple Chill STRUCT types.
359
360 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
361
362 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
363 the null byte at the end of strings.
364 * gdb.t00/default.exp: Make show version insensitive to copyright
365 date.
366 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
367 to avoid dependencies on target char signedness.
368 * gdb.t16/printcmds.exp: Update expected results for explicitly
369 unsigned char.
370 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
371 now work.
372 * gdb.t21/demangle.exp: Add many more patterns for template
373 demangling, most of them being expected failures.
374 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
375 string we are matching for, to match on the whole string.
376 * gdb.t21/demangle.exp: Add many new test strings to demangle,
377 and fix a whole bunch that had incorrect expected output but were
378 passing anyway because of the bug in "proc demangle".
379 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
380 type.
381 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
382
383 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
384
385 * gdb/testsuite: made modifications to testcases, etc., to allow
386 them to work properly given the reorganization of deja-gnu and the
387 relocation of the testcases from deja-gnu to a "tool" subdirectory.
388
389 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
390
391 * gdb/testsuite: Initial creation of gdb/testsuite.
392 Migrated dejagnu testcases and support files for testing nm to
393 gdb/testsuite from deja-gnu. These files were moved "as is"
394 with no modifications. This migration is part of a major overhaul
395 of dejagnu. The modifications to these testcases, etc., which
396 will allow them to work with the new version of dejagnu will be
397 made in a future update.
398
This page took 0.043821 seconds and 5 git commands to generate.