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