aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)Author
2018-10-30 * Makefile.am (DISTCLEANFILES): Add testrun.xml.Ben Elliston
* Makefile.in: Regenerate with Automake 1.15.1. * aclocal.m4: Likewise.
2018-10-30 * configure.ac (AC_CONFIG_SUBDIRS): Remove.Ben Elliston
* configure: Regenerate.
2018-10-29 * README (Documentation): Update.Ben Elliston
2018-10-29 * lib/framework.exp (record_test): Really fix message formatting.Jacob Bachmeyer
Signed-off-by: Ben Elliston <bje@gnu.org>
2018-10-29 Reported by Jacob Bachmeyer.Ben Elliston
* testsuite/runtest.all/utils.test: Fix missing end quote.
2018-10-28 * lib/framework.exp (record_test): Fix message formatting.Jacob Bachmeyer
Signed-off-by: Ben Elliston <bje@gnu.org>
2018-07-20 * contrib/mysql/make-datafile.sh: Eliminate Shellcheck warnings.Ben Elliston
* contrib/mysql/sum2xml.sh: Likewise. Silence these warnings: Double quote to prevent globbing and word splitting. [SC2086] See if you can use ${variable//search/replace} instead. [SC2001]
2018-07-20 * contrib/compare_tests: Eliminate Shellcheck warnings.Ben Elliston
* contrib/mysql/sum2xml.sh: Likewise. Warnings fixed: Use single quotes, otherwise this expands now rather than when signalled. [SC2064] Trapping signals by number is not well defined. Prefer signal names. [SC2172] SIGKILL/SIGSTOP can not be trapped. [SC2173] Trapping signals by number is not well defined. Prefer signal names. [SC2172] Check exit code directly with e.g. 'if mycmd;', not indirectly with $?. [SC2181] read without -r will mangle backslashes. [SC2162] egrep is non-standard and deprecated. Use grep -E instead. [SC2196]
2018-07-20 * compile, depcomp, install-sh: Latest upstream versions.Ben Elliston
2018-07-20 * contrib/sum2junit.sh: Eliminate some Shellcheck warnings:Ben Elliston
Double quote to prevent globbing and word splitting. [SC2086] egrep is non-standard and deprecated. Use grep -E instead. [SC2196] read without -r will mangle backslashes. [SC2162]
2018-07-19 * runtest: Use POSIX 'command', not 'type', to look for the ExpectBen Elliston
binary. Silences Shellcheck warning SC2039 ("In POSIX sh, 'type' is undefined").
2018-07-19 * config.guess: Update to latest version.Ben Elliston
* config.sub: Likewise.
2018-07-06 * lib/remote.exp (close_wait_program): Use separate kill commandRichard Biener
for each pid. Signed-off-by: Ben Elliston <bje@gnu.org>
2017-10-16Roll over to next development version number.Ben Elliston
* NEWS: Start a new section for the next release. * configure.ac (AC_INIT): Update version number. * configure: Regenerate. * runtest.exp (frame_version): Update version number. * doc/dejagnu.texi: Likewise. * doc/runtest.1: Update datestamp.
2017-10-16 * config.guess: Update to version 2017-09-26.Ben Elliston
* config.sub: Likewise.
2017-09-13 * lib/framework.exp (open_logs): Set XML version to 1.1.Ben Elliston
(xml_tag): Skip valid whitespace chars (0x9, 0xA, 0xD). Include missing 'x' in escape sequence.
2017-08-29 Revert these changes:Ben Elliston
2016-04-25 Ben Elliston <bje@gnu.org> * testsuite/runtest.all/utils.test: Remove unsetenv test. 2016-04-24 Ben Elliston <bje@gnu.org> * lib/utils.exp (unsetenv): Remove proc. * doc/dejagnu.texi: Update documentation. * NEWS: Update.
2017-08-19Fix another bug reported by Andrey ``Bass'' Shcheglov.Ben Elliston
* lib/framework.exp (xml_tag): Escape all of the non-printable control characters (ASCII codes 1 to 31 inclusive).
2017-08-19 * runtest.exp: Fix --directory matching.Tom Tromey
Signed-off-by: Ben Elliston <bje@gnu.org>
2017-08-15Fix another bug reported by Andrey ``Bass'' Shcheglov.Ben Elliston
* lib/framework.exp (xml_tag): New proc. (log_summary): Use it. (record_test): Likewise.
2017-08-15Fix bug reported by Andrey ``Bass'' Shcheglov.Ben Elliston
* lib/framework.exp (open_logs): Set .xml filename correctly. * runtest.exp: Remove xml_file_name var. (usage): Update --xml option to not take an argument. (load_tool_init): Likewise. * doc/dejagnu.texi (Invoking runtest): Update documentation. * doc/runtest.1: Likewise.
2017-08-01* runtest.exp (usage): Improve --strace message.Ben Elliston
2017-08-01* runtest.exp (usage): --reboot doesn't take a 'name' parameter.Ben Elliston
2017-06-04 * lib/target.exp (push_target): Remove unnecessary global command.Ben Elliston
* testsuite/runtest.all/target.test: Overhaul tests.
2017-06-04 * testsuite/runtest.all/remote.test: Remove cruft from yesteryear.Ben Elliston
2017-06-04 * testsuite/runtest.all/target.test: Remove list_targets test.Tom de Vries
Signed-off-by: Ben Elliston <bje@gnu.org>
2017-06-04 * testsuite/runtest.all/libs.exp (process_test): Dump entireTom de Vries
output when there's no reportable output. * testsuite/runtest.all/remote.test (load_lib): New proc. * testsuite/runtest.all/target.test (load_lib): Same. Signed-off-by: Ben Elliston <bje@gnu.org>
2017-06-04Revert "* testsuite/runtest.all/libs.exp (process_test): Check if test has"Ben Elliston
This reverts commit b0d3e27d5ac048a63c434edd222ffa05675c82f2.
2017-06-04 * testsuite/runtest.all/libs.exp (process_test): Check if test hasTom de Vries
reportable output. Signed-off-by: Ben Elliston <bje@gnu.org>
2017-03-11 * lib/remote.exp (remote_download): Add logging message whenThomas Preud'homme
source and destination file differ in name. Signed-off-by: Ben Elliston <bje@gnu.org>
2016-09-04 * runtest.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.Jan Kratochvil
Signed-off-by: Ben Elliston <bje@gnu.org>
2016-06-28 * aclocal.m4, Makefile.in: Regenerate with automake 1.15.Ben Elliston
* configure: Regenerate.
2016-06-22 * configure.ac, dejagnu.h, runtest, runtest.exp,Bernhard Reutner-Fischer
baseboards/am33_2.0-libremote.exp, baseboards/androideabi.exp, baseboards/arm-ice.exp, baseboards/arm-sid.exp, baseboards/arm-sim.exp, baseboards/basic-sid.exp, baseboards/basic-sim.exp, baseboards/cris-sim.exp, baseboards/d30v-sim.exp, baseboards/fr30-sim.exp, baseboards/frv-sim.exp, baseboards/gdbserver-sample.exp, baseboards/i386-sid.exp, baseboards/iq2000-sim.exp, baseboards/jmr3904-sim.exp, baseboards/linux-gdbserver.exp, baseboards/linux-libremote.exp, baseboards/m68k-sid.exp, baseboards/mcore-moto-sim.exp, baseboards/mcore-sim.exp, baseboards/mips-lnews-sim.exp, baseboards/mips-lsi-sim.exp, baseboards/mips-sim-idt32.exp, baseboards/mips-sim-idt64.exp, baseboards/mips-sim-mti32.exp, baseboards/mips-sim-mti64.exp, baseboards/mips-sim-mti64_64.exp, baseboards/mips-sim-mti64_n32.exp, baseboards/mips-sim-sde32.exp, baseboards/mips-sim-sde64.exp, baseboards/mips-sim.exp, baseboards/mmixware-sim.exp, baseboards/mn10200-sim.exp, baseboards/mn10300-sim.exp, baseboards/moxie-sim.exp, baseboards/mt-sid.exp, baseboards/multi-sim.exp, baseboards/powerpc-sim.exp, baseboards/powerpcle-sim.exp, baseboards/rx-sim.exp, baseboards/sh-sid.exp, baseboards/sh-sim.exp, baseboards/sparc-sim.exp, baseboards/sparc64-sim.exp, baseboards/sparclite-sim-le.exp, baseboards/sparclite-sim.exp, baseboards/tx39-sim.exp, baseboards/unix.exp, baseboards/v850-sim.exp, baseboards/visium-sim.exp, baseboards/vr4100-sim.exp, baseboards/vr4111-sim.exp, baseboards/vr4300-sim.exp, baseboards/xtensa-sim.exp, lib/debugger.exp, lib/dejagnu.exp, lib/dg.exp, lib/ftp.exp, lib/kermit.exp, lib/remote.exp, lib/rlogin.exp, lib/rsh.exp, lib/standard.exp, lib/target.exp, lib/targetdb.exp, lib/telnet.exp, lib/tip.exp, lib/utils.exp, testsuite/config/default.exp, testsuite/lib/libsup.exp, testsuite/lib/util-defs.exp, testsuite/libdejagnu/tunit.exp, testsuite/libdejagnu/unit.cc, testsuite/runtest.all/libs.exp, testsuite/runtest.all/stats-sub.exp, testsuite/runtest.all/stats.exp, config/adb.exp, config/default.exp, config/gdb-comm.exp, config/gdb_stub.exp, config/sid.exp, config/sim.exp, config/unix.exp, config/vxworks.exp: Update copyright date for 2016. Signed-off-by: Ben Elliston <bje@gnu.org>
2016-06-22 * baseboards/aarch64-sim.exp, baseboards/am33_2.0-libremote.exp,Bernhard Reutner-Fischer
baseboards/arm-ice.exp, baseboards/arm-sid.exp, baseboards/arm-sim.exp, baseboards/basic-sid.exp, baseboards/basic-sim.exp, baseboards/cris-sim.exp, baseboards/d30v-sim.exp, baseboards/fr30-sim.exp, baseboards/frv-sim.exp, baseboards/gdbserver-sample.exp, baseboards/generic-sim.exp, baseboards/i386-sid.exp, baseboards/iq2000-sim.exp, baseboards/jmr3904-sim.exp, baseboards/linux-gdbserver.exp, baseboards/linux-libremote.exp, baseboards/m68k-sid.exp, baseboards/mcore-moto-sim.exp, baseboards/mcore-sim.exp, baseboards/mips-lnews-sim.exp, baseboards/mips-lsi-sim.exp, baseboards/mips-sim-idt32.exp, baseboards/mips-sim-idt64.exp, baseboards/mips-sim.exp, baseboards/mmixware-sim.exp, baseboards/mn10200-sim.exp, baseboards/mn10300-sim.exp, baseboards/mt-sid.exp, baseboards/powerpc-sim.exp, baseboards/powerpcle-sim.exp, baseboards/rx-sim.exp, baseboards/sh-sid.exp, baseboards/sh-sim.exp, baseboards/sparc-sim.exp, baseboards/sparc64-sim.exp, baseboards/sparclite-sim-le.exp, baseboards/sparclite-sim.exp, baseboards/tx39-sim.exp, baseboards/unix.exp, baseboards/v850-sim.exp, baseboards/vr4100-sim.exp, baseboards/vr4111-sim.exp, baseboards/vr4300-sim.exp, baseboards/xtensa-sim.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/standard.exp, lib/target.exp, lib/targetdb.exp, lib/telnet.exp, lib/tip.exp, lib/utils.exp, testsuite/config/default.exp, testsuite/lib/libsup.exp, testsuite/lib/util-defs.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, config/default.exp, config/gdb-comm.exp, config/gdb_stub.exp, config/sid.exp, config/sim.exp, config/unix.exp, config/vxworks.exp, configure.ac, dejagnu.h, runtest, runtest.exp: Use condensed years in copyright statement. Signed-off-by: Ben Elliston <bje@gnu.org>
2016-06-22 * doc/runtest.1: Use condensed years in copyright statement.Bernhard Reutner-Fischer
Signed-off-by: Ben Elliston <bje@gnu.org>
2016-06-21 * runtest: Quote paths. Use test -z, -n for clarity.Bernhard Reutner-Fischer
Signed-off-by: Ben Elliston <bje@gnu.org>
2016-06-21 * config/adb.exp (adb_exec) Improve verbose message.Bernhard Reutner-Fischer
Signed-off-by: Ben Elliston <bje@gnu.org>
2016-06-04 * baseboards/aarch64-sim.exp: New file.Jim Wilson
* Makefile.am (baseboard_DATA): Add aarch64-sim.exp. * Makefile.in: Regenerate. * lib/libgloss.exp (libgloss_link_flags): Map aarch64* to aarch64. Signed-off-by: Ben Elliston <bje@gnu.org>
2016-04-26 * doc/dejagnu.texi: Fill more paragraphs.Ben Elliston
2016-04-25 * testsuite/runtest.all/utils.test: Remove unsetenv test.Ben Elliston
2016-04-24 * lib/utils.exp (unsetenv): Remove proc.Ben Elliston
* doc/dejagnu.texi: Update documentation. * NEWS: Update.
2016-04-19 * baseboards/msp430-sim.exp: New file.Nick Clifton
* Makefile.am (baseboard_DATA): Add msp430-sim.exp. * Makefile.in: Regenerate. Signed-off-by: Ben Elliston <bje@gnu.org>
2016-04-18 * runtest: Remove quoting in final exec command.Ben Elliston
2016-04-17 * lib/remote.exp: Load ssh.exp lib.Ben Elliston
2016-04-17 * lib/rsh.exp (rsh_open): Fix description comment.Ben Elliston
2016-04-17 Reported by shellcheck.Ben Elliston
* runtest: Use $((..)) not `expr ..` and defensively double quote shell variables.
2016-04-17 * Makefile.am (pkgdata_DATA): Add lib/ssh.exp, lib/dmucs.exp.Ben Elliston
* Makefile.in: Regenerate.
2016-04-17 Reported by shellcheck.Ben Elliston
* runtest: Use $((..)) not `expr ..`.
2016-04-17 * configure.ac (AC_INIT): Update version number.Ben Elliston
* configure: Regenerate. * runtest.exp (frame_version): Update version number. * doc/dejagnu.texi: Likewise.
2016-04-17 * NEWS: Start a new section for the next release.Ben Elliston