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