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