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