Commit Graph

  • b53b22c298 * runtest.exp: Move processing of -V|--version option to first pass through command line arguments instead of delaying it. Jacob Bachmeyer 2018-12-16 16:22:14 +1100
  • 8a29223aa4 * Makefile.am (RUNTESTDEFAULTFLAGS): Remove; no longer needed. * Makefile.in: Regenerate. Jacob Bachmeyer 2018-12-16 14:29:19 +1100
  • d1569eedf2 * doc/dejagnu.texi (telnet Procedure): Remove old node. (rlogin Procedure): Likewise. (rsh Procedure): Likewise. (tip Procedure): Likewise. (kermit Procedure): Likewise. (list_targets Procedure): Likewise. (prune_system_crud): Likewise. Ben Elliston 2018-12-15 22:00:43 +1100
  • 199509c82c * testsuite/runtest.libs/default_procs.tcl (send_error): New stub. (send_user): Likewise. * testsuite/runtest.libs/clone_output.test: Remove unneeded global variable link at top-level. * testsuite/runtest.libs/utils.test: Adjust absolute path to config.status. * testsuite/runtest.libs/clone_output.test: Use preset srcdir, subdir, and objdir variables instead of extracting them from argv. Remove setval.tmp, which is now obsolete. * testsuite/runtest.libs/config.test: Likewise. * testsuite/runtest.libs/remote.test: Likewise. * testsuite/runtest.libs/target.test: Likewise. * testsuite/runtest.libs/testsuite_file.test: Likewise. * testsuite/runtest.libs/utils.test: Likewise. Jacob Bachmeyer 2018-12-15 21:14:58 +1100
  • 9c873aea97 * testsuite/lib/runtest.exp (runtest_start): Remove. Move the sanity check in runtest_start to top-level and similarly check to ensure that $EXPECT can be found. Make failure of either sanity check an immediate fatal error. Improve error messages for sanity checks to indicate which critical tool was not found. Remove useless 'global RUNTEST' command at top-level. (runtest_version): Brace 'if' expression. Jacob Bachmeyer 2018-12-15 17:07:56 +1100
  • 989c2c052a * testsuite/lib/runtest.exp: Use 'testsuite file' to locate the default runtest executable instead of implicitly searching PATH. Remove unused RUNTESTFLAGS Tcl variable. Jacob Bachmeyer 2018-12-15 16:36:19 +1100
  • 669de3df09 * testsuite/lib/runtest.exp (runtest_start): Remove unused global variable links. Jacob Bachmeyer 2018-12-15 12:02:46 +1100
  • 93609ae19e * lib/framework.exp (log_summary): Remove "testcnt" mechanism. * testsuite/lib/libsup.exp: Remove obsolete "testcnt" variable. Jacob Bachmeyer 2018-12-14 12:32:54 +1100
  • 874edd44fc * config/gdb-comm.exp, config/gdb_stub.exp, config/vxworks.exp, lib/dg.exp, lib/ftp.exp, lib/kermit.exp, lib/rlogin.exp, lib/telnet.exp, runtest.exp, testsuite/lib/libsup.exp: Simplify some regular expressions in constant strings by placing them inside braces instead of quotes. This allows one level of backslash quoting to be removed. Ben Elliston 2018-12-12 12:57:00 +1100
  • b0b842d77c Remove new stray entries. Ben Elliston 2018-12-12 12:54:11 +1100
  • ca729a2f34 * doc/dejagnu.texi: Acknowledge contributions to the manual from others. Ben Elliston 2018-12-12 07:53:18 +1100
  • 48fbec72a0 * testsuite/runtest.all/libs.exp: Use "testsuite file" command. * testsuite/runtest.all/load_lib.exp: Likewise. * testsuite/runtest.all/stats.exp: Likewise. Jacob Bachmeyer 2018-12-11 22:33:29 +1100
  • 0a5a8a9d3b * doc/dejagnu.texi: Clean up whitespace. Some indented examples were changed to use the Texinfo '@ ' command (yes, a space character) to preserve correct indentation. The '@ ' command is treated as a single space by Tex and makeinfo, but prevents Emacs from complaining about indentation using spaces instead of tabs. Jacob Bachmeyer 2018-12-11 16:09:54 +1100
  • 28ae643267 * doc/dejagnu.texi (getdirs procedure): Document hard-coded directory exclusions by name in this procedure. Jacob Bachmeyer 2018-12-11 13:44:02 +1100
  • aaee01475f * doc/dejagnu.texi (getdirs procedure): This procedure accepts Tcl glob patterns, not "shell wildcard characters" per se. Ben Elliston 2018-12-10 22:03:32 +1100
  • 2e7d28b578 * doc/dejagnu.texi (istarget procedure): Remove stray @{. Ben Elliston 2018-12-10 21:59:08 +1100
  • 95fccbd899 * doc/dejagnu.texi (Writing a test case): Add warning about priority of Expect patterns, complete with example. * testsuite/runtest.all/libs.exp (process_test): Fix bug that caused test results other than "PASS" to be skipped if a "PASS" is further along in the input buffer. Describe problem in manual. (process_test): Ensure that the log file shows each test case run. (process_test): Directly run the test cases instead of using temporary files and "cat". All output is always available in the log file, which is no longer overwritten by other tests. (process_test): Expect END markers from test case scripts. * testsuite/runtest.all/clone_output.test: Emit END markers. * testsuite/runtest.all/config.test: Likewise. * testsuite/runtest.all/remote.test: Likewise. * testsuite/runtest.all/target.test: Likewise. * testsuite/runtest.all/testsuite_file.test: Likewise. * testsuite/runtest.all/utils.test: Likewise. Jacob Bachmeyer 2018-12-10 20:11:17 +1100
  • 6c0bbbfad3 * lib/utils.exp (grep): Use a proper Tcl list for options. Ben Elliston 2018-12-10 19:28:46 +1100
  • 09e9d5e47f * testsuite/runtest.all/utils.test: ${srcdir} -> $srcdir. Ben Elliston 2018-12-10 12:04:21 +1100
  • 8efa01a023 * lib/utils.exp (getdirs): Use glob -nocomplain rather than glob and catching the "no files matched glob pattern" error message. Catching the error message was the wrong thing to do because the foreach loop then iterates over each word in the error message as if they were matches. Ben Elliston 2018-12-10 11:39:50 +1100
  • 00e2a4272b * testsuite/runtest.all/utils.test (getdirs): Add a test for the non-existent directory case. Ben Elliston 2018-12-10 08:52:23 +1100
  • 1a1ccebf4a * runtest.exp: Remove unnecessary quotes and braces around variable expansions. Ben Elliston 2018-12-10 08:26:05 +1100
  • b6e54d48ad * lib/debugger.exp (dumpvars): Remove unnecessary braces. Ben Elliston 2018-12-10 08:08:30 +1100
  • 4c88419f2d * runtest.exp (setup_target_hook): Use 'ne' and not '!='. (iterate_target_variants_two): Likewise. * lib/remote.exp (standard_download): Use 'eq' not '=='. (remote_upload): Likewise. * lib/framework.exp (open_logs): Likewise. (is_remote): Likewise. Ben Elliston 2018-12-10 00:00:35 +1100
  • 240c052705 Reindent lib/target.exp. Ben Elliston 2018-12-09 22:15:02 +1100
  • e2fb926666 * baseboards/basic-sid.exp, baseboards/basic-sim.exp, baseboards/i386-sid.exp, baseboards/mt-sid.exp, baseboards/sh-sid.exp, config/adb.exp, config/gdb-comm.exp, config/gdb_stub.exp, config/sim.exp, config/unix.exp, config/vxworks.exp, lib/dejagnu.exp, lib/dg.exp, lib/framework.exp, lib/kermit.exp, lib/libgloss.exp, lib/remote.exp, lib/rsh.exp, lib/target.exp, lib/tip.exp, lib/utils.exp, testsuite/lib/libsup.exp, testsuite/runtest.all/options.exp,: Remove unnecessary braces around variable expansions. Ben Elliston 2018-12-09 18:41:26 +1100
  • 115a81dab7 Remove commented out lines in host_execute. Ben Elliston 2018-12-09 17:40:44 +1100
  • 1ebfbcd81f * lib/debugger.exp, lib/dg.exp, lib/framework.exp, lib/ftp.exp, lib/kermit.exp, lib/libgloss.exp, lib/remote.exp, lib/rlogin.exp, lib/target.exp, lib/tip.exp, lib/utils.exp, runtest.exp: Remove unnecessary quotes and braces around variable expansions. Ben Elliston 2018-12-09 17:00:21 +1100
  • ea3d6ba5ab * config/gdb-comm.exp: Remove unnecessary quotes. * config/gdb_stub.exp: Likewise. * config/vxworks.exp: Likewise. * config/unix.exp: Likewise. * config/sim.exp: Likewise. Ben Elliston 2018-12-09 16:46:12 +1100
  • a24950c4be * testsuite/lib/libsup.exp: Remove unnecessary quotes around variable expansions. * testsuite/lib/util-defs.exp: Likewise. Ben Elliston 2018-12-09 16:42:08 +1100
  • d5f3788c06 * baseboards/androideabi.exp: Remove unnecessary quotes and braces around variable expansions. * baseboards/basic-sid.exp: Likewise. * baseboards/cris-sim.exp: Likewise. * baseboards/generic-sim.exp: Likewise. * baseboards/mcore-moto-sim.exp: Likewise. * baseboards/multi-sim.exp: Likewise. Ben Elliston 2018-12-09 16:38:56 +1100
  • c3fe064d1b * NEWS: Tweak. Ben Elliston 2018-12-08 18:54:58 +1100
  • c7f104fec6 * lib/dejagnu.exp (host_execute): Remove unnecessary quotes around variable expansions. * testsuite/runtest.all/clone_output.test: Likewise. * testsuite/runtest.all/target.test: Likewise. * testsuite/runtest.all/stats.exp: Likewise. * testsuite/runtest.all/remote.test: Likewise. * testsuite/runtest.all/config.test: Likewise. * testsuite/runtest.all/default_procs.tcl: Likewise. * testsuite/runtest.all/libs.exp: Likewise. * testsuite/runtest.all/options.exp: Likewise. Ben Elliston 2018-12-08 17:36:31 +1100
  • 01599a0570 * NEWS: Document 'testsuite' command. * doc/dejagnu.texi (testsuite procedure): Document multiplex entry point and "testsuite file" command. * lib/framework.exp (testsuite): New proc for multiplex commands. (testsuite_file): New proc implementing "testsuite file". * testsuite/runtest.all/testsuite_file.test: New file. * runtest.exp: Expect to find testsuite in ${srcdir}/testsuite, but also search $srcdir itself. (load_lib): Add explicit search for testsuite-local libraries. (load_tool_init): Use $testsuitedir in search. (load_config): Use $testsuitedir instead of $srcdir. (load_tool_target_config): Likewise. Jacob Bachmeyer 2018-12-08 17:28:51 +1100
  • 9a8e51a8f5 Remove commented out code in runtest_start. Ben Elliston 2018-12-08 15:40:37 +1100
  • e24c17b254 * testsuite/lib/libsup.exp (start_expect): Brace commands in if expressions. * testsuite/lib/util-defs.exp (util_test): Likewise. * testsuite/runtest.all/stats.exp: Likewise. * testsuite/runtest.all/libs.exp: Likewise. Ben Elliston 2018-12-08 15:24:48 +1100
  • 80e7788c09 * testsuite/runtest.all/default_procs.tcl: (lib_errpat_test, lib_errregexp_test, lib_err_test): New. (lib_regexp_test): Fix copy-paste-edit error. (lib_pat_test, lib_regexp_test, lib_ret_test, lib_bool_test): Fix handling of errors raised by tested procedure. Also ensure proper quoting of argument lists passed to eval and simplify the logic for producing return values. Ben Elliston 2018-12-08 14:32:03 +1100
  • 34199f96f3 * config/vxworks.exp (${board}_init): Use 'ne' instead of !=. Ben Elliston 2018-12-08 10:51:16 +1100
  • 433e2b2cc0 * lib/tip.exp (tip_open): Put braces around if expression. Ben Elliston 2018-12-08 08:22:16 +1100
  • 39f9a7703a * runtest.exp, lib/utils.exp, lib/targetdb.exp, lib/target.exp, lib/remote.exp, lib/framework.exp, lib/dg.exp, config/vxworks.exp, config/sim.exp, config/gdb_stub.exp, config/aarch64-fv8.exp, baseboards/vr4300-sim.exp, baseboards/vr4111-sim.exp, baseboards/vr4100-sim.exp, baseboards/sh-sid.exp, baseboards/mt-sid.exp, baseboards/mips-sim.exp, baseboards/mips-sim-idt64.exp, baseboards/mips-sim-idt32.exp, baseboards/i386-sid.exp, baseboards/arm-sim.exp, baseboards/arm-ice.exp, baseboards/androideabi.exp, testsuite/runtest.all/utils.test, testsuite/runtest.all/target.test: Replace string literal comparisons using == and != with 'eq' and 'ne'. Ben Elliston 2018-12-08 00:29:35 +1100
  • b3d43d3be8 * runtest.exp, lib/utils.exp, lib/target.exp, lib/ssh.exp, lib/rsh.exp, lib/rlogin.exp, lib/remote.exp, lib/libgloss.exp, lib/framework.exp, lib/dg.exp, lib/dejagnu.exp, config/vxworks.exp, config/unix.exp, config/sim.exp, config/gdb_stub.exp, config/gdb-comm.exp, config/adb.exp, baseboards/multi-sim.exp, baseboards/cris-sim.exp, baseboards/basic-sim.exp, baseboards/basic-sid.exp, baseboards/androideabi.exp, testsuite/runtest.all/load_lib.exp, testsuite/libdejagnu/tunit.exp: Replace empty string comparisons using == and != with 'eq' and 'ne'. Ben Elliston 2018-12-08 00:09:42 +1100
  • 4c9fa60d34 * testsuite/runtest.all/default_procs.tcl (lib_bool_test): New. (lib_regexp_test): New. (lib_pat_test): Brace "if" conditions. (lib_pat_test): Remove spurious quotes in debugging output. (run_tests): Add support for comments in lists of procedure tests. Jacob Bachmeyer 2018-12-07 21:31:38 +1100
  • c10ea972b1 * doc/dejagnu.texi: Add more missing material. Ben Elliston 2018-12-07 17:08:23 +1100
  • 608a986a4d Fix ChangeLog entry for last commit. It should have been: Jacob Bachmeyer 2018-12-07 16:27:11 +1100
  • 2403990058 * testsuite/runtest.all/default_procs.tcl: Whitespace clean up. (lib_pat_test): Handle an argument list instead of only a single argument for the procedure under test. (lib_ret_test): Likewise. * testsuite/runtest.all/utils.test: Whitespace clean up. Adjust to pass argument lists for improved lib_pat_test. * testsuite/runtest.all/clone_output.test: Likewise. Jacob Bachmeyer 2018-12-07 12:14:58 +1100
  • 77fe62fe78 * doc/dejagnu.texi: Add more missing material. Ben Elliston 2018-12-06 22:17:40 +1100
  • f81fb678f6 * testsuite/runtest.all/default_procs.tcl: Whitespace clean up. (lib_pat_test): Handle an argument list instead of only a single argument for the procedure under test. (lib_ret_test): Likewise. * testsuite/runtest.all/utils.test: Whitespace clean up. Adjust to pass argument lists for improved lib_pat_test. * testsuite/runtest.all/clone_output.test: Likewise. Jacob Bachmeyer 2018-12-06 21:33:43 +1100
  • 7e7c247f22 * lib/remote.exp (standard_load): Fix typo on empty string. * runtest.exp: Adjust expression to follow GNU conventions. * lib/utils.exp (diff): Fix mistake in replacing [string compare] with "eq" instead of "ne". * testsuite/runtest.all/config.test: Likewise. Jacob Bachmeyer 2018-12-06 20:40:15 +1100
  • d439887f64 * runtest.exp: Replace [string match] commands involving literal strings and variables known to not be Tcl glob patterns with eq and ne. * config/unix.exp: Likewise. * lib/debugger.exp: Likewise. * lib/dg.exp: Likewise. * lib/framework.exp: Likewise. * lib/remote.exp: Likewise. * lib/utils.exp: Likewise. * baseboards/androideabi.exp: Likewise. * baseboards/multi-sim.exp: Likewise. * testsuite/lib/util-defs.exp: Likewise. * testsuite/runtest.all/config.test: Likewise. Ben Elliston 2018-12-06 18:05:05 +1100
  • a8e4dbd2a6 * testsuite/runtest.all/utils.test: Add Tcl mode marker for Emacs. * testsuite/runtest.all/target.test: Likewise. * testsuite/runtest.all/remote.test: Likewise. * testsuite/runtest.all/config.test: Likewise. * testsuite/runtest.all/clone_output.test: Likewise. Jacob Bachmeyer 2018-12-06 15:11:48 +1100
  • d2231deaf8 Correct whitespace problems. Ben Elliston 2018-12-06 14:59:53 +1100
  • e25f4f2080 * runtest.exp: Replace '==' with 'eq' for string compares. Likewise, replace '!=' with 'ne'. Replace a few instances of [string length $str] == 0 with $str eq "". * config/gdb-comm.exp: Likewise. * lib/dg.exp: Likewise. * lib/framework.exp: Likewise. * lib/libgloss.exp: Likewise. * lib/remote.exp: Likewise. * lib/target.exp: Likewise. * lib/utils.exp: Likewise. Ben Elliston 2018-12-06 14:44:43 +1100
  • dbf1d99cb0 * runtest.exp: Replace archaic use of [string match] with "eq". Jacob Bachmeyer 2018-12-06 14:07:40 +1100
  • 31971cc219 * doc/dejagnu.texi (compile Procedure): Remove old node. (archive Procedure): Likewise. (ranlib Procedure): Likewise. Ben Elliston 2018-12-06 12:56:11 +1100
  • b353ddf344 * doc/dejagnu.texi (rsh procedure): Fix node connectivity. Ben Elliston 2018-12-06 12:43:34 +1100
  • db822559c9 * lib/telnet.exp (telnet_open): Remove connectmode global. * doc/dejagnu.texi (Procedures For Remote Communication): Remove mention of connectmode. Ben Elliston 2018-12-06 10:08:36 +1100
  • 83c212039a * doc/dejagnu.texi (execute_anywhere Procedure): Remove obsolete node. Ben Elliston 2018-12-05 22:59:55 +1100
  • a36720ae14 * doc/dejagnu.texi: Add more missing material. Ben Elliston 2018-12-05 20:31:01 +1100
  • 54f62a6c5b * testsuite/runtest.all/utils.test: Test runtest_file_p. Ben Elliston 2018-12-05 15:28:53 +1100
  • 3b285264dd * runtest.exp (load_config): Remove unused globals. (load_generic_config): Likewise. (load_board_description): Likewise. (load_base_board_description): Likewise. Jacob Bachmeyer 2018-12-05 12:19:30 +1100
  • d4a10385ee * lib/utils.exp (grep): Handle -n. * doc/dejagnu.texi (grep procedure): Document it. * testsuite/runtest.all/utils.test: Add a test case. * NEWS: Add an item. Ben Elliston 2018-12-05 10:48:26 +1100
  • 0d91a5aa03 * testsuite/runtest.all/utils.test: Test diff. Ben Elliston 2018-12-05 10:33:31 +1100
  • d40bf1fd04 * testsuite/runtest.all/utils.test: Test grep. Ben Elliston 2018-12-04 23:11:26 +1100
  • 217b8da593 * testsuite/runtest.all/utils.test (which): Fail on the else path, don't pass in either case. Ben Elliston 2018-12-04 23:08:22 +1100
  • a3e637a209 Fix some typos. Ben Elliston 2018-12-04 22:26:40 +1100
  • 9b523f194b * doc/dejagnu.texi (Libgloss): Improve documentation. (Debugging Procedures): Likewise. Ben Elliston 2018-12-04 22:22:30 +1100
  • 96c99ce8ec * lib/debugger.exp (dumprocs): Fix proc comment. Ben Elliston 2018-12-04 21:46:14 +1100
  • e121acc539 * doc/dejagnu.texi (Utility Procedures): Improve documentation for the procedures in this section. Ben Elliston 2018-12-04 20:17:56 +1100
  • 7ff5e4a5af Add an item for grep -n. Ben Elliston 2018-12-04 20:06:56 +1100
  • 303132d4f1 * NEWS: Document new relative_filename procedure and --local_init/ --global_init command line options. Jacob Bachmeyer 2018-12-04 19:30:52 +1100
  • 91b267562d * lib/utils.exp (relative_filename): New proc. * runtest.exp: Use it. * doc/dejagnu.texi (relative_filename procedure): Document it. * testsuite/runtest.all/utils.test: Add tests for relative_filename. Jacob Bachmeyer 2018-12-04 19:28:54 +1100
  • cb56b0093c * dejagnu.h (TestState): Remove const char * variants of pass(), xpass(), fail(), xfail(), untested(), unresolved() for C++. A const char * will be implicitly converted to std::string. Ben Elliston 2018-12-03 21:49:51 +1100
  • 22655ad50d * doc/dejagnu.texi: Move 'Built-in Procedures' node up a level, removing the 'Reference' node and chapter. Make all subsubsections in this chapter unnumbered subheadings. Ben Elliston 2018-12-03 19:19:32 +1100
  • f63410326f * doc/dejagnu.texi: Fix Info node links. The arguments to @node are: here, next, previous, up; not here, previous, next, up. Ben Elliston 2018-12-03 18:07:50 +1100
  • 3f8f795d51 * Makefile.am (EXTRA_DIST): Use $(TEXINFO_TEX), not a hardcoded doc/texinfo.tex. With thanks to Jacob Bachmeyer. * Makefile.in: Regenerate. Ben Elliston 2018-12-03 18:03:25 +1100
  • 39f49df96a * Makefile.am (TEXINFO_TEX): Set to doc/texinfo.tex. (EXTRA_DIST): Add doc/texinfo.tex. Setting TEXINFO_TEX otherwise prevents the distribution of the overridden texinfo.tex. * Makefile.in: Regenerate. * texinfo.tex: Move from here .. * doc/texinfo.tex: .. to here. Ben Elliston 2018-12-03 17:15:23 +1100
  • dc3f603552 Ignore version.texi. Ben Elliston 2018-12-03 12:59:45 +1100
  • 952f79c54c * lib/framework.exp (isremote): Add verbose message. Ben Elliston 2018-12-03 07:37:41 +1100
  • 7036b888b2 * lib/framework.exp (isremote): Pass $board to is_remote. Ben Elliston 2018-12-02 22:44:48 +1100
  • 54c113a249 * doc/fdl.texi: New. * doc/dejagnu.texi (Variable Index): New. Add more concept index entries. (GNU Free Documentation License): New appendix. Ben Elliston 2018-12-02 21:27:34 +1100
  • 87eb57941e * doc/dejagnu.texi (Procedure Index): New. Add Texinfo function index (@findex) entries for every built-in procedure. Ben Elliston 2018-12-02 19:54:06 +1100
  • d734979fac * doc/dejagnu.texi: Start an index. Ben Elliston 2018-12-02 17:21:49 +1100
  • 07abb354c4 Make mdate-sh a real file, not a symbolic link to Automake. Ben Elliston 2018-12-02 16:50:42 +1100
  • 830ee9b8f7 * doc/version.texi: New. Ben Elliston 2018-12-02 16:39:40 +1100
  • 63bacded39 * doc/dejagnu.texi: Add title page and frontmatter. Include version.texi. * Makefile.in: Regenerate. * mdate-sh: Installed by automake --add-missing. Ben Elliston 2018-12-02 16:37:46 +1100
  • e41f111dd1 * doc/dejagnu.texi (diff procedure): Tidy up this node. Ben Elliston 2018-12-02 15:49:23 +1100
  • 483d90215b * runtest.exp (hex): Remove useless test before setting. (decimal): Likewise. Jacob Bachmeyer 2018-12-02 13:20:47 +1100
  • e846a14797 * doc/dejagnu.texi (Invoking runtest): Document new --local_init and --global_init command line options. * doc/runtest.1: Likewise. Jacob Bachmeyer 2018-12-02 12:13:41 +1100
  • 1007fbb67a * lib/utils.exp (grep): Remove reference to "NULL" in comment. * testsuite/lib/util-defs.exp (util_start): Likewise. Ben Elliston 2018-11-30 22:08:44 +1100
  • e804244b04 * doc/dejagnu.texi: (verbose procedure): Improve documentation. (load_lib procedure): Likewise. Ben Elliston 2018-11-30 21:30:57 +1100
  • fd80cd001a * doc/dejagnu.texi: More clean-ups of built-in proc documentation. Ben Elliston 2018-11-30 21:13:24 +1100
  • 88486ad343 * runtest.exp: Use isremote. * lib/target.exp: Likewise. * lib/remote.exp: Likewise. * lib/libgloss.exp: Likewise. * config/unix.exp: Likewise. * config/sim.exp: Likewise. * config/gdb_stub.exp: Likewise. * config/gdb-comm.exp: Likewise. * baseboards/basic-sim.exp: Likewise. * baseboards/androideabi.exp: Likewise. Ben Elliston 2018-11-30 12:18:54 +1100
  • 12028b93c5 * lib/framework.exp (isremote): New. * doc/dejagnu.texi (isremote procedure): Document it. * NEWS: Mention isremote. Ben Elliston 2018-11-30 12:07:55 +1100
  • 6471c5b855 * INSTALL: Update to latest upstream version. Ben Elliston 2018-11-30 09:53:59 +1100
  • 6acac269be * texinfo.tex: Update to latest upstream version. Ben Elliston 2018-11-30 09:45:07 +1100
  • 14f40e5a6b * lib/framework.exp (istarget, ishost, istarget): Set the argument default value to the empty string. * doc/dejagnu.texi (find procedure): Remove reference to "NULL". (getenv procedure): Re-word this node. (isbuild procedure): Update. (ishost procedure): Likewise. (istarget procedure): Likewise. * testsuite/runtest.all/config.test: Add test cases. Ben Elliston 2018-11-30 09:44:25 +1100
  • 5fbd523b5a * config.guess: Update to latest version. * config.sub: Likewise. Ben Elliston 2018-11-28 20:39:36 +1100
  • 48b5351b48 * NEWS: Update. * configure.ac: Update version number. * configure: Regenerate. * doc/dejagnu.texi: Update version number. * runtest.exp: Update version number. Ben Elliston 2018-11-28 17:35:36 +1100
  • 4b1aeb8672 Mark ChangeLog for release. dejagnu-1.6.2-release dejagnu-1.6.2 Ben Elliston 2018-11-28 15:26:22 +1100
  • a962bae25f One more fix for Jacob Bachmeyer's change on 2018-10-31. Ben Elliston 2018-11-28 15:18:27 +1100