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