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