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