6bd456de5a014154c6741de8654f61c8b310110d
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
2
3 * configure.in (configdirs): Restore gdb.t04, which mysteriously
4 disappeared from list.
5 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
6 "alldone" proc with call to cleanup and exit.
7 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
8 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
9 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
10 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
11 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
12 "alldone" proc with simple returns that suppress remaining
13 tests. The alldone proc went away many months ago.
14
15 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16
17 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
18
19 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
20
21 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22
23 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
24 as vax gdb will display them.
25
26 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
27
28 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
29 optimizers.
30
31 * scope.exp: Change "bad value for localval" messages so each one
32 is unique.
33
34 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
35 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
36
37 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
38
39 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
40
41 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
42 doesn't exist (due to optimization).
43
44 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
45
46 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
47 contains \r because the filename is long.
48
49 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
50 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
51
52 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
53
54 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
55 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
56 Ultrix.
57 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
58 int tests.
59 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
60
61 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
62
63 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
64
65 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
66 to match does not match the passing case but still matches the
67 failing case.
68
69 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
70
71 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
72
73 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
74
75 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
76 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
77 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
78 Remove various versions of gdb_exit.
79 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
80 gdb_exit.
81 * config/unix-gdb.exp: gdb_exit remains here, and should override
82 the generic version, since it's doing a lot of wierd stuff that
83 the other versions aren't. FIXME, fold it in, or abandon this
84 version.
85
86 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
87
88 * gdb.t24/demangle.exp: Add tests for PR 3220.
89
90 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
91
92 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
93
94 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
95
96 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
97 "i386-*-*". Works for i486 as well.
98
99 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
100 bug, and expand domain of xfail to all SVR4 systems, since the
101 actual problem is likely to be in generic SVR4 /proc support.
102
103 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
104
105 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
106
107 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
108
109 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
110 xfails for other systems. Match a missing 'Continuing.' as an
111 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
112
113 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
114 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
115 Only issue warning for missing executables if -all option is used.
116
117 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
118 file if -all option is used. It's like an unpredictable XFAIL.
119
120 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
121
122 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
123 for dynamically linked binaries.
124
125 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
126
127 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
128
129 * gdb.t20/inherit.exp: Change message for "print tagless struct"
130 to state that this is a known bug in old versions of g++.
131
132 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
133
134 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
135 while waiting for `Continuing'.
136
137 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
138
139 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
140 in text, data, and bss.
141 * gdb.t10/nodebug.c: Add local and global test variables for
142 initialized and uninitialized data.
143
144 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
145
146 * config/unix-gdb.exp (gdb_exit): Add "wait".
147
148 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
149
150 * gdb.t06/signals.exp: xfail the continue from the handler for all
151 targets.
152
153 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
154 function with watchpoints enabled, the i386 call dummy starts with
155 a call.
156
157 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
158 386 bsd names its corefiles.
159
160 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
161
162 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
163 compilers don't grok it.
164 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
165 with small octal ints rather than character constants, which
166 are signed and might not fit if first promoted to int.
167
168 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
169
170 * gdb.t09/Makefile.in (clean): Remove corefile.
171
172 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
173
174 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
175
176 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
177 and Jim Kingdon (kingdon@cygnus.com)
178
179 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
180 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
181 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
182
183 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
184
185 * gdb.t17/interrupt.exp: Add xfail for hppa.
186
187 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
188
189 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
190 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
191 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
192 to determine signed-ness of bitfields and use the result to setup
193 the xfail.
194 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
195 * gdb.t15/funcargs.exp: Use them to step until the second indirect
196 call line is reached if necessary.
197
198 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
199
200 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
201
202 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
203
204 * gdb.t06/break.exp: Also test `clear' command.
205
206 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
207
208 * gdb.t00/teststrategy.exp: Remove extra quote.
209
210 * gdb.t07/watchpoint.exp: Change xfail for calling function with
211 watchpoint enabled to be for all non-68k machines.
212
213 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
214
215 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
216
217 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
218 targets use aout.mt instead of ecoff.mt as gas understands
219 standard aout format.
220
221 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
222
223 * lib/gdb.exp (runto): Don't insist that function we are running to
224 was compiled with -g.
225
226 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
227
228 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
229 to get back into the read system call.
230 Accept leading newline in case where we woke it up.
231
232 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
233
234 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
235 to make the stabs test work on ecoff systems using gcc and -with-stabs.
236 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
237 enable ecoff configuration.
238
239 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
240
241 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
242
243 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
244
245 * gdb.t16/printcmds.exp: Add another printf test.
246
247 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
248
249 * configure.in: If configured -with-stabs on any target, add
250 stabsdirs to configdirs.
251
252 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
253
254 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
255 fun" so pattern does not match the command itself.
256
257 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
258
259 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
260
261 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
262
263 * gdb.t17/interrupt.exp: Test for more things.
264
265 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
266
267 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
268 compiler arranges the code and line numbers.
269
270 * gdb.t17/interrupt.exp: Don't send \n after ^C.
271
272 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
273
274 * gdb.t00/help.exp: Increase expect input buffer size.
275
276 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
277
278 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
279
280 * gdb.t07/watchpoint.exp: Add xfail for hppa.
281
282 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
283
284 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
285 [0-9]*, not just [0-9].
286
287 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
288
289 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
290
291 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
292
293 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
294
295 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
296
297 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
298
299 * gdb.t06/signals.c: Add xfails for sun3.
300
301 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
302
303 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
304 test_stepping tests.
305
306 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
307
308 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
309
310 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
311
312 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
313 rather than actually putting it through cpp twice.
314
315 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
316
317 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
318
319 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
320 no longer needed.
321
322 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
323
324 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
325
326 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
327 C++ features prints as "struct", make it a pass, not an xfail.
328
329 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
330
331 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
332 Don't require VA to print as "class" rather than "struct".
333
334 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
335
336 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
337
338 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
339
340 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
341
342 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
343
344 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
345 order.
346
347 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
348
349 * gdb.t16/printcmds.exp: Add printf tests.
350
351 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
352
353 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
354
355 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
356
357 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
358 pass counts, to counteract any existing or future setup_xfails.
359
360 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
361
362 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
363 {BEGIN,END}_COMMON for common block instead of STAB.
364 * gdb.stabs/wierd.exp: Add xfail for rs6000.
365
366 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
367 intp_var should be N_GSYM not N_LSYM.
368 wierd-aout.S: Use a label for the value of the N_SO.
369 wierd.def: Remove all backslashes.
370 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
371
372 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
373
374 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
375 get the expected next to inheritance3.
376
377 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
378
379 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
380 now that gcc-2.4 gets it right.
381
382 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
383
384 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
385
386 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
387 generating comp-info.exp which works for cross-compilation.
388
389 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
390
391 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
392 "*-*-sysv4.*".
393
394 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
395
396 * gdb.t01/run.exp: Start with a fresh gdb.
397 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
398 SVR4.x.
399
400 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
401
402 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
403 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
404 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
405 Makefile.in (distclean, realclean): Remove gdbme.c from list of
406 things to remove.
407
408 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
409
410 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
411 test cases from bug reports.
412
413 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
414
415 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
416 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
417 avoid spurious xfails.
418 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
419 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
420 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
421
422 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
423
424 * gdb.t00/teststrategy.exp: Rework to provide more useful
425 description of each test, fix problem with systems that define
426 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
427 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
428 results for "next over recursive call" so timeouts aren't taken
429 by error.
430
431 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
432
433 * gdb.t12/scope.exp: Test printing of variables before run.
434
435 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
436 printed in wrong order due to sorting.
437
438 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
439
440 * gdb.t00/teststrategy.exp: Fix expected results for printing
441 user entered string constant. Is array of char, prints with no
442 address.
443
444 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
445 commands.
446 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
447 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
448 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
449 of struct of char arrays.
450 * gdb.t00/radix.exp: New tests for radix commands.
451
452 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
453
454 * gdb.t16/printcmd.exp: Print a variable before running program
455 (with xfail for AIX).
456
457 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
458
459 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
460
461 * gdb.t16/printcmd.exp: Don't print variables before running program.
462
463 * gdb.t06/break.exp: Don't require envp argument to main.
464
465 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
466
467 * gdb.t02/whatis.exp, gdb.t11/list.exp:
468 Add xfails for rs6000.
469
470 * gdb.t02/whatis.exp: Change other tests not to re-test something
471 we already tested.
472
473 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
474 each type used has a variable of that type.
475
476 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
477
478 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
479
480 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
481
482 * configure.in: change srctrigger to be a file, not a directory
483
484 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
485
486 * configure.in (mips-idt-ecoff*): Added trailing '*'.
487
488 * gdb.t11/list.exp: Fixed a couple of typos.
489
490 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
491
492 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
493 is fixed and PR is closed.
494 * gdb.t16 (gdbme.c): Add simple test string variable.
495 * gdb.t16 (printcmds.exp): Add tests with simple test string
496 variable, primarily for boundaries on "set print elements".
497
498 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
499
500 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
501 Make leading 0's optional and don't expect a tab in the middle
502 of the number.
503
504 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
505
506 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
507 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
508 don't end command passed to gdb_test with newline.
509
510 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
511 signed keyword away, don't expect signed bitfields to be signed.
512
513 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
514 printing with only as many 1's as are in the field as well as printing
515 with 32 1's (see comment).
516
517 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
518
519 * gdb.t00/default.exp: Start with a fresh gdb.
520 * configure.in (configdirs): Remove gdb.t31 until the chill
521 compiler works again. It no longer is able to find chillrt0
522 since it isn't in libchill.a anymore.
523 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
524 wierd.o, make more modular.
525 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
526 spurious newlines that caused problems.
527
528 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
529
530 * Move test with enums and partial symbols from gdb.t03/ptype.exp
531 to gdb.stabs/wierd.exp since GCC has worked around the bug.
532 gdb.stabs/wierd.{exp,def}: Many new tests.
533
534 * gdb.t00/default.exp: update info line for new message.
535
536 * gdb.t02/{whatis.exp,gdbme.c}:
537 Test that "char *" doesn't print as "caddr_t".
538
539 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
540
541 * gdb.t00/help.exp: Use .* in place of some help messages which
542 just changed.
543 gdb.t00/default.exp: Update "info frame" test for new message.
544 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
545 Remove some xfails
546
547 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
548
549 * gdb.t03/{gdbme.c,ptype.exp}:
550 Add tests for typedef'd struct and union without tags.
551 Also check "whatis" on a variable of a typedef'd enum without a tag.
552
553 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
554 PRMS 1823; the bug still exists but isn't reproduced by this test
555 anymore), and remove rs6000 XFAIL (the bug is fixed).
556
557 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
558 duplicated from whatis.exp. For those that are left, accept
559 "long", "long int", or "int" for long variables (whatis.exp already
560 has an XFAIL for "int", so no need to fail it here).
561
562 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
563 Deal with GCC's names for types now that GDB uses the compiler's names.
564
565 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
566 setup_xfail's for sunos4. If we #defined the signed keyword away,
567 don't expect GDB to know that char it is signed.
568
569 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
570
571 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
572
573 * configure.in (configdirs): Add gdb.t24 for C++ tests that
574 should work on any system, regardless of debugging format.
575 * gdb.t21/demangle.exp: Move to gdb.t24.
576 * gdb.t24/demangle.exp: Move from gdb.t21.
577 * gdb.t24/{Makefile.in, configure.in}: New files.
578
579 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
580
581 * configure.in: Do gdb.stabs and C++ tests only for stabs.
582 * gdb.stabs: New directory.
583
584 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
585
586 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
587 not just "Quit anyway?".
588
589 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
590
591 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
592 that all setup_xfails are immediately followed by clear_xfails.
593
594 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
595
596 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
597 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
598 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
599 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
600 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
601 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
602 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
603 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
604 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
605 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
606 gdb.t31/chillvars.exp, lib/gdb.exp:
607 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
608 bug-gdb@prep.ai.mit.edu.
609
610 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
611
612 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
613 with 0.0, not integer 0.
614
615 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
616
617 * gdb.t06/break.exp: Update for "Kill the program" message change.
618
619 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
620
621 * Makefile.in (GDBFLAGS): Set to -nx.
622 * Makefile.in (site.exp): Use GDBFLAGS.
623
624 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
625
626 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
627 Makefiles.
628 (check): depend on just-check.
629 (just-check): added so that tests can be run without a noop
630 build pass.
631
632 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
633
634 Switch to using configure's configdirs.
635 * Makefile.in (Makefile): add configure.in dependency.
636 (SUBDIRS): removed redundant assignment.
637 * configure.in: switch subdirs assignment to configdirs.
638 * gdb.t*/configure.in: new files.
639
640 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
641
642 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
643 works.
644
645 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
646
647 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
648 in explicit rules. Apparently this is not supported by some makes.
649
650 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
651
652 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
653
654 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
655
656 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
657 disappeared.
658
659 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
660
661 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
662
663 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
664
665 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
666 watchpoint problem that is now fixed.
667 * gdb.t30/chexp.exp: Remove setup_xfail for printing
668 uninitialized convenience variables.
669 * gdb.t31/chillvars.exp: Fix expected patterns for printing
670 structures.
671
672 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
673
674 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
675 which causes expect to get out of sync with gdb on long output
676 from help set.
677 * gdb.t09/corefile.exp: Make expected pattern for core file
678 failing signal and frame output format less sun specific.
679
680 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
681
682 * gdb.t31/chillvars.exp: Add and remove initial dummy
683 breakpoint, so that symbol table is forced in.
684 (Needed at least on Sunos4, though it seems not SVR4.)
685 * gdb.t31/chillvars.exp: Update for changed output format.
686
687 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
688
689 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
690
691 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
692
693 * Makefile.in: Added --srcdir when invoking runtest, removed the
694 need for a local config file. (optional now)
695
696 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
697
698 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
699 failure count used to force early termination. Add some more
700 expected failures for gnu style demangling.
701
702 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
703
704 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
705 pmi variable from gdb.t20/gdbme to get optimized away.
706 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
707 Check for written corefile upon timeout _and_ eof.
708
709 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
710
711 * config/unix-gdb.exp: Add missing return 0.
712
713 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
714
715 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
716 test termination.
717
718 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
719
720 * configure.in (subdirs): Put back gdb.t17 which mysteriously
721 disappeared.
722
723 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
724
725 * gdb.t10/crossload.exp: Disable the i860-elf test until such
726 time as i860 support works.
727
728 * gdb.t15/funcargs.exp: Fix expected outputs to include
729 "backtrace 100\r" rather than just "backtrace\r", to match last
730 change.
731
732 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
733
734 * config/udi-gdb.exp (gdb_exit): Remove close command.
735 (gdb_target_udi): New procedure to set the UDI target.
736 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
737 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
738 Added waits for prompts after several question responses. Added
739 some more responses used by a29k-amd-udi-gdb.
740 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
741 pass different arguments, restart UDI connection after program
742 completion.
743 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
744 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
745 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
746 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
747 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
748 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
749 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
750 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
751 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
752 after program completion.
753 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
754 compiled with a SELECT_VECS setting.
755 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
756 infinite recursion.
757
758 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
759 Added checks for COFF results, and made them expected failures for
760 all targets. It would be better to make them expected failures
761 for COFF targets only.
762
763 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
764
765 * Makefile.in: add null dvi target, don't bother to recurse
766 through test directories for info and install-info; rename
767 $(datadir) to be dejagnu instead of deja-gnu
768
769 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
770
771 * gdb.t31/gdbme.ch: Re-enable code that previously caused
772 compiler to coredump.
773 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
774 code.
775
776 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
777
778 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
779 coredump.
780 * gdb.t31/chillvars.exp: Comment out tests that depend on that
781 code.
782
783 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
784
785 * gdb.t03/ptype.exp: tests for return code from gdb_test.
786 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
787 which in a shell. Deletes xgdb when done.
788 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
789 Tests the return from the "set height" or "set width" commands.
790 Added a few return codes where needed.
791
792 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
793
794 * Makefile.in (SUBDIRS): Add gdb.t17.
795 * configure.in (subdirs): Add gdb.t17.
796 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
797 files to test gdb's calling of functions in the inferior with
798 the correct arguments and gdb's ability to retrieve any
799 result returned.
800
801 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
802
803 * config/unix-gdb.exp (gdb_exit): Remove close commands that
804 may be called after gdb goes away. Previous versions of expect
805 needed these to avoid file descriptor leaks, but they cause
806 errors with the current revision of expect.
807 * gdb.t00/gdbvars.exp: Use -re on expected output after
808 setting sevenbit-strings.
809 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
810 to set sevenbit-strings consistent across tests.
811 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
812 set sevenbit-strings consistent across tests.
813
814 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
815
816 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
817 expected output to match current "expect" expectations.
818
819 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
820
821 * gdb.t00/default.exp: Change expected output for default "source"
822 command, to match new gdb behavior which requires a filename to
823 source.
824
825 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
826
827 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
828 expected fail for i486-*-* that misses the marker2 function.
829 * gdb.t10/crossload.exp (bfddefault): Allow successful
830 recognition of a format to pass even if no symbols are found.
831 Explicitly catch failures where the format is not recognized
832 or is ambiguous, and add the reason to the fail message.
833 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
834 the cause is and invalid target and add reason to failure message.
835 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
836 elf32-i386, elf32-sparc, and elf32-i860.
837 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
838 Set up expected failure for 'filename'::variable scope resolution,
839 which is now apparently broken on all targets.
840 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
841 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
842 gdb.t23/templates.exp: Change failure for missing binfile into
843 just a warning.
844 gdb.t21/demangle.exp: Change all cfront references to 'arm'
845 references.
846
847 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
848
849 * gdb.t00/default.exp: Add expected output for default "source"
850 command, to match new gdb behavior.
851 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
852
853 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
854
855 * config/*-gdb.exp: returns an error, rather than exiting on
856 internal errors.
857
858 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
859
860 * gdb.t03/gdbme.c: Add pointer to struct variable.
861 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
862 referencing struct members.
863
864 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
865
866 * configure.in (mips-idt-ecoff): New target.
867 * config/mips-gdb.exp: New file for remote board using MIPS remote
868 debugging protocol.
869
870 * Redid configuration scheme. Removed gdb.t*/configure.in.
871 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
872 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
873 distclean targets. Built executables via .o files. Adjusted
874 tests to account for source files in $(srcdir) rather than
875 $(objdir).
876 * lib/gdb.exp (runto): Don't expect () after the function name,
877 because it may have arguments.
878
879 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
880
881 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
882 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
883 expected failures for mips-idt-* and mips-sgi-*.
884 * gdb.t00/default.exp (attach): Kill process if requested.
885 * gdb.t00/help.exp (help target core, help target): Accept a gdb
886 that does not read core files.
887 * gdb.t01/run.exp: Removed checks for exit status code.
888 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
889 it is linked in.
890 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
891 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
892 appropriate, rather than doing it by hand.
893 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
894 execution.
895 * gdb.t10/crossload.exp: Kill existing program if needed.
896 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
897 appropriate, rather than doing it by hand. Always increase
898 timeout for this test, not just for VxWorks.
899
900 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
901
902 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
903 of Chill STRUCT types and STRUCT values.
904 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
905 than "char".
906 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
907 struct2): New struct definitions and initializations to test
908 simple Chill STRUCT types.
909
910 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
911
912 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
913 the null byte at the end of strings.
914 * gdb.t00/default.exp: Make show version insensitive to copyright
915 date.
916 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
917 to avoid dependencies on target char signedness.
918 * gdb.t16/printcmds.exp: Update expected results for explicitly
919 unsigned char.
920 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
921 now work.
922 * gdb.t21/demangle.exp: Add many more patterns for template
923 demangling, most of them being expected failures.
924 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
925 string we are matching for, to match on the whole string.
926 * gdb.t21/demangle.exp: Add many new test strings to demangle,
927 and fix a whole bunch that had incorrect expected output but were
928 passing anyway because of the bug in "proc demangle".
929 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
930 type.
931 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
932
933 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
934
935 * gdb/testsuite: made modifications to testcases, etc., to allow
936 them to work properly given the reorganization of deja-gnu and the
937 relocation of the testcases from deja-gnu to a "tool" subdirectory.
938
939 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
940
941 * gdb/testsuite: Initial creation of gdb/testsuite.
942 Migrated dejagnu testcases and support files for testing nm to
943 gdb/testsuite from deja-gnu. These files were moved "as is"
944 with no modifications. This migration is part of a major overhaul
945 of dejagnu. The modifications to these testcases, etc., which
946 will allow them to work with the new version of dejagnu will be
947 made in a future update.
948
This page took 0.050447 seconds and 3 git commands to generate.