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