Ben Elliston
da57e729a1
* lib/rsh.exp (rsh_exec): Improve verbose message.
* lib/ssh.exp (ssh_exec): Likewise.
10 years ago
Ben Elliston
57907758c5
* runtest.exp: Improve --version (-v) output.
* testsuite/runtest.all/options.exp: Update test case.
10 years ago
Ben Elliston
3a14bb89c2
* lib/rsh.exp (rsh_exec): Improve verbose message.
* lib/ssh.exp (ssh_exec): Likewise.
* config/adb.exp: Likewise.
10 years ago
Christophe Lyon
0fbf12645b
* lib/rsh.exp (rsh_exec): Handle regexp return status.
Signed-off-by: Ben Elliston <bje@gnu.org>
10 years ago
Ben Elliston
edc6bd72d9
* doc/dejagnu.texi (Global config file): Fix broken @node .
(Local config file): Likewise.
Reported by Faraz Shahbazker.
10 years ago
Ben Elliston
a5fe563337
* lib/remote.exp (remote_exec): Join cd $remotedir and $program on
the command line with ';' and not &&.
10 years ago
Ben Elliston
1de22bf567
* doc/dejagnu.texi (rsh_exec procedure): Fix broken @node .
Reported by Faraz Shahbazker.
10 years ago
Yvan Roux
284773caf2
* lib/remote.exp (remnote_download): Create a remote directory if
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>
10 years ago
Ben Elliston
8350550d0f
* doc/dejagnu.texi (Global config file): Put before node 'Local
config file'.
10 years ago
Ben Elliston
aa3debbed0
* runtest.exp: Remove defunct and undocumented --tool_root option.
10 years ago
Ben Elliston
9db682553f
* doc/dejagnu.texi: More overhauling.
10 years ago
Ben Elliston
20217bbefe
* lib/targetdb.exp (set_board_info): Improve comment.
(add_board_info): Likewise.
10 years ago
Ben Elliston
3a454e6441
* NEWS: Add some more detail.
10 years ago
Ben Elliston
0de61cd831
* site.tmpl: Delete.
* Makefile.am (EXTRA_DIST): Remove site.tmpl.
* Makefile.in: Regenerate.
10 years ago
Ben Elliston
9c053ffe80
* doc/dejagnu.texi: More overhauling.
10 years ago
Ben Elliston
5464be19ac
* runtest.exp: Document the magical handling of -D[01].
10 years ago
Ben Elliston
f3be8b6b5f
* doc/runtest.1: Do not document obsolete --status option. It is
still accepted for compatibility, but does nothing.
10 years ago
Ben Elliston
156f485c55
* doc/runtest.1 (OPTIONS): Place short forms (-v, -V, -x) first.
10 years ago
Ben Elliston
e682a9f25e
* doc/runtest.1 (OPTIONS): Sort options.
10 years ago
Ben Elliston
afed750c6e
* doc/dejagnu.texi: More overhauling.
10 years ago
Ben Elliston
4fb2872c95
* doc/dejagnu.texi: Fix capitalisation of procedure names
throughout.
10 years ago
Ben Elliston
55837d0e20
* doc/dejagnu.texi: Fill paragraphs.
10 years ago
Ben Elliston
de8b0ebac2
* doc/dejagnu.texi: Fix capitalisation of procedure names
throughout. Use Tcl syntax in procedure prototypes, not C syntax.
10 years ago
Rob Savoye
c1ab4f2468
Basic MySQL support.
* 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>
10 years ago
Ben Elliston
19d4de7829
* config.guess: Update to version 2016-04-02.
* config.sub: Update to version 2016-03-30.
10 years ago
Rob Savoye
e8a98eae68
* contrib/sum2junit.sh: New.
Signed-off-by: Ben Elliston <bje@gnu.org>
10 years ago
Ben Elliston
dc74860db4
* doc/dejagnu.texi (connprocs): Document new SSH procs.
10 years ago
Rob Savoye
933a74f397
* lib/ssh.exp: New.
* NEWS: Update.
Signed-off-by: Ben Elliston <bje@gnu.org>
10 years ago
Ben Elliston
6e9e1d44d6
* baseboards/mcore-moto-sim.exp, lib/dejagnu.exp, lib/dg.exp,
lib/dmucs.exp, lib/framework.exp, lib/remote.exp, lib/target.exp,
runtest.exp: Fix spelling errors in comments.
10 years ago
Ben Elliston
e7205c4b6e
* lib/remote.exp (remote_expect): Use perror not send_user.
10 years ago
Ben Elliston
5ee75eaae7
* lib/remote.exp (remote_expect): Fix spelling error.
10 years ago
Rob Savoye
6459cc2e98
* runtest.exp: Only print "searching for <test name>" message at
verbose level >= 2 -- too much noise.
Signed-off-by: Ben Elliston <bje@gnu.org>
10 years ago
Ben Elliston
7ac78cd6ff
* texinfo.tex: Update to latest master version.
* INSTALL: Likewise.
10 years ago
Ben Elliston
85e2832654
More fixes identified by the Frink static analyser:
(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 '-'.
10 years ago
Dominik Vogt
569f8718b5
* dg.exp (dg-do): Do not change the previously selected action if
a de-selected dg-do is encountered.
Signed-off-by: Ben Elliston <bje@gnu.org>
10 years ago
Ben Elliston
3e509af89e
This proc is never used. --xml sets $xml, and that's it.
* lib/framework.exp (check_xml): Remove unused proc.
10 years ago
Rob Savoye
b733213d02
* lib/dmucs.exp: New.
Signed-off-by: Ben Elliston <bje@gnu.org>
10 years ago
Rob Savoye
d8cd1783d8
* lib/libgloss.exp (find_g++): Look for xgcc++ to use the freshly
built compiler, then look in the path.
Signed-off-by: Ben Elliston <bje@gnu.org>
10 years ago
Ben Elliston
329a811efc
* lib/utils.exp (which): Don't exclude symbolic links--Debian's
/bin/which doesn't. Modern systems rely too heavily on symbolic
links (eg. alternatives).
10 years ago
Ben Elliston
94b3b8a015
* baseboards/multi-sim.exp: Indent properly.
10 years ago
Ben Elliston
aa17137860
* lib/rlogin.exp (rlogin_open): Return -1 if unable to spawn
rlogin. Identified by Frink.
10 years ago
Ben Elliston
c3c0aef7bd
* runtest.exp: Use 'array exists' for testing array existence
rather than 'info exists'.
10 years ago
Ben Elliston
883ffd3e6d
* runtest.exp: Fixes identified by the Frink static analyser:
(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.
10 years ago
Ben Elliston
a57bfcfb68
* Makefile.am: Remove references to Docbook and friends.
* configure.ac: Likewise.
* Makefile.in: Regenerate.
* configure: Regenerate.
* doc/dejagnu.xml: Remove.
* doc/legal.xml: Likewise.
* doc/ref.xml: Likewise.
* doc/user.xml: Likewise.
10 years ago
Ben Elliston
b853fcac56
* lib/framework.exp (exp_continue): Remove old compatibility
wrapper. Expect deprecated 'continue -expect' in August 1997.
10 years ago
Ben Elliston
1ca0188232
* NEWS: Update.
10 years ago
Ben Elliston
513ba97be0
* lib/utils.exp (which): Reimplement to more closely mimic the
behaviour of the UNIX which utility.
* testsuite/runtest.all/utils.test: Test proc which.
10 years ago
Ben Elliston
8d2062e95e
* lib/remote.exp (standard_wait): Append any trailing characters
to $output that may be still in $expect_out(buffer) when eof is
matched. Remove arbitrary limitation in the ".+" matching case,
similar to the change to local_exec on 2016-02-17.
10 years ago
Ben Elliston
038cf7d9fa
* Makefile.am (baseboard_DATA): Remove cygwin.exp, mcore-elf.exp,
mcore-pe.exp, vx4300.exp, vx68k.exp, vx960.exp, vxsparc.exp.
* Makefile.in: Regenerate.
* baseboards/cygwin.exp, baseboards/mcore-elf.exp,
baseboards/mcore-pe.exp, baseboards/vx4300.exp,
baseboards/vx68k.exp, baseboards/vx960.exp,
baseboards/vxsparc.exp: Remove.
10 years ago
Ben Elliston
31061ba41d
* baseboards/README: Remove mention of devo.
* baseboards/iq2000-sim.exp: Likewise.
* baseboards/moxie-sim.exp: Likewise.
10 years ago