1 2003-02-19 Andrew Cagney <ac131313@redhat.com>
3 * lib/remote.exp (local_exec, standard_close): Use shell
4 background instead of Tcl background to background the kill
5 processes. Work around problem found by Nick Duffek in older
8 2003-02-19 DJ Delorie <dj@redhat.com>
10 * config/sim.exp: Support both sid and rawsid protocols.
12 2003-01-31 Kazu Hirata <kazu@cs.umass.edu>
14 * dejagnu/baseboards/h8300-sim.exp: Don't set
17 2002-11-12 Hans-Peter Nilsson <hp@bitrange.com>
19 * lib/libgloss.exp (newlib_include_flags): Use -isystem, not -I.
20 (libio_include_flags, g++_include_flags, libstdc++_include_flags,
21 winsup_include_flags): Ditto.
22 * doc/user.sgml (Local Config File): Use -isystem, not -I, in
25 2002-11-21 Matt Bemis <bemis@iol.unh.edu>
27 * modified xml_output to handle null input and output
29 2002-10-21 Adam Nemet <anemet@lnxw.com>
31 * libgloss.exp (get_multilibs): Don't use the first argument
32 passed to this function as the multilib option unless it is in
33 fact a multilib option.
35 2002-11-13 Matt Bemis <bemis@iol.unh.edu>
37 * Fixed input/output to check for empty.
39 2002-11-12 Hans-Peter Nilsson <hp@bitrange.com>
41 * lib/libgloss.exp (newlib_include_flags): Use -isystem, not -I.
42 (libio_include_flags, g++_include_flags, libstdc++_include_flags,
43 winsup_include_flags): Ditto.
44 * doc/user.sgml (Local Config File): Use -isystem, not -I, in
47 2002-10-29 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
49 * Makefile.am: Add support for DESTDIR.
50 * Makefile.in: Regenerated.
52 2002-10-21 Matt Bemis <bemis@iol.unh.edu>
54 * added input/output to xml_output in lib/framework.exp
55 * removed the log feature replaced by input/output_xml
57 2002-09-24 Richard Earnshaw <rearnsha@arm.com>
59 * lib/libgloss.exp (build_wrapper): Use a tool-specific filename on
60 the host for the testglue.
62 2002-09-04 Rob Savoye <rob@welcomehome.org>
64 * Clean.tcl (cleanfiles): Add more patterns to remove.
65 * Makefile.am: Fix tarball target to clean up the source tree
68 2002-09-03 Rob Savoye <rob@welcomehome.org>
70 * Makefile.am: Add support to build Solaris and HPUX packages.
71 * Makefile.in: Regenerated with automake 1.6.
72 * aclocal.m4: Regenerated with aclocal 1.6.
73 * example/hello/Makefile.in: Regenerated with automake 1.6.
74 * example/calc/Makefile.in: Regenerated with automake 1.6.
75 * missing: Update with the one from automake 1.6.
77 2002-08-30 Rob Savoye <rob@welcomehome.org>
79 * configure.in: Add AC_NO_EXECUTABLES, so things configure without
80 building C++ executables.
81 * example/hello/hello.c: New C version of the example.
82 * example/hello/Makefile.am: Build C based example.
83 * example/hello/configure.in: Add AC_NO_EXECUTABLES, so things
84 configure without building C++ executables.
85 * configure: Regenerated.
87 2002-08-30 Nick Clifton <nickc@redhat.com>
89 * acinclude.m4: Provide alternative definition of AC_PROG_CXX
90 which does not call AC_PROG_CXX_WORKS. This allows dejagnu to
91 be configured and built without a working C++ compiler.
93 2002-08-29 Rob Savoye <rob@welcomehome.org>
95 * debian/changelog: Update version number to 1.4.3.
96 * redhat/dejagnu.spec: Update version number to 1.4.3.
97 * dejagnu.h: Use __STDC_HOSTED__, rather than our own autoconf
98 test to determine libstdc++ 2.x or 3.x.
99 * testsuite/libdejagnu/unit.cc: Use __STDC_HOSTED__, rather than
100 our own autoconf test to determine libstdc++ 2.x or 3.x.
102 2002-06-18 Dave Brolley <brolley@redhat.com>
104 From Catherine Moore, Michael Meissner, Mark Salter, Jim Blandy:
105 * baseboards/frv-elf.exp: New board description.
106 * baseboards/frv-sim.exp: New board description.
107 * baseboards/frv-tiger.exp: New board description.
108 * baseboards/frv-tomcat.exp: New board description.
110 2001-01-15 Ben Elliston <bje@redhat.com>
112 * lib/framework.exp (record_test): Invoke a user-defined procedure
113 if one is named in local_record_procs($type).
115 2002-08-28 Catherine Moore <clm@redhat.com>
117 * baseboards/v850-sim.exp (target_install): Add v850e-elf.
119 2002-07-16 Rob Savoye <rob@direwolf.welcomehome.org>
121 * doc/user.sgml: Add new tutorial by Niklaus Giger as a new
123 * doc/Makefile.am: Tweak rules for building output files.
124 * doc/Makefile.in: Regenerated.
126 2002-07-14 Daniel Jacobowitz <drow@false.org>
128 * lib/remote.exp: Fix standard_spawn{} to support SSH.
130 Wed Jun 5 14:52:15 PDT 2002 Joey Ekstrom <joey@ekstrom.org>
132 * dejagnu.h: Modified C functions to behave like printf().
133 * dejagnu.h: Added wait() to fix problem with host_execute() in
134 dejagnu.exp where if skips failed, untested, etc. messages from the
137 2002-05-01 Matt Bemis <bemis@iol.unh.edu>
139 * added documentation on xml capabilities
141 2002-05-02 Fernando Nasser <fnasser@redhat.com>
143 * runtest.exp: Add kfail_flag and kfail_prms variable
145 * lib/framework.exp (setup_kfail): New proc. Like setup_xfail, but
146 for known tool bugs already registered in a bug database.
147 (kfail): New proc. Record that a test has failed due to a known bug.
148 (kpass): New proc. Record that a test for a known bug has passed
150 (clear_kfail): Like clear_xfail, but for known bugs.
151 (record_test): Handle KFAIL and KPASS.
152 (pass, fail): Test for known failures.
153 (clone_output): Add KFAIL to list of message types to be cloned.
154 (log_summary): Add summary for KFAIL and KPASS.
155 (unknown): Update comment.
156 * doc/dejagnu.texi: Document the above.
157 * lib/libsup.exp: Add counters for KFAIL and KPASS.
158 * testsuite/runtest.all/stats-sub.exp: Test kfail and kpass.
159 * testsuite/runtest.all/stats.exp: Ditto.
161 2002-04-30 Ben Elliston <bje@redhat.com>
163 * doc/runtest.1: Fix formatting error for --ignore option.
165 2002-04-25 <Matthew Bemis <bemis@iol.unh.edu>
167 * lib/framework/exp: new procs check_xml{}, insertdtd{}, xml_output{},
168 plus a few hooks to xml_output in the other logging procs to produce
170 * runtest.exp: Add support for the --x option for XML output.
172 2002-04-25 Nick Clifton <nickc@cambridge.redhat.com>
174 * example/calc/configure.in (AM_MAINTAINER_MODE): Add invocation.
175 * example/calc/aclocal.m4: Regenerate.
176 * example/calc/configure: Regenerate.
177 * example/calc/Makefile.in: Regenerate.
179 2002-03-22 Elena Zannoni <ezannoni@redhat.com>
181 * baseboards/powerpc-sim.exp: Don't disable inferior
184 2002-04-19 Nick Clifton <nickc@cambridge.redhat.com>
186 * Import files from sourceware dejagnu repository:
188 2002-03-15 Chris Demetriou <cgd@broadcom.com>
189 * baseboards/mips-sim-idt32.exp: New file.
190 2002-01-21 Ben Elliston <bje@redhat.com>
191 * baseboards/sh-sid.exp: New file.
192 2001-11-26 Thomas Fitzsimmons <fitzsim@redhat.com>
193 * baseboards/i386-sid.exp: New file.
194 2001-10-10 Frank Ch. Eigler <fche@redhat.com>
195 * config/sid.exp (set_host_info): New proc. Call it to set
196 gdb,nointerrupt flag to work around framework problems.
197 2001-08-24 Frank Ch. Eigler <fche@redhat.com>
198 * baseboards/basic-sid.exp (find_sid_conf): Tolerate not
199 finding path to pregen configuration file.
200 2001-02-22 Ben Elliston <bje@redhat.com>
201 * config/sid.exp: New file.
202 * baseboards/basic-sid.exp: Likewise.
203 * baseboards/arm-sid.exp: Likewise.
204 * baseboards/m32r-sid.exp: Likewise.
205 * baseboards/m68k-sid.exp: Likewise.
207 2002-03-31 Hans-Peter Nilsson <hp@bitrange.com>
209 * lib/remote.exp (check_for_board_status): Also strip a \r before
210 a \n before the exit message.
212 2002-03-26 Hans-Peter Nilsson <hp@bitrange.com>
214 * lib/libgloss.exp (build_wrapper): Wrap _exit too, unless
215 wrap_m68k_aout, uses_underscores or is_vxworks are defined in
218 * testglue.c [!VXWORKS && !UNDERSCORES && !WRAP_M68K_AOUT]
219 (REAL__EXIT): Define.
220 [!UNDERSCORES && !WRAP_M68K_AOUT] (ORIG__EXIT): Define.
221 [REAL__EXIT] (REAL__EXIT): Prototype.
222 [ORIG__EXIT] (ORIG__EXIT): New function wrapper.
223 (done_exit_message): New static variable.
224 (ORIG_EXIT): Set done_exit_message.
226 2002-03-11 Chris Demetriou <cgd@broadcom.com>
228 * baseboards/mips-sim-idt32.exp: New file.
230 Wed Nov 21 18:02:49 PST 2001 Brendan Conoboy <blc@redhat.com>
232 * lib/rsh.exp: Obey rsh_prog/rcp_prog, support username
233 * lib/remote.exp: same.
235 2002-02-22 Bob Wilson <bob.wilson@acm.org>
237 * baseboards/xtensa-sim.exp: New file.
239 2001-11-02 Alexandre Oliva <aoliva@redhat.com>
241 * lib/libgloss.exp [get_multilibs]: Compute multitop earlier, and
242 use --print-multi-directory if available.
244 2002-02-05 Nick Clifton <nickc@cambridge.redhat.com>
246 * lib/libgloss.exp (g++_include_flags): Add top level
247 libstdc++-v3 build include path, remove duplicate src path.
248 (libstdc++_include_flags): Add top level libstdc++-v3 build
251 2001-11-10 Hans-Peter Nilsson <hp@bitrange.com>
253 * baseboards/mmixware-sim.exp: New file.
254 * lib/remote.exp (check_for_board_status): Return 2 if the board
255 uses a status wrapper and there was no match for the expected
258 2001-11-02 Philip A. Wilsey <philip.wilsey@cliftonlabs.com>
260 * lib/utils.exp: Need to pass -all to getdirs, so it descends
261 through all the subdirectories.
263 2001-10-08 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com>
265 * runtest.exp: Don't fail at processing Makefile style args in the
266 second command line parsing pass. Actually, skip them in this pass
267 since they are already processed in the first one for possible use
270 2001-10-02 Nick Clifton <nickc@cambridge.redhat.com>
272 * lib/remote.exp (proc file_on_host): Fix typo in construction
275 2001-09-12 Rob Savoye <rob@peggyo.welcomehome.org>
277 * Makefile.am: Add a clean-local target, and nuke example and
278 testsuite from SUBDIRS, so they don't get built via "make all".
279 * Makefile: All Makefiles regenerated.
280 * debian/changelog: Update version for 1.4.2 release.
281 * redhat/dejagnu.spec: Update version for 1.4.2 release.
283 2001-09-07 Will Cohen <wcohen@redhat.com>
285 * lib/target.exp: Ignore ld's warning about alternative functions
288 Thu Aug 30 19:31:44 2001 J"orn Rennecke <amylaar@redhat.com>
290 * baseboards/h8300-sim.exp: set_board_info uses_underscores 1
291 set_board_info gcc,text_size 60000
293 2001-07-30 Paul A. Houghton <houghton@wcomnet.com>
295 * dejagnu.h, testsuite/libdejagnu/unit.cc: Make the outstate array
296 be a const to work with Sun's compiler.
297 * runtest.exp: Move the command line variable instantiation to the
298 first block of command line option tests, so command line
299 variables can be used in tool init scripts.
301 2001-07-25 Will Cohen <wcohen@redhat.com>
303 * runtest.exp: Removed puts statement.
305 2001-07-17 Jason Merrill <jason_merrill@redhat.com>
307 * lib/utils.exp (runtest_file_p): An argument can match trailing
308 directories as well as the basename.
310 2001-06-08 John Cotton <john.cotton@nrc.ca>
317 * baseboards/mbx821_001.exp:
318 * baseboards/mbx860_002.exp:
319 * baseboards/mbx8xx.exp:
320 * baseboards/mvme167.exp:
321 Added support for automated testing of RTEMS targets,
322 specifically the mbx821, mbx860 and mvme167.
324 2001-06-08 John Cotton <john.cotton@nrc.ca>
326 */lib/libgloss.exp: fixed regexp bug.
328 2001-05-30 Jeffrey Oldham <oldham@codesourcery.com>
330 * doc/dejagnu.texi: Fix typographical errors.
331 * doc/ref.sgml: Likewise.
332 * doc/user.sgml: Likewise.
334 2001-05-30 Rob Savoye <rob@peggyo.welcomehome.org>
336 * dejagnu.h: Remove the iostream headers, so now we have no
337 conditional compilation problems with libstdc++-v3 or v2.
339 2001-05-28 Rob Savoye <rob@peggyo.welcomehome.org>
341 * acinclude.m4(DJ_AC_STL): Also use
342 AC_LANG_CPLUSPLUS so we build this test case with G++.
343 * aclocal.m4, configure: Regenerated.
344 * dejagnu.h: Don't use testout(), have each method print the array
345 value directly, which is much simpler.
347 2001-05-27 Jeffrey Oldham <oldham@codesourcery.com>
349 * acinclude.m4(DJ_AC_STL): s/for for/for/.
350 * dejagnu.h: Add conditional support for sstream.
351 (testout): Likewise. Make return type `const'.
353 2001-05-25 Rob Savoye <rob@peggyo.welcomehome.org>
355 * acinclude.m4: Add DJ_AC_STL, which figures out if we're running
356 libstdc++ version 2 or 3.
357 * aclocal.m4: Regenerated.
358 * configure.in: Add DJ_AC_STL.
359 * configure: Regenerated.
360 * dejagnu.h: Add the use of the std namespace, so we work with
361 libstdc++ version 2 or 3.
362 * testsuite/libdejagnu/unit.cc: Use setbuf() or pubsetbuff(),
363 depending on the version.
365 2001-05-20 Stephane Carrez <Stephane.Carrez@worldnet.fr>
367 * baseboards/m68hc11-sim.exp: New file for 68HC11/68HC12 validation.
368 * config/m68hc11.exp: New file.
370 2001-05-16 Rob Savoye <rob@peggyo.welcomehome.org>
372 * lib/target.exp: Reverse when add_flags gets set, so it actually
373 links with the libraries being tested. From J. David Anglin
374 <dave@hiauly1.hia.nrc.ca>.
376 2001-05-14 Rob Savoye <rob@peggyo.welcomehome.org>
378 * runtest.exp: Conditionally set the exit_status so we don't stomp
379 on FAIL. Rearrange --status so it works correctly with --strace.
381 2001-05-13 Rob Savoye <rob@peggyo.welcomehome.org>
383 * lib/target.exp: Fix the regsub line where it prunes -fPIC
384 warnings so the text variable is on the same line.
386 2001-05-09 Rob Savoye <rob@peggyo.welcomehome.org>
388 * runtest.exp: Add new command line option, --status (or -sta) to
389 toggle whether Tcl script bugs in test drivers should be
390 propogated as an error to the shell.
392 2001-05-08 Rob Savoye <rob@peggyo.welcomehome.org>
394 * lib/dejagnu.exp: Trim off test state part of the message, so we
396 * runtest.exp: Set the exit status when their are Tcl script bugs,
397 so make notices the errors. (contributed by Martin Muenstermann
398 <muenstermann@trustcenter.de>)
400 2001-05-06 Rob Savoye <rob@blackpeter.welcomehome.org>
402 * debian/rules: Install all the doc formats.
403 * redhat/dejagnu.spec: Install all the doc formats.
404 * Clean.tcl: Also nuke all Emacs backup files.
405 * Makefile.am: Fix dependencies on tarball target. Add new target
406 to build Debian packages. Add $(includedir) to install-data-local
407 target so dejagnu.h gets installed in the right place.
409 2001-05-03 Rob Savoye <rob@peggyo.welcomehome.org>
411 * doc/Makefile.am: Make all paths absolute, cause some versions of
412 the db2* tools are braindead.
413 * doc/overview.sgml: Update version numbers and log.
414 * doc/user.sgml: Add mention of dejagnu.h header file.
415 * doc/ref.sgml: Add chapter on dejagnu.h header file for unit
417 * config/default.exp: New file for default config settings for
418 simple native testsuites that don't need anything else.
419 * lib/dejagnu.exp: Add $text\r\n to all strings, to make sure we
420 only get one line at a time.
421 * testsuite/libdejagnu: New directory for dejagnu library test
423 * testsuite/libdejagnu/unit.cc: Test case for dejagnu.h.
424 * testsuite/libdejagnu/tunit.exp: Test driver for dejagnu.h.
425 * testsuite/libdejagnu/Makefile.am: New makefile to build the test
427 * testsuite/libdejagnu/Makefile.in: Generated.
428 * testsuite/Makefile.am: Add libdejagnu to SUBDIRS. Replace the
429 site.exp rule, cause we don't want the $tool setting, so we run
430 all the test suites. Don't pass the tool name for "make check".
431 * configure.in: Add testsuite/libdejagnu/Makefile to AC_OUTPUT.
433 2001-05-02 Rob Savoye <rob@peggyo.welcomehome.org>
435 * Makefile.am: Rename dist2 to tarball target. Fix the version
436 number to have the minor release too.
437 * doc/Makefile.am: Convert all paths from relative to absolute,
438 cause not all verions of the db2* tools can work with a relative
440 * redhat/dejagnu.spec: Update version number, and install
442 * debian/changelog: Update version number.
443 * debian/rules: and install dejagnu.h
445 2001-05-01 Matt Hiller <hiller@redhat.com>
447 * lib/libgloss.exp (get_multilibs): Correction to Catherine
448 Moore's patch of 2000-06-09.
450 2001-04-11 Rob Savoye <rob@slipknot.welcomehome.org>
452 * Clean.tcl: Add -r to rm, so it gets rid of CVS directories.
453 * .clean: Don't install the debian or redhat packaging directories.
454 * Makefle.am: Install dejagnu.h. Fix dist2 target, so we build our
455 own tarballs, instead of letting automake do it for us.
456 * examples/calc/Makefile.am: Use noist_PROGRAMS, so calc doesn't
458 * doc/Makefile.am: Install the man page for runtest.
459 * configure.in: Make VERSION 1.4.0, not just 1.4, so distributions
462 2001-04-07 Rob Savoye <rob@blackpeter.welcomehome.org>
464 * lib/dejagnu.exp: Test driver for embedded DejaGnu API.
465 * dejagnu.h: Embedded DejaGnu API main header file.
466 * config/default.exp: Default tool init file for simple test
469 2001-04-06 Rob Savoye <rob@slipknot.welcomehome.org>
471 * Makefile.am: Add an empty check-DEJAGNU target, cause we only
472 want to run the testsuite once.
473 * example/Makefile.am: Don't run "calc" as part of check target,
474 cause calc is just an example.
475 * testsuite/Makefile.am: Use the runtest in the source tree, or
478 2001-04-03 David Billinghurst <David.Billinghurst@riotinto.com>
480 * baseboards/unix.exp: Don't link with -lm on cygwin.
481 * lib/target.exp: Remove compiler warnings about -fpic or -fPIC on
484 2001-02-21 Rob Savoye <rob@slipknot.welcomehome.org>
486 * debian/changelog: Add entry for new release.
487 * debian/control: Fix problem with "no binary package" error.
488 * debian/rules: Fix so things actually build a package. This was
489 mostly installing the new html version of the doc, not an info
491 * doc/Makefile.am: Build and install the rtf and ps versions
492 of the manual. Remove all the created files and subdirectories.
493 * doc/overview.sgml: Update the copyright message.
494 * doc/ref.sgml: Update the copyright messages. Add section on
495 obtaining DejaGnu releases.
496 * doc/user.sgml: Update the copyright messages. Add blurb about
498 * doc/overview: Regenerated.
500 2001-02-17 Rob Savoye <rob@slipknot.welcomehome.org>
502 * Most all files: Update copyright notices.
503 * Makefile.am: Add support for making RPMs. Force different
504 values for RUNTEST and RUNTESTFLAGS, so we can test ourselves.
505 * testsuite/Makefile.am: Force a different value for
507 * acinclude.m4, configure.in: Find Tclsh, and Docbook.
508 * configure: Regenerated.
509 * doc/Makefile.am: Use $DOCBOOK to find the filters.
510 * doc/overview: Add the html version of the doc so one doesn't
511 need docbook to read the manual.
513 2001-01-31 Rob Savoye <rob@slipknot.welcomehome.org>
515 * Merge in latest snapshot from Red Hat.
516 * example/calc/Makefile.am: New automake support.
517 * example/calc/Makefile.in: Generated.
518 * example/Makefile.am: Recursion support for make.
519 * example/calc/Makefile.in: Generated by automake.
520 * example/calc/calc.h.in: Move constants to calc.c, so we can use
522 * example/calc/calc.c: Add constants from calc.h.in.
523 * redhat/dejagnu.spec: New RPM packaging file.
524 * debian/{changelog,conffiles,control,copyright,postinst,preinst,
525 rules,site.exp}: New Debian packaging support.
528 2001-01-20 Ben Elliston <bje@redhat.com>
530 * runtest.exp (usage): Replace --mail in usage output.
531 * doc/runtest.1: Re-document --mail option, which was erroneously
532 removed from this man page in 1994.
534 2001-01-19 Andrew Cagney <cagney@b1.cygnus.com>
536 * lib/target.exp (prune_warnings): Avoid ``.*'' in NetBSD warnings
539 2001-01-18 Gabriel Dos Reis <gdr@codesourcery.com>
541 * lib/dg.exp (dg-trim-dirname): New function.
542 (dg-test): Use it to rip directory-name out of file name.
544 2001-01-15 Ben Elliston <bje@redhat.com>
546 * lib/framework.exp (record_test): Invoke a user-defined procedure
547 if one is named in local_record_procs($type).
549 2001-01-12 Richard Earnshaw <rearnsha@arm.com>
551 * target.exp (prune_warnings): Prune warnings from NetBSD linker.
553 2000-11-29 Drew Moseley <dmoseley@redhat.com>
555 * baseboards/xscale-cygmon.exp: New file for xscale board testing.
557 2000-10-19 Michael Snyder <msnyder@cleaver.cygnus.com>
559 * baseboards/linux-gdbserver.exp: New file.
560 * baseboards/linux-libremote.exp: New file.
562 2000-08-14 Jimmy Guo <guo@cup.hp.com>
564 * runtest.exp: Eliminate from test_top_dirs entries that
565 are subdirectories of other entries, to avoid redundant
566 testing on *.exp files in these subdirectories.
568 2000-08-14 Jimmy Guo <guo@cup.hp.com>
570 * runtest.exp: Reapply part of the backed out change to
571 runtest.exp -- handle multiple directories in TCL variables
572 dir_to_run and cmdline_dir_to_run.
574 2000-08-04 Geoff Keating <geoffk@cygnus.com>
576 Back out this change:
578 * lib/utils.exp: Add support for a -maxdepth <n>
579 option to limit find to <n> directories deep.
580 * runtest.exp: Handle multiple directories in TCL variables
581 dir_to_run and cmdline_dir_to_run; limit *.exp find to
582 one directory level to avoid foo/bar/baz.exp getting tested
583 twice (when ${dir} is 'foo', and when ${dir} is 'foo/bar').
585 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
587 * lib/target.exp (default_target_compile,default_target_assemble,
588 default_link): Remove env() interface for *_FOR_TARGET TCL vars.
590 * lib/framework.exp (setup_xfail): Relax PRMS string pattern
591 to allow a more general bug ID specification (without '-').
593 * lib/utils.exp: Add support for a -maxdepth <n>
594 option to limit find to <n> directories deep.
595 * runtest.exp: Handle multiple directories in TCL variables
596 dir_to_run and cmdline_dir_to_run; limit *.exp find to
597 one directory level to avoid foo/bar/baz.exp getting tested
598 twice (when ${dir} is 'foo', and when ${dir} is 'foo/bar').
600 * runtest.exp: Cleanup reference to $env(MULTIPASS) and
601 $env(PASS). These were added by HP but unused since.
603 * lib/framework.exp (pass): make compiler_conditional_xfail_data
604 a global, corresponding to a recent change to 'proc fail'.
606 2000-07-21 Frank Ch. Eigler <fche@redhat.com>
608 * example/Makefile.am (SUBDIRS): Remove to prevent automatic recursion
610 (all-local): Add at least `calc' building back.
611 * example/Makefile.in: Regenerated.
613 Fri Jul 21 16:01:43 2000 Andrew Cagney <cagney@b1.cygnus.com>
615 From 2000-04-25 Felix Lee <flee@cygnus.com>:
616 * baseboards/tx39-sim.exp: Use idt, not dve linker script. Delete
617 misleading comments and null statements.
619 2000-07-08 Angela Marie Thomas <angela@cygnus.com>
621 * lib/framework.exp: Use compiler_conditional_xfail_data as a global
622 rather than assuming it's set in the level above us.
624 Fri Jun 9 09:10:48 2000 Catherine Moore <clm@cygnus.com>
626 * lib/libgloss.exp (proc_get_multilibs): Handle multilib
627 pathnames for ports that have defined MULTILIB_EXTRA_OPTS.
629 Sun Jun 4 12:59:06 2000 Andrew Cagney <cagney@b1.cygnus.com>
631 * lib/target.exp (reboot_target): Don't reboot target twice.
633 Wed May 3 19:41:07 2000 Andrew Cagney <cagney@b1.cygnus.com>
635 From Felix Lee <flee@cygnus.com>:
636 * example/calc/Makefile.in (install-info): Add target.
638 Fri Apr 21 13:33:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
640 * example/calc/Makefile.in: Add target info.
642 Tue Apr 18 15:49:00 2000 Andrew Cagney <cagney@b1.cygnus.com>
644 * Makefile.am (SUBDIRS): Add directory example.
645 * Makefile.in: Re-generate.
647 2000-04-10 Tom Tromey <tromey@cygnus.com>
649 * lib/target.exp (default_target_compile): Put sources before
650 $add_flags unless building an object file.
652 Thu Dec 16 18:27:47 1999 Anthony Green <green@cygnus.com>
654 * lib/target.exp: Put the source file after options, for
655 compatibility with libtool.
657 Fri Mar 31 00:15:54 2000 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
659 * runtest (expectbin): After choosing expectbin, try
660 $expectbin-bld.sh and use it instead.
662 Wed Mar 29 16:13:46 2000 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
664 * lib/target.exp (prune_warnings): Discard not-implemented
665 warnings from libgloss/libnosys non-functional functions.
667 Thu Feb 17 20:24:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
669 * baseboards/d10v.exp (gdb_init_command): Force register DMAP2 to
670 0x2000 so that the d10v VM matches the simulator.
672 2000-02-15 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
674 * lib/target.exp: Strip warnings about dangerous functions.
676 1999-12-14 Geoff Keating <geoffk@cygnus.com>
678 * baseboards/rom68k-idp.exp: Don't pass -nostdlib to the IDP
679 boards when using ELF, they need crtbegin and crtend.
681 1999-11-09 Jason Molenda (jsm@bugshack.cygnus.com)
683 * config.guess: Copy current top-level config.guess down to
684 the dejagnu/ subdir. The dejagnu automake configuation should
685 probably be changed to grab the top-level config.guess instead
686 of the random one in this dir.
688 1999-11-04 Nick Clifton <nickc@cygnus.com>
690 * baseboards/arm-sim.exp: Underscore no longer needed for arm-pe
693 Tue Oct 12 11:44:53 1999 Andrew Cagney <cagney@b1.cygnus.com>
695 * lib/libgloss.exp (process_multilib_options): Add support for
696 generic gdb variable option - ``gdb:VARIABLE=VALUE''.
698 1999-09-28 Angela Marie Thomas <angela@cygnus.com>
700 * lib/rsh.exp (rsh_download, rsh_upload): Use rcp_prog if set.
702 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
704 * baseboards/d10v.exp: Request disable of X- and Z-packets
705 from GDB, all D10V boards respond incorrectly to these.
707 1999-08-31 Doug Evans <devans@casey.cygnus.com>
709 * lib/target.exp (default_link): New local proc only--Ls.
710 Use it to pick out -L arguments in $ldflags.
711 Strip -Wl, from $ldscript.
713 1999-07-12 Felix Lee <flee@cygnus.com>
715 * config/i960.exp: complain if 'sx' not found.
717 1999-07-12 Drew Moseley <dmoseley@cygnus.com>
719 * baseboards/strongarm-cygmon.exp: Rename the StrongARM boards as
724 SA1100-MULTIMEDIA -> SA1100MM
726 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
728 * lib/framework.exp (record_test): Remove weird recursion and
729 make sure exit_status is properly set to 1.
731 1999-06-08 Felix Lee <flee@cygnus.com>
733 * lib/telnet.exp (telnet_open): need to match '(Advanced or Simple)'
735 1999-06-06 Felix Lee <flee@cygnus.com>
737 * lib/utils.exp (getdirs): When -all, return parents of
740 1999-06-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
742 * lib/remote.exp (standard_send): Add -- to protect strings that
743 start with a '-'; also added a verbose 3 statement with the send
744 command that is being issued.
746 Fri May 21 17:36:56 1999 Andrew Cagney <cagney@b1.cygnus.com>
748 * lib/target.exp: Don't import CC_FOR_TARGET, CXX_FOR_TARGET or
749 F77_FOR_TARGET from environment.
751 Thu May 20 10:28:23 1999 Andrew Cagney <cagney@b1.cygnus.com>
753 * lib/target.exp: Do not import CFLAGS_FOR_TARGET,
754 LDFLAGS_FOR_TARGET and ASFLAGS_FOR_TARGET from external
755 environment. GNUMAKE in conjunction with the top level Makefile
756 will set/export these variables according to the needs of the
757 target libraries. Such a configuration may not be applicable to
760 1999-05-17 Keith Seitz <keiths@cygnus.com>
762 * baseboards/mcore-elf.exp: New file.
763 * baseboards/mcore-pe.exp: New file.
764 * baseboards/mcore-sim.exp: Don't run gdb's float tests
765 and increase timeout.
767 1999-05-09 Nick Clifton <nickc@cygnus.com>
769 * baseboards/mcore-moto-sim.exp: New file: Support Motorola's
770 proprietry MCore simulator.
772 1999-05-07 Stan Shebs <shebs@andros.cygnus.com>
775 * lib/target.exp: Add ability to pick CC_FOR_TARGET,
776 CFLAGS_FOR_TARGET, etc from env vars, add ability to use HP F77
779 1999-05-05 Stan Shebs <shebs@andros.cygnus.com>
781 * lib/utils.exp (getdirs): Add option -all to get subdirs too.
783 1999-05-05 Jason Merrill <jason@yorick.cygnus.com>
785 * baseboards/sparclite-sim.exp: Set needs_status_wrapper.
786 * baseboards/sparclite-sim-le.exp: Likewise.
788 1999-05-05 Angela Marie Thomas <angela@cygnus.com>
790 * baseboards/strongarm-cygmon.exp: Use "boardtype" instead of "name"
791 to avoid variable name clash in lib/target.exp. Add support for
792 ebsa and ebix boards.
794 1999-05-04 Stan Shebs <shebs@andros.cygnus.com>
796 Finer control over test runs, from HP's WDB group:
797 * runtest.exp: Look for MULTIPASS in env also, define variable or
798 env var PASS to choose particular pass in multipass, search for
799 subdirs recursively, and if ignoredirs is set, skip over those
801 (--directory): New argument to limit test running to
803 (usage): Document, fix tabbing.
805 Mon May 3 11:14:37 1999 Jim Wilson <wilson@cygnus.com>
807 * config/dos.exp (dos_load): Look for cygwin1.dll in addition to
808 cygwin.dll. New variable dll_name for use in download command.
809 * lib/libgloss.exp (winsup_include_flags): Change windows to windows.h.
811 1999-04-27 Felix Lee <flee@cygnus.com>
813 * testsuite/runtest.all/stats.exp: make sure tmpdir is set
815 * baseboards/Makefile.am: deleted.
816 * config/Makefile.am: deleted.
817 * lib/Makefile.am: deleted.
818 * configure.in: delete references to the above.
819 * Makefile.am: install things correctly.
821 * testsuite/Makefile.am: set DEJATOOL.
823 * configure, Makefile.in, */Makefile.in: regenerated.
825 * runtest.exp: fix location of config.guess.
827 1999-04-26 Felix Lee <flee@cygnus.com>
829 * lib/libgloss.exp (libgloss_link_flags): remove bogus -L flag.
831 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
833 * baseboards/cf.exp: gdb protocol is case-sensitive.
835 1999-04-19 Nick Clifton <nickc@cygnus.com>
837 * baseboards/Makefile.am (boards): Add mcore-sim.exp
839 1999-04-13 Angela Marie Thomas <angela@cygnus.com>
841 * baseboards/sh-hms-sim.exp: Pass "-m 18" to standalone sim.
843 1999-04-08 Nick Clifton <nickc@cygnus.com>
845 * baseboards/mcore-sim.exp: New file: Definitions for MCore
848 1999-04-07 Michael Meissner <meissner@cygnus.com>
850 * baseboards/d30v-sim.exp (cflags): Add -Wa,-C to suppress
851 warnings about symbols being the same as registers.
853 Fri Apr 2 13:13:51 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
855 * lib/target.exp (prune_warnings): Ignore cc1, cc1plus warnings when
856 called with -g and -mabi=32.
858 1999-03-28 Angela Marie Thomas <angela@cygnus.com>
860 * baseboards/x86-cygmon.exp: New file.
862 1999-03-19 Gavin Romig-Koch <gavin@cygnus.com>
864 * lib/libgloss.exp (get_multilibs): Handle MULTILIB_MATCHES.
866 1999-03-18 James Ingham <jingham@cygnus.com>
868 * baseboards/strongarm-cygmon.exp: Add a baseboard for the
871 Fri Mar 12 14:01:31 1999 Jim Wilson <wilson@cygnus.com>
873 * baseboards/d10v-sim.exp, baseboards/d10v.exp (ldflags): Add
875 * lib/libgloss.exp (libgloss_link_flags): Map d10v to libnosys.
877 1999-03-12 Nick Clifton <nickc@cygnus.com>
879 * baseboards/arm-sim.exp: Set timeout to 800.
881 1999-03-01 Jim Wilson <wilson@cygnus.com>
883 * baseboards/cf.exp: New file for coldfire.
884 * config/cfdbug.exp: Likewise.
885 * config/base68k.exp (base68k_ld): Don't call remote_binary if
886 no_binary_mode set. Send return and wait for prompt before sending
889 Sun Feb 28 23:26:36 1999 Geoffrey Noer <noer@cygnus.com>
891 * configure.in: AC_EXEEXT, not AM_EXEEXT. Require Autoconf 2.13.
892 * aclocal.m4: Regenerate.
893 * configure: Regenerate.
895 1999-02-25 Felix Lee <flee@cygnus.com>
897 * config/dos.exp (dos_send): rewrite. add short delay.
899 1999-02-18 Nick Clifton <nickc@cygnus.com>
901 * baseboards/arm-sim.exp: Disable uses_underscores for COFF
902 targets as the linker now works correctly.
904 1999-02-11 Nick Clifton <nickc@cygnus.com>
906 * lib/remote.exp (proc remote_exec): Display timeout in log
909 * lib/target.exp (proc default_target_compile): Add support for
912 * baseboards/arm-sim.exp: Set gcc,timeout to 500.
914 1999-02-10 Nick Clifton <nickc@cygnus.com>
916 * config/dos.exp: Fix typo: need_status_wrapper ->
917 needs_status_wrapper.
919 1999-02-09 Nick Clifton <nickc@cygnus.com>
921 * baseboards/arm-sim.exp: Enable uses_underscores for the COFF
924 1999-02-06 Felix Lee <flee@cygnus.com>
926 * runtest.exp: Don't trap SEGV.
928 Fri Feb 5 15:43:59 1999 Jeffrey A Law (law@cygnus.com)
930 * lib/target.exp (prune_warnings): Prune +vcompatwarnings output
933 1999-02-02 Felix Lee <flee@cygnus.com>
935 * lib/libgloss.exp (find_nm): new function.
937 1999-01-31 Felix Lee <flee@cygnus.com>
939 * Makefile.am: Add cygnus option. Add doc to SUBDIRS
940 * doc/Makefile.am: Add cygnus option. Add info_TEXINFOS.
941 * Makefile.in, */Makefile.in: Regenerated.
943 1999-01-29 Felix Lee <flee@cygnus.com>
945 * baseboards/fr30-cygmon.exp: New file.
947 * config/gdb_stub.exp (gdb_stub_load): Fix another typo.
949 Fri Jan 29 17:16:25 1999 Edith Epstein <eepstein@sophia.cygnus.com>
951 * lib/remote.exp: Added check for value of $outp.
953 * lib/target.exp: Ignore some hppa specific warning messages. Added
954 checks for CC_FOR_TARGET and CXX_FOR_TARGET. Check for redirection
955 and optimization flags.
957 1999-01-26 Frank Ch. Eigler <fche@cygnus.com>
959 * configure.in: Define BOARDS/CONFIG for automake.
960 * baseboards/Makefile.am: Use $(boards) for public files.
961 * config/Makefile.am: Use $(config) for public files.
963 * configure: Regenerated.
964 * Makefile.in: Regenerated.
965 * doc/Makefile.in: Regenerated.
966 * baseboards/Makefile.in: Regenerated.
967 * config/Makefile.in: Regenerated.
968 * example/Makefile.in: Regenerated.
969 * lib/Makefile.in: Regenerated.
971 * testsuite/aclocal.m4: Deleted obsolete file.
972 * testsuite/configure.in: Deleted obsolete file.
974 Sun Jan 17 17:11:52 1999 Jeffrey A Law (law@cygnus.com)
976 * lib/target.exp (prune_warnings): Ignore osf4 NFS messages.
978 Fri Jan 15 14:19:31 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
980 * lib/libgloss.exp (get_multilibs): Multilib directories can
983 Thu Jan 14 00:10:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
985 * lib/target.exp (prune_warnings): Ignore -g not supported
986 warnings. Ignore o32 as warning when called with -O3 (IRIX 6).
988 1999-01-07 Felix Lee <flee@cygnus.com>
990 * runtest.exp (setup_target_hook): add missing globals.
992 1998-12-31 Felix Lee <flee@cygnus.com>
994 * config/dos.exp (dos_spawn): ignore optional args.
996 * lib/ftp.exp (ftp_upload): ftp error messages vary.
998 1998-12-30 Rob Savoye <rob@chinadoll.welcomehome.org>
1000 * doc/{overview,user,ref},sgml: New manual in DocBook format. This
1001 includes most of the old manual, but is tottally up to date.
1002 * /doc/Makefile.am, baseboards/Makefile.am, config/Makefile.am,
1003 example/Makefile.am, lib/Makefile.am, Makefile.am,
1004 testsuite/Makefile.am: New Makefiles for automake support.
1005 * /doc/Makefile.in, baseboards/Makefile.in, config/Makefile.in,
1006 example/Makefile.in, lib/Makefile.in, Makefile.in,
1007 testsuite/Makefile.in: New Makefiles for autoconf as generated by
1009 * runtest.exp: Look for config.guess in a libexec directory.
1010 * config.guess: Add so it gets installed correctly.
1011 * Most Files: Update copyright message, add 1998 and 1999.
1013 1998-10-19 Rob Savoye <rob@chinadoll.cygnus.com>
1015 * lib/rsh.exp(rsh_exec): Check the board info before blindly
1016 setting RSH to remsh.
1017 * lib/remote.exp(remote_reboot): Don't close the shell connection,
1018 or all the remote procedures stop working.
1020 1998-12-29 Ken Raeburn <raeburn@cygnus.com>
1022 * lib/framework.exp (istarget): Do string compare on first
1023 argument, not tcl list containing first argument, against actual
1026 1998-12-29 Felix Lee <flee@cygnus.com>
1028 * runtest.exp: option --a=b=c wasn't handled right.
1030 * lib/ftp.exp (ftp_download): ftp error messages vary.
1032 Fri Dec 18 21:48:25 1998 Bob Manson <manson@charmed.cygnus.com>
1034 * config/gdb-comm.exp(quit_gdb): Don't close connection to the
1035 host if it's remote.
1036 (gdb_comm_go_idle): The "No exec file" prompt has mysteriously
1037 changed; detect either.
1039 1998-12-11 Felix Lee <flee@cygnus.com>
1041 * contrib/test-tool: diagnostic if no test summary,
1042 and add summary headers, in case of multiple test runs.
1044 * contrib/test-tool: don't print location of log file if it's not
1047 1998-12-10 Felix Lee <flee@cygnus.com>
1049 * lib/remote.exp (remote_download): in the non-remote case, try to
1050 make the copy writable as well as readable.
1052 1998-12-09 Felix Lee <flee@cygnus.com>
1054 * contrib/test-tool: spit out test summary first.
1056 1998-12-07 James E Wilson <wilson@wilson-pc.cygnus.com>
1058 * baseboards/i960-sim.exp: New file.
1060 Thu Dec 3 14:03:27 1998 Dave Brolley <brolley@cygnus.com>
1062 * baseboards/fr30-elf.exp: New file.
1063 * baseboards/fr30-sim.exp: New file.
1065 1998-11-30 Gavin Romig-Koch <gavin@cygnus.com>
1067 * lib/libgloss.exp (get_multilibs): Multilib options can contain '='.
1069 1998-11-27 Felix Lee <flee@cygnus.com>
1071 * config/gdb-comm.exp (gdb_comm_reload): give up after N reboot
1074 Mon Nov 23 10:19:06 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1076 * lib/target.exp (prune_warnings): Kill NFS server not responding
1079 1998-11-18 Jim Wilson <wilson@cygnus.com>
1081 * baseboards/tx39-dve.exp: Add cygmon support.
1083 1998-11-05 Jim Wilson <wilson@cygnus.com>
1085 * baseboards/vx960.exp (cflags): Set to -mca if cpu is I960CA.
1086 * config/vxworks.exp (vxworks_unld): Don't run unld if os is
1088 (vxworks_load): Sed out carriage returns.
1090 Thu Oct 15 16:33:01 1998 Doug Evans <devans@canuck.cygnus.com>
1092 * lib/remote.exp (remote_spawn): Properly pass trailing args
1095 Tue Oct 13 21:04:04 1998 Felix Lee <flee@cygnus.com>
1097 * config/vxworks.exp: grok preload_obj_flags. recognize
1098 "Operation Fault" messages from the board. increase reboot_delay
1099 so we don't interrupt the countdown-to-autoboot
1100 * i960glue.c: add missing file.
1102 Mon Oct 12 20:08:06 1998 Mark Alexander <marka@cygnus.com>
1104 * baseboards/danlite-elf.exp: New file.
1106 1998-10-11 Michael Meissner <meissner@cygnus.com>
1108 * baseboards/powerpc{,le}-sim.exp (needs_status_wrapper): Don't
1109 set, normal exit returns the appropriate status.
1111 Thu Oct 8 13:49:04 1998 Doug Evans <devans@canuck.cygnus.com>
1113 * lib/standard.exp (${tool}_load): Clear up argument order.
1115 * config/sim.exp: Fix typo in inpfile computation.
1117 * lib/remote.exp (remote_spawn): Pass $args to call_remote.
1119 Fri Oct 2 00:02:51 1998 Tom Tromey <tromey@cygnus.com>
1121 * config/unix.exp (unix_load): Pass `--' to verbose when
1122 displaying program output.
1123 * lib/remote.exp (standard_load): Pass `--' to verbose when
1124 displaying program output.
1126 1998-09-29 Felix Lee <flee@cygnus.com>
1128 * config/gdb_stub.exp: watch for the exitcodes generated by the
1129 testglue wrapper. workaround for failing to hit _exit breakpoint.
1131 1998-09-18 Rob Savoye <rob@chinadoll.cygnus.com>
1133 * testsuite/runtest.all/options.exp: Also pass --srcdir to the
1134 child runtest being tested, so it doesn't try to execute the
1137 Thu Sep 17 18:03:16 1998 Christopher Faylor <cgf@cygnus.com>
1139 * runtest.exp: Allow // at beginning of path spec since
1140 this is a valid Windows (Posix?) construction.
1142 Tue Sep 15 17:06:17 1998 Nick Clifton <nickc@cygnus.com>
1144 * config/gdb-comm.exp: Catch RDI_open failure.
1146 Mon Sep 14 20:00:57 1998 Michael Snyder <msnyder@cleaver.cygnus.com>
1148 * baseboards/m68k-emc.exp: New file.
1149 * config/m68k-emc.exp: New file.
1151 1998-09-12 Michael Meissner <meissner@cygnus.com>
1153 * baseboards/powerpc{,le}-sim.exp: Call process_multilib_options
1154 so multilib tests can be run.
1156 Fri Sep 4 09:26:47 1998 Nick Clifton <nickc@cygnus.com>
1158 * lib/utils.exp (proc prune): Initialise $tmp to an empty list.
1160 Mon Aug 31 13:43:47 1998 Tom Tromey <tromey@cygnus.com>
1162 * lib/libgloss.exp (find_gcj): Renamed from find_gjavac; compiler
1165 Tue Aug 25 13:31:18 1998 Anthony Green <green@cygnus.com>
1167 * lib/libgloss.exp (find_gjavac): New function.
1169 1998-08-25 Rob Savoye <rob@chinadoll.cygnus.com>
1171 * lib/framework.exp(check_conditional_xfail): Add spaces to the
1172 search pattern, so it doesn't match just part of an option.
1174 1998-08-24 Rob Savoye <rob@chinadoll.cygnus.com>
1176 * runtest: Update copyright date.
1177 * runtest.exp: Add compiler_flags as a new global variable.
1178 * lib/framework.exp: Add new proc, check_conditional_xfail. This
1179 is like xfail, only it looks in all the compiler options for
1180 options to determine the actual test result state.
1181 (pass,fail): If there is a conditional xfail setup, check the
1182 condition to determine the actual test result state.
1183 * lib/target.exp(default_target_compile): Set the global
1184 compiler_opts to the compiler flags used to invoke the compiler.
1186 Sat Aug 1 08:02:15 1998 Mark Alexander <marka@cygnus.com>
1188 * config/mn10200-eval.exp: New file.
1189 * baseboards/mn10200-cygmon.exp: New file.
1191 Wed Jul 8 11:41:21 1998 Jeffrey A Law (law@cygnus.com)
1193 * baseboards/mn10200-sim.exp: Update for recent mn10200 newlib/libgloss
1196 Fri Jun 5 11:29:26 1998 Felix Lee <flee@cygnus.com>
1198 * config/gdb_stub.exp (gdb_stub_load): fix typo
1200 Thu Jun 4 14:16:32 1998 Felix Lee <flee@zog.cygnus.com>
1202 * config/gdb_stub.exp (gdb_stub_wait): watch for "Program exited",
1203 which may happen on segv or similar.
1204 (gdb_stub_start,gdb_stub_wait): need to save exit_brnum and
1206 (gdb_stub_ld): delete old breakpoints when loading a new program.
1207 (gdb_stub_spawn): return the right result.
1209 * baseboards/d10v-sim.exp: add process_multilib_options.
1211 Tue Jun 2 01:51:47 1998 Mark Alexander <marka@cygnus.com>
1213 * baseboards/sparclite-sim-le.exp: New file.
1215 Mon Jun 1 00:15:34 1998 Angela Marie Thomas (angela@cygnus.com)
1217 * config/sim.exp (spawn_sim): Pass sim,options to the standalone
1219 * baseboards/sparclite-sim.exp: Set sim,options and
1220 gdb,target_sim_options.
1222 Mon Jun 1 01:40:26 1998 Felix Lee <flee@zog.cygnus.com>
1224 * runtest.exp(iterate_target_variants_two): concat multiple globs
1227 Tue May 26 17:56:57 1998 Bob Manson <manson@charmed.cygnus.com>
1229 * config/dos.exp(dos_send): Handle text without newlines
1232 Sun May 17 17:08:46 1998 Bob Manson <manson@charmed.cygnus.com>
1234 * baseboards/sh-hms-sim.exp: Need to pass "18" to the target sim
1237 * baseboards/sparclite-sim.exp: Need to pass "-sparclite" to the
1238 target sim command in GDB.
1240 Thu May 14 12:03:36 1998 Bob Manson <manson@charmed.cygnus.com>
1242 * lib/remote.exp(remote_exec): Add optional timeout
1243 parameter. Move local execution code to...
1244 (local_exec): New procedure.
1246 Wed May 13 18:41:23 1998 John Metzler <jmetzler@cygnus.com>
1248 * runtest.exp (main) : Add printout of schedule of variations
1250 Fri May 8 14:36:49 1998 Doug Evans <devans@canuck.cygnus.com>
1252 * baseboards/basic-sim.exp (find_sim): Check $SIM first.
1253 (setup_sim): Rename arg `name' to `subdir_name'. Print message
1256 Tue Apr 28 14:12:01 1998 Mark Alexander <marka@cygnus.com>
1258 * lib/libgloss.exp (libgloss_link_flags): Recognize sparc86x target.
1260 Sun Apr 19 09:29:44 1998 Mark Alexander <marka@cygnus.com>
1262 * baseboards/sparclite-sim.exp: New file.
1264 Tue Apr 14 09:55:37 1998 Bob Manson <manson@charmed.cygnus.com>
1266 * lib/telnet.exp: Look for "VxWorks Boot"; be a bit more picky about
1267 looking for "account name" prompt.
1269 Mon Apr 6 13:14:52 1998 Bob Manson <manson@charmed.cygnus.com>
1271 * config/ddb-ether.exp(remote_wait): If we see "Exception Cause"
1272 from the board, reboot it.
1274 Thu Apr 2 18:22:33 1998 Jim Wilson <wilson@cygnus.com>
1276 * lib/target.exp (prune_warning): Extend regexp for Irix6 warnings
1277 to handle all 3 linker names.
1279 Thu Apr 2 15:39:38 1998 Felix Lee <flee@zog.cygnus.com>
1281 * config/sim.exp(sim_spawn): code for remote host was wrong.
1283 Tue Mar 31 00:31:53 1998 Bob Manson <manson@charmed.cygnus.com>
1285 * baseboards/dos.exp: Disable GDB interrupt tests if we're testing
1288 Mon Mar 30 23:44:19 1998 Bob Manson <manson@charmed.cygnus.com>
1290 * config/dos.exp(dos_send): Don't send string if we've already
1293 Thu Mar 26 11:34:18 1998 Bob Manson <manson@charmed.cygnus.com>
1295 * lib/remote.exp(remote_exec): Need to look at the result from
1296 wait if we used spawn.
1298 Wed Mar 25 22:20:25 1998 Bob Manson <manson@charmed.cygnus.com>
1300 * lib/remote.exp(remote_exec): More attempts at working around
1301 tcl/expect's inadequacies in dealing with processes.
1303 1998-03-25 Brendan Kehoe <brendan@cygnus.com>
1305 * contrib/test-g++: Only do the libg++ tests if the directory exists.
1307 Wed Mar 25 12:24:25 1998 Bob Manson <manson@charmed.cygnus.com>
1309 * baseboards/basic-sim.exp(find_sim): Search for the sim rather than
1310 assuming tool_root_dir points to the right place.
1312 Tue Mar 24 16:07:51 1998 Stu Grossman <grossman@bhuna.cygnus.co.uk>
1314 * configure doc/configure example/configure example/calc/configure
1315 testsuite/configure: Regenerate with autoconf 2.12.1 to fix shell
1316 issues for NT native builds.
1318 Sun Mar 15 23:25:06 1998 Bob Manson <manson@charmed.cygnus.com>
1320 * lib/target.exp(default_target_compile): If the compiler produced
1321 no output and the compiler execution failed, return a string
1322 signifying this. (This is the wrong fix, but...)
1324 * lib/remote.exp(remote_exec): Don't append arbitary strings to
1325 the output from the program; callers must check the exit status.
1326 Also, when killing a runaway process, try sending a SIGINT before
1327 sending a SIGTERM (may help to terminate gcc properly).
1329 Mon Mar 9 01:54:39 1998 Bob Manson <manson@charmed.cygnus.com>
1331 * lib/remote.exp(remote_exec): Use spawn directly, rather than
1332 trying to potentially manage multiple spawn processes on the same
1335 Sun Mar 8 21:40:40 1998 Bob Manson <manson@charmed.cygnus.com>
1337 * lib/remote.exp(remote_exec): Use remote_spawn and remote_wait
1338 if the machine is local.
1340 Fri Mar 6 23:28:59 1998 Bob Manson <manson@charmed.cygnus.com>
1342 * baseboards/sparclite-cygmon.exp: New file.
1344 Wed Mar 4 18:05:46 1998 Bob Manson <manson@charmed.cygnus.com>
1346 * baseboards/basic-sim.exp(find_sim): Don't search tool_root_dir
1347 because it's always the root of the tree.
1348 (setup_sim): Don't pass tool_root_dir to find_sim.
1350 Tue Mar 3 00:08:53 1998 Bob Manson <manson@charmed.cygnus.com>
1352 * baseboards/unix.exp: Tell the benchmark code to use alarms.
1353 * baseboards/basic-sim.exp(find_sim): Use tool_root_dir.
1354 * baseboards/i960-cyclone.exp: Ditto.
1355 * baseboards/op50n.exp: Ditto.
1356 * baseboards/rom68k-idp.exp: Ditto.
1357 * baseboards/sparclet-aout.exp: Ditto.
1359 Mon Mar 2 21:54:30 1998 Bob Manson <manson@charmed.cygnus.com>
1361 * lib/utils.exp(runtest_file_p): Be a bit more lenient about
1362 what files we match.
1364 * lib/telnet.exp: Clean up regexps.
1366 * lib/target.exp(default_target_compile): Use tool_root_dir.
1367 (target_link, default_link): New functions.
1369 * lib/remote.exp: Wrap close statements with catch.
1371 * lib/framework.exp(cleanup): Remove unused global declaration.
1373 * config/unix.exp(unix_load): Unset LD_LIBRARY_PATH and
1374 SHLIB_PATH after loading.
1376 * config/sim.exp(sim_spawn, sim_wait): New functions.
1378 * config/i960.exp(i960_spawn, i960_wait): New functions.
1379 (i960_load): Use spawn and wait.
1381 * config/gdb-comm.exp: Use tool_root_dir instead of objdir.
1382 * config/ddb.exp: Ditto.
1384 * config/gdb_stub.exp: Use tool_root_dir.
1385 (gdb_stub_spawn, gdb_stub_wait): New functions.
1386 (gdb_stub_load): Use spawn and wait.
1388 * config/dos.exp(dos_send): Send strings one line at a time.
1389 (dos_file): Delete files using del instead of rm.
1391 * config/ddb-ether.exp(ddb_ether_spawn, ddb_ether_wait): New functions.
1393 * config/cygmon.exp: Set send_initial_cr.
1395 * runtest.exp: Must process tool_root_dir option in multiple
1396 places (should be fixed!)
1398 Mon Feb 23 09:08:43 1998 Mark Alexander <marka@cygnus.com>
1400 * baseboards/mn10300-sim.exp: Use libgloss when compiling/linking,
1401 and new linker script sim.ld when linking.
1402 * baseboards/mn10300-cygmon.exp: New file for MN10300 Cygmon.
1403 * config/mn10300-eval.exp: New file for MN10300 eval board.
1405 Thu Feb 19 18:23:17 1998 John Metzler <jmetzler@cygnus.com>
1407 * baseboards/mips64vr4100-sim.exp
1408 Defines simulated test target for mips46vr4100-*-elf
1410 Wed Feb 18 15:29:12 1998 Bob Manson <manson@charmed.cygnus.com>
1412 * lib/libgloss.exp: Use tool_root_dir instead of base_dir or
1413 objdir when searching for uninstalled libraries or executables.
1415 * runtest.exp(tool_root_dir): New variable.
1417 Sat Feb 14 15:06:25 1998 Bob Manson <manson@charmed.cygnus.com>
1419 * config/vxworks.exp(${board}_init): If we don't get useful info
1420 from the 'p' command in the VxWorks boot ROM, reboot the board.
1421 (vxworks_exec): Check more closely for problems executing the
1424 Mon Feb 9 16:48:55 1998 Bob Manson <manson@charmed.cygnus.com>
1426 * lib/libgloss.exp(get_multilibs): If the compiler doesn't exist,
1428 (find_ld): New function.
1430 * config/powerpc-bug.exp: New file.
1432 * baseboards/powerpc-bug.exp: Load the generic powerpc-bug
1435 Mon Feb 2 15:44:10 1998 Bob Manson <manson@charmed.cygnus.com>
1437 * contrib/test-tool (patterns): Glob pattern to match log files.
1438 Add appropriate glob for new logfile naming scheme.
1440 Sun Feb 1 14:29:16 1998 Joseph H. Buehler <jhpb@sarto.gaithersburg.md.us>
1442 * runtest: Handle finding runtest.exp better automounted
1445 Mon Jan 19 10:37:13 1998 Mark Alexander <marka@cygnus.com>
1447 * config/dve.exp: New file to support Densan boards.
1448 * baseboards/tx39-sim.exp: New file to support TX39 simulator.
1449 * baseboards/tx39-dve.exp: New file to support Densan TX39 board.
1451 Tue Jan 13 01:21:14 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
1453 * lib/libgloss.exp: Handle setting of LD_LIBRARY_PATH/SHLIB_PATH
1454 when testing with installed libraries.
1456 1998-01-12 Brendan Kehoe <brendan@cygnus.com>
1458 * contrib/test-tool (todayname): Refer to and use ChangeLog.egcs
1459 instead of ChangeLog.fsf.
1461 Mon Jan 5 17:25:25 1998 Michael Meissner <meissner@cygnus.com>
1463 * baseboards/d30v-sim.exp ({c,ld}flags): Set libgloss flags in
1464 addition to newlib flags.
1466 Sun Dec 28 11:06:49 1997 Jeffrey A Law (law@cygnus.com)
1468 * Makefile.in: Change "gxx_includedir" to "gxx_include_dir".
1470 Tue Dec 23 14:46:44 1997 Bob Manson <manson@charmed.cygnus.com>
1472 * config/gdb-comm.exp(gdb_comm_load): Use "signal 0" instead of
1473 continue. Check for testcase_timeout board feature to determine
1474 how long we wait before we decide the testcase has gone into
1477 * baseboards/cygmon.exp: Set shell_prompt and send_initial_cr.
1479 * lib/libgloss.exp(libgloss_link_flags): Add case for sparc64.
1481 * baseboards/usparc-cygmon.exp: New file.
1483 Sat Dec 13 18:43:16 1997 Michael Meissner <meissner@cygnus.com>
1485 * baseboards/d30v-sim.exp (ldflags): Fix typo.
1487 Thu Dec 11 20:23:28 1997 Jeffrey A Law (law@cygnus.com)
1489 * config/unix.exp (unix_load): Set LD_LIBRARY_PATH and SHLIB_PATH
1490 for native tests if ld_library_path is defined.
1491 * lib/libgloss.exp (g++_link_flags): Build up ld_library_path.
1492 (libstdc++_link_flags): Likewise.
1494 Thu Dec 11 12:35:12 1997 Michael Meissner <meissner@cygnus.com>
1496 * baseboards/d30v-sim.exp (ldflags): Also set stack to end of
1497 default 8 meg external area.
1499 Wed Dec 10 16:11:47 1997 Bob Manson <manson@charmed.cygnus.com>
1501 * config/gdb-comm.exp(gdb_comm_load): Add more possible error
1504 * lib/remote.exp(standard_close): Make sure we close both file
1505 descriptors, if there are two.
1507 Wed Dec 10 14:35:05 1997 Michael Meissner <meissner@cygnus.com>
1509 * baseboards/d30v-sim.exp (ldflags): Add -mextmem to allow testing
1512 Tue Dec 9 21:38:03 1997 Fred Fish <fnf@cygnus.com>
1514 * lib/libgloss.exp (get_multilibs): Use previously set value
1515 of "target_board" rather than "board", since it may not exist.
1517 Tue Dec 9 10:54:34 1997 Bob Manson <manson@charmed.cygnus.com>
1519 * lib/remote.exp(standard_wait): We have to call wait, even though
1520 it can't possibly work.
1522 Mon Dec 8 11:55:33 1997 Bob Manson <manson@charmed.cygnus.com>
1524 * lib/remote.exp(remote_spawn): Use -leaveopen.
1525 (standard_wait): If we used -leaveopen, call close ourselves.
1526 (standard_close): Ditto.
1528 * lib/libgloss.exp(get_multilibs): Remove bogus tests for board
1529 variable. Only set the board's multitop variable if we didn't
1530 get an explicit list of multilib options to use.
1532 Sun Dec 7 08:29:40 1997 Bob Manson <manson@charmed.cygnus.com>
1534 * lib/remote.exp(remote_spawn): Fix typo.
1535 (standard_wait): If the process was created with a pipeline, we
1536 have to use close instead of wait.
1538 Fri Dec 5 14:21:18 1997 Bob Manson <manson@charmed.cygnus.com>
1540 * lib/remote.exp(remote_spawn): If the "spawn -open" command
1541 fails, clean up after the command we just spawned.
1543 Thu Dec 4 11:32:06 1997 Bob Manson <manson@charmed.cygnus.com>
1545 * lib/remote.exp(remote_open): Use catch.
1547 Tue Dec 2 22:44:42 1997 Bob Manson <manson@charmed.cygnus.com>
1549 * lib/remote.exp(remote_close): Move close statement after we
1550 determine the PID. Look at fileid_pid feature.
1551 (remote_spawn): If we're invoking a pipeline, stash the PID we
1552 get in the board's fileid_pid feature.
1554 Sun Nov 30 19:09:49 1997 Jeffrey A Law (law@cygnus.com)
1556 * lib/target.exp (prune_warning): Prune some unwanted warnings
1557 from the HP assembler and gcc when using the HP assembler.
1559 Fri Nov 28 10:42:30 1997 Michael Meissner <meissner@cygnus.com>
1561 * baseboards/d30v-sim.exp: Re-enable trampolines.
1563 Tue Nov 25 09:24:13 1997 Michael Meissner <meissner@cygnus.com>
1565 * baseboards/d30v-sim.exp: Re-enable using label values.
1567 Mon Nov 24 09:56:20 1997 Bob Manson <manson@charmed.cygnus.com>
1569 * config/cygmon.exp, baseboards/cygmon.exp,
1570 baseboards/msparc-cygmon.exp: New files.
1572 * config/i960.exp: Don't call perror.
1574 Sun Nov 16 20:55:59 1997 Michael Meissner <meissner@cygnus.com>
1576 * baseboards/d30v-sim.exp: Turn off trampolines and label values
1579 Thu Nov 13 22:51:42 1997 Michael Meissner <meissner@cygnus.com>
1581 * baseboards/d30v-sim.exp: New file for d30v support.
1583 Wed Nov 12 23:45:48 1997 Bob Manson <manson@charmed.cygnus.com>
1585 * config/unix.exp(unix_load): Call remote_spawn and remote_wait
1586 instead of using exec.
1588 * lib/remote.exp(remote_wait): Use $dest, not host.
1590 Tue Nov 4 17:39:58 1997 Jim Wilson <wilson@cygnus.com>
1592 * lib/target.exp (default_target_compile): Put math library
1593 before linker script.
1595 Sun Oct 26 20:00:34 1997 Bob Manson <manson@charmed.cygnus.com>
1597 * config/base68k.exp(base68k_wait): New procedure.
1598 (base68k_load): Use remote_spawn and remote_wait.
1600 Sat Oct 25 21:48:36 1997 Bob Manson <manson@charmed.cygnus.com>
1602 * config/base68k.exp(base68k_spawn): New procedure.
1604 Fri Oct 24 10:55:17 1997 Bob Manson <manson@charmed.cygnus.com>
1606 * config/gdb-comm.exp: Add missing -re. If we get an EXIT message
1607 from the remote system, we know that we've exited gdb.
1609 * lib/remote.exp(standard_wait): Keep the timer running even if we
1610 get output from the remote program.
1612 * config/dos.exp(dos_wait): Ditto.
1614 Fri Oct 17 22:20:35 1997 Jeffrey A Law (law@cygnus.com)
1616 * lib/libgloss.exp (find_g77): No longer need --driver stuff.
1618 Wed Oct 15 21:13:39 1997 Philippe De Muyter <phdm@macqel.be>
1620 * runtest (mypath): Scan $PATH to set mypath if $0 does not give it.
1622 Mon Oct 13 11:09:09 1997 Bob Manson <manson@charmed.cygnus.com>
1624 * config/base68k.exp(base68k_load): Don't call exp_continue
1625 outside of an expect statement.
1627 Sun Oct 12 21:29:28 1997 Ian Lance Taylor <ian@cygnus.com>
1629 * Makefile.in: Replace datadir with dejadatadir throughout.
1631 Mon Oct 6 10:52:25 1997 Jeffrey A Law (law@cygnus.com)
1633 * lib/libgloss.exp (find_g77): New function.
1635 Fri Oct 3 14:13:30 1997 Bob Manson <manson@charmed.cygnus.com>
1637 * baseboards/vr4100-ddb.exp: Fix start addresses.
1639 * config/vxworks.exp: Remove 'set timeout' statements.
1641 * runtest.exp: Always output board name of target.
1643 Tue Sep 30 15:35:03 1997 Bob Manson <manson@charmed.cygnus.com>
1645 * baseboards/arm-sim.exp: No longer uses underscores.
1646 * baseboards/arm-ice.exp: Ditto.
1648 Tue Sep 30 12:47:19 1997 Doug Evans <dje@canuck.cygnus.com>
1650 * lib/remote.exp (standard_file, cmp): Ensure file exists before
1651 computing file size.
1653 Sun Sep 28 14:30:52 1997 Bob Manson <manson@charmed.cygnus.com>
1655 * baseboards/powerpc-sim.exp: The simulator directory is
1656 named "ppc", not "powerpc".
1658 * config/mips-idt.exp: Set the "syn-garbage-limit" gdb
1661 Sat Sep 27 22:11:45 1997 Bob Manson <manson@charmed.cygnus.com>
1663 * lib/libgloss.exp(get_multilibs): Return the multilib directory
1664 that matches closest to the specified set of options.
1666 Fri Sep 26 10:20:56 1997 Bob Manson <manson@charmed.cygnus.com>
1668 * lib/libgloss.exp(find_binutils_prog): Changed from find_objdump.
1670 * lib/remote.exp(remote_load): Use objcopy instead of objdump.
1672 Thu Sep 25 10:54:55 1997 Bob Manson <manson@charmed.cygnus.com>
1674 * baseboards/h8300.exp: Use global prefix_dir instead of
1675 explicitly putting a pathname in the file.
1676 * baseboards/i386-bozo.exp: Ditto.
1677 * baseboards/i960-cyclone.exp: Ditto.
1679 Wed Sep 24 13:06:47 1997 Bob Manson <manson@charmed.cygnus.com>
1681 * config/ddb.exp: Close the connection to the board after we've
1684 * testglue.c: Add support for atexit() and _exit() if VXWORKS
1687 * lib/libgloss.exp(build_wrapper): Define VXWORKS if is_vxworks
1688 target feature is set.
1690 * config/vxworks.exp: Set is_vxworks and gdb,nosignals target
1693 Tue Sep 23 17:56:43 1997 Bob Manson <manson@charmed.cygnus.com>
1695 * lib/remote.exp(remote_load): If is_simulator board feature is
1696 set, don't try to cache executables for this target.
1698 * baseboards/basic-sim.exp: Set is_simulator board feature.
1700 Thu Sep 18 20:31:57 1997 Jeffrey A Law (law@cygnus.com)
1702 * lib/libgloss.exp (libio_include_flags): If we can't find
1703 _G_config.h, look for iostream.list in the same directory.
1705 1997-09-18 Brendan Kehoe <brendan@lisa.cygnus.com>
1707 * contrib/test-tool: Put all of the failure stuff up above the
1710 Tue Sep 16 22:15:20 1997 Bob Manson <manson@charmed.cygnus.com>
1712 * lib/remote.exp(remote_load): Skip all the caching code if the
1713 REMOTELOAD_CACHE env variable isn't set. Use objdump to get only
1714 the executable contents, so we avoid problems with timestamps in
1716 (remote_expect): Check remote_suppress_flag instead of
1719 * config/tic80.exp: Set gdb,use_breakpoint_for_stub. Don't
1720 bother skipping the float tests, as the gdb stub now traps
1722 * config/dos.exp: If there is a timeout, try to interrupt
1724 (dos_interrupt_job): Return a null string on success.
1725 (dos_copy_download): Make the files on the destination world-writable
1727 (dos_copy_upload): Ditto.
1729 Fri Sep 12 11:10:42 1997 Bob Manson <manson@charmed.cygnus.com>
1731 * testsuite/runtest.all/options.exp: Commented out failing strace
1732 test--test is probably failing because of a TCL8 interaction.
1734 Thu Sep 11 18:13:11 1997 Bob Manson <manson@charmed.cygnus.com>
1736 * baseboards/tic80-board.exp: Added support for running gdb.
1738 * config/dos.exp(dos_exec): Add support for an output file.
1740 * lib/remote.exp(remote_load): Only cache executables that
1741 pass. Allow use of a checksum program in place of caching the
1744 * lib/libgloss.exp(find_objdump): New procedure.
1746 * config/gdb_stub.exp: Don't loop forever in gdb_stub_ld.
1747 (gdb_stub_retry_ld): New procedure.
1749 Wed Sep 10 12:58:11 1997 Bob Manson <manson@charmed.cygnus.com>
1751 * config/tic80.exp: Add new procedure tic80_ld. Call
1752 tic80_ld from tic80_load. Add settings for gdb testing.
1754 * lib/remote.exp: Add missing quotes around eval arguments.
1756 Tue Sep 9 14:45:24 1997 Bob Manson <manson@charmed.cygnus.com>
1758 * config/tic80.exp: Remove bogus call to "fix" program.
1759 Add timeout to remote_wait.
1761 Tue Sep 9 11:40:01 1997 Doug Evans <dje@canuck.cygnus.com>
1763 * config/arc.exp: New file.
1764 * baseboards/arc-sim.exp: New file.
1766 Fri Sep 5 15:17:38 1997 Jeffrey A Law (law@cygnus.com)
1768 * lib/libgloss.exp (get_multilibs): Search for "libraries" directory
1769 as the toplevel multilib directory too.
1770 (libstdc++_link_flags, libstdc++_include_flags): New functions.
1772 Wed Sep 3 16:55:52 1997 Bob Manson <manson@charmed.cygnus.com>
1774 * lib/remote.exp(standard_file): cmp now returns 0 on "files
1775 identical", some other value if the files are different.
1777 * baseboards/sh-hms-sim.exp: Need to pass -mieee when building
1778 testcases that rely on IEEE-compliant behavior.
1779 * baseboards/sh-hms.exp: Ditto.
1781 * lib/remote.exp(remote_load): Remove spurious debug output.
1782 Use "remote_file cmp" instead of invoking cmp directly.
1783 (standard_file): Added cmp operation to compare two binary
1786 * lib/libgloss.exp: Add dwarf2 target variant.
1788 * lib/target.exp: Make sure the CC_FOR_TARGET variable overrides
1789 any default compiler.
1791 Tue Sep 2 18:28:53 1997 Bob Manson <manson@charmed.cygnus.com>
1793 * config/gdb_stub.exp: Detect gratuitous change to sparclet
1796 * lib/remote.exp(remote_expect): Added timeout setting.
1798 Tue Sep 2 16:39:21 1997 Doug Evans <dje@canuck.cygnus.com>
1800 * dg.exp (dg-test): New arg -keep-output.
1802 Wed Aug 27 13:16:32 1997 Bob Manson <manson@charmed.cygnus.com>
1804 * config/vxworks.exp: Set the gdb_prompt target feature to be
1807 Fri Aug 22 13:24:58 1997 Bob Manson <manson@charmed.cygnus.com>
1809 * config/vxworks.exp: Check for negative values from the "value ="
1810 return string. If preload_obj is a target feature, load the
1811 specified object file after a reboot.
1813 Thu Aug 21 18:06:20 1997 Bob Manson <manson@charmed.cygnus.com>
1815 * baseboards/vx4300.exp: New file.
1817 Wed Aug 13 12:57:53 1997 Jason Merrill <jason@yorick.cygnus.com>
1819 * lib/target.exp (prune_warnings): Generalize alpha ld warning.
1820 Also handle IRIX 6 linker "I give up" message.
1822 Tue Aug 12 21:44:58 1997 Bob Manson <manson@charmed.cygnus.com>
1824 * lib/framework.exp(clone_output): Don't use lindex on things that
1825 aren't really lists.
1827 Mon Aug 11 20:51:08 1997 Bob Manson <manson@charmed.cygnus.com>
1829 * lib/remote.exp(remote_expect): Nasty ugliness to work around
1830 change in behavior of lrange in tcl8.
1832 Sat Aug 9 00:59:47 1997 Ian Lance Taylor <ian@cygnus.com>
1834 * config/netware.exp (${board}_init): Change ld.new to ld-new.
1836 Wed Aug 6 18:41:24 1997 Jason Merrill <jason@yorick.cygnus.com>
1838 * lib/libgloss.exp (libio_include_flags): Look for _G_config.h, not
1841 Wed Aug 6 00:41:46 1997 Ian Lance Taylor <ian@cygnus.com>
1843 * lib/libgloss.exp (find_gas): Look for as-new, not as.new.
1845 Sat Aug 2 20:44:55 1997 Bob Manson <manson@charmed.cygnus.com>
1847 * config/gdb-comm.exp: Look for "Program exited with" exit status,
1848 even though this should *never* appear (we're setting a breakpoint
1849 in _exit and abort, duh).
1851 Fri Aug 1 15:56:06 1997 Felix Lee <flee@yin.cygnus.com>
1853 * runtest.exp: "runtest gcc.c-torture/execute/execute.exp" didn't
1854 work because expected global vars weren't set.
1856 Wed Jul 30 09:05:41 1997 Felix Lee <flee@yin.cygnus.com>
1858 * lib/ftp.exp (ftp_download): and needed an -re flag. and changed
1859 "Timeout" to "421", to catch other premature disconnects.
1861 Wed Jul 30 00:15:04 1997 Felix Lee <flee@cygnus.com>
1863 * lib/ftp.exp (ftp_download): "Timeout ..." pattern wasn't listed
1864 early enough to ever get matched.
1866 Mon Jul 28 21:20:59 1997 Bob Manson <manson@charmed.cygnus.com>
1868 * lib/libgloss.exp(get_multilibs): Iterate through the list of
1869 compiler-specified options looking for a match, rather than
1870 farting around with regexps.
1872 Mon Jul 28 15:28:09 1997 Felix Lee <flee@cygnus.com>
1874 * lib/ftp.exp (ftp_upload): return localfilename, not
1877 Mon Jul 28 15:28:09 1997 Felix Lee <flee@cygnus.com>
1879 * config/base68k.exp (base68k_ld): need global objdir.
1881 Tue Jul 22 10:24:54 1997 Bob Manson <manson@charmed.cygnus.com>
1883 * runtest.exp: More cleanups for setting isremote board feature.
1884 Leave the previous setting alone if the board already has one.
1886 * lib/framework.exp(is_remote): Add debugging info.
1888 * lib/remote.exp(remote_spawn): If the local spawn fails, return
1889 -1 instead of falling through.
1891 Mon Jul 21 14:30:01 1997 Bob Manson <manson@charmed.cygnus.com>
1893 * lib/target.exp(list_targets): Deleted, no longer meaningful.
1894 (default_target_compile): Use warning instead of perror when
1895 download fails. Delete an existing a.out object file if we're
1896 running on a remote host.
1898 * lib/libgloss.exp(libgloss_ld): Deleted, not used.
1900 * config/dos.exp(dos_copy_download): If the local file doesn't
1901 exist, don't try to download it.
1903 * runtest.exp: Change tests for setting isremote board feature.
1904 We assume the board is remote unless the name is the same as
1905 the local hostname or we're defining the build board.
1907 Wed Jul 16 12:45:30 1997 Bob Manson <manson@charmed.cygnus.com>
1909 * config/dos.exp(dos_copy_upload): If the remote file doesn't
1910 exist, don't try to upload it.
1912 * baseboards/basic-sim.exp: Don't transform the simulator name
1913 using the target alias if no_transform_name is set on the host.
1915 * lib/kermit.exp: Don't try to unset the file descriptor if it
1918 Mon Jul 7 12:01:54 1997 Bob Manson <manson@charmed.cygnus.com>
1920 * baseboards/m32r-sim.exp(ldflags): Use libgloss_link_flags, not
1921 libgloss_include_flags.
1922 * baseboards/m32r-elf.exp: Ditto.
1924 Sat Jul 5 18:42:52 1997 Bob Manson <manson@charmed.cygnus.com>
1926 * lib/libgloss.exp(libgloss_link_flags): Add sparclet->sparc CPU
1927 mapping. (This needs to be fixed.)
1929 Thu Jul 3 15:34:21 1997 Bob Manson <manson@charmed.cygnus.com>
1931 * config/ddb.exp: Use base68k instead of gdb-comm.
1933 * stub-loader.c: Renamed from sparclet-loader.c.
1934 * config/gdb_stub.exp: Refer to stub-loader.c now.
1936 Tue Jul 1 17:48:43 1997 Bob Manson <manson@charmed.cygnus.com>
1938 * runtest.exp: Allow boards_dir to be a list of directories to
1939 search for board descriptions.
1941 Mon Jun 30 19:12:14 1997 Stan Shebs <shebs@andros.cygnus.com>
1943 * baseboards/arm-ice.exp: Board doesn't do I/O, signals,
1944 or call functions from GDB.
1946 Mon Jun 30 18:32:44 1997 Bob Manson <manson@charmed.cygnus.com>
1948 * config/arm-ice.exp: New file.
1949 * baseboards/arm-ice.exp: New file.
1951 Sun Jun 29 22:12:51 1997 Bob Manson <manson@charmed.cygnus.com>
1953 * baseboards/arm-sim.exp: New file.
1955 * lib/libgloss.exp(process_multilib_options): Added pe object format.
1957 * baseboards/armpe-sim.exp: Removed file.
1959 Sat Jun 28 13:37:27 1997 Bob Manson <manson@charmed.cygnus.com>
1961 * config/gdb_stub.exp: Use gdb_opts feature instead of a random
1962 check if the host is remote.
1964 * runtest.exp: Use the no_transform_name feature instead of
1965 looking for a specific host triplet.
1967 * baseboards/*-sim.exp: Use load_base_board_description, not
1968 load_board_description.
1970 * lib/target.exp(default_target_compile): If we're compiling
1971 with the C++ compiler, include g++_include_flags and
1972 g++_link_flags as appropriate.
1974 Fri Jun 27 15:17:12 1997 Bob Manson <manson@charmed.cygnus.com>
1976 (load_board_description): Set the board feature isremote if the
1977 board appears to be remote.
1978 Call setup_build_hook with the local hostname.
1980 * lib/target.exp(push_build): New procedure.
1982 * lib/framework.exp(is_remote): Detect if the board name specified
1983 is the name of the build or host, and handle appropriately.
1985 * lib/remote.exp(check_for_board_status): Be a bit more aggressive
1986 about stripping trailing CRLFs.
1988 * config/dos.exp(dos_exec): Add support for an input file.
1989 (dos_load): Pass program arguments and input file to remote_exec.
1991 Wed Jun 25 20:01:37 1997 Bob Manson <manson@charmed.cygnus.com>
1993 * lib/target.exp(target_compile): Always add the target's cflags
1994 spec. Use find_g++ to find a compiler if we've been asked to use a
1997 * lib/remote.exp(remote_spawn): Wrap open and spawn
1998 statements with catch.
2000 * lib/libgloss.exp(g++_link_flags): Add -L options to point to the
2001 correct libiberty and librx directories.
2002 (find_g++): New routine.
2004 * lib/kermit.exp: Loosen up the regexp matching the connect
2007 * lib/ftp.exp: Look for a "Timeout after..." message from
2010 * config/sparclet.exp: The gdb prompt is "gdbslet".
2012 * config/gdb_stub.exp: If running on a remote host, add --command
2013 gdbinit to the gdb command line. Use the gdb_is_running target
2014 feature to keep track of whether or not we started gdb. Replace
2015 errors with warnings in many cases.
2016 (gdb_stub_load): Always set a breakpoint on exit if the
2017 target feature always_break_exit is set. Retry the testcase
2019 (gdb_stub_close): New routine.
2021 * baseboards/sparclet-aout.exp: varargs and label values
2022 apparently don't work. Always set a breakpoint at
2023 exit() even if we can break at _exit instead.
2025 * sparclet-loader.c: Add global variable "remote_debug"
2028 * runtest.exp: If running on a DOS host, don't canonicalize
2031 * config/i386-bozo.exp(${board}_reboot): Return 1.
2033 Mon Jun 23 14:55:13 1997 Bob Manson <manson@charmed.cygnus.com>
2035 * config/gdb_stub.exp: Clean up a few regexps. Check for either
2036 the breakpoint function name (preferred) or the breakpoint number.
2038 Sun Jun 22 12:31:02 1997 Bob Manson <manson@charmed.cygnus.com>
2040 * lib/remote.exp(standard_file): Add dirname, join, and absolute
2042 (unix_clean_filename): New procedure.
2044 * runtest.exp(lookfor_file): Call 'remote_file build dirname'
2045 instead of appending "/..".
2047 * lib/framework.exp(is_remote): Really fix the problem with
2048 "unix/cpu=v8" this time. Minor cleanups.
2050 Wed Jun 18 21:21:00 1997 Bob Manson <manson@charmed.cygnus.com>
2052 * config/ddb-ether.exp(ddb_ether_try): Fix typo.
2054 Tue Jun 17 16:18:00 1997 Bob Manson <manson@charmed.cygnus.com>
2056 * config/base68k.exp: Wait for an entire line before appending
2057 it to the result buffer.
2058 (base68k_load): Check every optional argument, and don't allow
2059 any (yet). Use -re in front of regular expressions.
2061 * lib/framework.exp(is_remote): Strip off any variant info from
2062 the board name before determining if the board is remote.
2064 Tue Jun 17 02:32:07 1997 Bob Manson <manson@farmer>
2066 * config/gdb-comm.exp(gdb_comm_load): Check for parameters we don't
2067 support, and return UNSUPPORTED as appropriate. Don't set a
2068 breakpoint in exit if we can set one in _exit.
2069 * config/gdb_stub.exp: Ditto.
2071 Mon Jun 16 16:07:32 1997 Bob Manson <manson@charmed.cygnus.com>
2073 * config/dos.exp(dos_wait): Add timeout parameter.
2075 * lib/remote.exp(remote_expect): Add timeout parameter.
2076 (remote_wait): Ditto.
2077 (standard_wait): Ditto. Also give up if the program outputs
2078 more than 512,000 bytes.
2080 * config/vxworks.exp: Use timeout parameter instead of setting
2082 * config/dos.exp: Ditto.
2083 * config/ddb.exp: Ditto.
2084 * lib/mondfe.exp: Ditto.
2085 * lib/rlogin.exp: Ditto.
2086 * lib/telnet.exp: Ditto.
2087 * config/base68k.exp: Ditto.
2088 * config/i386-bozo.exp: Ditto.
2089 * config/gdb-comm.exp: Ditto.
2090 * config/gdb_stub.exp: Ditto.
2091 * config/i960.exp: Ditto.
2092 * config/ddb-ether.exp: Ditto.
2093 * config/sim.exp: Ditto.
2095 Fri Jun 13 19:54:24 1997 Bob Manson <manson@charmed.cygnus.com>
2097 * contrib/test-tool: Default to assuming a standard tree
2098 structure. Don't die if we don't have a previous file to
2099 diff against--diff against /dev/null instead.
2101 * config/m32r.exp: Misc fixes.
2103 * config/m32r-stub.exp: New file.
2105 * config/gdb_stub.exp: Download the loader program to the host
2106 before we try to load it.
2108 * config/dos.exp: Move the cygwin exception check to a point
2109 earlier in the expect sequence.
2110 (dos_copy_upload): New routine.
2112 Thu Jun 12 19:05:21 1997 Bob Manson <manson@charmed.cygnus.com>
2114 * testglue.c (write_int): write_int takes two args.
2116 * lib/target.exp(target_compile): Must insert spaces when
2119 * lib/remote.exp(remote_reboot): Print a message stating that
2120 the board is being rebooted.
2122 * config/dos.exp(dos_exec): Call remote_wait instead of
2124 (dos_wait): Minor cleanups.
2126 Wed Jun 11 10:07:10 1997 Bob Manson <manson@charmed.cygnus.com>
2128 * config/dos.exp: Look for "cygwin except" string and reboot
2129 the board if we see it. Make sure we get output from the
2131 (dos_exec): We always need to return a result list.
2133 * lib/target.exp(target_compile): Strip extra newlines/CRs from
2134 the start of the compiler output.
2136 * config/dos.exp: Make sure we can have multiple spawned commands
2137 open to the board without reusing the same batch file name. Use
2138 the new conninfo board feature to hold the name of the batch file
2139 being used for the current connection.
2140 (dos_interrupt_job): New procedure.
2142 * config/tic80.exp, baseboards/tic80-board.exp: New files.
2144 * lib/remote.exp(remote_swap_conn): New procedure.
2145 (remote_pop_conn,remote_push_conn): The conninfo board feature
2146 is used to store data specific to the current connection; make
2147 sure we update it correctly when we push and pop connections.
2149 Fri Jun 6 14:24:36 1997 Bob Manson <manson@charmed.cygnus.com>
2151 * config/gdb-comm.exp: Fix typo (missing call to list).
2153 * lib/libgloss.exp(g++_link_flags): Put spaces in appropriate
2154 places. If we don't have a multilib pathname to use, try
2155 global $objdir instead.
2156 (g++_include_flags): Don't bother checking to see if the libraries
2157 are there, just look for the source directories.
2159 Thu Jun 5 18:09:55 1997 Bob Manson <manson@charmed.cygnus.com>
2161 * config/ddb.exp: Fix typo.
2163 * lib/remote.exp(remote_close): Use nasty ugly shell stuff to kill
2164 the program being closed.
2165 (remote_expect): Make sure expect fails if there isn't a
2166 connection open to the requested board.
2168 * lib/libgloss.exp(winsup_include_flags,winsup_link_flags): New
2171 * baseboards/dos.exp: Fix link flags and prompt regexp.
2173 * config/dos.exp(dos_load): New function.
2175 Tue Jun 3 12:04:15 1997 Bob Manson <manson@charmed.cygnus.com>
2177 * baseboards/unix.exp: Add call to process_multilib_options.
2179 * runtest.exp: Clean up target iteration expansion.
2181 * testglue.c: Add #ifndef NO_UNISTD_H test.
2183 * config/vxworks.exp: Try to boot the system into the desired OS.
2185 * lib/telnet.exp(telnet_open): Remove the option of passing
2186 the port #. If the first optional argument is "raw", return
2187 immediately rather than trying to look for a shell prompt.
2189 * lib/util-defs.exp: Remove expect_before statement.
2191 * config/gdb-comm.exp(gdb_comm_add_breakpoints): Check for "No
2192 symbol table" message from gdb.
2194 * config/vxworks.exp(*_load): Don't set global exec_output
2195 variable. We return a list of two members, the first containing
2196 the pass/fail string, and the second containing the output
2197 from the executable.
2198 * lib/dg.exp(dg-test): Ditto.
2200 * config/rom68k.exp: Fix shell_prompt value (add a space at the
2203 * baseboards/h8300.exp: Put back magic linker script brain-damage.
2205 * baseboards/mips-sim.exp: Check for ecoff object file format,
2206 and use idtecoff.ld instead of idt.ld.
2208 * config/dos.exp(dos_wait): Wait for a shell prompt from
2209 the board before returning.
2211 * config/i960.exp: Detect if the board starts spewing nonsense,
2212 and reboot it if it does.
2213 * config/base68k.exp: Ditto. Also tighten up the checks for
2216 * lib/remote.exp: Add a bit more debugging output. Use -9 when
2217 killing the process.
2219 Mon Jun 2 09:50:33 1997 Bob Manson <manson@charmed.cygnus.com>
2221 * lib/remote.exp(standard_close): Check the return value from
2222 catch. Fix quoting on the after command.
2224 * baseboards/rom68k-idp.exp: Look for a.out object file format.
2226 * baseboards/vr4300-sim.exp: Look for ecoff object file format.
2227 * baseboards/vr4300-ddb.exp: Ditto.
2228 * baseboards/mips-idt.exp: Ditto.
2230 * lib/libgloss.exp: Set the board's obj_format feature according
2231 to the specified object file format. Handle "stabs" variant.
2233 * baseboards/i960-cyclone.exp: Mark the board as being unreliable.
2235 * config/i960.exp: Check for a couple of common failure modes and
2236 reboot the board as needed. Also reboot if the testcase fails and
2237 the board is marked as "unreliable".
2239 Sun Jun 1 16:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
2241 * config/base68k.exp: Add base68k_ld procedure. Clean up a few
2244 * baseboards/rom68k-idp-aout.exp: We need to pass the load offset
2245 to gdb's load command.
2247 * baseboards/rom68k-idp.exp: Use -msoft-float by default.
2249 * lib/telnet.exp: If dont_wait_for_prompt is set, don't bother
2250 trying to get a prompt back before returning.
2252 * config/i960.exp(${board}_init): Send several CRs in order to get
2253 a prompt from the board (fun with autobaud). Set
2254 dont_wait_for_prompt. Clear exec_output.
2256 Sat May 31 00:29:33 1997 Bob Manson <manson@charmed.cygnus.com>
2258 * config/base68k.exp: Handle various errors more gracefully.
2260 * config/dos.exp(dos_start_command): Flush any pending output
2261 before sending the new command to be run. Make regexp for
2264 * contrib/test-tool: Add support for compressed log files.
2265 (Can't compress ChangeLog files yet.)
2267 Fri May 30 15:08:15 1997 Bob Manson <manson@charmed.cygnus.com>
2269 * lib/libgloss.exp(build_wrapper): New procedure.
2271 * config/base68k.exp: Check for use_vma_offset target feature.
2272 Make sure we keep in sync with the remote target.
2274 * baseboards/rom68k-idp-aout.exp: Try using objcopy again.
2275 Make sure we link with -N.
2277 * testglue.c: Handle m68k-aout specially.
2279 Thu May 29 19:57:47 1997 Bob Manson <manson@charmed.cygnus.com>
2281 * testglue.c: Include sys/unistd.h.
2283 * lib/telnet.exp: Use $connhost correctly.
2285 * lib/remote.exp(remote_wait, remote_raw_wait, standard_wait): New
2288 * config/sim.exp(sim_load): Use remote_wait to wait on the
2291 * config/dos.exp(dos_spawn): Make sure we can return an exit
2292 status from the spawned command.
2293 (dos_wait): New procedure.
2295 Thu May 29 15:08:07 1997 Bob Manson <manson@charmed.cygnus.com>
2297 * baseboards/rom68k-idp-aout.exp: Status wrapper seems to be
2300 Wed May 28 12:34:28 1997 Bob Manson <manson@charmed.cygnus.com>
2302 * baseboards/sparc64-sim.exp: New file.
2304 * baseboards/vx68k.exp: New file.
2306 * lib/libgloss.exp(newlib_link_flags): Also look for the linker
2307 script directory that's part of ld, and include it if it
2310 Tue May 27 20:00:01 1997 Bob Manson <manson@charmed.cygnus.com>
2312 * lib/libgloss.exp(libgloss_link_flags): If we're building
2313 for a powerpc target, the cpu is rs6000, not powerpc.
2315 Sat May 24 11:31:26 1997 Bob Manson <manson@charmed.cygnus.com>
2317 * config/gdb-comm.exp: Strip off "Continuing." response
2318 from gdb. Set the height and width to 0 so GDB doesn't
2321 Fri May 23 12:02:29 1997 Bob Manson <manson@charmed.cygnus.com>
2323 * baseboards/i960-cyclone.exp: It's noargs now.
2325 * lib/remote.exp(call_remote): Make sure we set the
2326 board's database name entry if we tried to load it.
2328 * lib/libgloss.exp(process_multilib_options): Look for aout and
2329 elf board variants, and set is_aout/is_elf as appropriate.
2331 * lib/targetdb.exp(set_currtarget_info,unset_currtarget_info):
2334 * config/gdb-comm.exp: Check for gdb_sect_offset target feature;
2335 if it's set, adjust the sections in the executable with the
2338 * config/i386-bozo.exp: New file.
2339 * baseboards/i386-bozo.exp: New file.
2341 Thu May 22 15:24:48 1997 Bob Manson <manson@charmed.cygnus.com>
2343 * baseboards/op50n.exp: Set gdb,timeout to 9 minutes.
2345 * config/base68k.exp: Display the output from the board in
2348 * config/proelf.exp: Use base68k to load programs instead of
2351 * baseboards/hppa-proelf.exp: Renamed to baseboards/op50n.exp.
2353 * lib/libgloss.exp: Make sure we don't include the libio
2356 Wed May 21 22:58:05 1997 Bob Manson <manson@charmed.cygnus.com>
2358 * baseboards/i960-cyclone.exp: Link with i960.ld linker
2361 Tue May 20 19:03:54 1997 Bob Manson <manson@charmed.cygnus.com>
2363 * config/sim.exp: Check for magic CHILDKILLED nonsense from
2366 Mon May 19 13:07:01 1997 Bob Manson <manson@charmed.cygnus.com>
2368 * baseboards/i960-cyclone.exp: New file.
2369 * config/i960.exp: New file.
2371 Tue May 20 17:55:39 1997 Jeffrey A Law (law@cygnus.com)
2373 * config/sim.exp: Set "slow_simulator".
2375 Tue May 20 08:54:55 1997 Jeffrey A Law (law@cygnus.com)
2377 * baseboards/*: Change "gdb,noargs" to just "noargs".
2379 Mon May 19 13:07:01 1997 Bob Manson <manson@charmed.cygnus.com>
2381 * lib/telnet.exp: Backquote the braces in "VxWorks Boot"
2382 correctly this time.
2384 * lib/remote.exp: Use catch to wrap exp_pid calls.
2386 Sat May 17 21:44:08 1997 Bob Manson <manson@charmed.cygnus.com>
2388 * lib/remote.exp(standard_close): Don't wait forever on close; if
2389 it's a process, give it a SIGTERM after 10 seconds.
2390 (remote_spawn): Make sure stderr and stdout all go to the same
2393 Sat May 17 19:10:36 1997 Fred Fish <fnf@cygnus.com>
2395 * Makefile.in (install): Add missing ';' to datadir for...done.
2397 Fri May 16 23:30:27 1997 Bob Manson <manson@charmed.cygnus.com>
2399 * baseboards/powerpc-sim.exp: Can't call functions from within
2402 Wed May 14 20:59:11 1997 Bob Manson <manson@charmed.cygnus.com>
2404 * lib/libgloss.exp: Add spaces before options passed to
2407 Fri May 16 10:11:54 1997 Jeffrey A Law (law@cygnus.com)
2409 * baseboards/mn10200-sim.exp: Remove redundant setting of
2411 * baseboards/mn10300-sim.exp: Likewise.
2413 Thu May 15 14:26:20 1997 Mike Meissner <meissner@cygnus.com>
2415 * baseboards/tic80-sim.exp (gcc,no_varargs): Set to 1, the TIC80
2416 doesn't support varargs.
2418 Tue May 13 11:51:06 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
2420 * Makefile.in (install): Take out errant semicolon.
2422 Mon May 12 21:48:52 1997 Bob Manson <manson@charmed.cygnus.com>
2424 * lib/libgloss.exp(find_gas): New procedure.
2426 * lib/target.exp(default_target_compile): Look for
2427 CC_FOR_TARGET and CFLAGS_FOR_TARGET global variables.
2428 (target_assemble,default_target_assemble): New procedures.
2430 Thu May 8 21:53:03 1997 Bob Manson <manson@charmed.cygnus.com>
2432 * runtest.exp: Add more informative startup messages describing
2433 the various files that are being loaded.
2434 (setup_target_hook): Give a warning if a target board is the local
2435 machine and a "non-native" test is being run; check if the user
2436 has set their DEJAGNU variable.
2438 Tue May 6 14:27:11 1997 Bob Manson <manson@charmed.cygnus.com>
2440 * runtest.exp(lookfor_file): Use .. instead of [file dirname].
2442 Mon May 5 22:06:14 1997 Bob Manson <manson@charmed.cygnus.com>
2444 * baseboards/vxsparc.exp: New file.
2446 * config/vxworks.exp: Look for [VxWorks Boot] prompt.
2447 * lib/telnet.exp: Ditto.
2449 Fri May 2 15:19:00 1997 Bob Manson <manson@charmed.cygnus.com>
2451 * lib/remote.exp(remote_spawn): Add new argument for readonly
2452 or writeonly processes, and use open to create a pipeline when
2454 * config/sim.exp(sim_load): Use it.
2456 Fri May 2 10:47:40 1997 Bob Manson <manson@charmed.cygnus.com>
2458 * baseboards/tic80-sim.exp: New file.
2460 Thu May 1 14:42:51 1997 Bob Manson <manson@charmed.cygnus.com>
2462 * baseboards/d10v.exp: Set gdb,short_int.
2463 * baseboards/d10v-sim.exp: Ditto.
2464 * baseboards/h8300.exp: Ditto.
2465 * baseboards/h8300-sim.exp: Ditto.
2467 * lib/remote.exp(remote_download): Ignore "files are identical"
2470 * testglue.c: Renamed from test-glue.c.
2472 Tue Apr 29 17:42:22 1997 Jeffrey A Law (law@cygnus.com)
2474 * baseboards/h8300-sim.exp: Remove magic linker script braindamage.
2475 Set gdb,noinferiorio, gdb/noresults, gcc,stacksize and no_long_long.
2476 * baseboards/h8300.exp: Similarly.
2478 Tue Apr 29 12:56:53 1997 Bob Manson <manson@charmed.cygnus.com>
2480 * lib/rlogin.exp: Misc cleanups.
2482 * lib/libgloss.exp(g++_include_flags): Don't skip if native. We're
2483 also building multilib versions of the libraries now, so don't
2484 pass a null argument to get_multilibs.
2485 (g++_link_flags): Ditto.
2487 Mon Apr 28 12:14:27 1997 Bob Manson <manson@charmed.cygnus.com>
2489 * lib/telnet.exp: Default to /usr/kerberos/bin/telnet if it
2492 * lib/target.exp(target_compile): Add use_at target feature, to
2493 support using the @file syntax of GCC on a go32 host.
2495 * lib/rlogin.exp(rlogin_open): Don't try to open a connection if
2496 we already have one open. Use hostname and shell_prompt features of
2497 target. Remove gratuitous $type variable. Don't use $board here.
2498 Don't die if we get Kerberos login failures; the destination may
2499 not support kerberos.
2500 (rlogin_spawn): New function.
2502 * lib/libgloss.exp(g++_include_flags): Use spaces in
2503 appropriate places when appending flags.
2505 Fri Apr 25 19:03:55 1997 Bob Manson <manson@charmed.cygnus.com>
2507 * config/sim.exp(sim_load): Stop using bash/ulimit. If an input
2508 file is supplied, feed it into the simulator using
2511 Thu Apr 24 14:37:01 1997 Bob Manson <manson@charmed.cygnus.com>
2513 * lib/libgloss.exp(g++_include_flags): Make sure libg++/src
2514 is part of the include path.
2516 * lib/telnet.exp(telnet_open): Look for "simple or advanced"
2517 prompt from ataman. Use $connhost instead of $hostname
2518 correctly. Check for hostname feature of target machine.
2520 Fri Apr 18 16:43:39 1997 Bob Manson <manson@charmed.cygnus.com>
2522 * baseboards/sh-hms.exp: Set exit_statuses_bad.
2524 * lib/telnet.exp: Handle more unexpected responses from telnet.
2525 Don't give a warning if we don't get a prompt back after sending
2526 the escape character.
2528 * config/gdb-comm.exp: Check for SIGTRAP; retry if we get one.
2529 Also reboot if the program gets any other signal. Check for
2530 exit_statuses_bad on the target.
2532 * config/base68k.exp: Retry if we didn't get a real exit status.
2534 Thu Apr 10 20:04:14 1997 Bob Manson <manson@charmed.cygnus.com>
2536 * baseboards/h8300.exp: The board is unreliable, make sure failing
2537 commands get retried.
2539 * Makefile.in: Make sure we copy in any .c stub files.
2541 * config/dos.exp: Use the pid as part of the file in /tmp;
2542 delete the file after we're done. Don't create the file
2543 locally until we're ready to download it (in case we're
2544 being called recursively).
2546 Thu Apr 10 14:35:02 1997 Jeffrey A Law (law@cygnus.com)
2548 * baseboards/mn10300-sim.c: The mn10300 can perform inferior
2551 Wed Apr 2 19:35:13 1997 Bob Manson <manson@charmed.cygnus.com>
2553 * baseboards/h8300.exp: Add appropriate references to linker
2554 scripts. Set noinferiorio, and noresults.
2556 Sun Mar 30 00:25:59 1997 Bob Manson <manson@charmed.cygnus.com>
2558 * config/ddb-ether.exp: Check for "Exception Cause" from the
2559 monitor, and also retry 3 times on "invalid executable" message.
2561 * config/ddb.exp: Add timeout section. Reboot the
2562 board if we can't get any sort of a prompt.
2564 * config/dos.exp(dos_exec): Return an error status
2565 when the connection fails to the remote host. Retry
2566 connecting several times, and also call remote_reboot
2569 * lib/ftp.exp: Check return value from ftp_open.
2571 Sat Mar 29 00:42:59 1997 Bob Manson <manson@charmed.cygnus.com>
2573 * baseboards/*.exp: General cleanup, yet again. Take
2574 advantage of the new target variant support.
2576 * runtest.exp: Fix everyone's favorite bug; now it says
2577 "interrupted by user" instead of "segmentation violation"
2580 * baseboards/vr4300-ddb.exp: Set gdb,noargs and gdb,nosignals.
2582 * config/dos.exp: Increase timeout on program execution
2583 to 5 minutes. Pass target alias to initialization
2584 script. Don't delete the remote batch file.
2586 Thu Mar 27 01:38:35 1997 Bob Manson <manson@charmed.cygnus.com>
2588 * lib/framework.exp(is_remote): Use current_target_name, not
2591 * baseboards/m32r-sim.exp: Don't set unnecessary options here.
2593 * lib/target.exp(default_target_compile): Add ldscript
2596 * config/gdb_stub.exp: Check for netport as well as serial. Use
2597 gdb,start_symbol as appropriate.
2599 Wed Mar 26 16:45:42 1997 Bob Manson <manson@charmed.cygnus.com>
2601 * runtest.exp(process_target_variants,iterate_target_variants): New
2602 procedures, called as part of building up the list of targets
2605 * lib/libgloss.exp(process_multilib_options,add_multilib_option): New
2608 * baseboards/*.exp: Call process_multilib_options instead of setting
2609 multilib_flags directly.
2611 Wed Mar 26 16:04:48 1997 Doug Evans <dje@canuck.cygnus.com>
2613 * baseboards/m32r-sim.exp (multilib_flags): Test all code models.
2615 Wed Mar 26 13:55:19 1997 Bob Manson <manson@charmed.cygnus.com>
2617 * baseboards/a29k-udi.exp: Don't use libio.
2619 Tue Mar 25 15:22:24 1997 Bob Manson <manson@charmed.cygnus.com>
2621 * lib/libgloss.exp(libgloss_link_flags): Always add a -L
2622 pointing to the libgloss source directory, if it exists.
2624 * lib/telnet.exp(telnet_binary): Thanks, HPsUX.
2625 * lib/rsh.exp:(rsh_exec) Likewise, I'm sure.
2627 Mon Mar 24 22:20:18 1997 Bob Manson <manson@charmed.cygnus.com>
2629 * config/dos.exp: Grab the exit status from the command we
2632 Sat Mar 22 13:07:52 1997 Bob Manson <manson@charmed.cygnus.com>
2634 * lib/mondfe.exp: General cleanups; don't be quite so
2635 picky about when a prompt should appear (the last
2636 step may not always be clearing the BSS section).
2638 * config/gdb-comm.exp: Check for response when setting
2641 * config/udi.exp: Don't be quite so picky when checking
2642 for "Halt instruction encountered".
2644 * testsuite/runtest.all/*.test: $srcdir/$subdir, not
2647 Fri Mar 21 17:36:29 1997 Michael Meissner <meissner@cygnus.com>
2649 * baseboards/d10v-sim.exp (sim_time_limit): Bump the default time
2650 limit to 10 minutes, since gcc.c-torture/execute/920501-6.c takes
2651 quite a while to do 64 bit arithmetic on a 16 bit host.
2653 Fri Mar 21 01:02:39 1997 Jeffrey A Law (law@cygnus.com)
2655 * baseboards/mn10300-sim.exp: The mn10300 can't perform
2656 inferior function calls yet.
2658 Thu Mar 20 22:45:18 1997 Jeffrey A Law (law@cygnus.com)
2660 * testsuite/runtest.all/options.exp: Remove "baud" test.
2662 Tue Mar 18 15:15:16 1997 Jeffrey A Law (law@cygnus.com)
2664 * baseboards/mn10300-sim.exp: Various updates from mn10200-sim.exp.
2666 Mon Mar 17 15:11:03 1997 Bob Manson <manson@charmed.cygnus.com>
2668 * testsuite/runtest.all/stats-sub.exp: Add missing brace.
2670 * config/sim.exp: If bash isn't in the user's path, then use spawn
2671 and expect to try and catch cases where the simulator has gone
2672 into an infinite loop.
2674 Thu Mar 13 11:59:52 1997 Bob Manson <manson@charmed.cygnus.com>
2676 * runtest.exp: If running on multiple targets, output a summary
2677 for each target. Use log_and_exit instead of log_summary.
2679 * lib/framework.exp: Use an array (test_count) instead of
2680 separate variables for each pass/fail/xpass/... count.
2681 (log_and_exit, init_testcounts,incr_count): New procedures.
2683 * lib/debugger.exp: Call log_and_exit instead of log_summary.
2685 * lib/libgloss.exp(get_multilibs): Use -all. Substitute " -"
2686 with " ", not the null string.
2688 Thu Mar 13 11:21:56 1997 Angela Marie Thomas (angela@cygnus.com)
2690 * baseboards/mips-lsi-sim{,-EL,-sf,-sfEL}.exp: New files.
2692 Wed Mar 12 16:37:03 1997 Bob Manson <manson@charmed.cygnus.com>
2694 * baseboards/h8300-sim.exp: Add noargs and nosignals.
2695 * baseboards/h8300.exp: Ditto.
2697 Tue Mar 11 17:17:43 1997 Bob Manson <manson@charmed.cygnus.com>
2699 * config/gdb-comm.exp: If we're talking to a remote host,
2700 download the executable being loaded before starting GDB.
2701 Check for the gdb_opts feature of the host.
2702 (gdb_comm_leave): New procedure. If we're talking to a
2703 remote host, always start and exit gdb for each download.
2705 * config/dos.exp: Use remote_expect.
2707 * config/ddb.exp: If we're talking to a remote host, don't
2708 try to init the prompt.
2710 * baseboards/vr4300-ddb.exp: Don't link in libio.
2712 * baseboards/vr4100-ddb.exp: Don't link in libio. Do use
2713 -msoft-float "just in case".
2715 * baseboards/sh-hms.exp: We need to pass in the -L options
2716 for the libgloss directories so we find the linker scripts.
2718 * baseboards/dos.exp: Make sure --command gdbinit is passed
2721 * runtest.exp: Prefer target_alias over target_install.
2722 * baseboards/basic-sim.exp: Ditto.
2724 Sat Mar 8 12:01:04 1997 Bob Manson <manson@charmed.cygnus.com>
2726 * baseboards/mn10200-sim.exp: Fix comment.
2728 * baseboards/sh-hms.exp: Include libgloss so we can find
2731 * baseboards/sh-hms-sim.exp: Ditto.
2733 * config/vxworks.exp: Add additional error checking cases. Remove
2734 unused procedure "vxworks_transform_path".
2736 Fri Mar 7 13:53:35 1997 Bob Manson <manson@charmed.cygnus.com>
2738 * baseboards/vr5000-ddb.exp: Add configury for nullstone.
2739 * baseboards/vr4300-ddb.exp: Ditto.
2741 * config/ddb-ether.exp(ddb_ether_ld): New routine.
2742 (ddb_ether_try): Use ddb_ether_ld.
2743 (ddb_ether_load): Make sure we return "fail" at the end of the loop.
2745 * config/bug.exp: Use set_board_info.
2747 * baseboards/vr4300-sim.exp: Use mips-sim as a base configuration.
2749 * config/gdb_stub.exp: Use remote_expect.
2751 * lib/remote.exp(remote_ld, remote_raw_ld, remote_push_conn,
2752 remote_pop_conn): New routines.
2754 Thu Mar 6 09:34:39 1997 Bob Manson <manson@charmed.cygnus.com>
2756 * config/ddb-ether.exp: Use remote_expect and remote_send.
2757 * config/vxworks.exp: Ditto.
2759 * runtest.exp: Remove --baud and --connect options, no longer
2761 (setup_target_hook): Use the hostname of the local machine when
2762 searching for a board file, if a board wasn't specified with
2765 Wed Mar 5 09:37:55 1997 Bob Manson <manson@charmed.cygnus.com>
2767 * config/base68k.exp: Use $dest instead of target, and remote_send
2770 * lib/framework.exp(clone_output): If $sum_file is null, don't try
2771 to write to the file.
2773 * config/ddb-ether.exp(ddb_ether_try): Add -re to regexp pattern.
2775 * baseboards/mips-sim.exp: New file.
2777 * runtest.exp: Move loading the libraries and the
2778 tool initialization file before the start of the
2779 file. Allow the tool to add additional options to runtest.
2780 (transform): target_install is now a list kept as part of the
2781 board description. Search the list for the current target alias;
2782 if found, use in preference to the default target_install entry.
2784 * lib/targetdb.exp(set_board_info,unset_board_info): New procedures.
2786 * baseboards/*.exp: Use set_board_info instead of setting entries
2787 in the board_info array directly. Also, some general cleanup,
2788 removal of useless entries, etc.
2790 Tue Mar 4 22:58:37 1997 Bob Manson <manson@charmed.cygnus.com>
2792 * baseboards/vr5000-ddb.exp: Set gdb,nosignals and gdb,noargs.
2794 Tue Mar 4 14:43:50 1997 Bob Manson <manson@charmed.cygnus.com>
2796 * baseboards/powerpc-sim.exp: Set gdb,nosignals.
2798 Mon Mar 3 12:38:28 1997 Bob Manson <manson@charmed.cygnus.com>
2800 * config/base68k.exp(base68k_load): Send an extra CRLF pair.
2802 * lib/telnet.exp(telnet_binary): Only send a linefeed to telnet
2803 after the command. Don't send an extra CRLF pair after the
2806 * config/ddb-ether.exp: Minor cleanups.
2808 * lib/remote.exp(remote_expect): New procedure.
2810 Fri Feb 28 17:04:11 1997 Bob Manson <manson@charmed.cygnus.com>
2812 * config/vr5000.exp: Use ddb-ether, as it's faster.
2814 * baseboards/vr5000-ddb.exp: Use ddb.ld. Add setup info for
2815 nullstone. Mark it as unreliable, as it gets random SIGFPEs.
2817 * runtest.exp(setup_target_hook): Call perror instead of error.
2819 * config/ddb-ether.exp: New file.
2821 Thu Feb 27 12:58:01 1997 Bob Manson <manson@charmed.cygnus.com>
2823 * baseboards/rom68k-idp.exp: Set gdb,noargs gdb,nosignals
2826 * config/vr5000.exp,baseboards/vr5000-ddb.exp: New files.
2828 * config/ddb.exp(${board}_init): Don't go into a recursive
2831 * config/gdb-comm.exp(quit_gdb): New procedure.
2832 (gdb_comm_load): Use it. Check for board feature
2833 "unreliable". If the testcase times out, try rebooting the board
2834 and reexecuting before deciding that the testcase is going into an
2837 * lib/rsh.exp(rsh_exec): Explicitly call sh.
2839 * lib/telnet.exp(telnet_open): Make sure we wait for the telnet to
2840 exit after closing it.
2842 * test-glue.c: Include stdio.h and string.h.
2844 * lib/remote.exp(standard_load): program args are in 0, input
2847 * config/vxworks.exp(vxworks_open): Use password, not passwd.
2848 Sun Feb 23 14:32:34 1997 Bob Manson <manson@charmed.cygnus.com>
2850 * lib/telnet.exp(telnet_open): Add "catch" to the exp_send command
2851 after telnet gets a connection refused.
2853 * lib/framework.exp(record_test): Add global variable pf_prefix,
2854 which contains a string that will be prefixed to every pass/fail
2857 * runtest.exp(runtest): Pass the name of the expect script to
2858 the tool init function.
2860 * baseboards/rom68k-idp.exp: Don't include libio.
2862 Sat Feb 22 21:02:01 1997 Bob Manson <manson@charmed.cygnus.com>
2864 * lib/telnet.exp(telnet_binary): Wait for a prompt after sending
2865 the telnet escape character.
2867 Fri Feb 21 13:46:45 1997 Bob Manson <manson@charmed.cygnus.com>
2869 * Makefile.in (install): Install the baseboards and config
2872 * config/vxworks.exp: General cleanup and restructuring.
2875 Thu Feb 20 17:17:08 1997 Bob Manson <manson@charmed.cygnus.com>
2877 * config/vxworks.exp(vxworks_ld): Unload modules after testing them.
2878 Check the results from remote_open; reboot the target if needed.
2880 * lib/remote.exp(remote_download): Check the result code from "cp".
2882 Wed Feb 19 16:19:04 1997 Bob Manson <manson@charmed.cygnus.com>
2884 * baseboards/vr4300-sim.exp: Not "setup_sim vr4300", it's
2887 * config/gdb-comm.exp: Use warning instead of perror in several
2890 Wed Feb 19 09:36:06 1997 Michael Meissner <meissner@cygnus.com>
2892 * baseboards/powerpc-bug{,1}.exp: New files for dealing with
2893 PPCBUG monitor on ports 0 and 1.
2895 * baseboards/powerpc-sim.exp (needs_status_wrapper): Delete,
2896 simulator can return exit statuses correctly.
2898 Mon Feb 17 16:52:37 1997 Michael Meissner <meissner@cygnus.com>
2900 * baseboards/d10v-sim.exp (needs_status_wrapper): Delete,
2901 simulator can return exit statuses correctly.
2902 (sim_time_limit): Delete, simulator can take more than 10 seconds
2905 Thu Feb 13 15:59:28 1997 Bob Manson <manson@charmed.cygnus.com>
2907 * runtest.exp(runtest): Record number of seconds it took to
2910 * lib/framework.exp(log_summary): Log finish time.
2912 * lib/remote.exp(check_for_board_status): If $result ends up being
2913 empty, don't crash. Also, be a bit more lax about what we're
2914 removing from the result being processed.
2916 Thu Feb 13 13:17:19 1997 Michael Meissner <meissner@cygnus.com>
2918 * baseboards/d10v{,-sim}.exp: D10v has small stack, no trampoline
2919 support, and can't do labels as values.
2921 Tue Feb 11 12:54:17 1997 Bob Manson <manson@charmed.cygnus.com>
2923 * lib/mondfe.exp: Use mondfe,name instead of remote_host.
2925 * config/gdb_stub.exp: Remove bogus global declaration.
2927 * lib/target.exp(default_target_compile): Append -lm at the end of
2928 the argument list, so it is linked in as appropriate.
2930 Tue Feb 11 11:01:33 1997 Jeffrey A Law (law@cygnus.com)
2932 * baseboards/mn10200-sim.exp: Remove gdb,cannot_call_functions.
2934 * lib/remote.exp (remote_exec): Send PARGS to exec, not ARGS.
2936 * lib/remote.exp (remote_exec): OUTP comes from argument 2, not
2939 Mon Feb 10 16:40:27 1997 Bob Manson <manson@charmed.cygnus.com>
2941 * config/vxworks.exp: Return $shell_id like we should.
2943 * baseboards/d10v.exp: Fix.
2945 * lib/telnet.exp: Don't be quite so verbose.
2947 * lib/remote.exp(standard_send): Quote the string being sent
2949 (standard_transmit): Change a few verbose message levels.
2951 * config/dos.exp: Return the result of remote_raw_send.
2952 * config/vxworks.exp: Ditto.
2954 Sun Feb 9 20:58:53 1997 Bob Manson <manson@charmed.cygnus.com>
2956 * baseboards/rom68k-idp.exp: Use objcopy by default, as
2957 otherwise gdb won't work with srecords.
2958 * baseboards/rom68k-idp-aout.exp: Output srecords directly.
2960 Sat Feb 8 13:40:38 1997 Bob Manson <manson@charmed.cygnus.com>
2962 * lib/libgloss.exp(libio_include_flags): Use the correct
2963 binary directory when including _G_config.h.
2965 * baseboards/mips-idt.exp: Add -nostdlib. Use idt.ld, not
2968 * lib/remote.exp(standard_send): Use catch. Return a success
2969 or fail status. Don't use error, use perror.
2971 * config/vr4100.exp, config/ddb.exp: New files.
2973 * config/gdb-comm.exp: Try reopening 4 times before failing,
2974 rather than just once. Also, if we get a valid status result
2975 from the board, use it instead of trying to check the exit
2976 code passed to exit().
2978 * lib/telnet.exp(telnet_open): Don't send the initial cr until
2979 we've seen the "Escape character is..." line from telnet. Also,
2980 if we got an unexpected EOF from telnet, wait 5 seconds before
2983 Fri Feb 7 13:22:43 1997 Bob Manson <manson@charmed.cygnus.com>
2985 * runtest.exp: Add --tool_exec and --tool_opt options. Clean
2986 up the help messages to correspond with reality a bit better.
2988 * lib/target.exp(prune_warnings): Merge in all the various
2989 random versions of prune_system_crud and prune_warnings.
2990 Nuke prune_system_crud without prejudice; replace with calls
2993 * lib/dg.exp: Use prune_warnings instead of prune_system_crud.
2995 Fri Feb 7 09:41:40 1997 Jeffrey A Law (law@cygnus.com)
2997 * baseboards/mn10200-sim.exp: Set gdb,noresults gdb,noinferiorio
3000 Thu Feb 6 13:08:50 1997 Bob Manson <manson@charmed.cygnus.com>
3002 * lib/remote.exp(remote_download): When copying to a local file,
3003 make sure the copied file has read permissions for other.
3005 * baseboards/vx960.exp: New file.
3007 * config/vxworks.exp: Fix.
3009 * lib/libgloss.exp(get_multilibs): If a list of multilib options
3010 is specified, don't return the cached multilib path.
3012 Wed Feb 5 22:08:03 1997 Jeffrey A Law (law@cygnus.com)
3014 * baseboards/mn10200-sim.exp: Random cleanups.
3015 Set gdb,noargs gdb,nosignals and gdb,cannot_call_functions.
3017 Tue Feb 4 21:43:39 1997 Bob Manson <manson@charmed.cygnus.com>
3019 * baseboards/sh-hms.exp: Set gcc,stack_size as well.
3021 * config/gdb-comm.exp: Add gdb_run_command target feature.
3023 * baseboards/a29k-udi.exp: Use gcc,stack_size instead of
3024 defining STACK_SIZE.
3025 * baseboards/armpe-sim.exp: Ditto.
3026 * baseboards/mn10200-sim.exp: Ditto.
3027 * baseboards/sh-hms-sim.exp: Ditto.
3029 Tue Feb 4 15:51:21 1997 Jim Wilson <wilson@cygnus.com>
3031 * baseboards/sh-hms-sim.exp (cflags): Add -DSTACK_SIZE=16384.
3033 Mon Feb 3 12:30:02 1997 Bob Manson <manson@charmed.cygnus.com>
3035 * lib/remote.exp: Be a little be more lenient about what matches
3036 the exit code returned from the board.
3038 * baseboards/rom68k-idp-aout.exp: Fix.
3040 * lib/telnet.exp: Added send_initial_cr board feature.
3041 Make sure we respawn telnet if it dies.
3042 * config/base68k.exp: Set it.
3043 (base68k_load): Set exec_output. If we get a timeout from the
3044 board, this is now considered to be a failure.
3046 * baseboards/sh-hms.exp: This is now the baseboard for a SH board,
3049 * baseboards/sh-hms-sim.exp: New file.
3050 * config/sh.exp: New file.
3051 * baseboards/m32r-sim.exp: New file.
3053 Mon Feb 3 07:54:04 1997 Jeffrey A Law (law@cygnus.com)
3055 * baseboards/mn10200-sim.exp: Add -DSTACK_SIZE=4096 to cflags.
3056 Set no_long_long for this target.
3058 Sun Feb 2 15:29:09 1997 Bob Manson <manson@charmed.cygnus.com>
3060 * lib/libgloss.exp(find_gcc): Don't be quite so choosy about
3061 the name of the compiler. But, make sure we look in all the
3064 * lib/remote.exp(standard_close): Return 0.
3066 * lib/mondfe.exp(mondfe_close): Return 0 if the connection is
3069 Sun Feb 2 17:47:09 1997 Ian Lance Taylor <ian@cygnus.com>
3071 * lib/target.exp: Only mention the compiler exit status if it is
3074 Sun Feb 2 00:00:39 1997 Bob Manson <manson@charmed.cygnus.com>
3076 * config/dos.exp: Use $shell_prompt, not $prompt.
3077 * config/netware.exp: Ditto.
3078 * lib/rlogin.exp: Ditto.
3079 * lib/rsh.exp: Ditto.
3080 * lib/telnet.exp: Ditto.
3081 * lib/tip.exp: Ditto.
3083 Sat Feb 1 12:38:05 1997 Bob Manson <manson@charmed.cygnus.com>
3085 * config/unix.exp: It's $dest, not $targetname.
3087 * runtest.exp: Add global variable boards_dir, which will
3088 point to the directory containing the board description
3089 files referred to by site.exp.
3091 * lib/target.exp: Always log output from the compile.
3093 Sat Feb 1 10:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
3095 * lib/libgloss.exp (libgloss_link_flags): Add slash at the end of
3098 Fri Jan 31 11:36:12 1997 Bob Manson <manson@charmed.cygnus.com>
3100 * config/gdb-comm.exp: Use $spawn_id consistently in expect.
3101 Grab output from the board and stuff it into exec_output;
3102 also check for status output from the status wrapper.
3104 * baseboards/vr4300-ecoff-sim.exp: New file.
3106 * baseboards/mips64-sim.exp: It's basic-sim, not basic-sim.exp.
3108 * lib/target.exp(default_target_compile): If we end up with no
3109 compiler, or if we can't find it and we're compiling locally, give
3110 an error and return.
3112 * lib/libgloss.exp(get_multilibs): If the host is remote, or if we
3113 have no compiler, or it can't be found, don't look for multilibs.
3114 (find_gcc): Don't even check to see if the compiler exists.
3115 (libio_include_flags): Don't bother looking for the include dir if we
3116 haven't got libio.a.
3118 Thu Jan 30 11:48:29 1997 Bob Manson <manson@charmed.cygnus.com>
3120 * lib/libgloss.exp(get_multilibs): Options can be all caps too.
3122 * config/gdb-comm.exp: Remove spurious quote. (Thanks, TCL!)
3123 Add dest parameter to gdb_comm_reload calls.
3124 Remind me not to reuse code (go_idle).
3126 * runtest.exp(setup_target_hook): Use the non-generic name of
3127 the host when searching for a host-specific target description.
3128 (load_board_description): Use append correctly.
3130 * baseboards/sparclite-coff.exp: New file.
3132 * config/gdb_stub.exp: Add generic support for GDB stub targets
3133 (derived from sparclet.exp).
3134 * config/sparclet.exp: Use it.
3135 * config/slite.exp: Use it.
3137 * config/gdb-comm.exp: Rename the rest of the routines while
3140 * baseboards/d10v-sim.exp: Set gdb,nosignals and gdb,noargs.
3142 * config/gdb-comm.exp: Change gdb_reload to gdb_comm_reload,
3143 gdb_file_cmd to gdb_comm_file_cmd and gdb_add_breakpoint to
3144 gdb_comm_add_breakpoint.
3146 * baseboards/d10v.exp: It's d10v-elf.
3147 * baseboards/d10v-sim.exp: Ditto.
3149 * config/dos.exp: Check for errors when opening a connection.
3151 * runtest.exp: Remove the slash after $srcdir when generating $subdir.
3153 * config/m32r.exp: Use load_generic_config, not load_config.
3154 * config/proelf.exp: Ditto.
3156 * runtest.exp(transform): Add missing global declaration.
3158 * lib/remote.exp(remote_reboot): Call ${board}_init after we
3160 (call_remote): If we're not working on a raw connection, look for a
3161 protocol specified by the board description and use it.
3163 * config/unix.exp: Replace ${board} with unix, and set the board's
3166 * config/udi.exp: Replace ${board} with udi, and set the board's
3169 * config/sim.exp: Replace ${board} with sim, and set the board's
3172 * config/dos.exp: Replace ${board} with dos, and set the board's
3175 * runtest.exp(load_generic_config): Don't set the generic name of
3176 the board if it already has one.
3178 * config/gdb-comm.exp: Remove definition of ${board}_init, and move
3179 initialization to gdb_comm_start. Change $prompt to $gdb_prompt.
3180 Look to see if the destination board has defined gdb_prompt, and use
3181 it. Change ${board} to gdb_comm, and set the board's protocol as
3184 * baseboards/armpe-sim.exp: Fix typo; it's "needs_status_wrapper".
3185 * baseboards/d10v-sim.exp: Ditto.
3186 * baseboards/vr4300.exp: Ditto.
3187 * baseboards/sparclet-aout.exp: Ditto.
3188 * baseboards/sh-hms.exp: Ditto.
3189 * baseboards/mn10300-sim.exp: Ditto.
3190 * baseboards/mn10200-sim.exp: Ditto.
3191 * baseboards/m32r-elf.exp: Ditto.
3192 * baseboards/h8300.exp: Ditto.
3193 * baseboards/h8300-sim.exp: Ditto.
3194 * baseboards/vr4300-ddb.exp: Ditto
3195 * baseboards/vr4300-ddbecoff.exp: Ditto.
3197 Thu Jan 30 00:00:48 1997 Angela Marie Thomas (angela@cygnus.com)
3199 * baseboards/vr4300-ddb*: New files.
3201 Wed Jan 29 14:19:53 1997 Bob Manson <manson@charmed.cygnus.com>
3203 * config/sim.exp: Log which simulator is being run.
3205 * {baseboards,config}/h8300.exp: New files.
3207 * baseboards/vr4300.exp: Don't need to set generic_name anymore,
3208 this is done by load_generic_config.
3209 * baseboards/m32r-elf.exp: Ditto.
3210 * baseboards/unix.exp: Ditto.
3211 * baseboards/v850-sim.exp: Ditto.
3212 * baseboards/vr4300-sim.exp: Ditto.
3214 * config/vr4300.exp: It's load_generic_config now; don't need the
3216 * config/bug.exp: Ditto.
3217 * config/mips-idt.exp: Ditto.
3218 * config/rom68k.exp: Ditto.
3220 * config/gdb-comm.exp(go_idle): Set shell_id before doing an
3221 send/expect. Use "remote_send host" instead of send.
3222 (gdb_comm_start): GDB and prompt are globals; declare them so.
3223 (${board}_load): need to give a boardname to board_info.
3225 * lib/remote.exp(remote_exec): Add logging.
3227 Wed Jan 29 00:19:01 1997 Bob Manson <manson@charmed.cygnus.com>
3229 Major revisions for cross-testing and remote hosted testing.
3231 * runtest.exp: Remove several global variables, including variables
3232 that describe target info; this is now kept in the board_info
3233 array. Add new options --host_board and --target_board. Remove
3235 (search_and_load_file): New routine.
3236 (lookfor_file): New routine.
3237 (load_lib): Use search_and_load_file.
3238 (setup_target_hook, setup_host_hook): New routines.
3239 (load_generic_config, load_tool_target_config, load_tool_init,
3240 load_board_description, load_base_board_description): New routines.
3241 (runtest): New routine, code moved from main loop.
3243 * site.tmpl: Update using new format of site.exp.
3245 * lib/dg.exp(dg-init): Remove call to ${tool}_init, this is now done
3247 (dg-test): Change the format of the results returned from
3248 ${tool}-dg-test to include the output from the test.
3250 * lib/framework.exp(is_remote): New routine.
3252 * lib/libgloss.exp: Add libgloss_{link,include}_flags,
3253 newlib_{link,include}_flags, libio_{link_include}_flags,
3254 g++_{link,include}_flags.
3256 * lib/remote.exp: Major rewrite. Add remote_* functions,
3257 move telnet, rlogin, ftp, kermit, et al to separate files.
3259 * lib/target.exp(set_target_info, compile, archive, ranlib,
3260 link_objects, execute_anywhere, getprompt, make): Deleted.
3261 (push_target,push_config,pop_config,pop_target): Don't copy
3262 the entries around, just change the name.
3263 (target_compile, default_target_compile, reboot_target): New routines.
3265 Fri Jan 3 12:30:07 1997 Michael Meissner <meissner@tiktok.cygnus.com>
3267 * site.tmpl (powerpc*-*-eabi*): Add sample entry.
3269 Thu Dec 12 18:11:24 1996 Rob Savoye <rob@chinadoll.cygnus.com>
3271 * lib/utils.exp (diff): Set list_a and list_b to null so diffing
3273 * lib/framework.exp (unknown): Set the exit status before calling
3276 Thu Dec 5 10:24:27 1996 Fred Fish <fnf@rtl.cygnus.com>
3278 * runtest.exp: Fix an indentation glitch. Before running a new
3279 test case clear any pending errcnt so that the first test in the
3280 new test case won't become a spurious "unresolved" test.
3282 Mon Dec 2 21:55:22 1996 Rob Savoye <rob@chinadoll.cygnus.com>
3284 * lib/utils.exp (diff): Notice the file dofferences even if the
3285 file lengths are the same.
3286 * lib/remote.exp (rsh_exec): Work with both csh and sh.
3287 * lib/target.exp (execute_anywhere): Print an error message if
3288 START & END aren't found rather than core dump.
3290 Fri Oct 18 20:54:10 1996 Doug Evans <dje@canuck.cygnus.com>
3292 * lib/target.exp (prune_warnings): Fix typo in sunos pattern.
3294 Thu Oct 3 16:00:52 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
3296 * doc/Makefile.in (clean): Move config.log to distclean.
3297 * example/calc/Makefile.in (clean): Move config.log to distclean.
3298 * testsuite/Makefile.in (clean): Move config.log to distclean.
3300 Wed Oct 2 17:46:15 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
3302 * Makefile.in (distclean): Remove config.cache
3303 * doc/Makefile.in (clean): Remove config.log
3304 * example/calc/Makefile.in (clean): Remove config.log
3306 Wed Oct 2 16:59:24 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
3308 * testsuite/Makefile.in (clean): Remove config.log.
3310 Mon Sep 30 11:23:25 1996 Tom Tromey <tromey@cygnus.com>
3312 * configure: Regenerated.
3313 * aclocal.m4 (CY_AC_PATH_TKLIB): Typo fix.
3315 Fri Sep 27 12:17:35 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
3317 * contrib/test-tool (todayname): Add some echos around the "Here is"
3320 Thu Sep 26 17:09:00 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
3322 * contrib/test-tool: For g++, also track ChangeLog.fsf.
3324 Fri Aug 30 10:35:12 1996 Doug Evans <dje@canuck.cygnus.com>
3326 * contrib/test-tool: Don't use cp -p if not supported.
3327 Fix first call to grep to extract PASS/FAIL/Ufoo messages.
3329 Fri Aug 23 22:58:56 1996 Rob Savoye <rob@chinadoll.cygnus.com>
3331 * lib/libgloss.exp(libgloss_cflags): Convert the mips part of the
3332 target triplet to just "mips", so the libgloss stuff can be found.
3334 Fri Aug 23 13:46:30 1996 Doug Evans <dje@canuck.cygnus.com>
3336 * Makefile.in (configure): Delete dependencies.
3337 (config.status): Depend on configure.
3338 * example/Makefile.in: Likewise.
3339 * testsuite/Makefile.in: Likewise.
3341 Thu Aug 15 16:38:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
3343 * lib/libgloss.exp (libgloss_flags): Add trailing slash to -B we
3345 (newlib_flags): Likewise.
3347 Mon Aug 12 16:07:21 1996 Rob Savoye <rob@chinadoll.cygnus.com>
3349 * lib/libgloss.exp(libgloss_cflags): Convert the hppa part of the
3350 target triplet to just "pa", so the libgloss stuff can be found.
3352 Thu Aug 8 17:07:52 1996 Rob Savoye <rob@chinadoll.cygnus.com>
3354 * lib/libgloss.exp(libgloss_flags): Don't look in new config info,
3355 just use CFLAGS & LDFLAGS as they're set as the default variables
3358 * lib/libgloss.exp(libgloss_flags): Look for the srcdir too, so we
3359 can find the linker script when libgloss isn't installed yet.
3361 Thu Aug 8 15:54:59 1996 Tom Tromey <tromey@charmed.cygnus.com>
3363 * lib/remote.exp (telnet): Don't exp_send directly after a spawn.
3364 Make line-termination-matching regexp more strict. Use "expect",
3365 not "catch expect". Loop terminates when prompt is found.
3366 login/password check no longer matches everything.
3368 Tue Aug 6 21:08:37 1996 Rob Savoye <rob@chinadoll.cygnus.com>
3370 * lib/libgloss.exp(get_multilibs): New proc to run gcc
3371 --print-multi-lib and to parse out the path and option info.
3372 (libgloss_flags,newlib_flags): Use get_multilibs, and set the
3373 -B and -L paths right based on the -m options passed to the cross
3376 Wed Jul 31 15:21:08 1996 Rob Savoye <rob@chinadoll.cygnus.com>
3378 * lib/libgloss.exp: Don't return an empty linker script name with
3381 Thu Jul 25 15:19:32 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
3383 * runtest: Add another place to look for runtest.exp.
3385 Wed Jul 24 15:41:21 1996 Rob Savoye <rob@chinadoll.cygnus.com>
3387 * runtest.exp: Accept "0-9_-" as legit characters for variable
3388 names defined on the command line.
3390 Thu Jul 11 12:45:38 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
3392 * runtest: Find runtest.exp in $(prefix)/share, not $(prefix)/lib.
3394 Mon Jul 8 16:05:57 1996 Doug Evans <dje@canuck.cygnus.com>
3396 * contrib/test-tool: Update gcc/g++ testing directory.
3398 Tue Jun 25 10:21:24 1996 Tom Tromey <tromey@creche.cygnus.com>
3400 * runtest.exp (load_file): Catch errors in "file exists".
3402 Mon Jun 24 17:26:20 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
3404 * Makefile.in (bindir, libdir, datadir, infodir, includedir): Use
3405 autoconf-set values.
3407 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
3408 * configure: Rebuilt.
3409 * doc/Makefile.in (VPATH, mandir, infodir, INSTALL_PROGRAM,
3410 INSTALL_DATA): Use autoconf set values.
3411 * doc/configure.in (AC_PREREQ): autoconf 2.5 or higher.
3412 * doc/configure: Rebuilt.
3413 * example/Makefile.in (bindir, libdir, datadir, mandir, infodir,
3414 includedir): Use autoconf set values.
3416 * example/configure.in (AC_PREREQ): autoconf 2.5 or higher.
3417 * example/configure: Rebuilt.
3418 * example/calc/configure.in (AC_PREREQ): autoconf 2.5 or higher.
3419 * example/calc/configure: Rebuilt.
3420 * testsuite/configure.in (AC_PREREQ): autoconf 2.5 or higher.
3421 * testsuite/configure: Rebuilt.
3422 * testsuite/aclocal.m4: New. Include ../aclocal.m4.
3424 Wed Jun 12 14:18:09 1996 Tom Tromey <tromey@thepub.cygnus.com>
3426 * configure: Regenerated.
3427 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
3428 avoid name clashes with SunOS headers.
3430 Tue Jun 4 17:53:16 1996 Gordon Irlam <gordoni@snuffle.cygnus.com>
3432 * install-sh: Add MIT copyright. Fix typo.
3434 Fri May 31 14:09:32 1996 Tom Tromey <tromey@creche.cygnus.com>
3436 * QuickRef.ps: Removed.
3438 Tue May 28 13:03:48 1996 Tom Tromey <tromey@creche.cygnus.com>
3440 * testsuite/configure: Regenerated.
3441 * configure: Regenerated.
3442 * aclocal.m4 (CY_AC_PATH_TCLH): Don't use AC_TRY_RUN.
3443 (CY_AC_PATH_TKH): Don't use AC_TRY_RUN.
3445 Tue May 21 11:40:41 1996 Doug Evans <dje@seba.cygnus.com>
3447 * aclocal.m4 (CY_AC_PATH_TCLH): Guess Tcl version if cross compiling.
3448 * testsuite/configure: Regenerated.
3450 Tue May 14 15:38:04 1996 Mark Alexander <marka@andros.cygnus.com>
3452 * lib/target.exp (compile): Use append instead of lappend
3453 to prevent cflags from being surrounded by curly braces.
3455 Wed Apr 10 13:29:15 1996 Jeffrey A Law (law@cygnus.com)
3457 * site.tmpl (h8300*-*-*): Define STACK_SIZE and NO_LONG_LONG.
3459 Mon Apr 8 16:21:15 1996 Tom Tromey <tromey@creche.cygnus.com>
3461 * testsuite/Makefile.in (configure): Removed bogus tab.
3463 Tue Feb 20 19:43:47 1996 Doug Evans <dje@charmed.cygnus.com>
3465 * runtest.exp (main loop): Handle a=b=c in $MULTIPASS.
3467 Fri Feb 2 10:25:32 1996 Jeffrey A Law (law@cygnus.com)
3469 * site.tmpl (hppa*-*-proelf*): Update.
3471 * lib/target.exp (compile): Add a space before appending $arg
3474 Thu Feb 1 22:48:15 1996 Rob Savoye <rob@chinadoll.cygnus.com>
3476 * framework.exp (perror, warning): Add an errno global so the
3477 error message is from a subroutine is accessible to the calling
3479 * remote.exp (rlogin, telnet, rsh): Trap various kerberos message
3480 when kinit is needed.
3481 * testsuite/runtest.all/libs.exp: Trap untested, unsupported,
3482 warnings, and errors too.
3483 * testsuite/runtest.all/remote.exp: Look for kerberos messages so
3484 those come up untested, rather than failures. This is only cause
3485 we're testing by connecting to the localhost.
3487 Mon Jan 29 08:49:14 1996 Doug Evans <dje@canuck.cygnus.com>
3489 * lib/dg.exp (dg-format-linenum): dg-linenum-format is global.
3491 Sun Jan 28 13:28:12 1996 Doug Evans <dje@charmed.cygnus.com>
3493 * lib/dg.exp (dg-test): Update to handle new results from ${tool}_load.
3495 Sat Jan 27 13:04:58 1996 Doug Evans <dje@charmed.cygnus.com>
3497 From Anthony Green <green@cygnus.com>.
3498 * lib/dg.exp (dg-do-what-default, dg-interpreter-batch-mode,
3499 dg-linenum-format): New globals.
3500 (dg-format-linenum): New proc.
3501 (dg-{error,warning,bogus}): Call dg-format-linenum.
3502 (dg-test): Set dg-do-what to ${dg-do-what-default}.
3503 Use ${dg-linenum-format} in trimming line number field.
3504 Don't scan for excess errors or delete output file if testing an
3507 * lib/dg.exp (${tool}-dg-test): Delete default_flags and libs args.
3508 (dg-extra-tool-flags): Renamed from dg-default-tool-flags.
3509 (dg-runtest): Delete libs arg.
3510 (dg-test): Likewise. Merge ${tool_flags} ${dg-extra-tool-flags} when
3511 calling ${tool}-dg-test.
3513 Thu Jan 18 19:51:11 1996 Rob Savoye <rob@chinadoll.cygnus.com>
3515 * lib/remote.exp: All tcp/ip connection procs now are consistant
3516 with each other. The all take (optionall) "target" or "host" and
3517 establish a connection using the config array. plus they all do
3518 three retries on each connection.
3519 * runtest.exp: Minor formatting changes.
3520 * lib/target.exp: Fix a few config bugs.
3521 * testsuite/runtest.all/{remote,target}.exp: New test cases for
3522 remote.exp and target.exp.
3524 Wed Jan 17 11:32:21 1996 Tom Tromey <tromey@creche.cygnus.com>
3526 * testsuite/Makefile.in (check): Find Tcl library directory.
3528 Tue Jan 16 11:11:44 1996 Rob Savoye <rob@chinadoll.cygnus.com>
3530 * testsuite/runtest.all/{remotelib,targetlib,utilslib,framelib}.exp:
3532 * testsuite/runtest.all/{clone_output,config,utils}.test: New
3533 files for testing DejaGnu's library procs without runtest. These
3534 all run standalone, as well as under DejaGnu.
3535 * testsuite/runtest.all/libs.exp: Run standalone DejaGnu tests.
3537 Mon Jan 15 18:16:07 1996 Tom Tromey <tromey@creche.cygnus.com>
3539 * tcl-mode.el: Updated to version 1.49.
3541 Thu Jan 11 12:26:06 1996 Michael Meissner <meissner@tiktok.cygnus.com>
3543 * runtest.exp (--help): Fix --build description.
3545 Thu Jan 11 10:08:14 1996 Tom Tromey <tromey@creche.cygnus.com>
3547 * testsuite/configure.in: Macro now called CY_AC_PATH_TCLH.
3548 * testsuite/configure: Regenerated.
3550 Changes in sync with expect:
3551 * configure.in (ENABLE_GDBTK): Use CY_AC_PATH_TCL and
3553 * aclocal.m4: Replaced with version from expect.
3554 * configure: Regenerated.
3556 Fri Jan 5 19:57:06 1996 Rob Savoye <rob@chinadoll.cygnus.com>
3558 * testsuite/lib/libsupp.exp: New support file for testing
3559 DejaGnu's libraries.
3560 * testsuite/runtest.all/
3561 framelib.exp,remotelib.exp,targetlib.exp,utilslib.exp: New test
3562 drivers, one for each library.
3563 * testsuite/runtest.all/options.exp: Create mini config file so
3564 the test cases still work.
3566 Thu Jan 4 22:51:46 1996 Rob Savoye <rob@chinadoll.cygnus.com>
3568 * doc/dejagnu.texi: Add new sections on all the new librry
3569 routines. Rewrite config section, lots of other editing changes.
3571 Wed Dec 20 00:49:16 1995 Jeffrey A Law (law@cygnus.com)
3573 * lib/utils.exp (prune_system_crud): Discard warning about
3574 lack of exception sections from osf linker.
3576 Mon Dec 11 09:31:55 1995 Doug Evans <dje@canuck.cygnus.com>
3578 * contrib/test-tool: Use TMPDIR if set.
3580 Fri Dec 1 20:58:03 1995 Rob Savoye <rob@chinadoll.cygnus.com>
3582 * doc/Makefile.in: Don't include the expect and tcl texinfo files
3583 anymore, they're incredibly out of date.
3584 * doc/dejagnu.texi: Updates for version 1.3.
3586 Wed Nov 29 17:33:22 1995 Ian Lance Taylor <ian@cygnus.com>
3588 * lib/utils.exp (prune_system_crud): Discard warning about g++ not
3589 supporting -g with DWARF.
3591 Wed Nov 29 12:47:22 1995 Rob Savoye <rob@chinadoll.cygnus.com>
3593 * lib/libgloss.exp: Look for newlib and libgloss with the new
3594 configure path so stuff fully links again.
3596 Wed Nov 22 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
3598 * lib/utils.exp (prune_system_crud): Discard -g -O warnings from
3599 native compilers on OSF/1 and SunOS.
3601 Thu Nov 2 14:50:23 1995 Rob Savoye <rob@darkstar.cygnus.com>
3603 * runtest.exp: Set host_triplet to $build_triplet if it doesn't
3606 Thu Oct 19 21:34:55 1995 Fred Fish <fnf@cygnus.com>
3608 * doc/Makefile.in, example/Makefile.in: Remove extraneous tabs
3609 from otherwise empty line. Confuses older non-GNU versions of "make".
3611 Tue Oct 17 12:11:40 1995 Jim Wilson <wilson@chestnut.cygnus.com>
3613 * lib/libgloss.exp (newlib_flags): Delete msoft-float support.
3614 Pass a -B option instead of a -L option. Add a -I option for the
3615 machine dependent header files.
3617 Mon Oct 16 13:27:27 1995 Doug Evans <dje@canuck.cygnus.com>
3619 * lib/target.exp (execute_anywhere): Use -log argument to verbose
3620 to eliminate duplicate messages in log file.
3622 Fri Oct 6 20:44:05 1995 Rob Savoye <rob@darkstar.cygnus.com>
3624 * lib/libgloss.exp (newlib_flags, libgloss_flags): Just return the
3625 options so they work if gcc is in your path for a canadaian cross.
3626 * lib/remote.exp: Use "current" as an index into the target array
3627 rather than "target". Remove the need to
3628 target_info(current,prompt).
3629 * lib/target.exp (prune_warnings): Filter out the other warning we
3630 can safely ignore. Also strip out "\r" characters added by a
3632 (remote_open) Look for output between START and END rather than a
3635 Fri Sep 29 12:36:43 1995 Rob Savoye <rob@darkstar.cygnus.com>
3637 * lib/targets.exp (prune_warnings): Only check for ld.so warning
3638 on sunos systems. Check against host, not target.
3640 * runtest.exp: Set target_abbrev to default to "unix" rather than
3643 Wed Sep 27 10:10:48 1995 Rob Savoye <rob@darkstar.cygnus.com>
3645 * lib/targets.exp (prune_warnings): Remove certain host specific
3646 warnings from the compiler and linker.
3647 (compile,archive,ranlib): Use prune_warnings, and make comp_output
3648 a global incase the final error message is wanted to display.
3650 Tue Sep 26 23:58:16 1995 Rob Savoye <rob@darkstar.cygnus.com>
3652 * lib/framework.exp (warning, perror): Take an optional numeric
3653 value to set the count to. A "0" effectively resets after the
3654 message so it doesn't have side effects on unrelated tests.
3656 Fri Sep 22 13:02:00 1995 Doug Evans <dje@canuck.cygnus.com>
3658 * runtest.exp (srcdir): Mark trailing '/' as deprecated,
3659 and append it outside the main loop.
3661 Wed Sep 20 13:25:40 1995 Ian Lance Taylor <ian@cygnus.com>
3663 * Makefile.in (maintainer-clean): New synonym for realclean. Run
3664 target in subdirectories before current directory.
3665 * example/Makefile.in (maintainer-clean): Likewise.
3666 * doc/Makefile.in (maintainer-clean): New synonym for realclean.
3667 * example/calc/Makefile.in (maintainer-clean): Likewise.
3668 * testsuite/Makefile.in (maintainer-clean): Likewise.
3670 Wed Sep 20 11:28:09 1995 Rob Savoye <rob@darkstar.cygnus.com>
3672 * testsuite/runtest.all/subdirs*: Add subdirs and bogus test files
3673 to use for testing the getdirs and find procs.
3674 * testsuite/runtest.all/libs.exp: New test driver for library
3677 Tue Sep 19 16:58:57 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
3679 * lib/remote.exp (remote_open): If we can't find netdata in the
3680 path, return a shell_id of -1.
3682 Mon Sep 18 10:24:51 1995 Rob Savoye <rob@darkstar.cygnus.com>
3684 * lib/utils.exp (getdir): Stip out CVS, RCS, and a few other
3685 directories we don't need.
3687 * runtest.exp: Get $tool dirs first, then process the subdirs.
3688 * lib/utils.exp (getdir,find): Search for directories and files
3691 * testsuite/runtest.all/options.exp: Fix broken options and add
3692 tests for new options.
3694 Sat Sep 9 16:14:55 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
3696 * lib/vxworks.exp (vxworks_spawn): Add `global checktask'.
3698 Sat Sep 9 08:54:01 1995 Rob Savoye <rob@darkstar.cygnus.com>
3700 * lib/utils.exp: (diff) Fix to return correct value. Also make the
3701 output clearer for the differences found, and scan the whole file.
3703 Fri Sep 8 13:57:44 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
3705 * lib/remote.exp (download): Use verbose, not puts, when saying
3706 how many lines we downloaded.
3708 Thu Sep 7 10:56:41 1995 Rob Savoye <rob@darkstar.cygnus.com>
3710 * lib/utils.exp (find): Fix so it doesn't get duplicate
3713 Wed Sep 6 20:51:40 1995 Rob Savoye <rob@darkstar.cygnus.com>
3715 * lib/libgloss.exp: New file. Find linker scripts and search paths
3716 for the linker for libgloss supported targets.
3717 * lib/framework.exp: Set default output file to testrun.sum and
3718 testrun.log if --tool wasn't specified.
3719 * lib/remote.exp: Change from "current" to "target" for
3722 Tue Sep 5 22:05:52 1995 Rob Savoye <rob@darkstar.cygnus.com>
3724 * runtest.exp: Extract the vaules for *_cpu, *_vendor, and *_os
3725 from the config triplets. Tweak a few comments. Init files can now
3726 also be named $target_os.exp.
3727 * lib/target.exp: Add procs to find libgloss so we can produce a
3728 fully linked executable. Tweak a few comments, fixed push_target.
3730 Thu Aug 31 21:16:08 1995 Rob Savoye <rob@darkstar.cygnus.com>
3732 * lib/utils.exp: (getdirs) now ignores directories named CVS, RCS,
3734 * runtest.exp: --tool is now optional. init files can also be
3735 named using the target_os part of target_triplet
3737 Thu Aug 31 02:52:57 1995 Doug Evans <dje@canuck.cygnus.com>
3739 * runtest.exp: Don't set target_triplet if already set.
3741 Wed Aug 30 21:34:16 1995 Rob Savoye <rob@darkstar.cygnus.com>
3743 * runtest.exp: Use $*_triplet rather than $arg_*_triplet so
3744 configfile settings don't get trashed.
3746 * runtest.exp: Fix argument processing for --host, --build, and
3749 Mon Aug 28 23:39:17 1995 Rob Savoye <rob@darkstar.cygnus.com>
3751 * lib/target.exp: New file containing most of the new config code.
3752 * lib/framework.exp: Fix ishost, istarget, isnative to use new
3753 config subsystem. Add is3way, isbuild.
3754 * lib/utils.exp: Add diff, setenv, getenv, unsetenv procs that
3755 function like the Unix commands of the same name.
3756 * lib/remote.exp: Add support to use the new config subsystem.
3757 * runtest.exp: Add support for handling the new config subsystems.
3759 Fri Aug 4 15:37:55 1995 Doug Evans <dje@canuck.cygnus.com>
3761 * lib/dg.exp (dg-test): Also watch for unsupported from
3764 Wed Aug 2 21:36:10 1995 Doug Evans <dje@canuck.cygnus.com>
3766 * lib/dg.exp (dg-test): Watch for untested/unresolved markers
3767 from ${tool}-dg-prune.
3769 * runtest.exp (init section): Delete host, target.
3770 Document host_triplet, target_triplet, target_alias.
3772 Tue Aug 1 11:34:46 1995 Doug Evans <dje@canuck.cygnus.com>
3774 * runtest.exp (target_abbrev): Provide initial value in case
3775 $DEJAGNU not set and global config file doesn't exist.
3777 Fri Jul 28 11:43:59 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
3779 * lib/vxworks.exp (checktask): New variable, default to `fp'.
3780 (vxworks_spawn): Use it.
3782 * lib/vx29k.exp: Delete file.
3784 Fri Jul 28 00:24:40 1995 Jeffrey A. Law <law@rtl.cygnus.com>
3786 * site.tmpl: Make gdbserver the default for cross tests;
3787 no easy way to make it conditional on lynx here.
3789 Thu Jul 27 16:21:05 1995 J.T. Conklin <jtc@rtl.cygnus.com>
3791 * config/{mh-linux, mh-sysv4}: Removed.
3793 * Makefile.in (configure): Removed rule that automatically
3794 rebuilds configure script. Users might not have autoconf.
3795 * configure.in: Use AC_PROG_CC instead of AC_SUBST, but still
3796 set CC to ${CC-cc} before that as per cygnus conventions.
3797 * configure: Regenerated with autoconf 2.4.2.
3799 Wed Jul 26 19:41:56 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
3801 * lib/vx29k.exp: Copy of vxworks.exp, but without `filesys:' and
3802 using the `tt' command instead of `fp'.
3804 Wed May 10 18:33:21 1995 Stu Grossman (grossman@andros.cygnus.com)
3806 * site.tmpl: Create rule for Oki targets. Make Winbond rule more
3809 Wed May 10 14:50:12 1995 J.T. Conklin <jtc@rtl.cygnus.com>
3811 * lib/bug.exp (bug_load): send two carriage returns to leave
3812 s-record download mode.
3813 (bug_execute): set exec_output.
3815 Thu May 4 11:48:12 1995 J.T. Conklin <jtc@rtl.cygnus.com>
3817 * lib/remote.exp (remote_open): If $reboot is set, call
3818 reboot_hook proc if it exists.
3819 Added experimental new connect type "netdata".
3821 Wed May 3 15:40:55 1995 J.T. Conklin <jtc@rtl.cygnus.com>
3823 * runtest.exp: Redo argument parsing so that arguments of the form
3824 --foo=bar are processed correctly.
3826 Sat Apr 29 12:59:18 1995 Doug Evans <dje@chestnut.cygnus.com>
3828 * lib/dg.exp: New file.
3830 * runtest.exp (verbose): New option -log.
3832 Wed Apr 26 12:40:23 1995 Doug Evans <dje@canuck.cygnus.com>
3834 * runtest.exp (main loop): Set multipass_name.
3835 * lib/framework.exp (record_test): Print multipass_name if not empty.
3837 * lib/framework.exp (record_test): Handle UNTESTED, UNRESOLVED,
3839 (untested, unresolved, unsupported): Call record_test.
3840 * lib/util-defs.exp: Whitespace and verbosity cleanup.
3841 * testsuite/Makefile.in (site.exp): Set tmpdir.
3842 (realclean): rm -rf tmpdir.
3843 * testsuite/config/default.exp: Whitespace cleanup.
3844 * testsuite/runtest.all/options.exp: Likewise.
3845 * testsuite/runtest.all/stats.exp: New file.
3846 * testsuite/runtest.all/stats-sub.exp: New file.
3848 * runtest.exp: Parse --tool in time for config files to use it.
3850 Mon Apr 24 14:15:21 1995 Stu Grossman (grossman@andros.cygnus.com)
3852 * site.tmpl: Re-install hppro config lost in previous change.
3854 Mon Apr 24 11:29:51 1995 Doug Evans <dje@canuck.cygnus.com>
3856 * runtest.exp (multipass): New global.
3857 (main loop): Make multiple passes if MULTIPASS set.
3858 (VAR= processing): Allow A=b=c.
3860 Sun Apr 23 10:29:37 1995 J.T. Conklin <jtc@rtl.cygnus.com>
3862 * site.tmpl: Revert last change, GDB isn't the only program that
3863 uses dejagnu for testing.
3865 Fri Apr 21 15:46:42 1995 Stu Grossman (grossman@rtl.cygnus.com)
3867 * site.tmpl: Change configs for monitor-based GDB targets to use
3868 common startup file.
3870 Fri Apr 21 12:16:56 1995 J.T. Conklin <jtc@rtl.cygnus.com>
3872 * lib/remote.exp (kermit, rlogin, rsh, telnet, tip): Don't set
3874 (telnet): Send "\r\n" before attempting to match prompt.
3875 (remote_open): split apart $netport into host and port,
3876 and pass those values to the telnet proc.
3878 Wed Apr 19 17:30:40 1995 Stu Grossman (grossman@cygnus.com)
3880 * site.tmpl: Add support for m68k-cpu32bug-coff.
3882 Sat Apr 15 17:44:57 1995 Doug Evans <dje@canuck.cygnus.com>
3884 * lib/utils.exp (prune_system_crud): Only define if not already
3887 Tue Mar 28 17:45:37 1995 Stu Grossman (grossman@cygnus.com)
3889 * site.tmpl: Add nosignals flag to indicate targets that can't
3890 use signals. Change a bunch of append commands to set commands.
3892 Tue Mar 28 15:50:44 1995 J.T. Conklin <jtc@rtl.cygnus.com>
3894 * lib/remote.exp (remote_open, remote_close): New procs.
3895 (download): changed to not convert contents of file to
3896 s-records, as file is already supposed to contain s-records.
3898 Fri Mar 24 15:40:39 1995 Stu Grossman (grossman@cygnus.com)
3900 * site.tmpl: Add m68k-est-coff.
3902 Fri Mar 24 13:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3904 * doc/dejagnu.texi (Posix): Remove 3 words accidentally repeated.
3906 Thu Mar 23 22:12:07 1995 Rob Savoye <rob@darkstar.cygnus.com>
3908 * aclocal.m4: Split AC_PATH_T* into two pieces, one for headers
3909 and one for libraries.
3910 * testuite/configure.in: Use CY_PATH_TCLH so we don't get a
3911 warning looking for the libraries.
3913 Wed Mar 22 21:04:26 1995 Rob Savoye <rob@darkstar.cygnus.com>
3915 * testuite/configure.in: Use CY_PATH_TCL so we can set TCL_LIBRARY
3916 right and run the selftests with a freshly built expect.
3917 * aclocal.m4: New support for autoconf.
3918 * configure.in, doc/configure.in: Use AC_PROG_INSTALL.
3919 * Makefile.in, doc/Makefile.in: Use mkinstalldirs and a BSD style
3921 * mkinstalldirs, install-sh: Borrowed from autoconf to install
3922 without using special Cygnus install program.
3923 * testsuite/Makefile.in: Take out a bogus dependacy for exp_test.
3925 Tue Mar 21 09:18:15 1995 Doug Evans <dje@canuck.cygnus.com>
3927 * lib/vxworks.exp (vxworks_transform_path): New proc.
3928 (vxworks_ld): Clarify return codes. Call vxworks_transform_path
3929 on argument. Handle preset passwords. Clean up main loop.
3930 (vxworks_spawn): Clarify return codes. Poll board until program
3931 exits. Watch for AbOrT abort() marker. Only print remaining buffer
3932 contents on failure.
3934 * contrib/test-tool: Watch for framework errors that prevent
3935 $tool.sum from being created.
3937 * runtest.exp: Treat $DEJAGNU as a global config file (which it is).
3938 Don't exit if there isn't a global config file, just warn the user.
3939 Error if $DEJAGNU is defined but file doesn't exist.
3941 Sun Mar 19 12:01:06 1995 J.T. Conklin (jtc@rtl.cygnus.com)
3943 * runtest.exp: Don't use site.tmpl as a global config file. It is
3944 only useful as an example.
3946 Fri Mar 17 14:41:26 1995 Mike Stump <mrs@cygnus.com>
3948 * contrib/test-tool: Don't include expected failures in the tests
3949 that now fail, but worked before section.
3951 Thu Mar 16 16:52:23 1995 Mike Stump <mrs@cygnus.com>
3953 * contrib/test-tool: Treat expected failure to unexpected failure
3954 as a test that still doesn't work.
3956 Thu Mar 16 11:29:57 1995 Rob Savoye <rob@darkstar.cygnus.com>
3958 * Makefile.in, example/Makefile.in, example/calc/Makefile.in,
3959 testsuite/Makefile.in, doc/Makefile.in: Don't rebuild the
3960 configure scripts automatically. Change how recursion works. Add
3963 Wed Mar 15 16:07:25 1995 Stu Grossman (grossman@cygnus.com)
3965 * site.tmpl (m68k-*-coff): Add config for talking to IDP board.
3967 Wed Mar 15 16:32:41 1995 Rob Savoye <rob@darkstar.cygnus.com>
3969 * Makefile.in, example/Makefile.in, example/calc/Makefile.in,
3970 testsuite/Makefile.in, doc/Makefile.in: Add rules to rebuild the
3973 Tue Mar 14 20:24:19 1995 Rob Savoye <rob@darkstar.cygnus.com>
3975 * configure, example/configure, example/calc/configure,
3976 testsuite/configure, doc/configure: New autoconf scripts.
3977 * configure.in, example/configure.in, example/calc/configure.in,
3978 testsuite/configure.in, doc/configure.in: Rewritten to be autoconf
3980 * Makefile.in, example/Makefile.in, example/calc/Makefile.in,
3981 testsuite/Makefile.in, doc/Makefile.in: Rewritten to use autconf
3984 Fri Mar 10 06:57:53 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3986 * contrib/test-tool: Only call date once and put the result in a
3987 variable. This should help behavior when run around midnight.
3989 Tue Mar 7 11:49:59 1995 Doug Evans <dje@canuck.cygnus.com>
3991 * contrib/test-tool (testdir): binutils tests are in `.'.
3993 Tue Feb 28 09:46:42 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3995 * doc/dejagnu.texi (Posix): Clarify discussion of expected
3996 failures. Add note about what POSIX requires with respect to
3997 UNRESOLVED. Editorial changes (e.g. samp -> code).
3999 Tue Feb 21 22:46:52 1995 Brendan Kehoe (brendan@lisa.cygnus.com)
4001 * contrib/test-tool (tool): If we're testing g++, also do a make
4002 check for each of libg++, libio, and libstdc++.
4004 Fri Feb 17 14:06:50 1995 J.T. Conklin <jtc@rtl.cygnus.com>
4006 * lib/vxworks.exp (vxworks_ld): Update pattern used to match a
4009 Fri Feb 10 10:25:53 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
4011 * contrib/test-tool: Put errors and warnings into the output.
4013 Mon Feb 6 16:34:51 1995 Ian Lance Taylor <ian@cygnus.com>
4015 * runtest.exp (transform): Return a name based on target_alias,
4016 not on target_triplet.
4017 (target_alias): Default to target_triplet, not host_triplet.
4019 Thu Feb 2 11:29:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
4021 * lib/framework.exp (setup_xfail): Clear xfail_prms. Before this
4022 change, if setup_xfail was called without a PRMS number,
4023 xfail_prms would have a value from the previous (completely
4024 unrelated, perhaps even for a different target) setup_xfail.
4026 Tue Jan 24 11:23:40 1995 J.T. Conklin (jtc@rtl.cygnus.com)
4028 * doc/runtest.1: Fix typos and formatting bugs.
4030 Wed Jan 11 13:09:22 1995 Doug Evans <dje@canuck.cygnus.com>
4032 * contrib/test-tool: Treat expected things as "pass" only if
4033 -expectedpass given.
4035 Fri Jan 6 10:57:12 1995 Doug Evans <dje@canuck.cygnus.com>
4037 * contrib/test-tool: Pass 3 -v's to runtest. Don't pass -a.
4038 Save output in test-$tool.log if -keepoutput given.
4040 Fri Dec 30 12:46:06 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
4042 * runtest.exp: catch takes only two arguments; quote accordingly.
4044 Sun Dec 4 01:14:49 1994 Doug Evans <dje@canuck.cygnus.com>
4046 * contrib/test-tool: Handle gas, gld, and binutils.
4047 Treat XFAIL as PASS, XPASS as FAIL.
4048 Always pass options to `comm' as first argument.
4050 * lib/remote.exp (*): Rename `retries' to `tries'.
4051 (rsh): Mark as deprecated.
4052 (rcp_download): Distinguish between failure and success in verbose
4053 message. Call proc verbose, don't use global.
4054 (rsh_exec): New proc.
4056 * lib/framework.exp (warning_threshold, perror_threshold): New vars.
4057 (record_test): Use them.
4058 (reset_vars): Reset them.
4059 (get_warning_threshold, set_warning_threshold): New procs.
4061 Mon Nov 14 00:21:05 1994 Doug Evans <dje@canuck.cygnus.com>
4063 * lib/framework.exp: Lots of formatting cleanup.
4064 (unknown): Delete unnecessary calls to close_logs, cleanup, exit.
4065 (warning, perror): errorInfo is global.
4068 * runtest.exp: Document perror vs send_error quandary.
4069 (unresolvedcnt): Initialize.
4070 (configfile): Use consistently in place of site.exp.
4071 (verbose): Call clone_output instead of perror.
4072 (load_file): New proc.
4073 (argument parsing): Always call send_error for error messages.
4074 (all loading of files, except testcases): Consistently exit if tcl
4076 (all loading of files): Consistently handle errorInfo.
4077 (main loop): Delete useless test for $test_name == "".
4079 Wed Nov 2 08:49:06 1994 Doug Evans <dje@canuck.cygnus.com>
4081 * lib/udi.exp (shell_id): Delete.
4082 (mondfe): Delete unneeded global's. Delete references to `shell_id'.
4083 (mondfe_download): New argument `shell_id'.
4084 Move verbose messages to level 2. Tighten up pattern matching on
4085 text coming back from target. Don't set `timeout'. Only log
4086 expect buffer contents if connection failed.
4087 (exit_mondfe): Delete unneeded global's. New argument `shell_id'.
4088 (exit_montip): Likewise.
4089 * lib/remote.exp (telnet): Use -gl for shell prompt pattern.
4090 (rlogin, rsh): Likewise.
4091 (exit_remote_shell): Delete nilpotent resetting of `shell_id'.
4093 Fri Oct 28 10:38:41 1994 Rob Savoye (rob@cygnus.com)
4095 * runtest: Make it an error if runtest.exp doesn't exist.
4097 Fri Oct 21 23:15:27 1994 Doug Evans <dje@canuck.cygnus.com>
4099 * lib/utils.exp (prune_system_crud): Fix ld.so pattern to catch
4100 multiple occurrences in a row.
4102 Fri Oct 14 17:26:38 1994 Doug Evans <dje@canuck.cygnus.com>
4104 * runtest.exp (test_name): Delete unnecessary initialization.
4105 * lib/framework.exp (clone_output): Reformat comment.
4106 (reset_vars): Delete `test_name'.
4107 (log_summary): Delete `tool.sum'.
4108 (cleanup): Fix comment.
4109 (record_test): New (internal) proc (taken from pass/fail).
4110 Test `warncnt',`errcnt' before `xfail_flag'.
4111 Don't incr `passcnt' prematurely.
4112 (pass, fail, xpass, xfail): Call it.
4113 (untested, unresolved, unsupported): Don't call xfail.
4114 * lib/utils.exp (grep): Don't pass trailing ".*" to regexp.
4115 (prune_system_crud): New proc.
4117 Fri Oct 7 19:19:12 1994 Doug Evans (dje@canuck.cygnus.com)
4119 * lib/utils.exp (runtest_file_p): Add support for glob style
4122 Mon Sep 26 12:03:16 1994 Doug Evans (dje@canuck.cygnus.com)
4124 * runtest: Handle relative paths in $0.
4126 Sun Sep 25 16:51:11 1994 Doug Evans (dje@canuck.cygnus.com)
4128 * runtest.exp: Add more docs on complexity of argument parsing.
4129 Parse --host, --objdir, --srcdir, --target, and --verbose before
4130 sourcing any config files. Don't let config files override --host
4131 and --target. Don't call `verbose' until it's useful. Call
4132 config.guess after $objdir/site.exp has been sourced.
4133 Delete unused variable `match'. Reword verbose message for --name.
4134 Delete existence check of `host_triplet' and `target_triplet'.
4136 Sat Sep 24 14:23:49 1994 Doug Evans (dje@cygnus.com)
4138 * runtest.exp: Lots of whitespace cleanup. Update copyright.
4139 Exit with nonzero status for illegal arguments and if we can't
4141 (verbose): Add two new arguments (-n, --).
4142 * lib/remote.exp: Formatting cleanup.
4143 (exit_remote_shell): Add a note about `shell_id'.
4144 * lib/udi.exp: Formatting cleanup.
4145 (mondfe): Send message when trying to connect.
4146 Watch and print more error messages coming from `mondfe'.
4147 (mondfe_download): Use "verbose -n" so the pretty dots appear on
4148 one line. Fix regexp in "Clear.*BSS section" message.
4150 Tue Sep 13 10:51:47 1994 Doug Evans (dje@canuck.cygnus.com)
4152 * lib/framework.exp (log_summary): Clean up code that handles
4154 (xfail, unsupported, untested): Don't set `exit_status',
4155 these aren't errors.
4157 * runtest.exp: Sort options in --help.
4159 Mon Sep 12 12:25:22 1994 Doug Evans (dje@canuck.cygnus.com)
4161 * runtest.exp: Delete special handling of *.[Ccso] arguments.
4162 Accept new argument: foo.exp[=arg(s)].
4163 (all_runtests): New global.
4164 (runtests): Records arguments for each .exp script.
4165 (main test loop): Move setting of srcdir out of loop.
4166 Set up `runtests' for each script.
4167 * lib/utils.exp (find): Remove unnecessary "\n" in verbose message.
4168 (runtest_file_p): New proc.
4170 Wed Sep 7 10:41:33 1994 Doug Evans (dje@canuck.cygnus.com)
4172 * runtest.exp (verbose): Handle leading -'s in message.
4174 Mon Jul 18 11:16:02 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
4176 * lib/vxworks.exp: no need to use system, stty is an expect
4177 builtin and can be called directly.
4179 Thu Jun 30 15:23:19 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
4181 * lib/bug.exp: replaced "rm -foreach" with "rm -f".
4183 Tue Jun 14 12:38:44 1994 David J. Mackenzie (djm@rtl.cygnus.com)
4185 * doc/dejagnu.texi: Fix a few typos and omissions.
4187 Tue Jun 7 13:55:30 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4189 * Makefile.in (mostlyclean, realclean): New targets.
4190 * doc/Makefile.in, example/Makefile.in: Likewise.
4191 * example/calc/Makefile.in, testsuite/Makefile.in: Likewise.
4193 Mon Apr 25 17:11:30 1994 Bill Cox (bill@cygnus.com)
4195 * Makefile.in: Add FSF standard comment block.
4196 * example/calc/Makefile.in: Define and use EXPECT and
4197 RUNTEST variables, so 'make check' will use tools in the
4198 current objdir tree if they're present.
4199 * lib/remote.exp: Add rcp_download proc, to download a
4200 file using remote 'cp'. This was first used for the
4201 Lynx cross-host tests.
4202 * testsuite/Makefile.in: Update copyright date.
4203 * testsuite/runtest.all/options.exp: Update copyright date.
4205 Wed Apr 13 18:05:44 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
4207 * runtest: Pass ${1+"$@"} instead of "$@", because many shells
4208 incorrectly pass an empty string when no arguments were specified.
4210 Wed Apr 13 11:46:11 1994 Bill Cox (bill@cygnus.com)
4212 * lib/remote.exp (rcp_download): New proc for using 'rcp'
4213 to download (used first for Lynx cross-testing).
4215 Tue Apr 12 13:27:15 1994 Stan Shebs (shebs@andros.cygnus.com)
4217 * Makefile.in (TCLIBRARY): Define and use.
4219 Wed Mar 9 13:08:54 1994 Doug Evans (dje@canuck.cygnus.com)
4221 * runtest.exp: Misc. formatting/typo cleanups.
4222 Process ~/.dejagnurc and $base_dir/site.exp before command line
4223 options and clarify search order of all config files.
4224 Clean up verbose output for -v, -srcdir, -host, and -target options.
4226 Mon Feb 14 20:37:10 1994 Rob Savoye (rob@darkstar.cygnus.com)
4228 * runtest.exp: Re-write init file search/loading code.
4230 Tue Feb 8 19:27:07 1994 Rob Savoye (rob@darkstar.cygnus.com)
4232 * runtest.exp: Move transform from lib/utils.exp so it can be used
4235 Thu Jan 20 20:05:39 1994 Rob Savoye (rob@darkstar.cygnus.com)
4237 * runtest.exp: findfile: New proc to be used in config files.
4239 Tue Jan 18 14:46:12 1994 Rob Savoye (rob@darkstar.cygnus.com)
4241 * runtest.exp: Fix so things don't bomb if whoami doesn't exist.
4243 Mon Jan 17 15:26:50 1994 Rob Savoye (rob@darkstar.cygnus.com)
4245 * lib/framework.exp (setup_xfail): Re-write so it works correctly
4246 with numbers in the config string.
4248 Mon Jan 10 21:29:08 1994 Rob Savoye (rob@darkstar.cygnus.com)
4250 * lib/framework.exp: Create exp_continue if it doesn't exist.
4251 * runtest.exp: Don't try to print errorInfo unless it exists.
4253 Tue Jan 4 16:01:40 1994 Rob Savoye (rob@rtl.cygnus.com)
4255 * All files: Updated to 1.1.3. This version works with Tcl7.3 and
4258 Sat Jan 1 19:53:40 1994 Rob Savoye (rob@darkstar.cygnus.com)
4260 * lib/framework.exp: Fixed log_summary to cleanup all the way.
4261 setup_xfail now only use canonical names, catch errors from
4262 sourcing $tool_exit and $tool_version.
4263 * runtest.exp: Changed the order of sourcing init files. Removed
4264 all references to target_alias or host_alias. uses target and host
4265 triplet only, uses config.guess to get a host type.
4267 Thu Dec 23 18:26:24 1993 Rob Savoye (rob@darkstar.cygnus.com)
4269 * runtest (debug): Add an environment variable DEJAGNULIBS to
4270 point to where runtest.exp and the rest live.
4272 Wed Dec 15 20:38:49 1993 Rob Savoye (rob@darkstar.cygnus.com)
4274 * runtest.exp: Fix signal handling so only one ^C is required and
4275 it actually exists after printing the summary.
4277 Fri Dec 3 20:58:27 1993 Rob Savoye (rob@darkstar.cygnus.com)
4279 * runtest.exp: Only consider a TCL_ERROR to be a sign of a problem
4280 worth handling. This is when sourcing the test case.
4282 Thu Dec 2 14:16:20 1993 Rob Savoye (rob@darkstar.cygnus.com)
4284 * runtest.exp: If the verbose level is greater than 2, display
4285 debugging output to the screen.
4287 Wed Dec 1 16:04:08 1993 Rob Savoye (rob@darkstar.cygnus.com)
4289 * runtest.exp: Change error handling to use the return from
4290 "catch" rather than depending on errorInfo.
4292 Fri Nov 19 15:08:34 1993 Jeffrey Wheat (cassidy@cygnus.com)
4294 * site.tmpl: Add LDFLAGS "-r" to vxworks targets.
4296 Mon Nov 15 19:43:28 1993 Rob Savoye (rob@darkstar.cygnus.com)
4298 * lib/debugger.exp: Add dumpvars which dumps the values of
4299 variables specified by a regular expression.Add dumpvars
4300 which dumps the body of procedures specified by a regular
4302 * Makefile.in: Install site.exp as only config file.
4303 * runtest.exp: look for site.tmpl in $srcdir, not site.exp in
4305 * lib/framework.exp: Make istarget and isnative procs use
4306 $target_alias rather than target_triplet.
4307 * lib/framework.exp: Make warning and perror keep count. Have
4308 pass or fail procs check, and change to unresolved.
4310 Mon Nov 15 10:20:42 1993 Jeffrey Wheat (cassidy@cygnus.com)
4312 * runtest.exp: corrected a few typos in the comments. Added
4313 test for getting user name from the environment first. Now
4314 checks for USER and the LOGNAME. If unable to get the logname
4315 from the environment, then try whoami and who am i
4317 Thu Nov 4 13:38:32 1993 Rob Savoye (rob@darkstar.cygnus.com)
4319 * runtest: Use sed rather than expr to get the execution path and
4320 the runtest name cause expr doesn't seem to work portably on all
4323 Wed Nov 3 11:27:34 1993 Rob Savoye (rob@darkstar.cygnus.com)
4325 * Makefile.in, configure.in: Install and build with new config
4327 * config/mt-*: Set default connection parameters and name
4329 * lib/framework.exp: Change "error" proc to "perror" so I can use
4330 Tcl's builtin error handling.
4331 * runtest.exp: Re-write error handling so it's now real
4332 descriptive with errors and misses nothing. Add support for new
4333 config file system. Up version number to 1.1.
4334 * runtest: General cleanup. Add support for passing the config
4335 name down to runtest.exp.
4337 Sat Oct 16 07:47:38 1993 David J. Mackenzie (djm@thepub.cygnus.com)
4339 * doc/runtest.1: Fix typos in font changes (\fi where \fI was meant).
4341 Wed Oct 13 11:00:55 1993 Jeffrey Wheat (cassidy@cygnus.com)
4343 * runtest.exp: insert missing space
4344 * lib/framework.exp: made proc verbose work as expected. Now will
4345 display a message if the level is = or > than the verbose level.
4346 * lib/utils.exp: replaced if $verbose>X then { send_user "foo\n" }
4347 stuff with the verbose "foo" X proc call
4349 Mon Oct 11 17:11:37 1993 Jeffrey Wheat (cassidy@cygnus.com)
4351 * runtest.exp: fixed stupid scoping bugs.
4353 Mon Oct 11 16:26:25 1993 Jeffrey Wheat (cassidy@cygnus.com)
4355 * runtest.exp: fixed "$test_result" bug, and minor reformatting
4356 changes to help make the file more readable
4358 Sat Oct 9 18:43:31 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
4360 * configure.in: recognize mips*- instead of mips-
4362 Mon Sep 27 21:09:26 1993 Rob Savoye (rob@darkstar.cygnus.com)
4364 * lib/bug.exp: Add new file for procs related to "bug" boot
4367 Wed Sep 22 21:01:43 1993 Jeffrey Wheat (cassidy@cygnus.com)
4369 * lib/framework.exp: Added m68k-idp-* to target list.
4370 * configure.in: Added m68k-idp-* to target list.
4371 * config/mt-m68k-abug-aout: Fixed objobjcopy to be objcopy.
4372 * config/mt-m68k-abug-coff: Fixed objobjcopy to be objcopy.
4374 Wed Sep 22 12:10:34 1993 Jeffrey Wheat (cassidy@cygnus.com)
4376 * lib/framework.exp: Folded in test counting mechanism.
4378 Tue Sep 21 19:41:07 1993 Rob Savoye (rob@darkstar.cygnus.com)
4380 * lib/vxworks.exp: Added a vxworks_spawn proc to execute tasks.
4382 Mon Sep 20 21:28:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
4384 * lib/vxworks.exp: Prompt user for password if the default login
4387 Mon Sep 13 11:30:37 1993 Jeffrey Wheat (cassidy@cygnus.com)
4389 * runtest.exp: add global testcnt variable.
4390 * lib/framework.exp: add testcnt mechanism. Gives a total
4391 number of testcases run in summary. incremented by the
4392 pass/fail/etc procs. Also added a "Tool version" string
4395 Thu Sep 9 12:37:27 1993 Rob Savoye (rob@darkstar.cygnus.com)
4397 * lib/utils.exp: Added new procs for pwd{} and absolute{}.
4398 * lib/utils.exp: Removed pwd{} proc, added a download{} proc.
4400 Mon Sep 6 12:55:54 1993 Jeffrey Wheat (cassidy@cygnus.com)
4402 * lib/utils.exp: fixed scoping problem of missing ""'s
4403 nasty little bugger. broken since the start.
4405 Fri Sep 3 16:47:07 1993 Jeffrey Wheat (cassidy@cygnus.com)
4407 * lib/framework.exp: Added support for the h8/500.
4409 Fri Sep 03 10:42:12 1993 Jeffrey Wheat (cassidy@cygnus.com)
4411 * configure.in: (h8300-*-*) (h8300h-*-*) (h8500-*-*) targets added.
4413 * config/mt-h8300hms: new file for h8300-hitachi-hms support.
4414 * config/mt-h8500hms: new file for h8500-hitachi-hms support.
4415 * config/mt-h8300hhms: new file for h8300h-hitachi-hms support.
4417 Tue Aug 31 16:57:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
4419 * lib/utils.exp: Add a proc to kill process started within the
4420 current shell session.
4422 Sun Aug 29 23:10:35 1993 Rob Savoye (rob@darkstar.cygnus.com)
4424 * lib/remote.exp: wait after exiting the remote shell.
4426 Sun Aug 15 22:27:23 1993 Rob Savoye (rob at darkstar.cygnus.com)
4428 * lib/framework.exp: Numeric column in summary line up and only
4429 print if the sub total is greater than zero.
4431 Tue Jul 20 15:32:51 1993 Jeffrey Wheat (cassidy@cygnus.com)
4433 * lib/framework.exp: Added code for initial POSIX (PCTS) support.
4435 Mon Jul 19 09:31:48 1993 Jeffrey Wheat (cassidy@cygnus.com)
4437 * remote.exp: Added a supplied patch to allow specifing a port
4438 to the telnet command.
4440 Mon Jul 12 17:54:58 1993 Rob Savoye (rob at darkstar.cygnus.com)
4442 * runtest.exp: Remove support for command line options to use "++"
4443 as a prefix. Also removed all the old code for the --diff option.
4444 The --debug option can now be abbreviated to just -d.
4446 Sun Jul 11 20:49:49 1993 Rob Savoye (rob at darkstar.cygnus.com)
4448 * runtest.exp: Exit after printing the version numbers.
4449 * lib/utils.exp: Ignore extraneous words in the argument passed.
4451 Thu Jul 8 07:17:17 1993 Doug Evans (dje@canuck.cygnus.com)
4453 * lib/framework.exp: Add support for the h8/300.
4455 Tue Jun 29 15:04:05 1993 Rob Savoye (rob at darkstar.cygnus.com)
4457 * runtest: Added Dje's patch so the shell stops stripping out the
4458 quotes from the command line.
4460 Sun Jun 13 21:05:25 1993 Rob Savoye (rob at darkstar.cygnus.com)
4462 * runtest.exp: Remove runtests option. Use any valid file name on
4463 the command line instead.
4464 * runtest: Add support for the Tcl debugger from the command line.
4466 Thu May 27 20:01:51 1993 Rob Savoye (rob at darkstar.cygnus.com)
4468 * Makefile.in: Make the release image of the testsuites from the
4471 Sun May 23 18:40:01 1993 Rob Savoye (rob at darkstar.cygnus.com)
4473 * runtest.exp: Don't flag successful return codes as errors.
4474 * runtest: Don't look for expect binary anymore.
4476 Tue May 11 17:31:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
4478 * runtest: Pass "--" to $expectbin.
4480 Fri May 7 08:19:37 1993 Ian Lance Taylor (ian@cygnus.com)
4482 * Makefile.in (FLAGS_TO_PASS): Added CC, CFLAGS, LDFLAGS, RUNTEST,
4484 * example/Makefile.in (FLAGS_TO_PASS): Was being used, but was
4486 * example/calc/Makefile.in: (CFLAGS): Removed -I arguments.
4487 (.c.o): Use required -I arguments.
4488 (PROG): Pass CFLAGS to CC.
4490 Tue May 4 22:51:06 1993 Rob Savoye (rob at darkstar.cygnus.com)
4492 * runtest.exp: load_lib exits if it can't find the file. It also
4493 finds library files if srcdir = .
4495 Tue Apr 27 08:59:32 1993 Ian Lance Taylor (ian@cygnus.com)
4497 * Makefile.in (FLAGS_TO_PASS): Define.
4499 Fri Apr 23 13:12:27 1993 Mike Werner (mtw@deneb.cygnus.com)
4501 * lib/framework.exp:
4502 Made cosmetic changes to procedure "diff_logs".
4504 Wed Apr 21 18:05:30 1993 Rob Savoye (rob@cygnus.com)
4506 * runtest: Looks in $rootme/../../expect and $rootme/../expect and
4507 if there is one, it uses that to run runtest.exp.
4509 Wed Apr 21 12:34:10 1993 Mike Werner (mtw@deneb.cygnus.com)
4512 Changed how -diff and -mail affect the printing and
4515 Changed format of the output of the diff log. Made
4516 minor changes to "diff_logs" to acommodate the changes
4517 to runtest.exp (above).
4519 Mon Apr 19 18:45:10 1993 Mike Werner (mtw@deneb.cygnus.com)
4522 Added the ability to specify, as an option parameter, the name
4523 of the previous summary log to diff against. Added a call to
4524 "close_logs" to the signal handlers. Enabled -mail option.
4525 Cleaned up some comments.
4526 * lib/framework.exp:
4527 Added procedure "mail_file" for mailing test log summaries.
4528 Removed support for automatically generating log file names with
4529 embedded time/date stamps. Cleaned up "diff_logs".
4531 Sun Apr 18 19:54:17 1993 Rob Savoye (rob at darkstar.cygnus.com)
4533 * runtest.exp: Fixed so signal trapping now works again. Cleaned
4534 up configuration stuff and how it finds the site.exp file.
4535 * Makefile.in: Remove unneeded macro definitions.
4537 Fri Apr 16 15:11:52 1993 Mike Werner (mtw@deneb.cygnus.com)
4539 * lib/framework.exp:
4540 Added the procedures "diff_logs", "open_logs", and "close_logs".
4541 Changed the name of the procedure "sum" to "log_summary".
4542 Changed the name of the procedure "alldone" to "cleanup".
4543 "Cleanup", formerly "alldone", no longer exits; runtest
4546 Now calls "open_logs", "close_logs", and "diff_logs" to do the
4547 respective goodies. We also now make explicit calls to "cleanup"
4548 and exit. Enabled --diff command line option which when used
4549 will cause a call to the procedure "diff_logs".
4551 Sun Apr 11 17:17:20 1993 Rob Savoye (rob at darkstar.cygnus.com)
4553 * Makefile.in: Removed runtest target. Cleaned up install
4555 * runtest.exp: No longer uses --config option.
4556 * runtest: New bourne shell script to start runtest.exp.
4558 Thu Apr 8 18:12:24 1993 Mike Werner (mtw@deneb.cygnus.com)
4560 * lib/utils.exp: the list of directories returned by getdirs now
4561 contains only directories that allow read permission.
4563 Wed Apr 7 18:30:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
4565 * runtest.exp: Now looks for init files by ${target_os}.exp as
4566 well as ${target_os}-${tool}.exp.
4567 * config/mt-*: Added macros for COPY and DEMANGLE, new
4570 Fri Apr 2 12:23:22 1993 Mike Werner (mtw@deneb.cygnus.com)
4572 * lib: relocated old-dejagnu.exp to devo/gcc/testsuite/lib
4574 Mon Mar 29 14:59:23 1993 Rob Savoye (rob at darkstar.cygnus.com)
4576 * framework.exp: Added tests for spectra.
4578 Thu Mar 25 14:16:54 1993 Rob Savoye (rob at darkstar.cygnus.com)
4580 * runtest.exp: Fixed command line option processing. Now
4581 things like CFLAGS="-v -a" should work.
4583 Thu Mar 25 12:40:50 1993 Ian Lance Taylor (ian@cygnus.com)
4585 * lib/udi.exp (mondfe): Return -1 on failure. Don't remove *_soc
4587 (mondfe_download): Fixed invalid expect usage which could never
4590 Wed Mar 24 14:11:46 1993 Rob Savoye (rob at darkstar.cygnus.com)
4592 * runtest.exp: Added --target and --host for specifying the config
4593 strings. The old --target is now --name.
4594 * lib/framework.exp: Moved all the host/target naming stuff from
4596 * runtest.exp: Fixed bug so CFLAGS="-v" works. I changed the way
4597 the verbose pattern works in $argv.
4599 Tue Mar 23 08:48:09 1993 Fred Fish (fnf@cygnus.com)
4601 * configure.in: Use host makefile fragment config/mh-sysv4
4602 on *-*-sysv4* configurations.
4603 * config/mh-sysv4: New host makefile fragment for SVR4 systems.
4605 Mon Mar 22 23:26:58 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
4607 * Makefile.in: add dvi, check and installcheck targets
4609 * doc/Makefile.in: add defines for MAKEINFO, TEXI2DVI
4611 Sun Mar 21 17:44:11 1993 Rob Savoye (rob at darkstar.cygnus.com)
4613 * runtest.exp: New command line option --ignore. Ignore any tests
4615 * lib/framework.exp: Now uses puts send_error of send_user for
4616 some procs. Now warnings and errors go to stderr, and can
4617 be redirected. They still go to the logs.
4619 Tue Mar 16 18:07:56 1993 Rob Savoye (rob at poseidon.cygnus.com)
4621 * runtest.exp: Finds site.exp file with new install.
4622 * Makefile.in: Installs much better.
4624 Tue Mar 9 08:17:04 1993 Ian Lance Taylor (ian@cygnus.com)
4626 * Makefile.in (MAKEOVERRIDES): Set to be empty.
4628 Mon Mar 8 17:40:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
4630 * lib/vrtx.exp: Spectra shell procedures.
4632 Mon Mar 8 19:26:41 1993 Fred Fish (fnf@cygnus.com)
4634 * Makefile.in, config/{mt-a29k-udi, mt-frwcom-aout, mt-i386-aout,
4635 mt-i960-nindy, mt-i960-vx, mt-m68k-abug-aout, mt-m68k-abug-coff,
4636 mt-m68k-aout, mt-m68k-coff, mt-m68k-vx, mt-mips, mt-sparc-aout,
4637 mt-sparc-vx, mt-sparclite} (GDBFLAGS): The default is -nx, to not
4638 load whatever random '.gdbinit' file might happen to be in the
4639 directory where the dejagnu tests are run. If tests require
4640 a specific init file, they should load them explicitly.
4642 Sun Mar 7 15:16:42 1993 Rob Savoye (rob@cygnus.com)
4644 * runtest.exp, Makefile.in: Now sets default for objdir.
4646 Sun Feb 28 15:30:00 1993 Rob Savoye (rob at darkstar.cygnus.com)
4648 * runtest.exp: Now find site.exp in a path list. Also now supports
4649 using a short config file in each directory to override options.
4650 * Makefile.in, configure.in: Removed link for lib directory. Added
4651 doc as a subdir, runtest and site.exp now built as a dependancy,
4652 rather than by configure.
4654 Thu Feb 25 11:07:30 1993 Ian Lance Taylor (ian@cygnus.com)
4656 * config/mt-mips: New file for mt-idt-ecoff target.
4657 * configure.in (mips-idt-ecoff): New target; uses mt-mips.
4658 * runtest.exp: If mips-idt-ecoff, set target_abbrev to mips.
4659 * runtest.exp: Print any error produced by ${tool_init}.
4660 * lib/remote.exp (kermit): Made work.
4662 Mon Feb 22 17:11:18 1993 Mike Werner (mtw@poseidon.cygnus.com)
4664 * configure.in: Removed unneccesary code from configure.in
4666 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
4668 * devo/dejagnu: made modifications to framework, etc., to allow
4669 it to work properly given the reorganization of deja-gnu and the
4670 relocation of the testcases from deja-gnu to a "tool" subdirectory.
4672 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
4674 * devo/dejagnu: Initial creation of devo/dejagnu.
4675 Migrated dejagnu testcases and support files for testing software
4676 tools to reside as subdirectories, currently called "testsuite",
4677 within the directory of the software tool. Migrated all programs,
4678 support libraries, etc. beloging to dejagnu proper from
4679 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
4680 with no modifications. The changes to these files which will
4681 allow them to configure, build, and execute properly will be made
4684 Wed Feb 17 10:51:13 1993 Ian Lance Taylor (ian@cygnus.com)
4686 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove expected failures
4687 for mips-*-* that now work (gcc was fixed to distinguish int and
4688 long in COFF debugging output).
4690 Tue Feb 16 17:31:54 1993 Fred Fish (fnf@cygnus.com)
4692 * gdb.t21/demangle.exp (test_gnu_style_demangling,
4693 test_cfront_style_demangling): Add tests for some cases that
4694 involve const that were previously broken.
4696 Mon Feb 15 14:09:33 1993 Ian Lance Taylor (ian@cygnus.com)
4698 * gdb.t00/default.exp (attach, core-file, r, run, target core):
4699 Add more error messages used by cross gdb.
4701 Fri Feb 12 11:17:05 1993 Fred Fish (fnf@cygnus.com)
4703 * gdb.t21/demangle.exp: Add yet more cfront demangling tests.
4705 Thu Feb 11 12:23:53 1993 Fred Fish (fnf@cygnus.com)
4707 * gdb.t21/demangle.exp: Add new demangling tests, for various
4708 gnu and cfront patterns, that match recent bug fixes.
4709 * configure.in (configdirs): Add gdb.t23.
4710 * gdb.t23/ {Makefile.in, configure.in, in-gdbme.cc,
4711 templates.exp}: New test case to testing templates. Currently
4712 contains just the framework, but no tests.
4713 * gdb.t21/demangle.exp (demangle): Fix proc so that demangling
4714 failures don't trigger two failure reports, one erroneously
4715 indicating the cause as a timeout.
4716 * gdb.t21/demangle.exp (various): Print number of correct
4717 demanglings when suppressing remaining tests.
4718 * gdb.t21/demangle.exp (test_cfront_style_demangling):
4719 New test for cfront style demangling.
4720 * gdb.t21/demangle.exp (do_test): Call cfront style demangling
4723 Wed Feb 10 18:28:40 1993 Stu Grossman (grossman at cygnus.com)
4725 * gdb.t11/list.exp (list filename:function; wrong filename not
4726 rejected): Revise expected failure profile. All systems are
4729 Mon Feb 8 21:25:47 1993 Stu Grossman (grossman at cygnus.com)
4731 * gdb.t00/help.exp (help set): Look for prompt on next line to
4732 prevent timeout error.
4733 * gdb.t11/list.exp (list filename:function; wrong filename not
4734 rejected): Document expected failure for general case. Set
4735 expected failure for sunos.
4737 Wed Feb 3 09:42:14 1993 Mike Stump (mrs@rtl.cygnus.com)
4739 * g++.niklas, configure.in: Add some test cases from Niklas.
4741 Mon Feb 1 18:40:27 1993 Mike Werner (mtw@rtl.cygnus.com)
4743 * code_quality.exp, compile.exp, execute.exp, noncompile.exp,
4744 special.exp, unsorted.exp: added "unset subdir_created".
4746 Fri Jan 29 14:20:11 1993 Mike Werner (mtw@rtl.cygnus.com)
4748 * Makefile.in (install): changed the sed command, which creates
4749 $(target-alias)-runtest, to have the installed
4750 $(target-alias)-runtest call $(bindir)/runtest.exp instead of
4751 $(srcdir)/runtest.exp . This worked earlier but was broken by a
4752 change to $(EXPECT) .
4754 Thu Jan 28 14:24:56 1993 Ian Lance Taylor (ian@cygnus.com)
4756 * Makefile.in (info, install-info): Deleted extraneous @'s.
4758 Thu Jan 28 08:29:57 1993 Fred Fish (fnf@cygnus.com)
4760 * Makefile.in (CC_FOR_TARGET, CFLAGS, CXX_FOR_TARGET, CXXFLAGS,
4761 CXX, GCC_FOR_TARGET, FLAGS_TO_PASS): Match definitions in
4762 upper level devo/Makefile.in.
4763 * config/mt-unix (EXPECT): Remove definition, it is set by
4764 Makefile.in to use the latest built version.
4765 * Makefile.in (CHILL_FOR_TARGET, CHILLFLAGS, CHILL_LIB): Match
4766 definitions in upper level devo/Makefile.in.
4768 Wed Jan 27 21:48:15 1993 Fred Fish (fnf@cygnus.com)
4770 * Makefile.in (clean): Test if directory exists before trying
4771 to run submake in it.
4772 * gdb.t00/teststrategy.exp: Add cases that work when gdb is
4773 compiled with ALIGN_STACK_ON_STARTUP defined. Fix "print foo"
4774 expected output to match current gdb. Fix tests for finding
4775 pathname to gdb executable to use the TCL "file" command.
4776 * gdb.t20/classes.exp: Change error when binfile does not
4777 exist to be a simple fail instead.
4778 * tcl.tests/Makefile.in (tcltest): Use CC_FOR_TARGET.
4779 * tcl.tests/Makefile.in (Makefile): Add target.
4780 * gdb.t30/chexp.exp: Set up expected failure for printing
4781 uninitialized convenience variables.
4782 * gdb.t31/chillvars.exp: Set up expected failure for references
4783 to string4, which chill compiler doesn't handle yet. Add tests
4784 for string repetition operator.
4785 * gdb.t31/in-gdbme.ch: Comment out string4, not handled yet.
4787 Mon Jan 25 15:12:41 1993 Mike Werner (mtw@rtl.cygnus.com)
4789 * gcc.unsorted/unsorted.exp
4790 gcc.special/special.exp
4791 gcc.noncompile/noncompile.exp
4792 gcc.execute/execute.exp
4793 gcc.compile/compile.exp
4794 gcc.code_quality/code_quality.exp:
4795 Modified to properly find source code for the test cases,
4796 create the appropriate subdirectories to hold the compiled
4797 testcases, and delete the subdirectories when finished.
4799 Thu Jan 21 18:05:54 1993 Mike Werner (mtw@rtl.cygnus.com)
4801 * Makefile.in: cosmetic changes.
4802 * gcc.code_quality/code_quality.exp: repalced a "source xxx"
4803 with a "load_lib xxx".
4804 * gcc.compile/compile.exp: replaced a "source xxx" with a
4807 Thu Jan 21 08:03:16 1993 Fred Fish (fnf@cygnus.com)
4809 * Makefile.in (CC, CXX): Change to CC_FOR_TARGET, CXX_FOR_TARGET.
4810 * Makefile.in (FLAGS_TO_PASS): Add AR_FOR_TARGET, CC_FOR_tARGET
4811 CXX_FOR_TARGET, RANLIB_FOR_TARGET.
4812 * {gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
4813 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
4814 gdb.t15, gdb.t16, gdb.t20, gdb.t21, gdb.t22}/Makefile.in:
4815 Add Makefile target, dependencies, and rules, replace CC with
4816 CC_FOR_TARGET and CXX with CXX_FOR_TARGET.
4817 * gdb.t03/ptype.exp: Add tests for string constants and array
4819 * gdb.t16/printcmds.exp: Add tests for string constants and array
4821 * Makefile.in (CHILL): Change to CHILL_FOR_TARGET.
4822 * Makefile.in (FLAGS_TO_PASS): Add CHILL_FOR_TARGET.
4823 * {gdb.t30, gdb.t31}/Makefile.in: Add Makefile target, dependencies,
4824 and rules. Replace CHILL with CHILL_FOR_TARGET.
4825 * gdb.t31/chillvars.exp: Set print address off, add tests for
4827 * gdb.t31/in-gdbme.ch: Add some initialized string variables.
4829 Tue Jan 19 14:07:38 1993 Mike Werner (mtw@rtl.cygnus.com)
4831 * Makefile.in: corrected anchoring error in sed script, within
4832 the "install" rule, which created the the file {mach}-runtest
4834 Fri Jan 15 21:16:51 1993 Fred Fish (fnf@cygnus.com)
4836 * gdb.t04/setvar.exp: Minor changes to match current syntax for
4837 printing array-of-char in string form.
4838 * gdb.t16/printcmds.exp: Fix one test case to match bug fix.
4839 * gdb.t30/chexp.exp: Disable tests that check for control
4840 sequence form of character literals, not supported in GNU Chill.
4842 Wed Jan 13 21:33:05 1993 Mike Stump (mrs@cygnus.com)
4844 * doc/dejagnu.texi, Makefile.in: Change .../gcc to .../xgcc.
4846 Wed Jan 13 08:21:00 1993 Fred Fish (fnf@cygnus.com)
4848 * Makefile.in (CHILLFLAGS): Add appropriate -L arg to find
4849 libchill.a, if a freshly built one exists.
4850 * gdb.t31/Makefile.in (LIBCHILL, LIBS): Define local defaults.
4852 * Makefile.in (runtest): Fix to properly find freshly built
4855 Tue Jan 12 12:51:46 1993 Fred Fish (fnf@cygnus.com)
4857 * Makefile.in (CPLUS): Remove macro.
4858 * Makefile.in (CC, CXX, GDB, EXPECT): Use freshly build binaries
4860 * Makefile.in (CFLAGS, CXXFLAGS, GDBFLAGS): Provide default
4861 flags to go with CC, CXX, and GDB respectively.
4862 * Makefile.in (FLAGS_TO_PASS): Add CXX, CXXFLAGS, LINK.
4863 * Makefile.in (info, subdir_do, subdirs): Use rootme and
4864 rootsrc to find tool directories, use FLAGS_TO_PASS.
4865 * Makefile.in (runtest): Use new EXPECT macro.
4866 * Makefile.in: Other minor macro rearrangements.
4867 * config/{abug-g++.exp, aout-g++.exp, coff-g++.exp, mt-a29k-udi,
4868 mt-i960-nindy, mt-i960-vx, mt-m68k-abug-aout, mt-m68k-abug-coff,
4869 mt-m68k-aout, mt-m68k-coff, mt-m68k-vx, mt-unix, nind-g++.exp,
4870 udi-g++.exp, unix-g++.exp, vx-g++.exp}, doc/deja-gnu.texi,
4871 g++.mike/{misc2.exp, misc8.exp, misc9.exp}, g++.old-deja/tests/
4872 g++.sun/g++.frag/1076585.C, gdb.t20/Makefile.in, gdb.t21/
4873 Makefile.in, gdb.t22/Makefile.in, lib/mike-g++.exp:
4874 Use CXX rather than CPLUS, CPLUSPLUS, or C++, use CXXFLAGS
4875 rather than CFLAGS or CPLUSFLAGS or C++FLAGS.
4876 * Makefile.in (CHILL): Use freshly built binaries if available.
4877 * Makefile.in (CHILLFLAGS): Provide default flags for CHILL.
4878 * Makefile.in (FLAGS_TO_PASS): Add CHILL, CHILLFLAGS.
4880 Mon Jan 11 18:02:48 1993 Rob Savoye (rob at darkstar.cygnus.com)
4882 * expect.tests/exp-after.test, exp-before.test, log-file.test,
4883 send-exp.test, spawn.test: Test case for expect tests.
4884 * expect.tests/exp-test.exp: Test driver for expect tests.
4885 * expect.tests/Makefile.in, configure.in: Configure
4887 * expect.tests/exp-test.c: Simple interactive program for expect
4889 * expect.tests: New directory.
4890 * config/unix-expect.exp: New tool.
4892 Fri Jan 8 16:41:51 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4894 * config/udi-gdb.exp (gdb_start): don't require "UDI socket" in
4895 the startup message.
4897 Wed Jan 6 08:53:08 1993 Fred Fish (fnf@cygnus.com)
4899 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
4900 gdb.t11, gdb.t12}/Makefile.in: Add explicit "all" target to
4901 Makefiles missing it, supply explicit rules to make object files
4902 from source files to subvert bug in GNU make that assumes gcc
4903 style "-c -o" handling.
4904 * tcl.texts/Makefile.in: Look in tcl sibling dir for library,
4905 rather than picking up whatever happens to be installed.
4906 * config/unix-gdb.exp (gdb_start): Temporarily increase timeout
4907 by 60 seconds to accommodate heavily loaded or otherwise slow
4908 systems during gdb startup. A similar fix was also installed in
4909 a 14-Dec change, but mysteriously disappeared.
4910 * gdb.t31/chillvars.exp: Go ahead and try to run test on non-
4911 DWARF systems, as long as there is a chill executable to test.
4913 Mon Jan 4 17:19:08 1993 Fred Fish (fnf@cygnus.com)
4915 * gdb.t30/chexp.exp (test_print_accept, test_print_reject):
4916 Convert to varargs function.
4917 * gdb.t30/chexp.exp (test_arithmetic_expressions): New tests.
4918 * gdb.t31/Makefile.in (CHILL, CHILLFLAGS): Provide defaults.
4919 * gdb.t31/chillvars.exp (test_UBYTE): Remove FIXME`s, fixed.
4920 * gdb.t31/in-gdbme.ch (scalar_arithmetic, write_arrays,
4921 booleans): Add procs for testing.
4922 * lib/gdb.exp (runto): Don't expect hex format for breakpoint
4925 Sun Jan 3 14:24:53 1993 Fred Fish (fnf@cygnus.com)
4927 * gdb.t30/chexp.exp (test_float_literals_accepted): Use
4928 literals in comparisons, rather than printing their values
4929 directly. Avoids spurious failures due to conversion or
4930 representational differences between machines types.
4932 Sat Jan 2 22:56:53 1993 Fred Fish (fnf@cygnus.com)
4934 * gdb.t30/chexp.exp (test_float_literals_accepted): New test.
4935 * gdb.t31/in-gdbme.ch (testvars): Add floating point assigns.
4937 Thu Dec 31 08:30:08 1992 Fred Fish (fnf@cygnus.com)
4939 * gdb.t00/help.exp: Track recent gdb changes in description
4940 of "set" command for assigning expression values to variables.
4942 Wed Dec 30 13:17:36 1992 Fred Fish (fnf@cygnus.com)
4944 * gdb.t00/gdbvars.exp: New tests for convenience variables and
4946 * gdb.t30/chexp.exp: Add tests for convenience variables and
4949 * config/unix-gdb.exp (gdb_exit): Put escaped quotes around
4950 command to send to gdb inside a catch. Otherwise the newline
4951 at the end of the quit command gets eaten.
4952 * lib/gdb.exp (gdb_test): Replace bogus message about the
4953 gdb process no longer existing with a error that reports the
4954 real reason for the send command failing. Remove use of
4955 "$command" in the expect pattern, since it may contain sequences
4956 that look like regular expressions but should not be interpreted
4957 as regular expressions.
4959 Tue Dec 29 22:49:56 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
4961 * Makefile.in: define FLAGS_TO_PASS
4963 Sun Dec 27 11:52:45 1992 Rob Savoye (rob at darkstar.cygnus.com)
4965 * lib/udi.exp: Fixed so that it downloads stably. Added better
4966 error trapping. Works with simulator or demo board.
4967 * runtest.exp: Cleaned up handling of signals during the init
4969 * lib/old-dejagnu.exp: Fixed bug that made $CFLAGS accumulate
4970 repititions of the same flags.
4971 * runtest.exp: cleans up temp file better.
4972 * config/udi-g++.exp: Minor bug fixes. Doesn't die it it can't
4975 Sat Dec 26 19:21:14 1992 Rob Savoye (rob at darkstar.cygnus.com)
4977 * config/vx-gdb.exp: Now it exits if it can't connect to the
4979 * most everything: Made *all* (whew) error and warning messages
4980 use new procedures. These messages are controlled by --all rather
4982 * lib/framework.exp: Fixed clone_output so everything gets sent to
4983 the correct files. Also added a procedure for standard warning and
4986 Sat Dec 26 11:16:55 1992 Fred Fish (fnf@cygnus.com)
4988 * tcl.tests/tcltest.c (Tcl_DumpActiveMemory): Remove extern
4989 declaration, which is now incompatible with tcl.h.
4992 Tue Dec 22 22:36:42 1992 Fred Fish (fnf@cygnus.com)
4994 * Makefile.in (subdir_do): Remove blank line after target,
4995 that gives older makes indigestion.
4996 * configure.in: When running "make", use environment definition
4997 of MAKE if one exists, default to "make" if not in environ.
4998 * gdb.t21/cplusfuncs.exp: Update regular expressions for matching
4999 operators to track gdb C++ demangling fixes.
5001 Mon Dec 21 22:32:46 1992 Fred Fish (fnf@cygnus.com)
5003 * gdb.t31/in-gdbme.ch (bytetable3, bytetable4): Reduce ranges
5004 of array dimensions to something more managable for explicit
5005 initialization. Add initializers.
5006 * gdb.t31/in-gdbme.ch (inttable1, inttable2, longtable1,
5007 longtable2): Fix typo, initializers were intended to be
5008 sequential values for easy identification.
5009 * gdb.t31/chillvars.exp: Update to track changes in in-gdbme.ch.
5011 Mon Dec 21 19:48:42 1992 Rob Savoye (rob at darkstar.cygnus.com)
5013 * runtest.exp: Has new option to specify the target's
5014 configuration string. Only used by runtest.
5015 * g++.other/*.exp: Now use procs from mike-g+.exp.
5016 * g++.mike/*.exp: Now use procs from mike-g+.exp.
5017 * Makefile.in: Now has install & uninstall targets.
5018 * lib/prebase, postbase.exp: Merged into lib/mike-g++.exp and made
5020 * runtest.exp: Traps error when trying to test a tool that does't
5022 * lib/framework.exp: Contains all the procs from runtest.exp.
5023 These are basically the guts of the testing framework.
5024 * runtest.exp: Moved all procs to a library file.
5026 Sat Dec 19 16:50:46 1992 Rob Savoye (rob at darkstar.cygnus.com)
5028 * runtest.exp: Upped version number to 0.8.1
5029 * lib/nm-defs.exp: Support procs for nm tests.
5030 * nm.all/nm.exp: Now uses a generic nm testing proc.
5031 * nm.all/Makefile.in: Changes the path for the linker script so it
5032 won't produce srecs.
5033 * nm.all/configure.in: Copies linker script for m68k-abug and
5034 edits out OUTPUT_FORMAT line.
5035 * config/*-nm.exp: They only contain stubs calling the procs in
5038 Fri Dec 18 18:13:15 1992 Rob Savoye (rob@cygnus.com)
5040 * gcc.*/*.exp: Doesn't change into the subdir.
5041 * lib/c-torture.exp: Adds subdir to path for objects and binaries
5042 * runtest.exp: Added tests for targetname and connectmode when
5043 using a MVME m68k board.
5044 * configure.in: Now tests for m68k-abug-[coff|aout].
5045 * config/mt-m68k-abug: Now a mt-m68k-abug-coff and
5046 mt-m68k-abug-aout version so either tool chain can be used to
5047 produce the srecords.
5049 Fri Dec 18 10:26:46 1992 Fred Fish (fnf@cygnus.com)
5051 * Makefile.in (.NOEXPORT): Add for GNU make. Don't pass defines
5052 with pathnames relative to this directory to submakes.
5053 * gdb.t00/{default.exp, help.exp}: Update to track latest gdb
5055 * gdb.t30/chexp.exp: Update to track latest gdb changes.
5056 * gdb.t31/{in-gdbme.ch, chillvars.exp}: Add some arrays and
5057 tests for arrays, update to track latest gdb changes.
5059 Mon Dec 14 18:42:58 1992 Fred Fish (fnf@cygnus.com)
5061 * config/unix-gdb.exp (gdb_start): Temporarily set timeout up
5062 to 60 seconds to accommodate heavily loaded or otherwise slow
5063 systems during gdb startup.
5065 Mon Dec 14 12:16:27 1992 Ian Lance Taylor (ian@cygnus.com)
5067 * gdb.t11/list.exp, gdb.t16/printcmds.exp: added expected failures
5069 * gdb.t15/funcargs.exp: increase timeout for *-*-vxworks.
5071 Fri Dec 11 21:15:07 1992 Fred Fish (fnf@cygnus.com)
5073 * gdb.t16/{in-gdbme.c, printcmds.exp}: Add some tests for
5074 printing the contents of multidimensional arrays.
5076 Wed Dec 9 13:18:39 1992 Michael Werner (mtw@rtl.cygnus.com)
5078 * tcl.test/tcl-test.exp:
5079 changed the comparison that looks for the end-of-test return
5080 string, "%", from the tcl interpreter, tcltest, to check for
5081 "^%$" instead of just "%".
5083 Tue Dec 8 13:49:18 1992 Fred Fish (fnf@cygnus.com)
5085 * chillvars.exp: Only run the tests if the target is an
5086 SVR4 target (which presumes DWARF format). They are only
5087 expected to work right now for targets that use DWARF.
5089 Tue Dec 8 13:42:45 1992 Michael Werner (mtw@rtl.cygnus.com)
5091 * removed accidental change to config/unix-tcl.exp that
5092 occurred during last check-in.
5094 Tue Dec 8 13:21:45 1992 Michael Werner (mtw@rtl.cygnus.com)
5096 * tcl.test/configure.in
5097 corrected error in "files=" line; changed "defs.h" to "defs".
5099 Sun Dec 6 22:00:06 1992 Rob Savoye (rob at darkstar.cygnus.com)
5101 * config/*-nm: Fixed nm_version.
5102 * configure.in: Doesn't configure tcl tests for a cross test.
5104 Sat Dec 5 14:13:15 1992 Rob Savoye (rob at darkstar.cygnus.com)
5106 * doc/dejagnu.l, dejagnu.texi: Added documentation for --baud
5108 * runtest.exp: Added --baud option to spcify the baud rate for a
5111 Fri Dec 4 07:00:45 1992 Fred Fish (fnf@cygnus.com)
5113 * gdb.t31/chillvars.exp: Add new tests, fix expected results
5114 for some existing ones.
5116 Thu Dec 3 12:28:52 1992 Fred Fish (fnf@cygnus.com)
5118 * gdb.t20/{classes.exp, inherit.exp, misc.exp},
5119 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp: Downgrade
5120 missing test executables from ERROR to just FAIL.
5121 * gdb.t30/chillvars.exp: Downgrade missing test executables
5122 from ERROR to just FAIL. Start adding some real tests.
5123 * gdb.t30/in-gdbme.ch: Start adding some initializations of
5124 fundamental type variables.
5126 Wed Dec 2 11:46:04 1992 Ian Lance Taylor (ian@cygnus.com)
5128 * runtest.exp (setup_xfail): only set xfail_prms if xfail_flag is
5130 * gdb.t11/list.exp, gdb.t12/scope.exp, gdb.t15/funcargs.exp: more
5131 mips-*-* expected failures.
5133 Wed Dec 2 11:39:28 1992 Fred Fish (fnf@cygnus.com)
5135 * lib/gdb.exp (gdb_reinitialize_dir): New utility proc.
5136 * gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t07/watchpoint.exp,
5137 gdb.t08/opaque.exp, gdb.t09/corefile.exp, gdb.t11/list.exp,
5138 gdb.t12/scope.exp, gdb.t13/bitfields.exp, gdb.t15/funcargs.exp,
5139 gdb.t16/printcmds.exp, gdb.t20/{classes.exp, inherit.exp,
5140 misc.exp}, gdb.t21/{cplusfuncs.exp, demangle.exp},
5141 gdb.t22/virtfunc.exp: Use new gdb_reinitialize_dir tcl proc.
5142 * gdb.t20/{classes.exp, inherit.exp, misc.exp},
5143 gdb.t21/{cplusfuncs.exp, demangle.exp}, gdb.t22/virtfunc.exp:
5144 Suppress tests if executable not found.
5145 * Makefile.in: Add CHILL and CHILLFLAGS as things to pass
5147 * gdb.t31/{configure.in, Makefile.in, in-gdbme.ch, chillvar.exp}:
5148 New directory of chill tests.
5149 * config/mt-unix (CHILL, CHILLFLAGS): New defs for chill
5150 compiler name and flags to pass to compiler.
5151 * configure.in (configdirs): Add gdb.t31.
5152 * gdb.t30/chexp.exp: Don't need to load a gdb.
5154 Mon Nov 30 20:38:00 1992 Fred Fish (fnf@cygnus.com)
5156 * runtest.exp (setup_xfail, clear_xfail): Modify to accept
5157 multiple arguments and examine each one for a valid config
5158 triplet or a prms id.
5159 * gdb.t03/ptype.exp: Clear xfail flag for ptype of unnamed
5160 enumeration members for SVR4 systems (presumes DWARF).
5161 * gdb.t11/list.exp: Set up xfail flag for tests that are
5162 expected to fail on SVR4 systems (presumes DWARF).
5164 Mon Nov 30 17:32:36 1992 Ian Lance Taylor (ian@cygnus.com)
5166 * gdb.t00/default.exp (set write, show write): don't leave it at
5167 set write on, because that causes debugging problems in later
5170 Mon Nov 30 17:18:32 1992 Rob Savoye (rob@cygnus.com)
5172 * runtest.exp: Now uses find proc to recursively find all expect
5175 Mon Nov 30 11:55:36 1992 Fred Fish (fnf@cygnus.com)
5177 * gdb.t20/inherit.exp: Recognize a '.' as the g++/gdb
5178 CPLUS_MARKER, rather than just '$'. This particular piece of
5179 brain damage is spreading like ooze; gcc, gdb, and libiberty are
5180 all infected as well.
5182 Mon Nov 30 11:23:42 1992 Ian Lance Taylor (ian@cygnus.com)
5184 * configure.in: use mt-i960-nindy, not mt-i960-nind.
5185 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
5186 gdb.t09/corefile.exp, gdb.t11/list.exp, gdb.t12/scope.exp: add
5187 expected failures for mips-*-*.
5189 Sun Nov 29 23:10:43 1992 Mike Stump (mrs@rtl.cygnus.com)
5191 * prebase.exp (not_compiler_output): Change from looking for
5192 Segmentation Violation to Internal compiler error, as the compiler
5193 no longer issues the former.
5195 Sun Nov 29 15:16:06 1992 Rob Savoye (rob at darkstar.cygnus.com)
5197 * config:/vx-g++.exp, udi-g++.exp: Replaced with gcc init code.
5198 * runtest.exp: Now executes recursively any *.exp files.
5199 * lib/old-dejagnu.exp: proc old-dejagnu executes tests that are
5201 * g++.old-deja/old-deja.exp: Recursively get all the C code in a
5203 * lib/utils.exp: New file, contains utility procs grep, find,
5205 * runtest.exp: Applied Fred's patch for the output.
5207 Sun Nov 29 08:51:15 1992 Fred Fish (fnf@cygnus.com)
5209 * gdb.t22/virtfunc.exp: Make "ptype VA" an expected failure.
5210 * runtest.exp: Fix a couple of minor formatting glitches.
5211 * gdb.t30/chexp.exp(test_print_reject): Add another possible
5212 failure expect string.
5214 Sat Nov 28 21:09:33 1992 Rob Savoye (rob at darkstar.cygnus.com)
5216 * g++.old-deja/tests: New directories for C++ code from the old
5217 style DejaGnu tests.
5218 * g++.old-deja/old-deja.exp: New file for running the old style
5220 * lib/old-dejagnu.exp: New file. Support procs for running the
5221 old style DejaGnu tests.
5223 Wed Nov 25 08:05:59 1992 Fred Fish (fnf@cygnus.com)
5225 * gdb.t16/printcmds.exp: Set up expected failure for
5226 "p 123DEADBEEF". Gdb thinks this is a floating point number.
5228 Mon Nov 23 12:14:43 1992 Ian Lance Taylor (ian@cygnus.com)
5230 * config/mt-i960-vx: set LIBS to -lgcc, not -lg (lost when file
5232 * gdb.t07/watchpoint.exp: Added expected failures for Sun3.
5234 Fri Nov 20 15:39:07 1992 Ian Lance Taylor (ian@cygnus.com)
5236 * gdb.t00/default.exp (info set): don't get fooled by the prompt
5238 (detach): gdb_test can not include $prompt in the expected result.
5239 * gdb.t00/teststrategy.exp (backtrace): don't insist on main being
5240 at level 7; any level is acceptable.
5242 Sun Nov 22 14:44:35 1992 Rob Savoye (rob at darkstar.cygnus.com)
5244 * lib/remote.exp: Added proc for kermit.
5246 Fri Nov 20 11:23:26 1992 Fred Fish (fnf@cygnus.com)
5248 * config/unix-gdb.exp (gdb_exit): Add explicit close as
5249 workaround for expect bug that slowly consumes file descriptors.
5250 * gdb.t22/virtfunc.exp: When gdb dumps core, start a new one
5251 for the benefit of later tests that expect a gdb to be currently
5252 running. This is a kludge.
5253 * configure.in (configdirs): Add gdb.t16.
5254 * gdb.t16/{Makefile.in, configure.in, in-gdbme.c, printcmds.exp}:
5255 New test for exhaustive printing of all ASCII characters and
5256 substrings, and a few tests for printing of integral values.
5257 * gdb.t30/chexp.exp: Add tests for character literals.
5259 Thu Nov 19 17:45:53 1992 Rob Savoye (rob at darkstar.cygnus.com)
5261 * lib/udi.exp: New procs for udi shells.
5262 * config/udi-gcc.exp: Made gcc_load
5263 * config/udi-gdb.exp: Made gdb_start, gdb_load gdb_exit
5264 * gdb.t00/default.exp: Lots of ugly hacks cause many default
5265 actions kill the UDI connection. Lookfor for new xfails. Sigh...
5266 * config/*-gdb.exp: Use which in gdb_version.
5267 * lib/gcc.exp: Use which in default_gcc_version.
5268 * runtest.exp: New proc which that does a path lookup.
5270 Wed Nov 18 17:08:08 1992 Michael Werner (mtw@rtl.cygnus.com)
5272 * Updated c torture tests from the package c-torture-1.7
5273 The test in: gcc.code_quality
5278 were updated. Existing tests in a given directory that had
5279 changed or that were not in 1.7 were moved into a subdirectory
5280 called "old-tests". 1.7 had a new directory called "special",
5281 the contents of which were placed in deja-gnu/gcc.special .
5282 Also, deleted from a prior Changelog entry was the erroneous
5283 statement of the removal of support in gcc for the recognition
5284 of the ".C" extension.
5286 Wed Nov 18 13:36:43 1992 Fred Fish (fnf@cygnus.com)
5288 * gdb.t30/chexp.exp: Change print tests to include explicit
5289 print command so we can also include formats.
5291 Wed Nov 18 12:32:53 1992 Ian Lance Taylor (ian@cygnus.com)
5293 * configure.in: never change target_os; we need to be able to
5294 check it in istarget tests.
5295 * config/unix-gdb.exp (gdb_exit): the string match test was the
5296 wrong way around; also, call close to try to avoid the file
5297 descriptor leak in some versions of expect.
5298 * teststrategy.exp: added some expected failures for Sun4 and
5299 Solaris, and changed the core dump test to accept a timeout (no
5300 response from gdb) if a core file was actually created.
5301 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t05/expr.exp,
5302 gdb.t15/funcargs.exp: added PRMS bug numbers for expected i960
5304 * gdb.t10/crossload.exp (bfddefault): corrected error message.
5305 (whole file): changed fixme handling to use setup_xfail.
5307 Tue Nov 17 09:14:11 1992 Ian Lance Taylor (ian@cygnus.com)
5309 * runtest.exp (setup_xfail): take optional second argument which
5310 is the PRMS bug number.
5311 (pass, fail): use it.
5312 * gdb.t00/default.exp (accept): gdb 4.7 returns a different
5314 (show): don't get fooled by the prompt in the output.
5315 * gdb.t12/scope.exp: RS/6000 expects to fail print 'file'::var.
5316 * gdb.t21/cplusfuncs.exp: use setup_xfail rather than FIXME.
5318 Mon Nov 16 12:38:47 1992 Fred Fish (fnf@cygnus.com)
5320 * gdb.t10/Makefile.in (EXECUTABLES): Add sparc-elf.
5321 * gdb.t10/README: Document sparc-elf.
5322 * gdb.t10/crossload.exp: Load and test sparc-elf.
5323 * gdb.t10/sparc-elf.u: New test executable.
5325 Mon Nov 16 11:31:30 1992 Rob Savoye (rob at darkstar.cygnus.com)
5327 * config/unix-tcl.exp: Tcl library init module.
5328 * tcl.tests: Add the tests directory from the Tcl release.
5329 * tcl.tests/Makefile.in, configure.in: Support stuff.
5330 * tcl.tests/tcl-test.exp: Test the Tcl library.
5332 Sun Nov 15 09:30:29 1992 Fred Fish (fnf@cygnus.com)
5334 * gdb.t30/{Makefile.in, chexp.exp, configure.in}: New tests
5336 * configure.in (configdirs): Add gdb.t30.
5338 Fri Nov 13 21:14:13 1992 Ian Lance Taylor (ian@cygnus.com)
5340 * runtest.exp (pass): don't print \n\nXPASS\n\n; just XPASS:
5342 (setup_xfail): don't set xfail_flag unconditionally; instead set
5343 it if the argument is the target so that it can be called several
5345 (clear_xfail): new function to conditionally clear xfail_flag.
5346 * config/unix-gdb.exp (gdb_load): set the directory to point to
5347 whereever the program is loaded from, for the benefit of symbol
5348 formats which don't know that.
5349 * teststrategy.exp: accept AIX error messages.
5350 (print "foo"): AIX shared libraries mean gdb can't find malloc.
5351 (stack trace): fails on AIX.
5352 * gdb.t02/in-gdbme.c, gdb.t03/in-gdbme.c: assign to nested_su
5353 field so that AIX linker doesn't strip it from object file.
5354 * gdb.t03/ptype.exp (unnamed enumeration): works on RS/6000.
5355 * gdb.t04/setvar.exp: don't set prms_id to garbage value.
5356 * gdb.t08/opaque.exp: RS/6000 can't do xrefs.
5357 * gdb.t09/corefile.exp: AIX gdb can't get name or signal from a
5359 * gdb.t10/crossload.exp: v_signed_char on MIPS generally fails.
5360 * gdb.t11/list.exp: some tests fail because gcc generates
5361 incorrect debugging information.
5362 * gdb.t12/in-gdbme0.c, gdb.t12/in-gdbme1.c: don't let AIX strip
5363 unreferenced variables.
5365 Thu Nov 12 08:17:40 1992 Ian Lance Taylor (ian@cygnus.com)
5367 * runtest.exp (sum): catch errors from tool_version and tool_exit,
5368 to ensure that we exit as expected even if they fail.
5369 * gdb.t00/default.exp, gdb.t00/help.exp: some targets, notably the
5370 RS/6000, don't support "set write" and "show write".
5371 * gdb.t11/list.exp (list gdbme0.c:unused, list gdbme1.c:unused):
5372 mark as expected failures for i960-*-*. These should perhaps be
5373 considered successes.
5375 Tue Nov 10 20:40:43 1992 Rob Savoye (rob at rtl.cygnus.com)
5377 * lib/gcc.exp: Added $LDFLAGS to default_gcc_start so targets can
5378 get their linker scripts.
5380 Mon Nov 9 10:57:44 1992 Ian Lance Taylor (ian@cygnus.com)
5382 * lib/gcc.exp: new file; defines default_gcc_version and
5384 * config/*-gcc.exp: use routines in gcc.exp.
5385 * gcc.execute/execute.exp: don't use c-torture, because it gives
5386 us undesired PASS and FAIL reports; use gcc_start instead.
5387 * gcc.execute/920501-6.c, gcc.execute/920726-1.c: don't include
5388 <stdio.h> or <strings.h>, so these can be used on VxWorks.
5389 * gdb.t01/run.exp: expect "run" after sending it to avoid waiting
5390 for the VxWorks shell too early.
5392 Sun Nov 8 21:38:55 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
5394 * Makefile.in: added subdir_do target, use it for info and install-info
5396 Fri Nov 6 14:10:58 1992 Ian Lance Taylor (ian@cygnus.com)
5398 * config/vx-gdb.exp (gdb_load, spawn_vxgdb): increase timeouts.
5399 * gdb.t00/default.exp: accept AIX error messages, and set the init
5400 file name based on the target.
5401 * gdb.t01/run.exp, gdb.t12/scope.exp: increase timeouts for
5403 * gdb.t06/break.exp: increase timeouts for VxWorks, and rewrite a
5404 few tests to use gdb_test function.
5406 Fri Nov 6 11:34:20 1992 Michael Werner (mtw@rtl.cygnus.com)
5408 * Moved the following ChangeLog entry from devo/ChangeLog to here:
5410 Wed Nov 4 17:57:47 1992 Michael Werner (mtw@rtl.cygnus.com)
5412 * Makefile.in: Added stuff for building deja-gnu.
5413 * ./deja-gnu/gdb.t21/ & ./deja-gnu/gdb.t22/:
5414 Moved in-gdbme.C file to in-gdbme.cc to enhance portability.
5415 Changed the configure.in file to reflect the filename extension
5418 Fri Nov 6 14:00:48 1992 Ian Lance Taylor (ian@tweedledumbest.cygnus.com)
5420 * gdb.t15/funcargs.exp: continue to call6k is an expected failure
5421 for i960-*-vxworks; PRMS 1786.
5423 Thu Nov 5 18:09:23 1992 Mike Stump (mrs@rtl.cygnus.com)
5425 * lib/prebase.exp: Remove incorrect fix. CPLUSFLAGS needs to be
5426 reset on a per test case basis, as it is changed by each test
5427 case. The correct way to fix this is to establish a default value
5428 for the variable, and set the variable to that value.
5430 Thu Nov 5 18:04:21 1992 Rob Savoye (rob at darkstar.cygnus.com)
5432 * runtest.exp: proc unknown doesn't print the error codes if
5434 * lib/remote.exp: New procs tip and tip_download for boards that
5435 live on the end of a serial cable.
5436 * config/abug-gcc.exp: Init module for MVME board.
5437 * config/mt-m68k-abug: Makefile frag for m68k MVME board.
5438 * configure.in: Only makes links for config files that exist.
5440 Thu Nov 5 17:40:27 1992 Fred Fish (fnf@cygnus.com)
5442 * {gdb.t20, gdb.t21, gdb.t22}/{Makefile.in, configure.in}:
5443 Convert C++ filenames from '.C' to '.cc'. Rename test files.
5445 Wed Nov 4 11:50:34 1992 Ian Lance Taylor (ian@tweedledumbest.cygnus.com)
5447 * lib/gdb.exp (gdb_test): don't check specially for attach error,
5448 since that doesn't belong in a general test.
5449 * gdb.t00/default.exp: fix attach and run tests for VxWorks.
5450 * gdb.t04/setvar.exp: clean up a few broken tests, eliminating
5451 some false failures incorrectly marked FIXME.
5452 * gdb.t12/scope.exp: do two ``next'' commands if necessary to skip
5453 over the call to init.
5454 * gdb.t20/classes.exp, gdb.t20/inherit.exp: make FIXME cases use
5457 Tue Nov 3 11:53:37 1992 Ian Lance Taylor (ian@tweedledumbest.cygnus.com)
5459 * runtest.exp (clone_output): send strings to the user even if
5461 * gdb.t01/in-gdbme.c (vxmain): new function for VxWorks which
5462 takes an argument and calls main with it.
5463 gdb.t01/run.exp: for *-*-vxworks, call vxmain to pass arguments,
5464 and look for results from connected task, not gdb.
5465 * gdb.t01/term.exp: don't run these tests unless native.
5466 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t05/expr.exp: expect
5467 the i960 to fail to print type char correctly, because gdb treats
5468 char as unsigned char.
5469 * gdb.t06/in-gdbme.c (vxmain): new function for VxWorks which
5470 takes an argument and calls main with it.
5471 gdb.t06/break.exp: adjust line numbers for previous change. For
5472 target *-*-vxworks, call vxmain to pass arguments.
5473 * gdb.t07/watchpoint.exp: don't check the first old value after
5474 restarting the program, because on VxWorks it will not have been
5476 * gdb.t08/opaque.exp: don't check the breakpoint number, because
5477 on VxWorks gdb_load stops and restarts gdb.
5478 * gdb.t10/crossload.exp: don't run these tests for i960 targets,
5479 because bfd uses SELECT_VECS and these formats are unknown.
5480 * gdb.t11/list.exp: changed some FIXME strings to use setup_xfail.
5482 Mon Nov 2 19:00:36 1992 Ian Lance Taylor (ian@tweedledumbest.cygnus.com)
5484 * config/vx-gdb.exp: use the new generic communication routines in
5486 lib/remote.exp (rlogin): if we get "Sorry, this system is
5487 engaged", try again; it can come from VxWorks just after
5490 Sat Oct 31 20:11:12 1992 Rob Savoye (rob at darkstar.cygnus.com)
5492 * runtest.exp: procs pass & fail now use a flag set by setup_xfail
5493 to determine it a test is an expected failure or an unexpected
5495 * runtest.exp: New proc setup_xfail. If called with a configure
5496 pattern it sets up the next test as an expected failure or an
5499 Sat Oct 31 16:10:14 1992 Rob Savoye (rob@darkstar.cygnus.com)
5501 * gdb.t10/crossload.exp: Entire file re-written to use the new
5504 Sat Oct 31 12:12:08 1992 Rob Savoye (rob at darkstar.cygnus.com)
5506 * lib/gdb.exp: gdb_test now traps cleanly if send fails cause gdb
5508 * gdb.t00/default.exp: Rewrote the first few tests to use the
5510 * lib/gdb.exp: Added a gdb_test proc. It takes a command and a
5511 pattern and runs the gdb test.
5513 Fri Oct 30 11:46:45 1992 Fred Fish (fnf@cygnus.com)
5515 * runtest.exp: Guard against nonexistant PWD environment var,
5516 which is shell dependent.
5518 Fri Oct 30 20:23:06 1992 Rob Savoye (rob at darkstar.cygnus.com)
5520 * runtest.exp: Changed format of log messages. $prms_id & $bug_id
5521 are only printed if they are not 0. Also they now appear at the
5522 end of the line in parens with a label.
5523 * runtest.exp: New procs xpass & xfail for expected failures and
5524 unexpected successes. Added successes to proc sum.
5525 * runtest.exp: istarget & ishost with no arguments returns the
5526 target and host triplet strings.
5527 * runtest.exp: New proc isnative. Returns a 1 if running native,
5529 * config/nind-gcc.exp, coff-gcc.ecp, aout-gcc.exp: Applied patch
5530 from vx-gcc.exp so errror messages don't always go to the screen.
5532 Thu Oct 29 19:07:28 1992 Rob Savoye (rob at darkstar.cygnus.com)
5534 * Changed all refences to $srcdir/lib to ./lib since configure now
5535 makes a link for it.
5536 * config/vx-gcc.exp: gcc_load doesn't try to load a program if
5537 there is no remote shell.
5538 * lib/remote.exp: The network procs telnet, rlogin, rsh now do
5539 three retries before exiting with an error.
5540 * runtest.exp: Fixed so there are multiple ways to get the users
5541 login name so it can be printed in the logs.
5542 * doc/DejaGnu.l, dejagnu.texi: Removed references to $nfshost.
5543 * runtest.exp: Removed the --nfshost option cause it's become
5545 * configure.in: Deals with the shorter names in config. Creates an
5546 abbreviation for the OS and uses that for the filename substring.
5547 * config/*: All names shortened to <= 14 characters.
5548 All init-$target_os-$tool.exp changed to $target_os-$tool.exp.
5549 * config/mt-vxworks68, mt-vxworks960: Changed to use the
5550 abbreviated triplet form like all the other stubs. Now mt-m68k-vx
5553 Tue Oct 27 10:27:33 1992 Mike Stump (mrs@cygnus.com)
5555 * runtest.exp: When setting base_dir don't use getenv("PWD") until
5556 the code works when there is no PWD env variable.
5558 Tue Oct 27 07:37:38 1992 Ian Lance Taylor (ian@cygnus.com)
5560 * gdb.t00/default.exp: accept "can't create process" error for run
5562 gdb.t08/opaque.exp: don't look for $binfile when setting
5564 gdb.t15/funcargs.exp: added -re "$prompt $" cases.
5565 gdb.t20/classes.exp: accept \t as well as space after line number.
5566 gdb.t22/virtfunc.exp: added expected failure for "cannot invoke
5567 functions on this machine".
5568 lib/gdb.exp (runto): added -re "$prompt $" cases.
5570 * lib/gdb.exp: renamed from break.exp. Moved gdb_unload and runto
5571 in from config/init-unix-gdb.exp.
5572 config/init-unix-gdb.exp: removed gdb_unload and runto.
5573 config/init-vxworks-gdb.exp: removed runto.
5574 (gdb_start): added "set args main" so that "run" with no arguments
5576 config/*-gdb.exp: include gdb.exp, not break.exp.
5578 * gdb.t01/in-gdbme.c: supply static atoi for vxworks, return
5579 rather than calling exit (avoids VxWorks vs. libgcc problem).
5580 gdb.t07/in-gdbme.c: return rather than calling exit.
5581 gdb.t08/in-gdbme0.c: return rather than calling exit.
5582 gdb.t13/in-gdbme.c: return rather than calling exit.
5583 * gdb.t00/default.exp: don't set height and width here.
5584 config/init-unix-gdb.exp (gdb_start): set it here.
5585 config/init-vxworks-gdb.exp (gdb_start): and here.
5586 * config/init-vxworks-gdb.exp (runto): new function, similar to
5587 init-unix-gdb.exp function.
5589 Mon Oct 26 09:16:24 1992 Ian Lance Taylor (ian@cygnus.com)
5591 * gdb.t12/scope.exp: check for $prompt when failing, not just
5593 * gdb.t11/list.exp: accept tab as well as space after line number.
5594 * gdb.t09/corefile.exp: don't run these tests on a target system.
5595 gdb.t09/Makefile.in: don't complain if can not dump core.
5596 * lib/break.exp: new file, for delete_breakpoints function.
5597 config/*-gdb.exp: include it.
5598 * config/init-vxworks-gdb.exp (gdb_start): open the telnet
5599 connection in gdb_start, not just once.
5600 (telnet_init): If shell is locked, retry.
5601 (gdb_load): check for $prompt; also stop and restart gdb before
5602 loading each file, because vxgdb accumulates symbols and lets the
5603 old ones take precendence.
5605 Sun Oct 25 11:35:49 1992 Rob Savoye (rob at darkstar.cygnus.com)
5607 * config/init-vxworks-gcc.exp: Now works good, traps load errors
5609 * runtest.exp, doc/dejagnu.texi: Changed all occurences of
5610 $defaultmode to $connectmode.
5611 * config/init-vxworks-gcc.exp, init-unix-gcc.exp: Fixed so
5612 compiler output doesn't go to the screen unless $verbose>1.
5613 * runtest.exp: Improved error handling in proc unknown by having
5616 Sun Oct 25 11:35:49 1992 Rob Savoye (rob at darkstar.cygnus.com)
5618 * runtest.exp, doc/dejagnu.texi: Changed all occurences of
5619 $defaultmode to $connectmode.
5620 * config/init-vxworks-gcc.exp, init-unix-gcc.exp: Fixed so
5621 compiler output doesn't go to the screen unless $verbose>1.
5622 * runtest.exp: Improved error handling in proc unknown by having
5625 Sat Oct 24 22:44:09 1992 Rob Savoye (rob at darkstar.cygnus.com)
5627 * gcc.execute/execute.exp: Looks at $status after executing the
5629 * config/init-unix-gcc.exp: Made gcc_load work and set $status.
5630 * runtest.exp: Moved regex variables for decimal and hex from
5633 Fri Oct 23 12:03:47 1992 Rob Savoye (rob at darkstar.cygnus.com)
5635 * config/mt-m68k-aout, mt-m68k-coff, mt-i960-nindy, mt-a29k-udi:
5637 * config/init-nindy-gdb.exp, init-nindy-gdb.exp, init-nindy-gdb.exp:
5638 New init modules for nindy tests.
5639 * configure.in: Added aout, coff, udi targets.
5640 * config/init-aout-gdb.exp, init-coff-gdb.exp, init-udi-gdb.exp:
5641 New init modules for gdb tests.
5642 * config/init-aout-gcc.exp, init-coff-gcc.exp, init-udi-gcc.exp:
5643 New init modules for gcc tests.
5644 * config/init-aout-nm.exp, init-coff-nm.exp, init-udi-nm.exp: New
5645 init modules for nm tests.
5646 * lib/c-torture.exp: Fixed so warning messages are still a PASS.
5647 * runtest.exp: Fixed bug so --connectmode now works.
5649 Fri Oct 23 11:56:02 1992 Ian Lance Taylor (ian@cygnus.com)
5651 * gdb.t06/in-gdbme.c: added definition of atoi when using VxWorks.
5652 gdb.t06/break.exp: adjusted line numbers for above change.
5654 Thu Oct 22 21:39:03 1992 Rob Savoye (rob at darkstar.cygnus.com)
5656 * Makefile.in: Added to site target so the value of LIBS goes into
5659 Thu Oct 22 12:16:03 1992 Ian Lance Taylor (ian@cygnus.com)
5661 * gdb.t00/help.exp: VxWorks support:
5662 help i, help info: info sharedlibrary line is optional
5663 help source: accept .vxgdbinit as well as .gdbinit
5664 * gdb.t00/default.exp: VxWorks support:
5665 add-symbol-file, show prompt: use $prompt, not (gdb)
5666 i, info: info sharedlibrary line is optional
5667 load, r, run, x: accept vxgdb responses as legitimate
5668 * config/init-vxworks-gdb: send a single \n at end, because
5669 otherwise the multiple prompts confuse the expect scripts.
5671 Wed Oct 21 16:06:33 1992 Ian Lance Taylor (ian@cygnus.com)
5673 * Makefile.in, */Makefile.in: use new variable $(LIBS) when
5675 config/mt-vxworks68, config/mt-vxworks960: define LIBS as -lgcc.
5676 * configure.in: add irix* to list of unix targets.
5678 Tue Oct 20 12:31:38 1992 Mike Stump (mrs@rtl.cygnus.com)
5680 * Makefile.in (subdirs): Fixed so that make works, even when whole
5681 subdirectories of tests are removed. This way, subsets of the
5682 whole set of test can be distributed.
5684 Mon Oct 19 10:59:19 1992 Rob Savoye (rob at darkstar.cygnus.com)
5686 * gcc.execute/execute.exp: Runs all the test from the c-torture test's
5688 * gcc.execute: New directory
5689 * gcc.code_quality/code_quality.exp: Runs all the test from the
5690 c-torture test's code_quality directory.
5691 * gcc.code_quality: New directory
5692 * gcc.noncompile/noncompile.exp: Runs all the test from the
5693 c-torture test's noncompile directory.
5694 * gcc.noncompile: New directory
5695 * gdb.*/*.exp: Removed all references to $det_file.
5696 * nm.all/nm.exp: Removed all references to $det_file.
5697 * g++.other/g++-03.exp, g++-04.exp: Source prebase.exp and
5698 postbase.exp from lib directory.
5699 * g++.mike/misc1.exp, misc2.exp, misc3.exp, misc4.exp, misc5.exp,
5700 misc6.exp, p646.exp, p710.exp: Source prebase.exp and postbase.exp
5702 * prebase.exp, postbase.exp: Moved into lib directory.
5704 Sun Oct 18 15:46:07 1992 Rob Savoye (rob at darkstar.cygnus.com)
5706 * lib/c-torture.exp: New support procs for running tests from the
5708 * gcc.unsorted/unsorted.exp: Runs all the test from the c-torture test's
5710 * gcc.unsorted: New directory
5711 * lib: New directory for Tcl procs used by tests.
5713 Sun Oct 18 00:39:59 1992 Fred Fish (fnf@cygnus.com)
5715 * gdb.t11/list.exp: Revise to install FIXME cases for things
5716 that are known to fail when used with DWARF.
5717 * gdb.t07/watchpoints.exp: Rewrite to avoid cascading of errors.
5719 Sat Oct 17 10:54:42 1992 Fred Fish (fnf@cygnus.com)
5721 * gdb.t00/teststrategy.exp: Fix single step tests to succeed
5722 if the source for the gdb being tested is no longer available
5723 for the gdb doing the testing.
5725 Fri Oct 16 17:25:31 1992 Rob Savoye (rob at darkstar.cygnus.com)
5727 * g++.mike/misc1.C, misc4.C misc5.C p646.C: Changed all occurences
5728 of 'i' as a variable, cause it screws up the vxworks 'i' shell
5731 Fri Oct 16 15:51:10 1992 Fred Fish (fnf@cygnus.com)
5733 * gdb.t00/default.exp: Set height to zero. Fix target cmds
5734 to accept either "child" or "procfs" depending upon whether
5736 * gdb.t00/help.exp: Accept either "child" or "procfs" for
5737 target commands, depending upon gdb configuration for /proc.
5738 * gdb.t00/teststrategy.exp: Make disassembly output more
5739 portable. Make test for gdb core dump more portable.
5740 * gdb.t07/watchpoint.exp: Test only for pattern at line
5741 for watchpoint hit, ignore break addr and linenumber.
5742 * gdb.t09/corefile.exp: Minor fixes for system dependencies.
5744 Wed Oct 14 13:11:51 1992 Fred Fish (fnf@cygnus.com)
5746 * configure.in (configdirs): Add gdb.t22
5747 * gdb.t22/{Makefile.in, configure.in, in-gdbme.C, virtfunc.exp}:
5748 New tests for calling C++ virtual functions.
5750 Wed Oct 14 00:30:07 1992 Fred Fish (fnf@cygnus.com)
5752 * configure.in (configdirs): Add gdb.t21
5753 * config/init-unix-gdb.exp (delete_breakpoints): Minor cleanup.
5754 * config/init-unix-gdb.exp (runto): New proc.
5755 * gdb.t00/teststrategy.exp (test_with_self): Preserve the
5756 original timeout and restore when done. Extend the timeout
5757 for loading gdb into itself to 10 minutes (old limit of 5 minutes
5758 was hit on a SPARCstation under moderate load).
5759 * gdb.t01/term.exp: Fix run command in "info terminal" test.
5760 * gdb.t06/break.exp: Fix linenumber in "run 2" output.
5761 * gdb.t12/scope.exp: Remove "runto" proc, moved to init file.
5762 * gdb.t20/inherit.exp: Remove "runto" proc, moved to init file.
5763 * gdb.t20/classes.exp: Remove "runto" proc, moved to init file.
5764 Also remove some junk leftover from gdbtest case conversion.
5765 * gdb.t21/{Makefile.in, configure.in, in-gdbme.C, cplusfuncs.exp,
5766 demangle.exp}: New test case for demangling and C++ function
5769 Mon Oct 12 09:10:22 1992 Fred Fish (fnf@cygnus.com)
5771 * gdb.t00/default.exp: Add expect strings for setting height and
5772 width commands. Add expect string for add-symbol-file.
5773 * gdb.t00/teststrategy.exp: Add proc to convert current gdb
5774 pathname to fully qualified pathname for the copy command.
5775 Reorganize so that the test can be gracefully skipped if this
5776 fails. Increase timeout to load gdb to 5 minutes for systems
5777 where loading is done over the network and/or full symtabs are
5779 * gdb.t20/{Makefile.in, configure.in, in-gdbme.C, classes.exp,
5780 inherit.exp, misc.exp}: New tests for C++.
5782 Sat Oct 10 18:23:20 1992 Rob Savoye (rob at darkstar.cygnus.com)
5784 * runtest: New makefile created bourne shell to load runtest.exp
5785 into expect. Needed for machine that don't grok #!/bin/expect kind
5787 * config/mt-vxworks960: Uses new p3 naming convention. Also
5788 expects to find all the binaries in your path.
5789 * gdb.t13/bitfields.exp: Added a line after every test to dump the
5790 output to the detail file.
5791 * gdb.t15/funcargs.exp: Added a line after every test to dump the
5792 output to the detail file.
5793 * configure.in: Do a "make runtest" for post target.
5794 * Makefile.in: Has new target for making runtest. Runtest is a
5795 bourne shell script that start $srcdir/runtest.exp.
5796 * runtest.exp: made the printing of the summary counts a proc so a
5797 ^C or SIGQUIT will print the summary, then exit.
5798 * runtest: Renamed to runtest.exp.
5800 Fri Oct 9 07:15:04 1992 Fred Fish (fnf@cygnus.com)
5802 * gdb.t11/configure.in (srctrigger): Change to list.exp.
5804 Fri Oct 9 00:16:02 1992 Fred Fish (fnf@cygnus.com)
5806 * configure.in: Add gdb.t11.
5807 * runtest: Add new variable efailcnt for expected failures.
5808 Treat expected failures as passes, but count them separately
5810 * config/init-unix-gdb.exp (delete_breakpoints): Add proc.
5811 * gdb.t03/ptype.exp: Add expected failure for enums.
5812 * gdb.t04/setvar.exp: Make FIXME's consistent with other tests.
5813 * gdb.t06/break.exp: Add new test for next over recursive calls.
5814 * gdb.t11/{Makefile.in, configure.in, in-gdbme0.c, in-gdbme0.h,
5815 in-gdbme1.c, list.exp}: New test for list command.
5816 * gdb.t15/in-gdbme.c (test_struct_args): Remove aggregate initial-
5819 Tue Oct 6 19:25:00 1992 Fred Fish (fnf@cygnus.com)
5821 * config/init-unix-gdb.exp: Don't spawn gdb with a null argument
5822 when GDBFLAGS is empty.
5823 * gdb.t00/default.exp: Set width to 0 (unlimited).
5824 * gdb.t00/default.exp: Add expect strings for "attach", "run",
5825 "source", and "x", that match current gdb.
5826 * gdb.t00/help.exp: Fix expect string for "help breakpoints".
5827 * gdb.t00/teststrategy.exp: Fix "run" send string and expected
5828 output. Fix expected output for control-C.
5829 * gdb.t06/break.exp: Restart gdb to avoid leftovers from other
5830 tests. Adjust line numbers to account for changes in test source.
5832 Tue Oct 6 11:08:26 1992 Fred Fish (fnf@cygnus.com)
5834 * configure.in (configdirs): Add gdb.t13 gdb.t15.
5835 * gdb.t12/in-gdbme0.c: Add code for checking auto variables and
5837 * gdb.t12/scope.exp: Add tests for auto variables and local scopes.
5838 * gdb.t13/{Makefile.in, configure.in, in-gdbme.c, bitfields.exp}:
5839 New test for bitfields.
5840 * gdb.t15/{Makefile.in, configure.in, in-gdbme.c, funcargs.exp}:
5841 New test for actual args passed to functions.
5843 Fri Oct 2 15:42:10 1992 Rob Savoye (rob at darkstar.cygnus.com)
5845 * Makefile.in: Added support for srcdir going to site.exp.
5847 Thu Oct 1 21:26:35 1992 Rob Savoye (rob at darkstar.cygnus.com)
5849 * teststrategy.exp: Changed the test for target vs host to using
5850 $target_alias & $host_alias instead of $target_os & $host_os.
5851 * corefile.exp: Added line to dump output of tests to detail
5853 * scope.exp: Added line to dump output of tests to detail
5855 * opaque.exp: Added line to dump output of tests to detail
5857 * crossload.exp: Added line to dump output of tests to detail
5859 * watchpoint.exp: Added line to dump output of tests to detail
5862 Thu Oct 1 21:05:28 1992 Rob Savoye (rob at darkstar.cygnus.com)
5864 * runtest: Changed the test for target vs host to using
5865 $target_alias & $host_alias instead of $target_aos & $host_os.
5867 Sep 30 08:45:00 1992 Fred Fish (fnf@fishpond.cygnus.com)
5869 * configure.in (configdirs): Add gdb.t07, gdb.t08, gdb.t09
5871 * runtest: Fix some misspellings in trap commands.
5872 * runtest (proc unknown): Change arg to args.
5873 * runtest (clone_output, pass, fail): Remove leading tabs from result
5874 lines that waste space that can be used for more meaningful
5876 * runtest: Remove extraneous 12 newlines at end of file.
5877 * config/init-unix-gdb.exp: Add convenience abbreviations for
5878 hex and decimal number strings.
5879 * config/init-unix-gdb.exp: Add gdb_unload proc.
5880 * gdb.t06/break.exp: Replace hardcoded directory with $subdir.
5881 * gdb.t07/{Makefile.in, configure.in, in-gdbme.c, watchpoint.exp}:
5882 New tests for watchpoints.
5883 * gdb.t08/{Makefile.in, configure.in, in-gdbme0.c, in-gdbme1.c,
5884 opaque.exp}: New tests for opaque structs.
5885 * gdb.t09/{Makefile.in, configure.in, in-gdbme.c, corefile.exp}:
5886 New tests for core file handling.
5887 * gdb.t10/{Makefile.in, configure.in, README, in-gdbme.c,
5888 crossload.exp, i486-elf.u, i860-elf.u, m68k-aout.u, m68k-aout2.u,
5889 m68k-elf.u, mips-ecoff.u, sparc-aout.u}: New files for non-native
5890 executable handling tests.
5891 * gdb.t12/{Makefile.in, configure.in, in-gdbme0.c, in-gdbme1.c,
5892 scope.exp}: New tests for handling scope specifications.
5894 Sun Sep 20 14:18:19 1992 Rob Savoye (rob at darkstar.cygnus.com)
5896 * configure.in: Better support for multiple platforms. Configures
5897 for most unix variants and targets.
5898 * DejaGnu.l, dejagnu.texi: Updated with new command line option.
5899 * runtest: Added option to not reboot the target evry time.
5901 Thu Sep 10 17:15:37 1992 Rob Savoye (rob at darkstar.cygnus.com)
5903 * runtest: Check for config variable targetname and nfshost after
5904 cmd options rather than before.
5906 Mon Sep 7 21:06:23 1992 Rob Savoye (rob at darkstar.cygnus.com)
5908 * config/mt-m68k-coff: Created for m68k based bare board.
5910 Sun Sep 6 16:48:29 1992 Rob Savoye (rob at darkstar.cygnus.com)
5912 * postbase.exp: add $srcdir for g++_start invocation from
5913 different directory tree.
5914 * postbase.exp: made output other than pass/fail go only to
5915 screen only if $verbose > 1.
5917 Wed Sep 2 23:29:14 1992 Rob Savoye (rob at rtl.cygnus.com)
5919 * Minor bug fixes. Now works with local config file.
5921 Sun Aug 16 23:00:40 1992 Rob Savoye (rob at darkstar.cygnus.com)
5923 * dejagnu.texi: updated some more.
5924 * configure.in: added nm support.
5925 * Makefile.in: added nm.all to subdirs list.
5926 * config/init-sunos-nm.exp: new init module for nm tests.
5927 * nm.all/in-nmtest.c: new test case code for nm.
5928 * nm.all/nm.exp: new test cases for nm.
5929 * nm.all/Makefile.in: new makefile fragment
5931 * nm.all/configure.in: new config file file for nm tests.
5933 Sat Aug 15 16:30:39 1992 Rob Savoye (rob at darkstar.cygnus.com)
5935 * All test cases: changed how the tool is invoked. Now use the
5937 * configure.in: added g++ init module.
5938 * init-*-g++.exp: Created new global called $exec_output, to hold
5939 the output of an executable produce by g++.
5940 * init-sunos-g++.exp: Added stubs to target dependant routines.
5941 * g++-init.exp: renamed to config/init-sunos-g++.exp.
5942 * Features.txt: moved to doc directory.
5944 Sun Aug 9 22:49:21 1992 Rob Savoye (rob at darkstar.cygnus.com)
5946 * Added self-defined makefile style arguments.
5947 * Added most of the makefile variables for tools to site.exp.
5948 * Merged *-gdb-exit.exp into the config/init-*-gdb.exp and made it
5949 a function call instead.
5951 Sat Aug 8 18:47:40 1992 Rob Savoye (rob at darkstar.cygnus.com)
5953 * runtest: Now lets all site.exp set all configuration variables.
5954 Command line options overrule the config file's.
5955 * runtest: Rearranged all command line options. Made most of them
5956 use a --fullname syntax.
5957 * runtest: Now --verbose prints only the tests that failed. Added
5958 option --all that prints tests that passed too.
5960 Fri Aug 7 21:55:48 1992 Rob Savoye (rob at darkstar.cygnus.com)
5962 * init-vxworks-gdb.exp: Now uses config file.
5963 * Makefile.in: Now has a target to make a config file.
5964 * site.exp: Created by make/configure. Holds init values for
5966 * configure.in: Now configures init modules for tool.
5967 * runtest: Now uses init setup by configure.
5969 Wed Aug 5 23:04:47 1992 Rob Savoye (rob at darkstar.cygnus.com)
5971 * all files: Changed the prompt pattern to a variable $prompt that
5972 is set in the init module.
5974 Thu Jul 16 11:12:44 1992 Rob Savoye (rob at darkstar.cygnus.com)
5976 * Changed the framework executable from DejaGnu to runtest.
5978 Sun Jul 12 16:08:04 1992 Rob Savoye (rob at darkstar.cygnus.com)
5980 * Changed command line options so cc, gdb, etc... are specified
5981 like makefiles. ie: CC=gcc CFLAGS="-v -r"
5982 * Changed several command line option names.
5984 Fri Jul 10 11:28:00 1992 Rob Savoye (rob at darkstar.cygnus.com)
5986 * Added support to gdb_load in gdb-init.exp for loading a program
5987 if another one is already loaded. Also now deals with reloading if
5988 still debugging previous program.
5989 * Added multiple levels of verbose. Verbose gets incremented
5990 depending on how many times it appears on the command line.
5991 * Added more subdirectories for gdb tests.
5992 * Added tests for testing "run" and "terminal" commands.
5993 * Added support to gdb_load() so it can load a file to replace the
5996 Tue Jun 30 22:22:00 1992 Rob Savoye (rob at darkstar.cygnus.com)
5998 * DejaGnu: Added changes to main loop adding support for init and
5999 exit modules. Moved *_version stuff to init modules.
6000 * DejaGnu.l: Added new command line option for targets. Added lots
6001 on how to write a test.
6002 * Added section on init and exit modules. Added keyword use by
6004 * vxworks-gdb-init.exp: Expect script that logs in to vxworks board,
6005 starts GDB, and loads a file.
6006 * gdb-init.exp: New init module for gdb native. Was gdb-01.exp.
6007 * gdb-exit.exp: New exit module for GDB native.
6008 * features.txt: List of features and goals. Based on testing meeting
6010 * g++-init.exp: New module for G++ initialization.
6011 * Gave gdb.all tests intelligent names instead of numbers.
6012 * default.exp: Was xdefault.exp. Removed spawn commnd. Added prompt
6014 * help.exp: Removed process spawning part. Added prompt match for test
6016 * echo.exp: Was gdb-02.exp.
6018 Thu May 21 17:20:23 1992 Rob Savoye (rob@darkstar.cygnus.com)
6020 * Hacking in better detailed reports.