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