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