aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-04-07Make the testsuite work better.origin/masterorigin/HEADBen Elliston5-27/+48
* Makefile.am (RUNTESTDEFAULTFLAGS): Add RUNTEST=$(RUNTEST). * Makefile.in: Regenerate. * dejagnu.exp (host_execute): Improve regexp matching. * testsuite/libdejagnu/unit.cc: C++ fixes.
2008-04-07* lib/utils.exp (diff): Open both files as binary.Ben Elliston2-0/+6
2008-04-07* dejagnu.h (totals): Correct typos.Ben Elliston2-2/+6
2008-04-07* doc/user.xml (Adding a New Tool, Adding a New Target): Fix typos.Ben Elliston3-4/+9
* doc/dejagnu.texi: Regenerate.
2008-02-25 * doc/runtest.1: Update date of last revision.Ben Elliston2-2/+6
2008-02-11Make switch commands in some baseboard files more robust. From H-P.Ben Elliston3-2/+8
2008-02-11 Hans-Peter Nilsson <hp@axis.com> * baseboards/h8300.exp: Use -- before switch argument that may begin with "-". * baseboards/cris-sim.exp: Ditto.
2008-02-11Install some omitted baseboard scripts.Ben Elliston3-4/+19
2008-02-11 Hans-Peter Nilsson <hp@axis.com> * Makefile.am (baseboard_SCRIPTS): Add scripts cris-sim.exp, iq2000-sim.exp and m32r-linux-sim.exp. * Makefile.in: Regenerate.
2008-02-08* baseboards/cris-sim.exp: Fix MS-DOS line termination.Ben Elliston2-66/+70
2008-02-07Add a .gitignore file for the doc directory.Ben Elliston1-0/+1
2008-02-04Remove .cvsignore file(s).Ben Elliston1-1/+0
2007-12-27 * lib/target.exp (default_link): Initialize nobjects before use.origin/originoriginBen Elliston2-0/+5
2007-12-07Remove stray CVS conflict markers.Ben Elliston1-4/+0
2007-12-07 * lib/dg.exp (dg_bogus): Comment fix.Ben Elliston2-1/+5
2007-10-30 * lib/framework.exp (open_logs): Line buffer the .sum file.Ben Elliston2-0/+5
2007-09-04 * doc/user.xml (Configuration): Fix typos.Ben Elliston3-5/+10
* doc/dejagnu.texi: Regenerate.
2007-08-28Patch from Daniel Jacobowitz.Rob Savoye2-2/+6
2007-05-17 * doc/user.xml: Correct the syntax for running apt-get on a DebianBen Elliston2-1/+6
GNU/Linux system. From Peter Welte <weltepe@gmail.com>.
2007-04-30 * baseboards/xtensa-sim.exp: Set target_install. Stop usingRob Savoye1-0/+7
basic-sim.exp. Run the simulator with --turbo option. Replace needs_status_wrapper with the simulator's --exit_with_target_code option.
2007-04-30Add patch from Bob Wilson.Rob Savoye1-18/+21
2006-10-15 * dejagnu.h: Add support for for expected failures andRob Savoye2-4/+82
unexpected successes.
2006-08-29 * runtest.exp (usage): Use "triplet" instead of "config name".Ben Elliston2-4/+8
2006-07-142006-07-13 Daniel Jacobowitz <dan@codesourcery.com>Ben Elliston4-3/+10
* 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 Elliston2-13/+17
* libgloss.exp (find_gnatmake): Rewrite.
2006-06-14Tweak most recent entry.Ben Elliston1-1/+1
2006-06-14 * rsh.exp (rsh_exec): Handle inp and outp arguments. UseBen Elliston3-19/+23
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 Elliston6-26/+49
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-06 * Makefile.am (CONTRIB): New.Ben Elliston4-7/+21
(EXTRA_DIST): Add $(CONTRIB). (doc/dejagnu.texi): Set directory-category param to docbook2texi. * Makefile.in: Regenerate. * doc/dejagnu.texi: Likewise.
2006-06-06 * runtest.exp (load_lib): Typo fix.Ben Elliston2-1/+5
2006-06-06 * dejagnu.h: Tidy comments.Ben Elliston2-30/+28
(_BUFFER_SIZE_): Remove to minimise namespace pollution. (wait): Define this function unconditionally. Conditionally compile the function body if _DEJAGNU_WAIT_ is defined. (buffer): Set the buffer size explicitly. (pass): Use sizeof (buffer). Call wait() unconditionally. (fail, untested, unresolved, note): Likewise. (enum teststate): Tidy whitespace.
2006-06-06 * doc/dejagnu.xml, doc/ref.xml, doc/user.xml: Edits.Ben Elliston5-172/+166
* doc/dejagnu.texi: Regenerate.
2006-06-06 Import from GCC tree:Ben Elliston2-2/+10
2006-06-02 Richard Earnshaw <rearnsha@arm.com> Mike Stump <mrs@apple.com> * compare_tests: Handle multilibs better.
2006-06-06 * doc/dejagnu.texi: Regnerate using Docbook2X 0.8.7.Ben Elliston2-468/+471
2006-06-06 * configure.ac: Check for docbook2texi, not docbook2x-texi. TheBen Elliston5-47/+52
wrapper script changed its name again in the latest release. * configure: Regenerate. * Makefile.am (DOCBOOK2X_TEXI): Rename from this .. (DOCBOOK2TEXI): .. to this. (doc/dejagnu.texi): Do not use output-file parameter to deposit the .texi file into the source directory; use mv(1) instead. Set directory-description parameter. * Makefile.in: Likewise.
2006-06-02 * config/sim.exp (sim_upload): Match up argument names.Ben Elliston2-2/+6
2006-06-02 * config.guess: Update to most recent version.Ben Elliston3-30/+70
* config.sub: Likewise.
2006-06-02 * config/dos.exp (dos_open): Only run global board_info once atBen Elliston3-9/+16
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-06-02Import this useful script from GCC. It's useful to any DejaGnu user.Ben Elliston2-0/+109
* contrib/compare_tests: Import from the GCC contrib directory.
2006-05-24 * runtest.exp (verbose): Brace some expressions.Ben Elliston2-11/+17
(load_file, search_and_load_file): Likewise. (runtest): Likewise.
2006-05-23 * config/gdb-comm.exp (gdb_comm_load): Brace some expressions.Ben Elliston9-29/+48
* 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 * baseboards/cris-sim.exp: Use switch, not case.Ben Elliston4-3/+9
* baseboards/h8300.exp: Likewise. * config/base68k.exp (base68k_ld): Brace an if expression.
2006-05-22 * runtest.exp, baseboards/basic-sim.exp, baseboards/cf.exp,Ben Elliston44-562/+582
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 Elliston5-29/+37
* 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 Elliston2-4/+9
`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 Elliston6-11/+25
* 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 Elliston2-2/+9
(watchvar): Likewise. (bt): Add an explanatory comment.
2006-04-13 * lib/debugger.exp, lib/dejagnu.exp, lib/dg.exp,Ben Elliston10-177/+86
lib/framework.exp, lib/libgloss.exp, lib/remote.exp, lib/rlogin.exp, lib/target.exp, lib/telnet.exp: Formatting.
2006-01-02 * configure.ac (AC_INIT): Set version to 1.4.99.Ben Elliston3-29/+43
* configure: Regenerate.
2006-01-01 * testsuite/runtest.all/utils.test: Add runtest_file_p.Ben Elliston2-9/+17
2006-01-01 * runtest.exp (frame_version): Set to 1.4.99.Ben Elliston2-1/+5
2006-01-01 * dejagnu.h: Update copyright notice. Use C-style /* .. */Ben Elliston3-29/+35
comments for portability with ISO C compilers. * testsuite/libdejagnu/unit.cc: Likewise, update copyright notice.