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