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