aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-04-15 Mark ChangeLog for release.dejagnu-1.6-releasedejagnu-1.6Ben Elliston1-0/+4
2016-04-15Merge master branch into dejagnu-1.6.Ben Elliston3-2/+14
2016-04-15 * Makefile.am (CONTRIB): Add new contrib scripts.Ben Elliston3-2/+14
* Makefile.in: Regenrate.
2016-04-15Merge master branch into dejagnu-1.6.Ben Elliston6-12/+34
2016-04-15 * lib/ssh.exp (ssh_exec): Handle regexp return status.Ben Elliston2-1/+7
2016-04-13 * lib/rsh.exp (rsh_exec): Improve verbose message.Ben Elliston2-2/+2
* lib/ssh.exp (ssh_exec): Likewise.
2016-04-13 * runtest.exp: Improve --version (-v) output.Ben Elliston2-7/+6
* testsuite/runtest.all/options.exp: Update test case.
2016-04-13 * lib/rsh.exp (rsh_exec): Improve verbose message.Ben Elliston4-3/+14
* lib/ssh.exp (ssh_exec): Likewise. * config/adb.exp: Likewise.
2016-04-13 * lib/rsh.exp (rsh_exec): Handle regexp return status.Christophe Lyon2-1/+7
Signed-off-by: Ben Elliston <bje@gnu.org>
2016-04-09Merge master branch into dejagnu-1.6.Ben Elliston11-813/+788
2016-04-08 * doc/dejagnu.texi (Global config file): Fix broken @node.Ben Elliston2-2/+8
(Local config file): Likewise. Reported by Faraz Shahbazker.
2016-04-07 * lib/remote.exp (remote_exec): Join cd $remotedir and $program onBen Elliston2-1/+10
the command line with ';' and not &&.
2016-04-07 * doc/dejagnu.texi (rsh_exec procedure): Fix broken @node.Ben Elliston2-1/+6
Reported by Faraz Shahbazker.
2016-04-06 * lib/remote.exp (remnote_download): Create a remote directory ifYvan Roux4-2/+33
needed and use it. (remote_exec): Execute program inside remotedir when it exists. (standard_load): Set remotedir board field if not present. * config/unix.exp (unix_load): Handle remotedir in board field. (remotedir): Set board info field. * doc/dejagnu.texi (Board File Values): Document remotedir. Signed-off-by: Ben Elliston <bje@gnu.org>
2016-04-06 * doc/dejagnu.texi (Global config file): Put before node 'LocalBen Elliston2-65/+68
config file'.
2016-04-05 * runtest.exp: Remove defunct and undocumented --tool_root option.Ben Elliston2-10/+4
2016-04-04 * doc/dejagnu.texi: More overhauling.Ben Elliston2-192/+204
2016-04-04 * lib/targetdb.exp (set_board_info): Improve comment.Ben Elliston2-4/+7
(add_board_info): Likewise.
2016-04-04 * NEWS: Add some more detail.Ben Elliston2-1/+7
2016-04-04 * site.tmpl: Delete.Ben Elliston4-44/+8
* Makefile.am (EXTRA_DIST): Remove site.tmpl. * Makefile.in: Regenerate.
2016-04-03 * doc/dejagnu.texi: More overhauling.Ben Elliston2-528/+455
2016-04-03 * runtest.exp: Document the magical handling of -D[01].Ben Elliston2-1/+6
2016-04-03 * doc/runtest.1: Do not document obsolete --status option. It isBen Elliston2-4/+6
still accepted for compatibility, but does nothing.
2016-04-03 * doc/runtest.1 (OPTIONS): Place short forms (-v, -V, -x) first.Ben Elliston2-3/+7
2016-04-03 * doc/runtest.1 (OPTIONS): Sort options.Ben Elliston2-7/+11
2016-04-03 * configure.ac (AC_INIT): Set version to 1.6.Ben Elliston4-12/+18
* configure: Regenerate. * runtest.exp (frame_version): Set to 1.6.
2016-04-03 * doc/dejagnu.texi: More overhauling.Ben Elliston2-370/+226
2016-04-02 * doc/dejagnu.texi: Fix capitalisation of procedure namesBen Elliston1-57/+57
throughout.
2016-04-02 * doc/dejagnu.texi: Fill paragraphs.Ben Elliston2-1577/+1197
2016-04-02 * doc/dejagnu.texi: Fix capitalisation of procedure namesBen Elliston2-1018/+624
throughout. Use Tcl syntax in procedure prototypes, not C syntax.
2016-04-02Basic MySQL support.Rob Savoye7-0/+554
* contrib/mysql/create-db.sql: New file. * contrib/mysql/importxml.sh: Likewise. * contrib/mysql/make-datafile.sh: Likewise. * contrib/mysql/plot.sh: Likewise. * contrib/mysql/README: Likewise. * contrib/mysql/sum2xml.sh: Likewise. Signed-off-by: Ben Elliston <bje@gnu.org>
2016-04-02 * config.guess: Update to version 2016-04-02.Ben Elliston3-8/+18
* config.sub: Update to version 2016-03-30.
2016-04-02 * contrib/sum2junit.sh: New.Rob Savoye2-0/+107
Signed-off-by: Ben Elliston <bje@gnu.org>
2016-04-01 * doc/dejagnu.texi (connprocs): Document new SSH procs.Ben Elliston2-24/+77
2016-03-31 * lib/ssh.exp: New.Rob Savoye3-8/+256
* NEWS: Update. Signed-off-by: Ben Elliston <bje@gnu.org>
2016-03-30 * baseboards/mcore-moto-sim.exp, lib/dejagnu.exp, lib/dg.exp,Ben Elliston9-15/+21
lib/dmucs.exp, lib/framework.exp, lib/remote.exp, lib/target.exp, runtest.exp: Fix spelling errors in comments.
2016-03-30 * lib/remote.exp (remote_expect): Use perror not send_user.Ben Elliston2-1/+5
2016-03-29 * lib/remote.exp (remote_expect): Fix spelling error.Ben Elliston2-2/+8
2016-03-29 * runtest.exp: Only print "searching for <test name>" message atRob Savoye2-1/+6
verbose level >= 2 -- too much noise. Signed-off-by: Ben Elliston <bje@gnu.org>
2016-03-29 * texinfo.tex: Update to latest master version.Ben Elliston3-1663/+3727
* INSTALL: Likewise.
2016-03-29More fixes identified by the Frink static analyser:Ben Elliston8-24/+34
(1) use -- in switch commands for safety, (2) add braces around exprs, (3) replace abbreviated "info proc" with "info procs", (4) use -- in regexp commands for safety where the expression is a variable that could begin with '-'.
2016-03-28 * dg.exp (dg-do): Do not change the previously selected action ifDominik Vogt2-1/+9
a de-selected dg-do is encountered. Signed-off-by: Ben Elliston <bje@gnu.org>
2016-03-28This proc is never used. --xml sets $xml, and that's it.Ben Elliston2-11/+7
* lib/framework.exp (check_xml): Remove unused proc.
2016-03-28 * lib/dmucs.exp: New.Rob Savoye2-0/+54
Signed-off-by: Ben Elliston <bje@gnu.org>
2016-03-28 * lib/libgloss.exp (find_g++): Look for xgcc++ to use the freshlyRob Savoye2-3/+12
built compiler, then look in the path. Signed-off-by: Ben Elliston <bje@gnu.org>
2016-03-28 * lib/utils.exp (which): Don't exclude symbolic links--Debian'sBen Elliston2-8/+13
/bin/which doesn't. Modern systems rely too heavily on symbolic links (eg. alternatives).
2016-03-28 * baseboards/multi-sim.exp: Indent properly.Ben Elliston2-62/+66
2016-03-28 * lib/rlogin.exp (rlogin_open): Return -1 if unable to spawnBen Elliston2-1/+6
rlogin. Identified by Frink.
2016-03-28 * runtest.exp: Use 'array exists' for testing array existenceBen Elliston2-2/+7
rather than 'info exists'.
2016-03-28 * runtest.exp: Fixes identified by the Frink static analyser:Ben Elliston10-54/+60
(1) use -- in switch commands for safety, (2) remove unreachable return commands after error commands, (3) replace abbreviated "info proc" with "info procs", (4) use -- in unset commands for safety where the variable name is itself a variable. * lib/dg.exp: Likewise. * lib/debugger.exp: Likewise. * lib/framework.exp: Likewise. * lib/remote.exp: Likewise. * lib/target.exp: Likewise. * lib/targetdb.exp: Likewise. * lib/telnet.exp: Likewise. * lib/utils.exp: Likewise.