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