aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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.
2006-01-01 * runtest.exp: Update copyright notice.Ben Elliston9-77/+96
* example/calc/testsuite/calc.test/calc.exp: Likewise. * example/calc/testsuite/config/unix.exp: Likewise. * testsuite/libdejagnu/tunit.exp: Likewise. * testsuite/runtest.all/libs.exp: Likewise. * testsuite/runtest.all/options.exp: Likewise. * testsuite/runtest.all/stats-sub.exp: Likewise. * testsuite/runtest.all/stats.exp: Likewise.
2006-01-01 * config/default.exp, config/unix.exp, config/vxworks.exp,Ben Elliston19-75/+78
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-31 * testsuite/runtest.all/utils.test: Don't bother mentioningBen Elliston2-4/+5
absolute, psource, prune and slay as untested procedures.
2005-12-31 * doc/ref.xml (Utility Procedures): Note that the followingBen Elliston4-150/+45
procedures are deprecated: absolute, psource, prune, slay. * NEWS: Likewise. * doc/dejagnu.texi: Regenerate.
2005-12-24 * Makefile.am (doc/dejagnu.texi): Don't use shell redirection, inBen Elliston3-9/+18
case the command fails and zeroes the Texinfo source file. Move the output (if successful) by its default filename using mv(1). * Makefile.in: Regenerate.
2005-12-24 * configure.ac (DOCBOOK2X_TEXI): Add search for this program.Ben Elliston5-25/+82
* configure: Regenerate. * Makefile.am (DOCBOOK2PDF, DOCBOOK2RTF, DOCBOOK2PS): New. (DOCBOOK2HTML, DOCBOOK2X_TEXI): Likewise. (dejagnu.pdf): Use $(DOCBOOK2PDF). (dejagnu.ps): Likewise, use $(DOCBOOK2PS). (dejagnu.rtf): Likewise, use $(DOCBOOK2RTF). (html): Likewise, use $(DOCBOOK2HTML). (doc/dejagnu.texi): Produce using the docbook2x-texi wrapper, which is much simpler. Likewise, use $(DOCBOOK2X_TEXI). * Makefile.in: Regenerate.
2005-12-24Typo fix.Ben Elliston1-1/+1
2005-12-24 * Makefile.am (EXTRA_DIST): Remove $(PACKAGING_FILES).Ben Elliston3-27/+15
(XML): Remove $(srcdir) from each filename; VPATH suffices. (PACKAGING_METAFILES): Remove. * Makefile.in: Regenerate.
2005-12-24 * README: Rewrite.Ben Elliston2-64/+43
2005-12-24 * COPYING: Update.Ben Elliston2-4/+8
2005-12-24 * testsuite/libdejagnu/tunit.exp: Don't change to a non-existentBen Elliston2-13/+5
subdirectory.
2005-12-24 * Makefile.am (RUNTEST): Simplify, as Automake already generatesBen Elliston3-8/+9
similar logic in Makefile.in. * Makefile.in: Regenerate.
2005-12-24 * Makefile.am (RUNTESTDEFAULTFLAGS): Omit --tool so thatBen Elliston3-5/+7
libdejagnu tests are run too. * Makefile.in: Regenerate.
2005-12-23 * configure: Regenerate.Ben Elliston2-10/+14
2005-12-23 * lib/remote.exp: Tidy.Ben Elliston6-33/+26
* lib/targetdb.exp: Likewise. * lib/target.exp (prune_warnings): Improve comments. * lib/dejagnu.exp: Likewise. * lib/utils.exp: Likewise.
2005-12-23 * NEWS: Update.Ben Elliston2-13/+24
2005-12-23 * doc/dejagnu.xml: Don't use apostrophes in section titles.Ben Elliston3-4/+9
* doc/dejagnu.texi: Regenerate.