aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)AuthorFilesLines
2007-12-27 * lib/target.exp (default_link): Initialize nobjects before use.origin/originoriginBen Elliston1-0/+1
2007-12-07 * lib/dg.exp (dg_bogus): Comment fix.Ben Elliston1-1/+1
2007-10-30 * lib/framework.exp (open_logs): Line buffer the .sum file.Ben Elliston1-0/+1
2007-08-28Patch from Daniel Jacobowitz.Rob Savoye1-2/+2
2006-07-142006-07-13 Daniel Jacobowitz <dan@codesourcery.com>Ben Elliston1-1/+1
* Makefile.am (DOCBOOK2RTF): Fix typo. * Makefile.in: Regenerated. * lib/libgloss.exp (process_multilib_options): Use -- to handle options starting with hyphens.
2006-06-222006-06-23 Eric Botcazou <ebotcazou@adacore.com>Ben Elliston1-13/+13
* libgloss.exp (find_gnatmake): Rewrite.
2006-06-14 * rsh.exp (rsh_exec): Handle inp and outp arguments. UseBen Elliston2-19/+16
local_exec to run rsh. Return failure if rsh times out. * remote.exp (local_exec): Handle "|& cat" we added when deciding whether to return output.
2006-06-08 * baseboards/cris-sim.exp: Use Tcl fall-through syntax forBen Elliston2-17/+26
multiple cases, not a list (case uses lists, switch does not). Pass -glob to switch where applicable to emulate case behaviour. * baseboards/h8300.exp: Likewise. * lib/framework.exp (clone_output): Likewise. (clear_xfail): Likewise. (clear_kfail): Likewise. * lib/libgloss.exp (process_multilib_options): Likewise. * runtest.exp: Likewise.
2006-06-02 * config/dos.exp (dos_open): Only run global board_info once atBen Elliston1-2/+1
the beginning of the proc; remove duplicates. (dos_load): Use file join to separate path components. (dos_copy_upload): Likewise. * lib/remote.exp (call_remote): Use error, not "blooie" to trigger an error.
2006-05-23 * config/gdb-comm.exp (gdb_comm_load): Brace some expressions.Ben Elliston5-25/+26
* config/i960.exp (i960_spawn): Initialise status. * config/netware.exp (${board}_init): Brace some if expressions. * lib/dg.exp (dg-test): Brace some expressions. * lib/framework.exp (clone_output, log_and_exit, log_summary, record_test, pass, fail): Likewise. * lib/libgloss.exp (get_multilibs): Likewise. * lib/remote.exp (standard_transmit, unix_clean_filename, remote_load, check_for_board_status, remote_expect): Likewise. * lib/rsh.exp (rsh_exec): Likewise.
2006-05-22 * runtest.exp, baseboards/basic-sim.exp, baseboards/cf.exp,Ben Elliston15-331/+332
baseboards/cris-sim.exp, baseboards/i960-cyclone.exp, baseboards/mcore-moto-sim.exp, baseboards/mips64vr4100-sim.exp, baseboards/mmixware-sim.exp, baseboards/op50n.exp, baseboards/rom68k-idp.exp, baseboards/sparclite-sim-le.exp, baseboards/usparc-cygmon.exp, config/base-config.exp, config/base68k.exp, config/ddb-ether.exp, config/ddb.exp, config/dos.exp, config/gdb-comm.exp, config/gdb_stub.exp, config/i386-bozo.exp, config/i960.exp, config/m68k-emc.exp, config/netware.exp, config/sid.exp, config/sim.exp, config/tic80.exp, config/unix.exp, config/vxworks.exp, lib/debugger.exp, lib/dejagnu.exp, lib/dg.exp, lib/framework.exp, lib/ftp.exp, lib/kermit.exp, lib/libgloss.exp, lib/remote.exp, lib/rlogin.exp, lib/rsh.exp, lib/target.exp, lib/targetdb.exp, lib/telnet.exp, lib/tip.exp, lib/utils.exp: Put braces around if expressions throughout.
2006-05-22 * lib/framework.exp (open_logs): Use file join where applicable.Ben Elliston3-21/+21
* lib/libgloss.exp (libgloss_link_flags, newlib_link_flags, newlib_include_flags, g++_link_flags, libstdc++_link_flags, get_multilibs, winsup_include_flags, winsup_link_flags): Likewise. * lib/utils.exp (which): Likewise. * runtest.exp (search_and_load_file, lookfor_file, load_tool_init): Likewise.
2006-05-22 * lib/debugger.exp (watcharray): Add `array' parameter. RenameBen Elliston1-4/+4
`type' parameter to `op' and update all uses in the proc. (watchvar): Add `ignore' parameter for scalar variables. Likewise, rename `type' to `op' and update throughout the proc.
2006-05-22 * runtest.exp: Use switch, not case.Ben Elliston4-10/+11
* lib/framework.exp (clone_output): Likewise. (clear_xfail): Likewise. (clear_kfail): Likewise. (set_warning_threshold): Make warning_threshold global. (get_warning_threshold): Likewise. * lib/libgloss.exp (process_multilib_options): Use switch, not case. * lib/remote.exp (local_exec): Only run global errorInfo once. (standard_upload): Fix error in variable use ($file -> $srcfile). * lib/utils.exp (grep): Use switch, not case. (slay): Fix mismatched bracket.
2006-05-22 * lib/debugger.exp (watcharray): Use switch, not case.Ben Elliston1-2/+3
(watchvar): Likewise. (bt): Add an explanatory comment.
2006-04-13 * lib/debugger.exp, lib/dejagnu.exp, lib/dg.exp,Ben Elliston9-177/+80
lib/framework.exp, lib/libgloss.exp, lib/remote.exp, lib/rlogin.exp, lib/target.exp, lib/telnet.exp: Formatting.
2006-01-01 * config/default.exp, config/unix.exp, config/vxworks.exp,Ben Elliston5-5/+5
lib/debugger.exp, lib/dejagnu.exp, lib/framework.exp, lib/libgloss.exp, lib/remote.exp, testsuite/lib/util-defs.exp: Formatting fixes. * dejagnu.h, testsuite/config/default.exp, testsuite/lib/libsup.exp, testsuite/libdejagnu/tunit.exp, testsuite/libdejagnu/unit.cc, testsuite/runtest.all/libs.exp, testsuite/runtest.all/options.exp, testsuite/runtest.all/stats-sub.exp, testsuite/runtest.all/stats.exp: Update copyright notice and FSF office address. Remove bug reporting address, as it is now maintained centrally in the README file.
2005-12-23 * lib/remote.exp: Tidy.Ben Elliston5-33/+18
* lib/targetdb.exp: Likewise. * lib/target.exp (prune_warnings): Improve comments. * lib/dejagnu.exp: Likewise. * lib/utils.exp: Likewise.
2005-09-24 * lib/rsh.exp: Tidy comments.Ben Elliston1-14/+8
2005-07-07 * lib/telnet.exp (telnet_transmit): Remove; use standard method.Ben Elliston1-5/+4
2005-07-06Update copyright year.Ben Elliston1-1/+1
2005-07-06 * lib/tip.exp (tip_open): Improve comments.Ben Elliston1-10/+8
(tip_download): Likewise.
2005-07-06 * lib/telnet.exp (telnet_open): Improve option handling. ClarifyBen Elliston1-14/+13
documentation for each proc.
2005-07-06 Import some missing hunks from this patch on sourceware:Ben Elliston1-5/+4
2004-11-11 Nick Clifton <nickc@redhat.com> * lib/libgloss.exp (libio_include_flags, g++_include_flags, winsup_include_flags): Revert previous patch, restoring the use of -I, for all libraries except newlib. Newlib needs -isystem to avoid the problems with <limits.h> but the C++ and winsup libraries need -I because -isystem generates an implicit 'extern "C"' which may not be appropriate for certain targets.
2005-06-24 * Update the FSF's physical address throughout.Ben Elliston16-16/+16
2005-04-282005-04-28 Mark Kettenis <kettenis@gnu.org>Rob Savoye1-1/+2
* lib/target.exp (prune_warnings): Add a few more linker warning patterns for OpenBSD.
2005-03-29Minor addition to OpenBSD prune warning.Rob Savoye1-1/+1
2005-03-23Adjust OpenBSD warning in prune_warnings.Rob Savoye1-1/+1
2005-03-20from Mark Kettenis <kettenis@gnu.org>Rob Savoye1-2/+4
* lib/target.exp (prune_warnings): Add linker warning patterns for OpenBSD.
2004-11-212004-11-19 Nick Clifton <nickc@redhat.com>Rob Savoye1-11/+24
* lib/libgloss.exp (newlib_include_flags): Document why -isystem is used instead of -I. (libio_include_flags): Use -I instead of -isystem and document why. (g++_include_flags): Use -I instead of -isystem. (libstdc++_include_flags): Likewise.
2004-11-04 * lib/dg.exp (dg-test): If a `dg-do run' test fails to compile,Ben Elliston1-2/+2
mark the test as unresolved, rather than warning.
2004-06-07 * lib/libgloss.exp (build_wrapper): Remove redundant set command.Ben Elliston1-1/+0
2004-06-05Tue Feb 25 05:19:57 UTC 2003 Brendan Conoboy <blc@@redhat.com>Rob Savoye1-0/+9
* lib/remote.exp (call_remote): Remove multilibs from the board name when rebooting a board.
2004-04-212004-03-29 Joel Brobecker <brobecker@gnat.com>Rob Savoye2-0/+41
* lib/libgloss.exp (find_gnatmake): New procedure. * lib/target.exp (default_target_compile): Add support for Ada.
2004-04-032004-04-02 Rob Savoye <rob@direwolf.welcomehome.org>Rob Savoye1-7/+8
* configure.ac, example/Makefile.am: Add example/mathhelper. * configure, alocal.m4, example/Makefile.in: Regenerated. 2004-04-02 Joel Sherrill <joel@OARcorp.com> * example/mathhelper: New example for using the unit testing API. 2004-03-05 Daniel Jacobowitz <drow@mvista.com> * lib/remote.exp (standard_spawn): Fix rsh username support.
2004-02-07 * lib/standard.exp: Tidy.Ben Elliston1-5/+4
2004-02-07 * Makefile.am (pkgdata_SCRIPTS): Remove lib/mondfe, lib/xsh.exp.Ben Elliston3-538/+1
(config_SCRIPTS): Remove udi.exp, vrtx.exp. (baseboard_SCRIPTS): Remove a29k-udi.exp. * Makefile.in: Regenerate. * baseboards/a29k-udi.exp: Remove. * baseboards/dos.exp: Update comments. * config/udi.exp: Remove. * config/vrtx.exp: Remove. * doc/overview.sgml: Update. Don't mention mondfe and xsh support. * doc/ref.sgml: Likewise. * doc/user.sgml: Likewise. * lib/mondfe.exp: Remove. * lib/xsh.exp: Likewise. * lib/remote.exp: Don't load mondfe.exp or xsh.exp. * packaging/pkg/prototype: Update. * NEWS: Update.
2004-02-06* util-defs.exp only exists to support testing lib/utils.exp, so moveBen Elliston1-101/+0
it to the testsuite/lib directory and out of users' sight. * lib/util-defs.exp: Move from here .. * testsuite/lib/util-defs.exp: .. to here. * Makefile.am (EXTRA_DIST): Remove lib/util-defs.exp. * Makefile.in: Regenerate. * testsuite/Makefile.am (EXTRA_DIST): Add lib/util-defs.exp. * testsuite/Makefile.in: Regenerate. * doc/ref.sgml (File Map): Remove util-defs.exp. * packaging/pkg/prototype: Update file list.
2004-02-05 * lib/target.exp (prune_warnings): Add spaces where required inBen Elliston1-2/+2
NetBSD warnings. Supersedes a patch in pkgsrc's devel/dejagnu.
2004-01-30 * Import orphaned patches from sources.redhat.com:Ben Elliston1-4/+11
2002-05-02 Fernando Nasser <fnasser@redhat.com> * doc/dejagnu.texi: Document KFAIL and KPASS. 2002-02-20 Richard Henderson <rth@redhat.com> * lib/target.exp (prune_warnings): Revert early "In function" strip, as this breaks g++.dg tests. Match dangerous regexp without the "In function" header. 2002-02-09 Richard Henderson <rth@redhat.com> * lib/target.exp (prune_warnings): Strip "In function" etc early. Adjust "dangerous" regexp for glibc's tmpnam warning. 2001-09-10 Jim Blandy <jimb@redhat.com> * baseboards/rom68k-idp.exp: Use -Tidpgdb.ld as the linker script, so we get the version of the `outbyte' function that does console output in a way that GDB's rom68k target recognizes. Note that the board can now do output. 2000-04-25 Felix Lee <flee@cygnus.com> * baseboards/tx39-sim.exp: Use idt, not dve linker script. Delete misleading comments and null statements.
2004-01-30* Merge dejagnu_1_4_branch up to dejagnu-1_4_4 tag.Ben Elliston1-1/+1
2003-08-23Use a consistent GNU copyright header throughout.Ben Elliston19-248/+248
2003-08-22 * lib/ftp.exp: Document procs.Ben Elliston1-26/+18
2003-08-22 * lib/kermit.exp: Document procs.Ben Elliston1-25/+21
2003-08-19Re-indent with Emacs' tcl-mode.Ben Elliston7-25/+25
2003-08-17More trailing whitespace.Ben Elliston5-24/+24
2003-08-16Whitespace fixes.Ben Elliston13-148/+148
2003-08-12* fix Rob's mail address (no ChangeLog entry necessary)Ben Elliston1-2/+1
2003-08-07 * lib/remote.exp: Replace "TCL" with "Tcl".Ben Elliston1-3/+3
2003-08-07* Remove surplus semicolons in `for' commands.Ben Elliston4-6/+6