1 2022-10-01 Jacob Bachmeyer <jcb@gnu.org>
5 * testsuite/runtest.libs/mockutil.tcl (test_proc_with_mocks):
6 Report test failure instead of raising errors.
8 * testsuite/runtest.libs/dg.test: Add more unit tests.
9 (eval_tests): Copy this procedure...
10 * testsuite/runtest.libs/target.test (eval_tests): ...from here.
12 2022-09-30 Jacob Bachmeyer <jcb@gnu.org>
16 * testsuite/runtest.libs/mockutil.tcl (test_proc_with_mocks): Add
17 usage comment and option to match number of calls for test.
18 (create_test_interpreter): Add support for mockvfs.
20 * testsuite/runtest.libs/dg.test: New file.
22 2022-09-29 Jacob Bachmeyer <jcb@gnu.org>
26 * testsuite/runtest.libs/mockvfs.tcl: New file.
28 2022-09-26 Jacob Bachmeyer <jcb@gnu.org>
30 * testsuite/runtest.libs/libs.exp (process_test): Add forward
31 slash to the list of characters recognized as text.
33 2022-01-21 Jacob Bachmeyer <jcb@gnu.org>
37 * runtest.exp (runtest): Reset the global warning and error
38 counters before running each test file. This prevents an error
39 "left over" from a previous test file from causing the first test
40 in the next file to be spuriously reported as UNRESOLVED.
42 * Makefile.am (TESTSUITE_FILES): Add new files.
44 * testsuite/runtest.main/pr53427.exp: New file for regression test.
45 * testsuite/runtest.main/nested/testsuite/pr53427.test/a.exp: Likewise.
46 * testsuite/runtest.main/nested/testsuite/pr53427.test/b.exp: Likewise.
48 2021-06-29 Jacob Bachmeyer <jcb@gnu.org>
52 * runtest.exp: Adjust detection logic for deprecated broken legacy
53 case of a testsuite not actually in a testsuite/ directory.
55 This was never supported but happened to work in older versions.
57 2021-05-22 Jacob Bachmeyer <jcb@gnu.org>
59 * Makefile.am (TESTSUITE_FILES): Correct oversight.
61 * configure, Makefile.in, aclocal.m4: Regenerate.
63 * runtest.exp, configure.ac, doc/version.texi: Update version.
65 * dejagnu: Fix error message.
67 * config.guess: Import patched version; patches sent upstream.
69 * commands/help.sh: Add test mode in which man(1) is never
70 actually invoked. The ability to reference a manpage by absolute
71 file name seems to be unique to Free systems.
72 * testsuite/launcher.all/help.exp: Amend test list to use new
73 testing mode in "dejagnu help" command. This mode should also
74 work on Solaris, so the logic for skipping the tests is removed.
76 2021-05-20 Jacob Bachmeyer <jcb@gnu.org>
78 * dejagnu: Search for a POSIX Awk and validate that at least a
79 simple Awk program actually works.
80 * testsuite/launcher.all/command.exp: Add tests for error produced
81 when no Awk is found and a help message is requested.
83 * lib/dejagnu.exp: Avoid reporting next test as UNRESOLVED when
84 reporting error due to missing size(1) while loading file.
86 * testsuite/lib/runtest.exp (runtest_copy_nested_testsuite_log):
87 New procedure. Dumps log from nested run into main test log.
89 * testsuite/runtest.libs/utils.test: Change test for [which make]
90 to [which sh] because make(1) is not always available on non-GNU
91 systems but sh(1) exists on any Unix. GNU make is often installed
92 as "gmake" on non-GNU systems and may be the only "make" utility.
94 * testsuite/runtest.main/pr42399.exp (test_pr42399): Revise to
95 ensure that a failure to produce any output at all in the inner
96 test will be detected. This was discovered on Solaris 10.
98 * testsuite/runtest.main/stats.exp: Copy stat.log from nested
99 testsuite run to the main test log upon test failure.
101 * testsuite/runtest.main/nested/testsuite/stat.test/unit-sub.exp:
102 Explicitly pass /dev/null to unit-sub.awk because /usr/bin/awk on
103 Solaris 10 does not seem to recognize assignment to ARGV.
104 * testsuite/runtest.main/nested/testsuite/bug.test/pr42399-sub.exp:
107 2021-05-18 Jacob Bachmeyer <jcb@gnu.org>
109 * dejagnu: Redirect input from /dev/null when testing if awk is
110 GNU Awk; this avoids a hang on Solaris 10 where awk treats
111 --version as an Awk program and attempts to read input.
112 (command): Rework the initial setting of this variable to avoid
113 limitations in Solaris 10 awk.
115 * testsuite/report-card.all/onetest.exp: Avoid Tcl error when item
116 and totals lines are missing entirely.
118 * testsuite/runtest.main/pr48155.exp: Fix assumption about exit
119 code from /bin/false, which is different on Solaris.
121 2021-05-05 Jacob Bachmeyer <jcb@gnu.org>
125 * Makefile.am (TESTSUITE_FILES): Update.
126 (CLEANFILES): Add special init file for PR48155 nested tests.
128 * testsuite/runtest.main/pr48155.exp: New file.
129 * testsuite/runtest.main/pr48155-csh.sh: New trivial file. This
130 script emulates the behavior of the C shell if an attempt is made
131 to use it to run the config.guess script.
133 2021-05-04 Jacob Bachmeyer <jcb@gnu.org>
137 * runtest.exp: Tighten regexp used to validate output from
138 config.guess. The previous regexp would accept an error produced
139 if config.guess was incorrectly run using the C shell.
141 2021-04-28 Jacob Bachmeyer <jcb@gnu.org>
143 * configure, Makefile.in: Regenerate.
145 * runtest.exp, configure.ac, doc/version.texi: Update version.
147 * Makefile.am (TAR_OPTIONS): Explicitly select v7 tarball format
148 to work around Automake limitation of assuming that v7 is default.
150 2021-04-20 Jacob Bachmeyer <jcb@gnu.org>
152 * configure.ac: Set Automake options to use the ancient and
153 universal V7 format when building distribution tarballs. The
154 limitations of this format are not expected to impact DejaGnu; the
155 "ustar" format will be used instead if this is proved wrong.
157 * Makefile.am (TAR_OPTIONS): Add exported environment variable to
158 set options when building distribution tarballs. Ensure that all
159 files in distribution tarballs will be recorded as owned by root.
161 2021-04-16 Jacob Bachmeyer <jcb@gnu.org>
165 * dejagnu (command): Use Awk instead of non-portable basename(1)
166 and a non-portable sed(1) pattern to initially set this variable.
168 * dejagnu: Use shell "case" pattern match instead of non-portable
169 "grep -q" to determine if "awk" is GNU Awk.
171 * dejagnu: Use Awk instead of non-portable "grep -q" to verify
172 that a file contains a help message. Also use Awk to extract help
173 messages from files, instead of a complex dynamic sed(1) program.
175 * configure.ac: Remove experimental support for propagating
176 CONFIG_SHELL to scripts in the source directory.
178 * runtest.exp: Use CONFIG_SHELL or SHELL environment variable when
179 running config.guess. Check the result carefully and stop with an
180 error immediately if running config.guess does not produce
181 something that plausibly resembles a triplet. Advise the user
182 that SHELL or CONFIG_SHELL may need to be set in the environment.
184 2021-04-15 Jacob Bachmeyer <jcb@gnu.org>
188 * dejagnu: Avoid using $? for an exit code; it is convenient until
189 the tests fail because the script is run on Solaris where false
190 returns 255 instead of 1 and the test harness expects exit code 1.
192 2021-04-14 Jacob Bachmeyer <jcb@gnu.org>
196 * dejagnu: Replace use of "expr :" with shell "case" pattern
197 match to avoid limitations of Solaris 10 expr(1).
199 2021-04-14 Jacob Bachmeyer <jcb@gnu.org>
201 * lib/specs.exp, testsuite/runtest.libs/specs.test: New files.
203 2021-04-08 Jacob Bachmeyer <jcb@gnu.org>
205 * configure: Regenerate.
207 * runtest.exp, configure.ac, doc/version.texi: Update version.
209 * configure.ac: Change "dnl" comments that should appear in
210 configure to regular comments.
211 Add experimental support for propagating CONFIG_SHELL to the
212 config.sub and config.guess scripts in the source directory.
214 2021-04-01 Jacob Bachmeyer <jcb@gnu.org>
218 * dejagnu, commands/help.sh, commands/report-card.awk: Revise help
219 message to better fit GNU conventions, with thanks to Tom Tromey
220 for the reporting this issue.
224 * runtest: Remove use of non-portable "if !" that causes problems
225 with /bin/sh on Solaris 10.
227 * dejagnu (Variants): Split the declaration of this read-only
228 variable into an assignment followed by marking it read-only,
229 instead of doing both in one statement. The Solaris 10 /bin/sh
230 does not accept the combined form.
232 2021-03-30 Jacob Bachmeyer <jcb@gnu.org>
234 * configure: Regenerate.
236 * runtest.exp, configure.ac, doc/version.texi: Update version.
238 2021-03-26 Jacob Bachmeyer <jcb@gnu.org>
242 * testsuite/launcher.all/help.exp: Skip the tests on Solaris,
243 since Solaris man(1) does not accept explicit filenames. The
244 manpages will be installed as usual, and the "dejagnu help"
245 command should work after installation.
247 Also set PAGER for testing, since other systems might also ignore
248 MANPAGER and that would cause the test to hang.
250 * testsuite/lib/launcher.exp (dejagnu_run): Send commands run and
251 copies of the output produced to the log.
253 * commands/help.sh: Extend PR47382 fix (below) to this file.
257 * testsuite/lib/runtest.exp: Remove support for automatically
258 locating an Expect executable in the old Cygnus tree layout.
260 2021-03-25 Jacob Bachmeyer <jcb@gnu.org>
264 * dejagnu, runtest: Remove use of "$()" command substitution and
265 "$(())" arithmetic substitution shell constructs. The /bin/sh on
266 Solaris 10 does not support them. They were replaced with the
267 traditional backticks for command substitution and backticks and
268 the expr command for arithmetic substitution.
270 Also add markers to explicitly disable shellcheck warnings that
271 would lead to reintroducing these problems.
273 Also avoid the non-portable "`..."..."...`" construct on a warning
274 in the GNU Autoconf manual, section "Shell Substitutions",
275 although this introduces additional variables.
277 2021-03-22 Jacob Bachmeyer <jcb@gnu.org>
279 * configure: Regenerate.
281 * runtest.exp, configure.ac, doc/version.texi: Update version.
283 * config.guess, config.sub: Import from upstream.
285 * MAINTAINERS: Acknowledge that Ben Elliston has left the project.
287 2021-03-15 Jacob Bachmeyer <jcb@gnu.org>
289 * Makefile.am, Makefile.in: Update accordingly.
291 * contrib/compare_tests: Remove. This file lacked a GPL notice.
292 This file was imported from GCC many years ago. The GCC version
293 has benefited from continued development, while ours has not.
295 * testsuite/runtest.libs/load_lib.exp: Remove. This file lacked a
296 GPL notice and an attempt to contact the contributor produced no
297 response. The tests in this file will need to be rewritten in any
298 case; there is a bug in load_lib that they should expose and there
299 is now additional infrastructure for tests of this type that was
300 not available when this file was written.
302 2020-12-27 Jacob Bachmeyer <jcb@gnu.org>
304 * testsuite/runtest.libs/libs.exp (process_test): Report running
305 test scripts as each test script is run.
306 Also, at top-level, sort the list of tests to run.
308 * doc/dejagnu.texi (testsuite procedure): Remove noise word "api"
309 from new "testsuite can call api" feature test API entrypoint.
310 * lib/framework.exp (testsuite_can): Likewise.
311 * testsuite/runtest.libs/testsuite_can.test: Likewise.
314 2020-12-16 Jacob Bachmeyer <jcb@gnu.org>
316 * configure: Regenerate.
318 * configure.ac: Remove Tcl version check.
320 Apply patch from Nick Clifton:
322 * baseboards/msp430-sim.exp: Add missing copyright and GPL notice.
324 Apply patch from Dimitar Dimitrov:
326 * baseboards/pru-sim.exp: New file.
328 * Makefile.am (baseboard_DATA): Add pru-sim.exp to list.
329 * Makefile.in (baseboard_DATA): Likewise.
331 2020-12-15 Jacob Bachmeyer <jcb@gnu.org>
333 * configure: Regenerate.
334 * Makefile.in: Regenerate.
336 * Makefile.am (RUNTEST): Explain override of Automake default.
338 * configure.ac: Update for autoconf 2.69 using autoupdate.
339 * configure.ac: Remove search for expect now handled by Automake.
341 Apply patch from Dimitar Dimitrov:
343 * Makefile.am (dejagnu_TEXINFOS): Change this...
344 * Makefile.am (doc_dejagnu_TEXINFOS): ...to this.
346 This fixes an incorrectly recorded dependency.
348 2020-11-17 Jacob Bachmeyer <jcb@gnu.org>
352 * doc/dejagnu.texi (Adding a new tool): Fix incorrect description
353 that conflated the tool init file with the target interface file.
354 (Make Check): Add cross-reference to the GNU Automake manual for
357 2020-11-10 Jacob Bachmeyer <jcb@gnu.org>
361 * testsuite/lib/launcher.exp (link_dejagnu_launcher_test_item):
362 Use [file normalize] to ensure that link targets are unambiguous.
363 (link_dejagnu_launcher_test_item): Avoid spurious errors when test
364 environment has already been prepared in a previous run.
366 * testsuite/lib/launcher.exp (link_dejagnu_launcher_test_item):
367 New procedure to collect existing repeated testsuite code.
368 * testsuite/launcher.all/command.exp: Establish testing
369 environment using link_dejagnu_launcher_test_item procedure.
371 2020-11-09 Jacob Bachmeyer <jcb@gnu.org>
373 * aclocal.m4: Regenerate.
374 * configure: Regenerate.
375 * Makefile.in: Regenerate.
377 * configure.ac: Revert development version branch tagging hook.
378 * Makefile.am: Likewise.
380 These caused failures (reported in PR44462 as a secondary issue)
381 when a source tree is copied out of a Git directory.
383 2020-08-31 Jacob Bachmeyer <jcb@gnu.org>
385 * doc/runtest.1: Add brief GFDL notice. License notice in the
386 formatted manpage should now describe DejaGnu as a whole.
388 * NEWS: Prepare for release.
390 2020-08-18 Jacob Bachmeyer <jcb@gnu.org>
392 * testsuite/runtest.libs/testsuite_file.test: Add missing
393 copyright and GPL notice.
394 * testsuite/runtest.libs/testsuite_can.test: Likewise.
395 * testsuite/runtest.libs/testcase_group.test: Likewise.
397 2020-08-12 Jacob Bachmeyer <jcb@gnu.org>
399 * doc/dejagnu.texi (The dejagnu_h header file): Remove node.
400 (Running unit tests): Add node.
401 (DejaGnu unit test protocol): Add node.
402 (C unit testing API): Update to reflect current API. Move mention
403 of dejagnu.h header here in preparation for future expanded
405 (C++ unit testing API): Likewise. Mention caveat that the C unit
406 test API is also available in C++ programs.
408 2020-08-10 Jacob Bachmeyer <jcb@gnu.org>
410 * baseboards/qemu.exp: Tidy whitespace.
412 2020-08-10 Jacob Bachmeyer <jcb@gnu.org>
414 Merge patch from Kito Cheng to add support for RISC-V sim target.
416 * baseboards/riscv-sim.exp: New file.
417 * Makefile.am (baseboard_DATA): Add riscv-sim.exp.
418 * Makefile.in (baseboard_DATA): Likewise.
420 2020-08-02 Jacob Bachmeyer <jcb@gnu.org>
422 * Makefile.am (TESTSUITE_FILES): Add files that were introduced
423 during development but were mistakenly not added at that time.
424 (baseboard_DATA): Sort baseboard file list.
425 (baseboard_DATA): Add missing files.
426 (dejagnu_TEXINFOS): New; add GNU FDL file.
427 (CONTRIB): Add experimental Python unit test module.
429 * Makefile.in (TESTSUITE_FILES): Likewise.
430 (baseboard_DATA): Likewise.
432 * testsuite/dejagnu.py: Move from here...
433 * contrib/dejagnu.py: ...to here.
435 2020-08-02 Rob Savoye <rob@senecass.com>
437 * Makefile.in: Regenerate so make dist works.
439 2020-07-25 Jacob Bachmeyer <jcb62281+dev@gmail.com>
441 * doc/dejagnu.texi (Writing a test case): Mention the DejaGnu
442 procedure "perror" instead of the Tcl command "error".
443 (Writing a test case): Reorganize node and give basic hints about
444 Tcl quoting and backslash escape rules.
445 (Writing a test case): Describe synchronization issues and warn
446 that prefixes of valid input can be presented for matching.
447 (Writing a test case): Fix markup from conversion from DocBook.
449 2020-07-22 Jacob Bachmeyer <jcb62281+dev@gmail.com>
453 * NEWS: Document changes to host_execute.
455 * lib/dejagnu.exp (host_execute): Revise expect matching to
456 combine all unit test protocol lines into one pattern.
457 (host_execute): Rework other expect patterns.
458 (host_execute): Ensure that all output from child process is read
459 until the child closes its output to avoid sending early SIGPIPE.
460 (host_execute): Report an ERROR (and cause the next test to be
461 recorded as UNRESOLVED) if the Expect matching buffer overflows.
462 (host_execute): Remove dependency on global "text" variable.
464 * Makefile.am (TESTSUITE_FILES): Update.
466 * testsuite/runtest.main/stats.exp: Generalize infrastructure and
467 add tests for DejaGnu unit testing support.
468 * testsuite/runtest.main/nested/testsuite/stat.test/unit-sub.exp:
470 * testsuite/runtest.main/nested/testsuite/stat.test/unit-sub.awk:
473 2020-07-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
477 * Makefile.am (TESTSUITE_FILES): Update.
479 * lib/dejagnu.exp (host_execute): Allow the executable to be
480 specified with an absolute file name.
481 (host_execute): Fix argument handling to allow passing more than
482 one argument to the executable. Return early if given no
483 arguments at all instead of trying to execute "./".
485 * testsuite/runtest.main/pr42399.exp: New file.
486 * testsuite/runtest.main/nested/testsuite/bug.test/pr42399.awk:
488 * testsuite/runtest.main/nested/testsuite/bug.test/pr42399-sub.exp:
491 2020-07-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
493 * Makefile.am (CLEANFILES): Update.
494 (TESTSUITE_FILES): Update to reflect testsuite reorganization.
496 * testsuite/lib/runtest.exp (runtest_setup_nested_testsuite): New
498 (runtest_cleanup_nested_testsuite): New procedure.
500 * testsuite/runtest.main/error.exp: Use the tool name "error" to
501 select the proper subset of the nested testsuite. Use new
502 procedures for handling nested testsuite. Use common
503 nested-init.exp local init file for nested testsuite. Let local
504 init file nested-init.exp handle setting "outdir" variable.
505 * testsuite/runtest.main/options.exp: Likewise; "null" tool.
506 * testsuite/runtest.main/stats.exp: Likewise; "stat" tool.
508 * testsuite/runtest.main/nested/: Combine nested testsuites.
509 * testsuite/runtest.main/error/testsuite/error.test/error-al-dbz.exp:
511 * testsuite/runtest.main/nested/testsuite/error.test/error-al-dbz.exp:
513 * testsuite/runtest.main/error/testsuite/error.test/error-dbz.exp:
515 * testsuite/runtest.main/nested/testsuite/error.test/error-dbz.exp:
517 * testsuite/runtest.main/error/testsuite/error.test/error-undef.exp:
519 * testsuite/runtest.main/nested/testsuite/error.test/error-undef.exp:
521 * testsuite/runtest.main/error/testsuite/error.test/simple.exp:
523 * testsuite/runtest.main/nested/testsuite/error.test/simple.exp:
525 * testsuite/runtest.main/options/testsuite/null.test/null.exp:
527 * testsuite/runtest.main/nested/testsuite/null.test/null.exp:
529 * testsuite/runtest.main/stats/testsuite/stat.test/stats-sub.exp:
531 * testsuite/runtest.main/nested/testsuite/stat.test/stats-sub.exp:
534 2020-07-16 Rob Savoye <rob@senecass.com>
536 * baseboards/qemu.exp: Works now with qemu instead of sim.
538 2020-07-06 Rob Savoye <rob@senecass.com>
540 * baseboards/qemu.exp: Initial working support to use qemu for
542 * Makefile.am: Install qemu.exp.
543 * autogen.sh: Add script borrowed from my Gnash project to
544 regenerate configure/build files.
545 * aclocal.m4, configure.ac, Makefile.am: regenerated GDB too.
546 * doc/dejagnu.texi: Update copyright date.
548 2020-06-29 Jacob Bachmeyer <jcb62281+dev@gmail.com>
552 * NEWS: Add item for repeated error messages.
554 * lib/framework.exp (log_and_exit): Add separator lines around the
555 error dumps repeated at the end of a run.
557 2020-06-26 Jacob Bachmeyer <jcb62281+dev@gmail.com>
561 * NEWS: Remove items for --keep_going / --no_keep_going options.
563 * Makefile.am (CLEANFILES): Adjust for renames.
564 (TESTSUITE_FILES): Likewise.
566 * doc/dejagnu.texi (Invoking runtest): Remove --keep_going and
567 --no_keep_going options.
568 (A POSIX Conforming Test Framework): Document that Tcl errors in
569 test scripts produce UNRESOLVED results as placeholders.
571 * doc/runtest.1: Likewise.
573 * lib/framework.exp (log_and_exit): Print collected Tcl errors.
575 * runtest.exp (dejagnu::error): New internal namespace.
576 (runtest): Collect Tcl errors caught while executing test scripts.
577 (dejagnu::opt): Remove internal namespace.
578 Remove --keep_going / --no_keep_going options. No longer abort on
579 any Tcl errors; instead store them and repeat the messages at the
582 * testsuite/runtest.main/abort.exp: Rename from this ...
583 * testsuite/runtest.main/error.exp: ... to this and revise tests.
585 * testsuite/runtest.main/abort/testsuite/abort.test/abort-al-dbz.exp:
587 * testsuite/runtest.main/error/testsuite/error.test/error-al-dbz.exp:
589 * testsuite/runtest.main/abort/testsuite/abort.test/abort-dbz.exp:
591 * testsuite/runtest.main/error/testsuite/error.test/error-dbz.exp:
593 * testsuite/runtest.main/abort/testsuite/abort.test/abort-undef.exp:
595 * testsuite/runtest.main/error/testsuite/error.test/error-undef.exp:
598 2020-06-24 Jacob Bachmeyer <jcb62281+dev@gmail.com>
602 * NEWS: Revise relevant items.
604 * doc/dejagnu.texi (Invoking runtest): Add --no_keep_going option.
605 * doc/runtest.1: Document --no_keep_going option. Remove
606 long-obsolete --name option. The --name option had been removed
607 from runtest before the code was imported into what became the
610 * runtest.exp: Add option --no_keep_going to stop immediately if a
611 test script aborts due to a Tcl error. Remove vestiges of
612 long-obsolete --name option. Make --keep_going option default.
614 * testsuite/runtest.main/abort.exp: Adjust tests to use
615 --no_keep_going and --keep_going instead of assuming a default.
617 2020-06-22 Jacob Bachmeyer <jcb62281+dev@gmail.com>
619 Merge patches from Maciej W. Rozycki to fix timeout handling.
621 * lib/remote.exp (close_wait_program): Use `catch' in killing
624 * lib/remote.exp (close_wait_program): Only kill the pending
625 force-kills if the PID list has a single entry.
626 (local_exec): Set the channel about to be closed to the
627 nonblocking mode if we didn't see an EOF.
628 (standard_close): Likewise, unconditionally.
630 2020-06-22 Jacob Bachmeyer <jcb62281+dev@gmail.com>
632 * NEWS: Mention "linker=" option and added language support.
634 * doc/dejagnu.texi (target_compile procedure): Document new
635 "linker=" option to target_compile.
637 * lib/target.exp (default_target_compile): Actually use internal
638 option for separate linker provided for Go language support. This
639 seems to have been accidentally omitted from Tom Tromey's patches.
640 (default_target_compile): Add "linker=" option, similar to
641 "compiler=" option, but the former overrides the latter when
642 building an executable.
643 (default_target_compile): Ensure that "--emit obj" is spaced from
644 previous item when used to compile Rust. Use "--emit asm" instead
645 of "-S" when generating assembly from Rust sources.
647 * testsuite/runtest.libs/target.test: Add tests for Go and Rust.
648 Also add tests for the new "early_flags=" and "linker=" options.
650 2020-06-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
652 * doc/dejagnu.texi (Libgloss): Update menu.
653 (find_go procedure, find_go_linker procedure): New nodes.
654 (find_rustc procedure): New node.
656 2020-06-19 Tom Tromey <tromey@adacore.com>
658 * doc/dejagnu.texi (target_compile procedure): Document Go
660 * lib/target.exp (default_target_compile): Handle Go.
661 * lib/libgloss.exp (find_go, find_go_linker): New procs.
663 2020-06-19 Tom Tromey <tromey@adacore.com>
665 * doc/dejagnu.texi (target_compile procedure): Document rust
667 * lib/target.exp (default_target_compile): Handle rust.
668 * lib/libgloss.exp (find_rustc): New proc.
670 2020-06-19 Tom Tromey <tromey@adacore.com>
672 * lib/target.exp (default_target_compile): Add early_flags.
673 * doc/dejagnu.texi (target_compile procedure): Document
676 2020-06-19 Jacob Bachmeyer <jcb62281+dev@gmail.com>
678 Merge patches from Tom de Vries <tdevries <at> suse.de> and write
681 * testsuite/runtest.main/abort.exp: Add tests that verify handling
682 of arithmetic errors (divide-by-zero) in a procedure called within
685 * testsuite/runtest.main/abort/testsuite/abort.test/abort-dbz.exp: New file.
687 2020-06-18 Jacob Bachmeyer <jcb62281+dev@gmail.com>
691 Thanks to Tom de Vries for raising these concerns and offering the
692 initial testsuite patch that led to these changes.
694 * NEWS: Add item for consistent abort-on-error handling.
696 * lib/framework.exp (unknown): Always link global variables. Tidy.
697 Silently propagate errors raised in autoloaded procedures and move
698 the UNRESOLVED result and aborting the test run to...
699 * runtest.exp (runtest): Report an UNRESOLVED result if a test
700 script aborts due to a Tcl error. Link global errorCode and
701 report its value if an error occurs. For consistency, abort the
702 test run on any Tcl error in a test script instead of only when
703 calling an undefined procedure.
705 * testsuite/runtest.main/abort.exp: Add tests to verify handling
706 of arithmetic errors (divide-by-zero) in an auto-loaded procedure
707 called from a test script. Adjust other patterns.
709 * testsuite/runtest.main/abort/testsuite/abort.test/abort-al-dbz.exp:
712 2020-06-17 Jacob Bachmeyer <jcb62281+dev@gmail.com>
716 * NEWS: Add item for --keep_going option.
718 * Makefile.am (CLEANFILES): Add abort-init.exp to list.
719 (TESTSUITE_FILES): Add new testsuite files to list.
721 * doc/dejagnu.texi (Invoking runtest): Document new --keep_going
723 * doc/runtest.1: Likewise.
725 * lib/framework.exp (unknown): Report an UNRESOLVED result if an
726 unknown command is invoked. Avoid exiting and propagate the error
727 from Tcl's "unknown" procedure if --keep_going was
728 specified. Brace procedure argument list.
729 * runtest.exp (dejagnu::opt): New namespace.
730 Add option --keep_going to continue running tests after a test
731 script aborts due to calling an undefined command.
733 * testsuite/runtest.main/abort.exp: New file.
734 * testsuite/runtest.main/abort/testsuite/abort.test/abort-undef.exp:
736 * testsuite/runtest.main/abort/testsuite/abort.test/simple.exp:
739 2020-06-17 Tom de Vries <tdevries <at> suse.de>
741 * lib/framework.exp (unknown): Propagate return value of auto-loaded
744 2020-06-15 Jacob Bachmeyer <jcb62281+dev@gmail.com>
746 Merge patches from Linaro:
748 2018-09-28 Christophe Lyon <christophe.lyon@linaro.org>
749 * lib/ssh.exp (ssh_exec): Redirect stderr to stdout on the remote
750 machine, to avoid race conditions.
752 2016-04-25 Yvan Roux <yvan.roux@linaro.org>
753 * lib/rsh.exp (rsh_exec): Don't remove trailing newline.
754 * lib/ssh.exp (ssh_exec): Likewise.
756 2016-06-28 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
757 * config/unix.exp (unix_load): Prepend the value of an
758 "exec_shell" board_info key to the command if it is defined.
760 2020-06-06 Jacob Bachmeyer <jcb62281+dev@gmail.com>
762 * NEWS: Document "testcase" command.
764 * doc/dejagnu.texi (testcase procedure): Document multiplex entry
765 point and "testcase group" command.
767 * lib/framework.exp: Add internal namespace ::dejagnu::group.
768 (::dejagnu::group::check_name): New procedure.
769 (::dejagnu::group::current): New procedure.
770 (::dejagnu::group::push): New procedure.
771 (::dejagnu::group::pop): New procedure.
772 (::dejagnu::group::pop_to_file): New procedure.
773 (testcase): New procedure for multiplex commands.
774 (testcase_group): New procedure implementing "testcase group".
776 * testsuite/runtest.libs/testcase_group.test: New file.
778 2020-06-05 Jacob Bachmeyer <jcb62281+dev@gmail.com>
780 * NEWS: Document new "testsuite can call api" command.
782 * doc/dejagnu.texi (testsuite procedure): Document new subcommand
783 "testsuite can call api".
785 * lib/framework.exp (testsuite): Add branch for "testsuite can".
786 (testsuite_can): New procedure implementing "testsuite can".
788 Add internal array ::dejagnu::apilist to store information for
789 "testsuite can call api" for querying the availability of an API
790 call. This will allow test scripts to adapt and use new features
791 while still being able to run under older versions of DejaGnu.
793 * testsuite/runtest.libs/testsuite_can.test: New file.
795 2020-06-02 Jacob Bachmeyer <jcb62281+dev@gmail.com>
798 * NEWS: Fix typo. Fix Emacs mode tag.
799 Document use of Tcl namespace ::dejagnu for internals.
800 * runtest.exp (dejagnu::command_line): New namespace.
801 (dejagnu::command_line::save_cmd_var): New procedure.
802 (dejagnu::command_line::restore_cmd_vars): New procedure.
803 (dejagnu::command_line::dump_cmd_vars): New procedure.
804 * runtest.exp: Save internal variables set by command line
805 arguments during the first pass and restore their values after
806 loading testsuite init files.
808 2020-06-01 Jacob Bachmeyer <jcb62281+dev@gmail.com>
811 * runtest.exp: Describe search for testsuite at verbose level 3.
812 Print initial working directory at verbose level 1.
814 2020-05-28 Jacob Bachmeyer <jcb62281+dev@gmail.com>
817 * testsuite/lib/launcher.exp: Adjust LAUNCHER variable default
818 value to use an absolute file name.
819 * testsuite/lib/report-card.exp: Likewise.
820 * testsuite/runtest.main/options.exp: Set outdir in options-init
821 instead of changing working directory in child runtest.
823 * runtest.exp (logname): Move verbose display of logname to
824 immediately after finding the user's login name.
827 * runtest.exp (libdir): Fix default value of global variable.
829 * ChangeLog: Tidy irregular indentation.
831 2020-05-26 Jacob Bachmeyer <jcb62281+dev@gmail.com>
833 * doc/dejagnu.texi (target_compile procedure): Add documentation.
835 2020-05-26 Jacob Bachmeyer <jcb62281+dev@gmail.com>
837 * doc/dejagnu.texi (target_link procedure): New stub node.
838 (default_link procedure): Document internal procedure.
839 (default_target_assemble procedure): Likewise.
840 (default_target_compile procedure): Likewise.
842 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
844 * baseboards/{aarch64-sim, arm-ice, arm-sim, basic-sid, iq2000-sim,
845 mn10300-sim, moxie-sim}.exp: Cleanup up whitespace.
847 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
849 * lib/target.exp (default_target_compile): Use "host_info"
850 procedure to probe for a host configuration, instead of checking a
851 local empty target_info array due to lacking "global target_info".
853 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
855 * doc/dejagnu.texi (Adding a new board): Document that the
856 "compiler" board_info field is optional and defaults to [find_gcc]
858 (Board configuration file): Likewise.
860 * lib/target.exp (default_target_compile): Establish a default C
861 compiler by evaluating [find_gcc] if no other compiler is given.
863 * baseboards/aarch64-sim.exp: Remove no-longer-needed
864 "set_board_info compiler [find_gcc]" from this file.
865 * baseboards/am33_2.0-libremote.exp: Likewise.
866 * baseboards/androideabi.exp: Likewise.
867 * baseboards/arm-ice.exp: Likewise.
868 * baseboards/arm-sim.exp: Likewise.
869 * baseboards/cris-sim.exp: Likewise.
870 * baseboards/d30v-sim.exp: Likewise.
871 * baseboards/fr30-sim.exp: Likewise.
872 * baseboards/frv-sim.exp: Likewise.
873 * baseboards/gdbserver-sample.exp: Likewise.
874 * baseboards/iq2000-sim.exp: Likewise.
875 * baseboards/linux-gdbserver.exp: Likewise.
876 * baseboards/linux-libremote.exp: Likewise.
877 * baseboards/mcore-moto-sim.exp: Likewise.
878 * baseboards/mcore-sim.exp: Likewise.
879 * baseboards/mips-sim-idt32.exp: Likewise.
880 * baseboards/mips-sim-idt64.exp: Likewise.
881 * baseboards/mips-sim-mti32.exp: Likewise.
882 * baseboards/mips-sim-mti64.exp: Likewise.
883 * baseboards/mips-sim-mti64_64.exp: Likewise.
884 * baseboards/mips-sim-mti64_n32.exp: Likewise.
885 * baseboards/mips-sim-sde32.exp: Likewise.
886 * baseboards/mips-sim-sde64.exp: Likewise.
887 * baseboards/mips-sim.exp: Likewise.
888 * baseboards/mmixware-sim.exp: Likewise.
889 * baseboards/mn10200-sim.exp: Likewise.
890 * baseboards/mn10300-sim.exp: Likewise.
891 * baseboards/moxie-sim.exp: Likewise.
892 * baseboards/msp430-sim.exp: Likewise.
893 * baseboards/powerpc-sim.exp: Likewise.
894 * baseboards/powerpcle-sim.exp: Likewise.
895 * baseboards/rx-sim.exp: Likewise.
896 * baseboards/sh-sim.exp: Likewise.
897 * baseboards/sparc-sim.exp: Likewise.
898 * baseboards/sparc64-sim.exp: Likewise.
899 * baseboards/sparclite-sim-le.exp: Likewise.
900 * baseboards/sparclite-sim.exp: Likewise.
901 * baseboards/unix.exp: Likewise.
902 * baseboards/v850-sim.exp: Likewise.
903 * baseboards/visium-sim.exp: Likewise.
904 * baseboards/xtensa-sim.exp: Likewise.
906 2020-05-24 Rob Savoye <rob@senecass.com>
908 * baseboards/pi.exp: New config file for cross testing to a
911 2020-05-24 Tom Tromey <tom@tromey.com>
913 * .gitignore: Add files.
915 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
917 * testsuite/runtest.libs/target.test: Use mockutil.tcl.
918 Collect loading DejaGnu libraries into a single loop.
919 Revise the mock board_info array.
920 Add section headings for different test groups in this file.
921 Add tests for default_target_compile in lib/target.exp.
922 * testsuite/runtest.libs/mockutil.tcl: New file.
924 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
926 * doc/dejagnu.texi (remote_exec procedure): Explicitly list
927 optional arguments instead of simply copying the Tcl argument list
928 or the remote_exec procedure.
930 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
932 * testsuite/runtest.libs/default_procs.tcl: Set sum_file to empty
933 string instead of opening a temporary file named .tmp.
934 * testsuite/runtest.libs/libs.exp: No longer need to remove .tmp.
936 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
938 * testsuite/runtest.libs/target.test: Rename fake "target_info"
939 array to a fake "board_info" array, to align with changes made to
940 the DejaGnu core on 29 January 1997 that moved the target
941 configuration data into the global board_info array.
943 * testsuite/runtest.libs/remote.test: Likewise.
945 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
947 * testsuite/runtest.libs/libs.exp: Use runtest_file_p to honor
948 requests to run only some library tests.
950 2020-05-18 Rob Savoye <rob@senecass.com>
952 * configure.ac: Extract the current branch.
953 * Makefile.am: Change the frame_version in runtest.exp post
954 install to add the branch and git revision to make it easier to
955 support multiple versions during development.
957 2020-05-15 Rob Savoye <rob@senecass.com>
959 * All files: Minor change, update copyright dates.
961 2019-03-08 Andrew Burgess <andrew.burgess@embecosm.com>
963 * runtest.exp (search_and_load_file): Join the directory and
964 filename once using 'file join'.
966 2019-01-24 Jacob Bachmeyer <jcb62281@gmail.com>
968 * doc/dejagnu.texi: Refill paragraphs and normalize inter-sentence
969 spacing so the Emacs move-by-sentence commands work correctly.
971 2019-01-23 Ben Elliston <bje@gnu.org>
973 * doc/dejagnu.texi: Replace "config file" with "configuration
976 2019-01-23 Jacob Bachmeyer <jcb62281@gmail.com>
978 * doc/dejagnu.texi (Command line option variables): Improve table
979 formatting to fix overlapping columns and revise text slightly.
981 2019-01-23 Jacob Bachmeyer <jcb62281@gmail.com>
983 * doc/dejagnu.texi (Global config file): Change example to use the
984 Tcl "switch" command instead of the deprecated "case" command.
986 2019-01-12 Jacob Bachmeyer <jcb62281@gmail.com>
988 * doc/dejagnu.texi (runtest_file_p procedure): Fix description of
989 the structure of the "runtests" argument.
991 2019-01-12 Ben Elliston <bje@gnu.org>
993 * doc/dejagnu.texi: Various documentation fixes.
995 2019-01-10 Jacob Bachmeyer <jcb62281@gmail.com>
997 * testsuite/runtest.libs/clone_output.test: Use new test harness
998 for verifying output of clone_output.
1000 * testsuite/runtest.libs/default_procs.tcl (send_error): Roll into
1001 template using store_test_output.
1002 (send_log): Likewise.
1003 (send_user): Likewise.
1004 (clear_test_output): New proc.
1005 (store_test_output): New proc.
1007 * lib/framework.exp (clone_output): Actually send errors to the
1008 error stream; bug found while improving testsuite.
1010 2019-01-10 Jacob Bachmeyer <jcb62281@gmail.com>
1012 * testsuite/runtest.libs/libs.exp (process_test): Handle blank
1013 lines from child process correctly.
1015 2019-01-02 Jacob Bachmeyer <jcb62281@gmail.com>
1017 * NEWS: Document report card.
1019 * Makefile.am (clean-local): Add target.
1020 (clean-local-check): Add target; mark as PHONY.
1021 (commands_DATA): Add "report-card" scripts.
1022 (dist_man_MANS): Add dejagnu-report-card.1 and split.
1023 (DEJATOOL): Add "report-card" tool.
1024 (TESTSUITE_FILES): Add testsuite for "report-card" tool.
1026 * commands/report-card.awk: New command script.
1028 * doc/dejagnu.texi (Invoking dejagnu report card): New node.
1029 * doc/dejagnu-report-card.1: New man page.
1031 * testsuite/lib/bohman_ssd.exp: New file.
1032 * testsuite/lib/report-card.exp: New file.
1033 * testsuite/report-card.all/onetest.exp: New file.
1034 * testsuite/report-card.all/passes.exp: New file.
1036 2019-01-02 Ben Elliston <bje@gnu.org>
1038 * Makefile.am (DISTCLEANFILES): Don't use this.
1039 (CLEANFILES): Use this instead.
1040 * Makefile.in: Regenerate.
1042 2019-01-01 Ben Elliston <bje@gnu.org>
1044 * configure.ac: Abort if AWK is not installed.
1045 * configure: Regenerate.
1047 2019-01-01 Ben Elliston <bje@gnu.org>
1049 * config.guess: Update to latest version.
1050 * config.sub: Likewise.
1052 2019-01-01 Ben Elliston <bje@gnu.org>
1054 * configure.ac: Add AC_PROG_AWK check.
1055 * configure: Regenerate.
1057 2018-12-29 Jacob Bachmeyer <jcb62281@gmail.com>
1059 * dejagnu: Avoid use of semicolon as sed(1) command separator.
1060 POSIX does not clearly require sed(1) to support that feature.
1062 2018-12-28 Jacob Bachmeyer <jcb62281@gmail.com>
1064 * testsuite/lib/util-defs.exp: Whitespace clean up.
1066 2018-12-21 Jacob Bachmeyer <jcb62281@gmail.com>
1069 * dejagnu: Improve command parsing to fix bug. Previously, the
1070 documented equivalence between "multi word command" and
1071 "multi-word-command" did not hold if no arguments were given.
1072 * testsuite/launcher.all/command.exp: Add tests.
1074 2018-12-20 Ben Elliston <bje@gnu.org>
1076 * NEWS: Add item for new dejagnu command.
1078 * Makefile.am (EXTRA_DIST): Remove $(XML).
1079 * Makefile.in: Regenerate.
1081 2018-12-20 Jacob Bachmeyer <jcb62281@gmail.com>
1083 * Makefile.am (EXTRA_DIST): Add "dejagnu" launcher script and
1084 contents of $(commands_DATA).
1085 (bin_SCRIPTS): Add "dejagnu" launcher script.
1086 (commandsdir): Installation directory for "dejagnu" subcommands is
1087 $(pkgdatadir)/commands.
1088 (commands_DATA): New, contains "commands/help.sh" as initial item.
1089 (TESTSUITE_FILES): Add testsuite for same.
1090 (DEJATOOL): Add "launcher" to list of tools to test.
1091 (dist_man_MANS): Add man pages for "dejagnu" and "dejagnu help".
1093 * doc/dejagnu.texi (Running other DejaGnu commands): New chapter.
1094 (Invoking dejagnu): New node for dejagnu(1) launcher script.
1095 (Invoking dejagnu help): New node.
1097 * doc/dejagnu.1: New man page.
1098 * doc/dejagnu-help.1: New man page.
1100 * dejagnu: New script.
1102 * commands/help.sh: New dejagnu subcommand for reading manpages.
1104 * testsuite/launcher.all/command.exp: New file.
1105 * testsuite/launcher.all/command/commands/bar-baz.awk: New file.
1106 * testsuite/launcher.all/command/commands/bar.awk: New file.
1107 * testsuite/launcher.all/command/commands/bar.sh: New file.
1108 * testsuite/launcher.all/command/commands/baz-quux.gawk: New file.
1109 * testsuite/launcher.all/command/commands/foo.sh: New file.
1110 * testsuite/launcher.all/command/commands/foo.tcl: New file.
1111 * testsuite/launcher.all/help.exp: New file.
1112 * testsuite/launcher.all/interp.exp: New file.
1113 * testsuite/launcher.all/verbose.exp: New file.
1114 * testsuite/lib/launcher.exp: New file.
1116 2018-12-20 Jacob Bachmeyer <jcb62281@gmail.com>
1118 * doc/dejagnu.texi (bt procedure): Fix Info links.
1120 2018-12-17 Ben Elliston <bje@gnu.org>
1122 * doc/dejagnu.texi (Board config file): Fix up @ref.
1123 (Command line option variables): Likewise.
1124 (Debugging Procedures): Add an entry for 'bt' command.
1126 2018-12-16 Jacob Bachmeyer <jcb62281@gmail.com>
1128 * runtest.exp: Move processing of -V|--version option to first
1129 pass through command line arguments instead of delaying it.
1131 2018-12-16 Jacob Bachmeyer <jcb62281@gmail.com>
1133 * Makefile.am (RUNTESTDEFAULTFLAGS): Remove; no longer needed.
1134 * Makefile.in: Regenerate.
1136 2018-12-15 Ben Elliston <bje@gnu.org>
1138 * doc/dejagnu.texi (telnet Procedure): Remove old node.
1139 (rlogin Procedure): Likewise.
1140 (rsh Procedure): Likewise.
1141 (tip Procedure): Likewise.
1142 (kermit Procedure): Likewise.
1143 (list_targets Procedure): Likewise.
1144 (prune_system_crud): Likewise.
1146 2018-12-15 Jacob Bachmeyer <jcb62281@gmail.com>
1148 * testsuite/runtest.libs/default_procs.tcl (send_error): New stub.
1149 (send_user): Likewise.
1150 * testsuite/runtest.libs/clone_output.test: Remove unneeded global
1151 variable link at top-level.
1152 * testsuite/runtest.libs/utils.test: Adjust absolute path to
1154 * testsuite/runtest.libs/clone_output.test: Use preset srcdir,
1155 subdir, and objdir variables instead of extracting them from argv.
1156 Remove setval.tmp, which is now obsolete.
1157 * testsuite/runtest.libs/config.test: Likewise.
1158 * testsuite/runtest.libs/remote.test: Likewise.
1159 * testsuite/runtest.libs/target.test: Likewise.
1160 * testsuite/runtest.libs/testsuite_file.test: Likewise.
1161 * testsuite/runtest.libs/utils.test: Likewise.
1163 * testsuite/lib/libsup.exp (make_defaults_file): Replace this ..
1164 (send_defaults): .. with this.
1165 (start_expect): Remove redundant code.
1167 * testsuite/runtest.libs/libs.exp: Eliminate setval.tmp file.
1168 Remove unneeded test for EXPECT global variable.
1169 Use one Expect subprocess to run all test cases.
1170 (process_test): Redesign to use Expect subprocess and to use
1171 throwaway slave interpreters for running test cases.
1173 2018-12-15 Jacob Bachmeyer <jcb62281@gmail.com>
1175 * testsuite/lib/runtest.exp (runtest_start): Remove.
1176 Move the sanity check in runtest_start to top-level and similarly
1177 check to ensure that $EXPECT can be found. Make failure of either
1178 sanity check an immediate fatal error.
1179 Improve error messages for sanity checks to indicate which
1180 critical tool was not found. Remove useless 'global RUNTEST'
1181 command at top-level.
1182 (runtest_version): Brace 'if' expression.
1184 2018-12-15 Jacob Bachmeyer <jcb62281@gmail.com>
1186 * testsuite/lib/runtest.exp: Use 'testsuite file' to locate the
1187 default runtest executable instead of implicitly searching PATH.
1188 Remove unused RUNTESTFLAGS Tcl variable.
1190 2018-12-15 Jacob Bachmeyer <jcb62281@gmail.com>
1192 * testsuite/lib/runtest.exp (runtest_start): Remove unused global
1195 2018-12-14 Jacob Bachmeyer <jcb62281@gmail.com>
1197 * lib/framework.exp (log_summary): Remove "testcnt" mechanism.
1198 * testsuite/lib/libsup.exp: Remove obsolete "testcnt" variable.
1200 2018-12-12 Ben Elliston <bje@gnu.org>
1202 * config/gdb-comm.exp, config/gdb_stub.exp, config/vxworks.exp,
1203 lib/dg.exp, lib/ftp.exp, lib/kermit.exp, lib/rlogin.exp,
1204 lib/telnet.exp, runtest.exp, testsuite/lib/libsup.exp: Simplify
1205 some regular expressions in constant strings by placing them
1206 inside braces instead of quotes. This allows one level of
1207 backslash quoting to be removed.
1209 2018-12-12 Ben Elliston <bje@gnu.org>
1211 * doc/dejagnu.texi: Acknowledge contributions to the manual from
1214 2018-12-11 Jacob Bachmeyer <jcb62281@gmail.com>
1216 * testsuite/runtest.all/libs.exp: Use "testsuite file" command.
1217 * testsuite/runtest.all/load_lib.exp: Likewise.
1218 * testsuite/runtest.all/stats.exp: Likewise.
1220 * testsuite/runtest.all/stats.exp: Write local init file as
1221 "stats-init.exp" for status summary tests. Use --local_init
1222 option to runtest to load that file instead of site.exp and move
1223 the inner test module to a nested testsuite.
1224 * testsuite/runtest.all/stats-sub.exp: Move file from here ..
1225 * testsuite/runtest.all/stats/testsuite/stat.test/stats-sub.exp:
1228 * testsuite/runtest.all/options.exp: Clean up whitespace in file.
1229 Wrap lines in test list and move short items to beginning of list.
1230 Write local init file as "options-init.exp" for options tests.
1231 Use --local_init option with nested runtest to load that file
1232 instead of site.exp; also create an empty nested testsuite. Local
1233 init file arranges for inner runtest processes to run in a
1234 subdirectory in the object tree to eliminate filename clashes.
1235 Set tmpdir if not already set and remove entire temporary
1236 directory after running options tests.
1237 * testsuite/runtest.all/options/testsuite/null.test/null.exp: New.
1239 * testsuite/runtest.all/clone_output.test: Move from here ..
1240 * testsuite/runtest.libs/clone_output.test: .. to here.
1241 * testsuite/runtest.all/config.test: Move from here ..
1242 * testsuite/runtest.libs/config.test: .. to here.
1243 * testsuite/runtest.all/default_procs.tcl: Move from here ..
1244 * testsuite/runtest.libs/default_procs.tcl: .. to here.
1245 * testsuite/runtest.all/libs.exp: Move from here ..
1246 * testsuite/runtest.libs/libs.exp: .. to here.
1247 * testsuite/runtest.all/load_lib.exp: Move from here ..
1248 * testsuite/runtest.libs/load_lib.exp: .. to here.
1249 * testsuite/runtest.all/remote.test: Move from here ..
1250 * testsuite/runtest.libs/remote.test: .. to here.
1251 * testsuite/runtest.all/target.test: Move from here ..
1252 * testsuite/runtest.libs/target.test: .. to here.
1253 * testsuite/runtest.all/testsuite_file.test: Move from here ..
1254 * testsuite/runtest.libs/testsuite_file.test: .. to here.
1255 * testsuite/runtest.all/topdir/subdir1/subfile1: Move from here ..
1256 * testsuite/runtest.libs/topdir/subdir1/subfile1: .. to here.
1257 * testsuite/runtest.all/topdir/subdir1/subfile2: Move from here ..
1258 * testsuite/runtest.libs/topdir/subdir1/subfile2: .. to here.
1259 * testsuite/runtest.all/topdir/subdir1/subsubdir1/subsubfile1:
1261 * testsuite/runtest.libs/topdir/subdir1/subsubdir1/subsubfile1:
1263 * testsuite/runtest.all/topdir/subdir2/subfile2: Move from here ..
1264 * testsuite/runtest.libs/topdir/subdir2/subfile2: .. to here.
1265 * testsuite/runtest.all/utils.test: Move from here ..
1266 * testsuite/runtest.libs/utils.test: .. to here.
1267 * testsuite/runtest.libs/utils.test: Update references to
1270 * testsuite/runtest.all/options.exp: Move from here ..
1271 * testsuite/runtest.main/options.exp: .. to here.
1272 * testsuite/runtest.all/options/testsuite/null.test/null.exp: Move
1274 * testsuite/runtest.main/options/testsuite/null.test/null.exp:
1276 * testsuite/runtest.all/stats.exp: Move from here ..
1277 * testsuite/runtest.main/stats.exp: .. to here.
1278 * testsuite/runtest.all/stats/testsuite/stat.test/stats-sub.exp:
1280 * testsuite/runtest.main/stats/testsuite/stat.test/stats-sub.exp:
1283 * Makefile.am (DISTCLEANFILES): Update for testsuite improvements.
1284 (TESTSUITE_FILES): Update to reflect testsuite reorganization.
1285 * Makefile.in: Regenerate.
1287 2018-12-11 Jacob Bachmeyer <jcb62281@gmail.com>
1289 * doc/dejagnu.texi: Clean up whitespace. Some indented examples
1290 were changed to use the Texinfo '@ ' command (yes, a space
1291 character) to preserve correct indentation. The '@ ' command is
1292 treated as a single space by Tex and makeinfo, but prevents Emacs
1293 from complaining about indentation using spaces instead of tabs.
1295 2018-12-11 Jacob Bachmeyer <jcb62281@gmail.com>
1297 * doc/dejagnu.texi (getdirs procedure): Document hard-coded
1298 directory exclusions by name in this procedure.
1300 2018-12-10 Ben Elliston <bje@gnu.org>
1302 * doc/dejagnu.texi (getdirs procedure): This procedure accepts Tcl
1303 glob patterns, not "shell wildcard characters" per se.
1305 * doc/dejagnu.texi (istarget procedure): Remove stray @{.
1307 2018-12-10 Jacob Bachmeyer <jcb62281@gmail.com>
1309 * doc/dejagnu.texi (Writing a test case): Add warning about
1310 priority of Expect patterns, complete with example.
1311 * testsuite/runtest.all/libs.exp (process_test): Fix bug that
1312 caused test results other than "PASS" to be skipped if a "PASS" is
1313 further along in the input buffer. Describe problem in manual.
1314 (process_test): Ensure that the log file shows each test case run.
1315 (process_test): Directly run the test cases instead of using
1316 temporary files and "cat". All output is always available in the
1317 log file, which is no longer overwritten by other tests.
1318 (process_test): Expect END markers from test case scripts.
1319 * testsuite/runtest.all/clone_output.test: Emit END markers.
1320 * testsuite/runtest.all/config.test: Likewise.
1321 * testsuite/runtest.all/remote.test: Likewise.
1322 * testsuite/runtest.all/target.test: Likewise.
1323 * testsuite/runtest.all/testsuite_file.test: Likewise.
1324 * testsuite/runtest.all/utils.test: Likewise.
1326 2018-12-10 Ben Elliston <bje@gnu.org>
1328 * lib/utils.exp (grep): Use a proper Tcl list for options.
1330 2018-12-10 Ben Elliston <bje@gnu.org>
1332 * testsuite/runtest.all/utils.test: ${srcdir} -> $srcdir.
1334 * lib/utils.exp (getdirs): Use glob -nocomplain rather than glob
1335 and catching the "no files matched glob pattern" error
1336 message. Catching the error message was the wrong thing to do
1337 because the foreach loop then iterates over each word in the error
1338 message as if they were matches.
1340 2018-12-10 Ben Elliston <bje@gnu.org>
1342 * testsuite/runtest.all/utils.test (getdirs): Add a test for the
1343 non-existent directory case.
1345 2018-12-10 Ben Elliston <bje@gnu.org>
1347 * runtest.exp: Remove unnecessary quotes and braces around
1348 variable expansions.
1350 * lib/debugger.exp (dumpvars): Remove unnecessary braces.
1352 2018-12-09 Ben Elliston <bje@gnu.org>
1354 * runtest.exp (setup_target_hook): Use 'ne' and not '!='.
1355 (iterate_target_variants_two): Likewise.
1356 * lib/remote.exp (standard_download): Use 'eq' not '=='.
1357 (remote_upload): Likewise.
1358 * lib/framework.exp (open_logs): Likewise.
1359 (is_remote): Likewise.
1361 2018-12-09 Ben Elliston <bje@gnu.org>
1363 * baseboards/basic-sid.exp, baseboards/basic-sim.exp,
1364 baseboards/i386-sid.exp, baseboards/mt-sid.exp,
1365 baseboards/sh-sid.exp, config/adb.exp, config/gdb-comm.exp,
1366 config/gdb_stub.exp, config/sim.exp, config/unix.exp,
1367 config/vxworks.exp, lib/dejagnu.exp, lib/dg.exp,
1368 lib/framework.exp, lib/kermit.exp, lib/libgloss.exp,
1369 lib/remote.exp, lib/rsh.exp, lib/target.exp, lib/tip.exp,
1370 lib/utils.exp, testsuite/lib/libsup.exp,
1371 testsuite/runtest.all/options.exp,: Remove unnecessary braces
1372 around variable expansions.
1374 2018-12-09 Ben Elliston <bje@gnu.org>
1376 * lib/debugger.exp, lib/dg.exp, lib/framework.exp, lib/ftp.exp,
1377 lib/kermit.exp, lib/libgloss.exp, lib/remote.exp, lib/rlogin.exp,
1378 lib/target.exp, lib/tip.exp, lib/utils.exp, runtest.exp: Remove
1379 unnecessary quotes and braces around variable expansions.
1381 2018-12-09 Ben Elliston <bje@gnu.org>
1383 * config/gdb-comm.exp: Remove unnecessary quotes.
1384 * config/gdb_stub.exp: Likewise.
1385 * config/vxworks.exp: Likewise.
1386 * config/unix.exp: Likewise.
1387 * config/sim.exp: Likewise.
1389 2018-12-09 Ben Elliston <bje@gnu.org>
1391 * testsuite/lib/libsup.exp: Remove unnecessary quotes around
1392 variable expansions.
1393 * testsuite/lib/util-defs.exp: Likewise.
1395 2018-12-09 Ben Elliston <bje@gnu.org>
1397 * baseboards/androideabi.exp: Remove unnecessary quotes and braces
1398 around variable expansions.
1399 * baseboards/basic-sid.exp: Likewise.
1400 * baseboards/cris-sim.exp: Likewise.
1401 * baseboards/generic-sim.exp: Likewise.
1402 * baseboards/mcore-moto-sim.exp: Likewise.
1403 * baseboards/multi-sim.exp: Likewise.
1405 2018-12-08 Ben Elliston <bje@gnu.org>
1409 2018-12-08 Ben Elliston <bje@gnu.org>
1411 * lib/dejagnu.exp (host_execute): Remove unnecessary quotes around
1412 variable expansions.
1413 * testsuite/runtest.all/clone_output.test: Likewise.
1414 * testsuite/runtest.all/target.test: Likewise.
1415 * testsuite/runtest.all/stats.exp: Likewise.
1416 * testsuite/runtest.all/remote.test: Likewise.
1417 * testsuite/runtest.all/config.test: Likewise.
1418 * testsuite/runtest.all/default_procs.tcl: Likewise.
1419 * testsuite/runtest.all/libs.exp: Likewise.
1420 * testsuite/runtest.all/options.exp: Likewise.
1422 2018-12-08 Jacob Bachmeyer <jcb62281@gmail.com>
1424 * NEWS: Document 'testsuite' command.
1425 * doc/dejagnu.texi (testsuite procedure): Document multiplex entry
1426 point and "testsuite file" command.
1427 * lib/framework.exp (testsuite): New proc for multiplex commands.
1428 (testsuite_file): New proc implementing "testsuite file".
1429 * testsuite/runtest.all/testsuite_file.test: New file.
1430 * runtest.exp: Expect to find testsuite in ${srcdir}/testsuite,
1431 but also search $srcdir itself.
1432 (load_lib): Add explicit search for testsuite-local libraries.
1433 (load_tool_init): Use $testsuitedir in search.
1434 (load_config): Use $testsuitedir instead of $srcdir.
1435 (load_tool_target_config): Likewise.
1437 Add variable "testsuitedir" for testsuite root directory.
1439 Add internal global variables "testbuilddir" and "testdir" for use
1440 by "testsuite file".
1442 Ensure that $testsuitedir, $testbuilddir, and $objdir also avoid
1443 duplicated path delimiters.
1445 Add warning if no tests are found and fallback method of searching
1448 2018-12-08 Ben Elliston <bje@gnu.org>
1450 * testsuite/lib/libsup.exp (start_expect): Brace commands in if
1452 * testsuite/lib/util-defs.exp (util_test): Likewise.
1453 * testsuite/runtest.all/stats.exp: Likewise.
1454 * testsuite/runtest.all/libs.exp: Likewise.
1456 2018-12-08 Jacob Bachmeyer <jcb62281@gmail.com>
1458 * testsuite/runtest.all/default_procs.tcl:
1459 (lib_errpat_test, lib_errregexp_test, lib_err_test): New.
1460 (lib_regexp_test): Fix copy-paste-edit error.
1461 (lib_pat_test, lib_regexp_test, lib_ret_test, lib_bool_test):
1462 Fix handling of errors raised by tested procedure. Also ensure
1463 proper quoting of argument lists passed to eval and simplify
1464 the logic for producing return values.
1466 2018-12-08 Ben Elliston <bje@gnu.org>
1468 * config/vxworks.exp (${board}_init): Use 'ne' instead of !=.
1470 2018-12-08 Ben Elliston <bje@gnu.org>
1472 * lib/tip.exp (tip_open): Put braces around if expression.
1474 2018-12-08 Ben Elliston <bje@gnu.org>
1476 * runtest.exp, lib/utils.exp, lib/targetdb.exp, lib/target.exp,
1477 lib/remote.exp, lib/framework.exp, lib/dg.exp, config/vxworks.exp,
1478 config/sim.exp, config/gdb_stub.exp, config/aarch64-fv8.exp,
1479 baseboards/vr4300-sim.exp, baseboards/vr4111-sim.exp,
1480 baseboards/vr4100-sim.exp, baseboards/sh-sid.exp,
1481 baseboards/mt-sid.exp, baseboards/mips-sim.exp,
1482 baseboards/mips-sim-idt64.exp, baseboards/mips-sim-idt32.exp,
1483 baseboards/i386-sid.exp, baseboards/arm-sim.exp,
1484 baseboards/arm-ice.exp, baseboards/androideabi.exp,
1485 testsuite/runtest.all/utils.test,
1486 testsuite/runtest.all/target.test: Replace string literal
1487 comparisons using == and != with 'eq' and 'ne'.
1489 2018-12-08 Ben Elliston <bje@gnu.org>
1491 * runtest.exp, lib/utils.exp, lib/target.exp, lib/ssh.exp,
1492 lib/rsh.exp, lib/rlogin.exp, lib/remote.exp, lib/libgloss.exp,
1493 lib/framework.exp, lib/dg.exp, lib/dejagnu.exp,
1494 config/vxworks.exp, config/unix.exp, config/sim.exp,
1495 config/gdb_stub.exp, config/gdb-comm.exp, config/adb.exp,
1496 baseboards/multi-sim.exp, baseboards/cris-sim.exp,
1497 baseboards/basic-sim.exp, baseboards/basic-sid.exp,
1498 baseboards/androideabi.exp, testsuite/runtest.all/load_lib.exp,
1499 testsuite/libdejagnu/tunit.exp: Replace empty string comparisons
1500 using == and != with 'eq' and 'ne'.
1502 2018-12-07 Jacob Bachmeyer <jcb62281@gmail.com>
1504 * testsuite/runtest.all/default_procs.tcl (lib_bool_test): New.
1505 (lib_regexp_test): New.
1506 (lib_pat_test): Brace "if" conditions.
1507 (lib_pat_test): Remove spurious quotes in debugging output.
1508 (run_tests): Add support for comments in lists of procedure tests.
1510 * testsuite/runtest.all/config.test: Adjust to use run_tests
1511 procedure. Fixes issue cited in FIXME comment.
1513 * testsuite/runtest.all/utils.test (getdirs tests): Fix these.
1514 The old tests had the sense of the return value from lib_pat_test
1515 inverted and were failing but reported PASS.
1516 (find tests, relative_filename tests, runtest_file_p tests):
1517 Adjust to use run_tests procedure.
1519 2018-12-07 Ben Elliston <bje@gnu.org>
1521 * doc/dejagnu.texi: Add more missing material.
1523 2018-12-07 Jacob Bachmeyer <jcb62281@gmail.com>
1525 * testsuite/runtest.all/default_procs.tcl (lib_ret_test): Tidy.
1526 (run_tests): Replace implicit "eval" with explicit "eval". Tidy.
1527 (verbose): Remove unnecessary quotes.
1529 2018-12-06 Ben Elliston <bje@gnu.org>
1531 * doc/dejagnu.texi: Add more missing material.
1533 2018-12-06 Jacob Bachmeyer <jcb62281@gmail.com>
1535 * testsuite/runtest.all/default_procs.tcl: Whitespace clean up.
1536 (lib_pat_test): Handle an argument list instead of only a single
1537 argument for the procedure under test.
1538 (lib_ret_test): Likewise.
1539 * testsuite/runtest.all/utils.test: Whitespace clean up.
1540 Adjust to pass argument lists for improved lib_pat_test.
1541 * testsuite/runtest.all/clone_output.test: Likewise.
1543 2018-12-06 Jacob Bachmeyer <jcb62281@gmail.com>
1545 * lib/remote.exp (standard_load): Fix typo on empty string.
1546 * runtest.exp: Adjust expression to follow GNU conventions.
1547 * lib/utils.exp (diff): Fix mistake in replacing [string compare]
1548 with "eq" instead of "ne".
1549 * testsuite/runtest.all/config.test: Likewise.
1551 2018-12-06 Ben Elliston <bje@gnu.org>
1553 * runtest.exp: Replace [string match] commands involving literal
1554 strings and variables known to not be Tcl glob patterns with eq
1556 * config/unix.exp: Likewise.
1557 * lib/debugger.exp: Likewise.
1558 * lib/dg.exp: Likewise.
1559 * lib/framework.exp: Likewise.
1560 * lib/remote.exp: Likewise.
1561 * lib/utils.exp: Likewise.
1562 * baseboards/androideabi.exp: Likewise.
1563 * baseboards/multi-sim.exp: Likewise.
1564 * testsuite/lib/util-defs.exp: Likewise.
1565 * testsuite/runtest.all/config.test: Likewise.
1567 2018-12-06 Jacob Bachmeyer <jcb62281@gmail.com>
1569 * testsuite/runtest.all/utils.test: Add Tcl mode marker for Emacs.
1570 * testsuite/runtest.all/target.test: Likewise.
1571 * testsuite/runtest.all/remote.test: Likewise.
1572 * testsuite/runtest.all/config.test: Likewise.
1573 * testsuite/runtest.all/clone_output.test: Likewise.
1575 2018-12-06 Ben Elliston <bje@gnu.org>
1577 * runtest.exp: Replace '==' with 'eq' for string compares.
1578 Likewise, replace '!=' with 'ne'. Replace a few instances of
1579 [string length $str] == 0 with $str eq "".
1580 * config/gdb-comm.exp: Likewise.
1581 * lib/dg.exp: Likewise.
1582 * lib/framework.exp: Likewise.
1583 * lib/libgloss.exp: Likewise.
1584 * lib/remote.exp: Likewise.
1585 * lib/target.exp: Likewise.
1586 * lib/utils.exp: Likewise.
1588 2018-12-06 Jacob Bachmeyer <jcb62281@gmail.com>
1590 * runtest.exp: Replace archaic use of [string match] with "eq".
1592 2018-12-06 Ben Elliston <bje@gnu.org>
1594 * doc/dejagnu.texi (compile Procedure): Remove old node.
1595 (archive Procedure): Likewise.
1596 (ranlib Procedure): Likewise.
1598 2018-12-06 Ben Elliston <bje@gnu.org>
1600 * doc/dejagnu.texi (rsh procedure): Fix node connectivity.
1602 2018-12-06 Ben Elliston <bje@gnu.org>
1604 * lib/telnet.exp (telnet_open): Remove connectmode global.
1605 * doc/dejagnu.texi (Procedures For Remote Communication): Remove
1606 mention of connectmode.
1608 2018-12-05 Ben Elliston <bje@gnu.org>
1610 * doc/dejagnu.texi (execute_anywhere Procedure): Remove obsolete
1613 2018-12-05 Ben Elliston <bje@gnu.org>
1615 * doc/dejagnu.texi: Add more missing material.
1617 2018-12-05 Ben Elliston <bje@gnu.org>
1619 * testsuite/runtest.all/utils.test: Test runtest_file_p.
1621 2018-12-05 Jacob Bachmeyer <jcb62281@gmail.com>
1623 * runtest.exp (load_config): Remove unused globals.
1624 (load_generic_config): Likewise.
1625 (load_board_description): Likewise.
1626 (load_base_board_description): Likewise.
1628 2018-12-05 Ben Elliston <bje@gnu.org>
1630 * lib/utils.exp (grep): Handle -n.
1631 * doc/dejagnu.texi (grep procedure): Document it.
1632 * testsuite/runtest.all/utils.test: Add a test case.
1633 * NEWS: Add an item.
1635 2018-12-05 Ben Elliston <bje@gnu.org>
1637 * testsuite/runtest.all/utils.test: Test diff.
1639 2018-12-04 Ben Elliston <bje@gnu.org>
1641 * testsuite/runtest.all/utils.test: Test grep.
1643 2018-12-04 Ben Elliston <bje@gnu.org>
1645 * testsuite/runtest.all/utils.test (which): Fail on the else path,
1646 don't pass in either case.
1648 2018-12-04 Ben Elliston <bje@gnu.org>
1650 * doc/dejagnu.texi (Libgloss): Improve documentation.
1651 (Debugging Procedures): Likewise.
1653 2018-12-04 Ben Elliston <bje@gnu.org>
1655 * lib/debugger.exp (dumprocs): Fix proc comment.
1657 2018-12-04 Ben Elliston <bje@gnu.org>
1659 * doc/dejagnu.texi (Utility Procedures): Improve documentation for
1660 the procedures in this section.
1662 2018-12-04 Jacob Bachmeyer <jcb62281@gmail.com>
1664 * NEWS: Document new relative_filename procedure and --local_init/
1665 --global_init command line options.
1667 2018-12-04 Jacob Bachmeyer <jcb62281@gmail.com>
1669 * lib/utils.exp (relative_filename): New proc.
1670 * runtest.exp: Use it.
1671 * doc/dejagnu.texi (relative_filename procedure): Document it.
1672 * testsuite/runtest.all/utils.test: Add tests for relative_filename.
1674 2018-12-03 Ben Elliston <bje@gnu.org>
1676 * dejagnu.h (TestState): Remove const char * variants of pass(),
1677 xpass(), fail(), xfail(), untested(), unresolved() for C++. A
1678 const char * will be implicitly converted to std::string.
1680 2018-12-03 Ben Elliston <bje@gnu.org>
1682 * doc/dejagnu.texi: Move 'Built-in Procedures' node up a level,
1683 removing the 'Reference' node and chapter. Make all subsubsections
1684 in this chapter unnumbered subheadings.
1686 2018-12-03 Jacob Bachmeyer <jcb62281@gmail.com>
1688 * doc/dejagnu.texi: Fix Info node links. The arguments to @node
1689 are: here, next, previous, up; not here, previous, next, up.
1691 2018-12-03 Ben Elliston <bje@gnu.org>
1693 * Makefile.am (EXTRA_DIST): Use $(TEXINFO_TEX), not a hardcoded
1694 doc/texinfo.tex. With thanks to Jacob Bachmeyer.
1695 * Makefile.in: Regenerate.
1697 2018-12-03 Ben Elliston <bje@gnu.org>
1699 * Makefile.am (TEXINFO_TEX): Set to doc/texinfo.tex.
1700 (EXTRA_DIST): Add doc/texinfo.tex. Setting TEXINFO_TEX otherwise
1701 prevents the distribution of the overridden texinfo.tex.
1702 * Makefile.in: Regenerate.
1703 * texinfo.tex: Move from here ..
1704 * doc/texinfo.tex: .. to here.
1706 2018-12-03 Ben Elliston <bje@gnu.org>
1708 * lib/framework.exp (isremote): Add verbose message.
1710 2018-12-02 Ben Elliston <bje@gnu.org>
1712 * lib/framework.exp (isremote): Pass $board to is_remote.
1714 2018-12-02 Ben Elliston <bje@gnu.org>
1716 * doc/fdl.texi: New.
1717 * doc/dejagnu.texi (Variable Index): New.
1718 Add more concept index entries.
1719 (GNU Free Documentation License): New appendix.
1721 2018-12-02 Ben Elliston <bje@gnu.org>
1723 * doc/dejagnu.texi (Procedure Index): New. Add Texinfo function
1724 index (@findex) entries for every built-in procedure.
1726 2018-12-02 Ben Elliston <bje@gnu.org>
1728 * doc/dejagnu.texi: Start an index.
1730 2018-12-02 Ben Elliston <bje@gnu.org>
1732 * doc/version.texi: New.
1734 2018-12-02 Ben Elliston <bje@gnu.org>
1736 * doc/dejagnu.texi: Add title page and frontmatter. Include
1738 * Makefile.in: Regenerate.
1739 * mdate-sh: Installed by automake --add-missing.
1741 2018-12-02 Ben Elliston <bje@gnu.org>
1743 * doc/dejagnu.texi (diff procedure): Tidy up this node.
1745 2018-12-02 Jacob Bachmeyer <jcb62281@gmail.com>
1747 * runtest.exp (hex): Remove useless test before setting.
1748 (decimal): Likewise.
1750 2018-12-02 Jacob Bachmeyer <jcb62281@gmail.com>
1752 * doc/dejagnu.texi (Invoking runtest): Document new --local_init
1753 and --global_init command line options.
1754 * doc/runtest.1: Likewise.
1756 * runtest.exp: Remove useless tests before setting default values
1757 for variables: all_flag, binpath, debug, options, outdir, reboot,
1758 tracelevel, verbose, log_dialog. They are set before loading any
1759 files or parsing the command line.
1761 * runtest.exp: Add options --local_init and --global_init for
1762 selecting alternate testsuite configuration files.
1764 * runtest.exp: Split variable "configfile" into "local_init_file"
1765 and "global_init_file" in preparation for adding command-line
1766 options to specify these independently.
1768 * runtest.exp (load_generic_config): Remove configfile global.
1769 (load_board_description): Likewise.
1770 (load_base_board_description): Likewise.
1772 2018-11-30 Ben Elliston <bje@gnu.org>
1774 * lib/utils.exp (grep): Remove reference to "NULL" in comment.
1775 * testsuite/lib/util-defs.exp (util_start): Likewise.
1777 2018-11-30 Ben Elliston <bje@gnu.org>
1779 * doc/dejagnu.texi: (verbose procedure): Improve documentation.
1780 (load_lib procedure): Likewise.
1782 2018-11-30 Ben Elliston <bje@gnu.org>
1784 * doc/dejagnu.texi: More clean-ups of built-in proc documentation.
1786 2018-11-30 Ben Elliston <bje@gnu.org>
1788 * runtest.exp: Use isremote.
1789 * lib/target.exp: Likewise.
1790 * lib/remote.exp: Likewise.
1791 * lib/libgloss.exp: Likewise.
1792 * config/unix.exp: Likewise.
1793 * config/sim.exp: Likewise.
1794 * config/gdb_stub.exp: Likewise.
1795 * config/gdb-comm.exp: Likewise.
1796 * baseboards/basic-sim.exp: Likewise.
1797 * baseboards/androideabi.exp: Likewise.
1799 2018-11-30 Ben Elliston <bje@gnu.org>
1801 * lib/framework.exp (isremote): New.
1802 * doc/dejagnu.texi (isremote procedure): Document it.
1803 * NEWS: Mention isremote.
1805 2018-11-30 Ben Elliston <bje@gnu.org>
1807 * texinfo.tex: Update to latest upstream version.
1808 * INSTALL: Likewise.
1810 2018-11-29 Ben Elliston <bje@gnu.org>
1812 * lib/framework.exp (istarget, ishost, istarget): Set the argument
1813 default value to the empty string.
1814 * doc/dejagnu.texi (find procedure): Remove reference to "NULL".
1815 (getenv procedure): Re-word this node.
1816 (isbuild procedure): Update.
1817 (ishost procedure): Likewise.
1818 (istarget procedure): Likewise.
1819 * testsuite/runtest.all/config.test: Add test cases.
1821 2018-11-28 Ben Elliston <bje@gnu.org>
1823 * config.guess: Update to latest version.
1824 * config.sub: Likewise.
1826 2018-11-28 Ben Elliston <bje@gnu.org>
1829 * configure.ac: Update version number.
1830 * configure: Regenerate.
1831 * doc/dejagnu.texi: Update version number.
1832 * runtest.exp: Update version number.
1834 2018-11-28 Ben Elliston <bje@gnu.org>
1836 * Makefile.am (TESTSUITE_FILES): Update filenames.
1837 * Makefile.in: Regenerate.
1839 2018-11-28 Ben Elliston <bje@gnu.org>
1843 * doc/dejagnu.texi: Tidy up (fill) some paragraphs.
1845 2018-11-25 Jacob Bachmeyer <jcb62281@gmail.com>
1847 * lib/framework.exp: Clean up whitespace.
1849 2018-11-25 Ben Elliston <bje@gnu.org>
1851 * config/gdb-comm.exp: Clean up whitespace.
1852 * config/gdb_stub.exp: Likewise.
1853 * config/sid.exp: Likewise.
1854 * config/sim.exp: Likewise.
1855 * config/unix.exp: Likewise.
1857 2018-11-23 Ben Elliston <bje@gnu.org>
1859 * doc/dejagnu.texi (getdirs procedure): Improve documentation
1860 including documenting the -all option.
1861 (find procedure): Fix a typo.
1862 * lib/utils.exp (getdirs): Improve comments.
1864 2018-11-22 Jacob Bachmeyer <jcb62281@gmail.com>
1866 * runtest.exp: Ensure that multipass pass variables are always
1867 restored. Previously, they were only restored if the "Go digging
1868 for tests" branch was taken near the end of runtest.exp.
1870 2018-11-22 Ben Elliston <bje@gnu.org>
1872 * doc/dejagnu.texi (Customizing DejaGnu): Document error handling
1873 of the $DEJAGNU environment variable (see change below).
1875 2018-11-22 Jacob Bachmeyer <jcb62281@gmail.com>
1877 * runtest.exp: Raise error if $DEJAGNU is defined but not found.
1879 2018-11-15 Jacob Bachmeyer <jcb62281@gmail.com>
1881 * runtest.exp (load_tool_init): Search for tool init file instead
1882 of assuming exactly one location.
1884 2018-11-15 Ben Elliston <bje@gnu.org>
1886 * runtest.exp (load_lib): Whitespace fix.
1888 2018-11-11 Jacob Bachmeyer <jcb62281@gmail.com>
1890 * lib/ssh.exp: Clean up whitespace.
1891 * lib/remote.exp: Clean up whitespace.
1892 (remote_expect): Change literal tab to "\t" in regexp.
1894 2018-11-05 Ben Elliston <bje@gnu.org>
1896 * config.guess: Update to latest version.
1897 * config.sub: Likewise.
1899 2018-11-02 Ben Elliston <bje@gnu.org>
1901 * Makefile.in: Regenerate.
1903 2018-10-31 Jacob Bachmeyer <jcb62281@gmail.com>
1905 * Makefile.am (DEJATOOL): List tools in testsuite.
1906 (RUNTESTDEFAULTFLAGS): Adjust to support per-tool testing.
1907 * testsuite/config/default.exp: Rename from this ...
1908 * testsuite/lib/runtest.exp: ... to this.
1909 (runtest_exit): Remove spurious "close". This was causing per-tool
1910 testing to fail, since the testsuite for "runtest" never actually
1911 uses "spawn", so "close" ends up closing exp0, which is the
1912 terminal. The ${tool}_exit proc is not called if the --tool
1913 option is not given, so this had no effect earlier.
1914 * testsuite/lib/libdejagnu.exp: New empty file.
1916 2018-10-31 Jacob Bachmeyer <jcb62281@gmail.com>
1918 * runtest.exp (load_tool_init): Add message indicating the
1919 expected location of the tool init file.
1921 2018-10-31 Jacob Bachmeyer <jcb62281@gmail.com>
1923 * contrib/sum2junit.sh (failures): Fix typo.
1925 2018-10-31 Jacob Bachmeyer <jcb62281@gmail.com>
1927 * configure.ac (DEJAGNU): Add comments.
1929 2018-10-31 Jacob Bachmeyer <jcb62281@gmail.com>
1931 * Makefile.am (DEJATOOL): List tools in testsuite.
1932 (RUNTESTDEFAULTFLAGS): Adjust to support per-tool testing.
1933 * testsuite/config/default.exp: Rename from this ...
1934 * testsuite/lib/runtest.exp: ... to this.
1935 (runtest_exit): Remove spurious "close". This was causing
1936 per-tool testing to fail, since the testsuite for "runtest" never
1937 actually uses "spawn", so "close" ends up closing exp0, which is
1938 the terminal. The ${tool}_exit proc is not called if the --tool
1939 option is not given, so this had no effect earlier.
1940 * testsuite/lib/libdejagnu.exp: New empty file.
1942 2018-10-30 Ben Elliston <bje@gnu.org>
1944 * Makefile.am (DISTCLEANFILES): Add testrun.xml.
1945 * Makefile.in: Regenerate with Automake 1.15.1.
1946 * aclocal.m4: Likewise.
1948 2018-10-30 Ben Elliston <bje@gnu.org>
1950 * configure.ac (AC_CONFIG_SUBDIRS): Remove.
1951 * configure: Regenerate.
1953 2018-10-29 Ben Elliston <bje@gnu.org>
1955 * README (Documentation): Update.
1957 2018-10-28 Jacob Bachmeyer <jcb62281@gmail.com>
1959 * lib/framework.exp (record_test): Really fix message formatting.
1961 2018-10-29 Ben Elliston <bje@gnu.org>
1963 Reported by Jacob Bachmeyer.
1964 * testsuite/runtest.all/utils.test: Fix missing end quote.
1966 2018-10-28 Jacob Bachmeyer <jcb62281@gmail.com>
1968 * lib/framework.exp (record_test): Fix message formatting.
1970 2018-07-20 Ben Elliston <bje@gnu.org>
1972 * contrib/mysql/make-datafile.sh: Eliminate Shellcheck warnings.
1973 * contrib/mysql/sum2xml.sh: Likewise.
1975 2018-07-20 Ben Elliston <bje@gnu.org>
1977 * contrib/compare_tests: Eliminate Shellcheck warnings.
1978 * contrib/mysql/sum2xml.sh: Likewise.
1980 2018-07-20 Ben Elliston <bje@gnu.org>
1982 * compile, depcomp, install-sh: Latest upstream versions.
1984 2018-07-20 Ben Elliston <bje@gnu.org>
1986 * contrib/sum2junit.sh: Eliminate some Shellcheck warnings.
1988 2018-07-19 Ben Elliston <bje@gnu.org>
1990 * runtest: Use POSIX 'command', not 'type', to look for the Expect
1991 binary. Silences Shellcheck warning SC2039 ("In POSIX sh, 'type'
1994 2018-07-19 Ben Elliston <bje@gnu.org>
1996 * config.guess: Update to latest version.
1997 * config.sub: Likewise.
1999 2018-07-06 Richard Biener <rguenther@suse.de>
2001 * lib/remote.exp (close_wait_program): Use separate kill command
2004 2017-10-16 Ben Elliston <bje@gnu.org>
2006 * NEWS: Start a new section for the next release.
2007 * configure.ac (AC_INIT): Update version number.
2008 * configure: Regenerate.
2009 * runtest.exp (frame_version): Update version number.
2010 * doc/dejagnu.texi: Likewise.
2011 * doc/runtest.1: Update datestamp.
2013 2017-10-16 Ben Elliston <bje@gnu.org>
2015 * config.guess: Update to version 2017-09-26.
2016 * config.sub: Likewise.
2018 2017-09-13 Ben Elliston <bje@gnu.org>
2020 * lib/framework.exp (open_logs): Set XML version to 1.1.
2021 (xml_tag): Skip valid whitespace chars (0x9, 0xA, 0xD). Include
2022 missing 'x' in escape sequence.
2024 2017-08-29 Ben Elliston <bje@gnu.org>
2026 Revert these changes:
2028 2016-04-25 Ben Elliston <bje@gnu.org>
2030 * testsuite/runtest.all/utils.test: Remove unsetenv test.
2032 2016-04-24 Ben Elliston <bje@gnu.org>
2034 * lib/utils.exp (unsetenv): Remove proc.
2035 * doc/dejagnu.texi: Update documentation.
2038 2017-08-19 Ben Elliston <bje@gnu.org>
2040 * lib/framework.exp (xml_tag): Escape all of the non-printable
2041 control characters (ASCII codes 1 to 31 inclusive).
2043 2017-08-18 Tom Tromey <tom@tromey.com>
2045 * runtest.exp: Fix --directory matching.
2047 2017-08-15 Ben Elliston <bje@gnu.org>
2049 * lib/framework.exp (xml_tag): New proc.
2050 (log_summary): Use it.
2051 (record_test): Likewise.
2053 2017-08-15 Ben Elliston <bje@gnu.org>
2055 * lib/framework.exp (open_logs): Set .xml filename correctly.
2056 * runtest.exp: Remove xml_file_name var.
2057 (usage): Update --xml option to not take an argument.
2058 (load_tool_init): Likewise.
2059 * doc/dejagnu.texi (Invoking runtest): Update documentation.
2060 * doc/runtest.1: Likewise.
2062 2017-08-01 Ben Elliston <bje@gnu.org>
2064 * runtest.exp (usage): Improve --strace message.
2066 2017-08-01 Ben Elliston <bje@gnu.org>
2068 * runtest.exp (usage): --reboot doesn't take a 'name' parameter.
2070 2017-06-04 Ben Elliston <bje@gnu.org>
2072 * lib/target.exp (push_target): Remove unnecessary global command.
2073 * testsuite/runtest.all/target.test: Overhaul tests.
2075 2017-06-04 Ben Elliston <bje@gnu.org>
2077 * testsuite/runtest.all/remote.test: Remove cruft from yesteryear.
2079 2017-06-04 Tom de Vries <tom@codesourcery.com>
2081 * testsuite/runtest.all/target.test: Remove list_targets test.
2083 2017-06-04 Tom de Vries <tom@codesourcery.com>
2085 * testsuite/runtest.all/libs.exp (process_test): Dump entire
2086 output when there's no reportable output.
2087 * testsuite/runtest.all/remote.test (load_lib): New proc.
2088 * testsuite/runtest.all/target.test (load_lib): Same.
2090 2017-03-11 Thomas Preud'homme <thomas.preudhomme@arm.com>
2092 * lib/remote.exp (remote_download): Add logging message when
2093 source and destination file differ in name.
2095 2016-09-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2097 * runtest.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
2099 2016-06-28 Ben Elliston <bje@gnu.org>
2101 * aclocal.m4, Makefile.in: Regenerate with automake 1.15.
2102 * configure: Regenerate.
2104 2016-06-22 Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2106 * configure.ac, dejagnu.h, runtest, runtest.exp,
2107 baseboards/am33_2.0-libremote.exp, baseboards/androideabi.exp,
2108 baseboards/arm-ice.exp, baseboards/arm-sid.exp,
2109 baseboards/arm-sim.exp, baseboards/basic-sid.exp,
2110 baseboards/basic-sim.exp, baseboards/cris-sim.exp,
2111 baseboards/d30v-sim.exp, baseboards/fr30-sim.exp,
2112 baseboards/frv-sim.exp, baseboards/gdbserver-sample.exp,
2113 baseboards/i386-sid.exp, baseboards/iq2000-sim.exp,
2114 baseboards/jmr3904-sim.exp, baseboards/linux-gdbserver.exp,
2115 baseboards/linux-libremote.exp, baseboards/m68k-sid.exp,
2116 baseboards/mcore-moto-sim.exp, baseboards/mcore-sim.exp,
2117 baseboards/mips-lnews-sim.exp, baseboards/mips-lsi-sim.exp,
2118 baseboards/mips-sim-idt32.exp, baseboards/mips-sim-idt64.exp,
2119 baseboards/mips-sim-mti32.exp, baseboards/mips-sim-mti64.exp,
2120 baseboards/mips-sim-mti64_64.exp,
2121 baseboards/mips-sim-mti64_n32.exp, baseboards/mips-sim-sde32.exp,
2122 baseboards/mips-sim-sde64.exp, baseboards/mips-sim.exp,
2123 baseboards/mmixware-sim.exp, baseboards/mn10200-sim.exp,
2124 baseboards/mn10300-sim.exp, baseboards/moxie-sim.exp,
2125 baseboards/mt-sid.exp, baseboards/multi-sim.exp,
2126 baseboards/powerpc-sim.exp, baseboards/powerpcle-sim.exp,
2127 baseboards/rx-sim.exp, baseboards/sh-sid.exp,
2128 baseboards/sh-sim.exp, baseboards/sparc-sim.exp,
2129 baseboards/sparc64-sim.exp, baseboards/sparclite-sim-le.exp,
2130 baseboards/sparclite-sim.exp, baseboards/tx39-sim.exp,
2131 baseboards/unix.exp, baseboards/v850-sim.exp,
2132 baseboards/visium-sim.exp, baseboards/vr4100-sim.exp,
2133 baseboards/vr4111-sim.exp, baseboards/vr4300-sim.exp,
2134 baseboards/xtensa-sim.exp, lib/debugger.exp, lib/dejagnu.exp,
2135 lib/dg.exp, lib/ftp.exp, lib/kermit.exp, lib/remote.exp,
2136 lib/rlogin.exp, lib/rsh.exp, lib/standard.exp, lib/target.exp,
2137 lib/targetdb.exp, lib/telnet.exp, lib/tip.exp, lib/utils.exp,
2138 testsuite/config/default.exp, testsuite/lib/libsup.exp,
2139 testsuite/lib/util-defs.exp, testsuite/libdejagnu/tunit.exp,
2140 testsuite/libdejagnu/unit.cc, testsuite/runtest.all/libs.exp,
2141 testsuite/runtest.all/stats-sub.exp,
2142 testsuite/runtest.all/stats.exp, config/adb.exp,
2143 config/default.exp, config/gdb-comm.exp, config/gdb_stub.exp,
2144 config/sid.exp, config/sim.exp, config/unix.exp,
2145 config/vxworks.exp: Update copyright date for 2016.
2147 2016-06-22 Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2149 * baseboards/aarch64-sim.exp, baseboards/am33_2.0-libremote.exp,
2150 baseboards/arm-ice.exp, baseboards/arm-sid.exp,
2151 baseboards/arm-sim.exp, baseboards/basic-sid.exp,
2152 baseboards/basic-sim.exp, baseboards/cris-sim.exp,
2153 baseboards/d30v-sim.exp, baseboards/fr30-sim.exp,
2154 baseboards/frv-sim.exp, baseboards/gdbserver-sample.exp,
2155 baseboards/generic-sim.exp, baseboards/i386-sid.exp,
2156 baseboards/iq2000-sim.exp, baseboards/jmr3904-sim.exp,
2157 baseboards/linux-gdbserver.exp, baseboards/linux-libremote.exp,
2158 baseboards/m68k-sid.exp, baseboards/mcore-moto-sim.exp,
2159 baseboards/mcore-sim.exp, baseboards/mips-lnews-sim.exp,
2160 baseboards/mips-lsi-sim.exp, baseboards/mips-sim-idt32.exp,
2161 baseboards/mips-sim-idt64.exp, baseboards/mips-sim.exp,
2162 baseboards/mmixware-sim.exp, baseboards/mn10200-sim.exp,
2163 baseboards/mn10300-sim.exp, baseboards/mt-sid.exp,
2164 baseboards/powerpc-sim.exp, baseboards/powerpcle-sim.exp,
2165 baseboards/rx-sim.exp, baseboards/sh-sid.exp,
2166 baseboards/sh-sim.exp, baseboards/sparc-sim.exp,
2167 baseboards/sparc64-sim.exp, baseboards/sparclite-sim-le.exp,
2168 baseboards/sparclite-sim.exp, baseboards/tx39-sim.exp,
2169 baseboards/unix.exp, baseboards/v850-sim.exp,
2170 baseboards/vr4100-sim.exp, baseboards/vr4111-sim.exp,
2171 baseboards/vr4300-sim.exp, baseboards/xtensa-sim.exp,
2172 lib/debugger.exp, lib/dejagnu.exp, lib/dg.exp, lib/framework.exp,
2173 lib/ftp.exp, lib/kermit.exp, lib/libgloss.exp, lib/remote.exp,
2174 lib/rlogin.exp, lib/rsh.exp, lib/standard.exp, lib/target.exp,
2175 lib/targetdb.exp, lib/telnet.exp, lib/tip.exp, lib/utils.exp,
2176 testsuite/config/default.exp, testsuite/lib/libsup.exp,
2177 testsuite/lib/util-defs.exp, testsuite/libdejagnu/tunit.exp,
2178 testsuite/libdejagnu/unit.cc, testsuite/runtest.all/libs.exp,
2179 testsuite/runtest.all/options.exp,
2180 testsuite/runtest.all/stats-sub.exp,
2181 testsuite/runtest.all/stats.exp, config/default.exp,
2182 config/gdb-comm.exp, config/gdb_stub.exp, config/sid.exp,
2183 config/sim.exp, config/unix.exp, config/vxworks.exp, configure.ac,
2184 dejagnu.h, runtest, runtest.exp: Use condensed years in copyright
2187 2016-06-22 Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2189 * doc/runtest.1: Use condensed years in copyright statement.
2191 2016-06-21 Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2193 * runtest: Quote paths. Use test -z, -n for clarity.
2195 2016-06-21 Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2197 * config/adb.exp (adb_exec) Improve verbose message.
2199 2016-06-03 Jim Wilson <jim.wilson@linaro.org>
2201 * baseboards/aarch64-sim.exp: New file.
2202 * Makefile.am (baseboard_DATA): Add aarch64-sim.exp.
2203 * Makefile.in: Regenerate.
2204 * lib/libgloss.exp (libgloss_link_flags): Map aarch64* to aarch64.
2206 2016-04-26 Ben Elliston <bje@gnu.org>
2208 * doc/dejagnu.texi: Fill more paragraphs.
2210 2016-04-25 Ben Elliston <bje@gnu.org>
2212 * testsuite/runtest.all/utils.test: Remove unsetenv test.
2214 2016-04-24 Ben Elliston <bje@gnu.org>
2216 * lib/utils.exp (unsetenv): Remove proc.
2217 * doc/dejagnu.texi: Update documentation.
2220 2016-04-19 Nick Clifton <nickc@redhat.com>
2222 * baseboards/msp430-sim.exp: New file.
2223 * Makefile.am (baseboard_DATA): Add msp430-sim.exp.
2224 * Makefile.in: Regenerate.
2226 2016-04-18 Ben Elliston <bje@gnu.org>
2228 * runtest: Remove quoting in final exec command.
2230 2016-04-17 Ben Elliston <bje@gnu.org>
2232 * lib/remote.exp: Load ssh.exp lib.
2234 2016-04-17 Ben Elliston <bje@gnu.org>
2236 * lib/rsh.exp (rsh_open): Fix description comment.
2238 2016-04-17 Ben Elliston <bje@gnu.org>
2240 Reported by shellcheck.
2241 * runtest: Use $((..)) not `expr ..` and defensively double quote
2244 2016-04-17 Ben Elliston <bje@gnu.org>
2246 * Makefile.am (pkgdata_DATA): Add lib/ssh.exp, lib/dmucs.exp.
2247 * Makefile.in: Regenerate.
2249 2016-04-17 Ben Elliston <bje@gnu.org>
2251 Reported by shellcheck.
2252 * runtest: Use $((..)) not `expr ..`.
2254 2016-04-17 Ben Elliston <bje@gnu.org>
2256 * configure.ac (AC_INIT): Update version number.
2257 * configure: Regenerate.
2258 * runtest.exp (frame_version): Update version number.
2259 * doc/dejagnu.texi: Likewise.
2261 2016-04-17 Ben Elliston <bje@gnu.org>
2263 * NEWS: Start a new section for the next release.
2265 2016-04-15 Ben Elliston <bje@gnu.org>
2267 * Makefile.am (CONTRIB): Add new contrib scripts.
2268 * Makefile.in: Regenrate.
2270 2016-04-15 Ben Elliston <bje@gnu.org>
2272 * lib/ssh.exp (ssh_exec): Handle regexp return status.
2274 2016-04-13 Ben Elliston <bje@gnu.org>
2276 * lib/rsh.exp (rsh_exec): Improve verbose message.
2277 * lib/ssh.exp (ssh_exec): Likewise.
2278 * config/adb.exp: Likewise.
2280 2016-04-13 Ben Elliston <bje@gnu.org>
2282 * runtest.exp: Improve --version (-v) output.
2283 * testsuite/runtest.all/options.exp: Update test case.
2285 2016-04-13 Christophe Lyon <christophe.lyon@linaro.org>
2287 * lib/rsh.exp (rsh_exec): Handle regexp return status.
2289 2016-04-08 Ben Elliston <bje@gnu.org>
2291 Reported by Faraz Shahbazker.
2292 * doc/dejagnu.texi (Global config file): Fix broken @node.
2293 (Local config file): Likewise.
2295 2016-04-07 Ben Elliston <bje@gnu.org>
2297 * lib/remote.exp (remote_exec): Join cd $remotedir and $program on
2298 the command line with ';' and not &&.
2300 2016-04-07 Ben Elliston <bje@gnu.org>
2302 Reported by Faraz Shahbazker.
2303 * doc/dejagnu.texi (rsh_exec procedure): Fix broken @node.
2305 2016-04-06 Yvan Roux <yvan.roux@linaro.org>
2307 * lib/remote.exp (remnote_download): Create a remote directory if
2309 (remote_exec): Execute program inside remotedir when it exists.
2310 (standard_load): Set remotedir board field if not present.
2311 * config/unix.exp (unix_load): Handle remotedir in board field.
2312 (remotedir): Set board info field.
2313 * doc/dejagnu.texi (Board File Values): Document remotedir.
2315 2016-04-06 Ben Elliston <bje@gnu.org>
2317 * doc/dejagnu.texi (Global config file): Put before node 'Local
2320 2016-04-05 Ben Elliston <bje@gnu.org>
2322 * runtest.exp: Remove defunct and undocumented --tool_root option.
2324 2016-04-04 Ben Elliston <bje@gnu.org>
2326 * doc/dejagnu.texi: More overhauling.
2328 2016-04-04 Ben Elliston <bje@gnu.org>
2330 * lib/targetdb.exp (set_board_info): Improve comment.
2331 (add_board_info): Likewise.
2333 2016-04-04 Ben Elliston <bje@gnu.org>
2335 * NEWS: Add some more detail.
2337 2016-04-04 Ben Elliston <bje@gnu.org>
2339 * site.tmpl: Delete.
2340 * Makefile.am (EXTRA_DIST): Remove site.tmpl.
2341 * Makefile.in: Regenerate.
2343 2016-04-03 Ben Elliston <bje@gnu.org>
2345 * doc/dejagnu.texi: More overhauling.
2347 2016-04-03 Ben Elliston <bje@gnu.org>
2349 * runtest.exp: Document the magical handling of -D[01].
2351 2016-04-03 Ben Elliston <bje@gnu.org>
2353 * doc/runtest.1: Do not document obsolete --status option. It is
2354 still accepted for compatibility, but does nothing.
2356 2016-04-03 Ben Elliston <bje@gnu.org>
2358 * doc/runtest.1 (OPTIONS): Place short forms (-v, -V, -x) first.
2360 2016-04-03 Ben Elliston <bje@gnu.org>
2362 * doc/runtest.1 (OPTIONS): Sort options.
2364 2016-04-03 Ben Elliston <bje@gnu.org>
2366 * doc/dejagnu.texi: More overhauling.
2368 2016-04-02 Ben Elliston <bje@gnu.org>
2370 * doc/dejagnu.texi: Fill paragraphs.
2372 2016-04-02 Ben Elliston <bje@gnu.org>
2374 * doc/dejagnu.texi: Fix capitalisation of procedure names
2375 throughout. Use Tcl syntax in procedure prototypes, not C syntax.
2377 2016-04-02 Rob Savoye <rob.savoye@linaro.org>
2379 * contrib/mysql/create-db.sql: New file.
2380 * contrib/mysql/importxml.sh: Likewise.
2381 * contrib/mysql/make-datafile.sh: Likewise.
2382 * contrib/mysql/plot.sh: Likewise.
2383 * contrib/mysql/README: Likewise.
2384 * contrib/mysql/sum2xml.sh: Likewise.
2386 2016-04-02 Ben Elliston <bje@gnu.org>
2388 * config.guess: Update to version 2016-04-02.
2389 * config.sub: Update to version 2016-03-30.
2391 2016-04-02 Rob Savoye <rob.savoye@linaro.org>
2393 * contrib/sum2junit.sh: New.
2395 2016-04-01 Ben Elliston <bje@gnu.org>
2397 * doc/dejagnu.texi (connprocs): Document new SSH procs.
2399 2016-03-31 Rob Savoye <rob.savoye@linaro.org>
2404 2016-03-30 Ben Elliston <bje@gnu.org>
2406 * baseboards/mcore-moto-sim.exp, lib/dejagnu.exp, lib/dg.exp,
2407 lib/dmucs.exp, lib/framework.exp, lib/remote.exp, lib/target.exp,
2408 runtest.exp: Fix spelling errors in comments.
2410 2016-03-30 Ben Elliston <bje@gnu.org>
2412 * lib/remote.exp (remote_expect): Use perror not send_user.
2414 2016-03-29 Ben Elliston <bje@gnu.org>
2416 * lib/remote.exp (remote_expect): Fix spelling error.
2418 2016-03-29 Rob Savoye <rob.savoye@linaro.org>
2420 * runtest.exp: Only print "searching for <test name>" message at
2421 verbose level >= 2 -- too much noise.
2423 2016-03-29 Ben Elliston <bje@gnu.org>
2425 * texinfo.tex: Update to latest master version.
2426 * INSTALL: Likewise.
2428 2016-03-29 Ben Elliston <bje@gnu.org>
2430 * runtest.exp: More fixes identified by the Frink static analyser.
2431 * lib/dg.exp: Likewise.
2432 * config/adb.exp: Likewise.
2433 * config/vxworks.exp: Likewise.
2434 * baseboards/androideabi.exp: Likewise.
2435 * baseboards/basic-sid.exp: Likewise.
2436 * baseboards/multi-sim.exp: Likewise.
2438 2016-03-28 Dominik Vogt <vogt@linux.vnet.ibm.com>
2440 * dg.exp (dg-do): Do not change the previously selected action if
2441 a de-selected dg-do is encountered.
2443 2016-03-28 Ben Elliston <bje@gnu.org>
2445 * lib/framework.exp (check_xml): Remove unused proc.
2447 2016-03-28 Rob Savoye <rob.savoye@linaro.org>
2449 * lib/dmucs.exp: New.
2451 2016-03-28 Rob Savoye <rob.savoye@linaro.org>
2453 * lib/libgloss.exp (find_g++): Look for xgcc++ to use the freshly
2454 built compiler, then look in the path.
2456 2016-03-28 Ben Elliston <bje@gnu.org>
2458 * lib/utils.exp (which): Don't exclude symbolic links--Debian's
2459 /bin/which doesn't. Modern systems rely too heavily on symbolic
2460 links (eg. alternatives).
2462 2016-03-28 Ben Elliston <bje@gnu.org>
2464 * baseboards/multi-sim.exp: Indent properly.
2466 2016-03-28 Ben Elliston <bje@gnu.org>
2468 * lib/rlogin.exp (rlogin_open): Return -1 if unable to spawn
2469 rlogin. Identified by Frink.
2471 2016-03-28 Ben Elliston <bje@gnu.org>
2473 * runtest.exp: Use 'array exists' for testing array existence
2474 rather than 'info exists'.
2476 2016-03-28 Ben Elliston <bje@gnu.org>
2478 * runtest.exp: Fixes identified by the Frink static analyser:
2479 (1) use -- in switch commands for safety,
2480 (2) remove unreachable return commands after error commands,
2481 (3) replace abbreviated "info proc" with "info procs",
2482 (4) use -- in unset commands for safety where the variable name
2483 is itself a variable.
2484 * lib/dg.exp: Likewise.
2485 * lib/debugger.exp: Likewise.
2486 * lib/framework.exp: Likewise.
2487 * lib/remote.exp: Likewise.
2488 * lib/target.exp: Likewise.
2489 * lib/targetdb.exp: Likewise.
2490 * lib/telnet.exp: Likewise.
2491 * lib/utils.exp: Likewise.
2493 2016-03-28 Ben Elliston <bje@gnu.org>
2495 * Makefile.am: Remove references to Docbook and friends.
2496 * configure.ac: Likewise.
2497 * Makefile.in: Regenerate.
2498 * configure: Regenerate.
2499 * doc/dejagnu.xml: Remove.
2500 * doc/legal.xml: Likewise.
2501 * doc/ref.xml: Likewise.
2502 * doc/user.xml: Likewise.
2504 2016-03-28 Ben Elliston <bje@gnu.org>
2506 * lib/framework.exp (exp_continue): Remove old compatibility
2507 wrapper. Expect deprecated 'continue -expect' in August 1997.
2509 2016-03-28 Ben Elliston <bje@gnu.org>
2513 2016-03-28 Ben Elliston <bje@gnu.org>
2515 * lib/utils.exp (which): Reimplement to more closely mimic the
2516 behaviour of the UNIX which utility.
2517 * testsuite/runtest.all/utils.test: Test proc which.
2519 2016-03-27 Ben Elliston <bje@gnu.org>
2521 * lib/remote.exp (standard_wait): Append any trailing characters
2522 to $output that may be still in $expect_out(buffer) when eof is
2523 matched. Remove arbitrary limitation in the ".+" matching case,
2524 similar to the change to local_exec on 2016-02-17.
2526 2016-03-23 Ben Elliston <bje@gnu.org>
2528 * Makefile.am (baseboard_DATA): Remove cygwin.exp, mcore-elf.exp,
2529 mcore-pe.exp, vx4300.exp, vx68k.exp, vx960.exp, vxsparc.exp.
2530 * Makefile.in: Regenerate.
2531 * baseboards/cygwin.exp, baseboards/mcore-elf.exp,
2532 baseboards/mcore-pe.exp, baseboards/vx4300.exp,
2533 baseboards/vx68k.exp, baseboards/vx960.exp,
2534 baseboards/vxsparc.exp: Remove.
2536 2016-03-23 Ben Elliston <bje@gnu.org>
2538 * baseboards/README: Remove mention of devo.
2539 * baseboards/iq2000-sim.exp: Likewise.
2540 * baseboards/moxie-sim.exp: Likewise.
2542 2016-03-23 Ben Elliston <bje@gnu.org>
2544 * Makefile.am (baseboard_DATA): Add arm-ice.exp, arm-sim.exp.
2545 * Makefile.in: Regenerate.
2546 * baseboards/arm-ice.exp: Reinstate.
2547 * baseboards/arm-sim.exp: Likewise.
2549 2016-03-23 Ben Elliston <bje@gnu.org>
2551 * Makefile.am (config_DATA): Update.
2552 (baseboard_DATA): Likewise.
2553 * Makefile.in: Regenerate.
2556 Remove the following old config files:
2558 * arc.exp, arm-ice.exp, base-config.exp, base68k.exp, bug.exp,
2559 cfdbug.exp, cygmon.exp, d10v.exp, ddb-ether.exp, ddb.exp, dos.exp,
2560 dve.exp, h8300.exp, i386-bozo.exp, i960.exp, m32r-stub.exp,
2561 m32r.exp, m68hc11.exp, m68k-emc.exp, mips-idt.exp,
2562 mn10200-eval.exp, mn10300-eval.exp, netware.exp, powerpc-bug.exp,
2563 proelf.exp, rom68k.exp, sh.exp, slite.exp, sparclet.exp,
2564 tic80.exp, vr4100.exp, vr4300.exp, vr5000.exp: Remove.
2566 Remove the following old baseboard files:
2568 * arc-sim.exp, arm-ice.exp, arm-sim.exp, cf.exp, cygmon.exp,
2569 d10v-sim.exp, d10v.exp, danlite-elf.exp, dos.exp, fr30-cygmon.exp,
2570 fr30-elf.exp, frv-elf.exp, frv-tiger.exp, frv-tomcat.exp,
2571 h8300-sim.exp, h8300.exp, i386-bozo.exp, i960-cyclone.exp,
2572 i960-sim.exp, m32r-elf.exp, m32r-linux-sim.exp, m32r-sid.exp,
2573 m32r-sim.exp, m68hc11-sim.exp, m68k-emc.exp, mips-idt.exp,
2574 mips64-sim.exp, mips64vr4100-sim.exp, mn10200-cygmon.exp,
2575 mn10300-cygmon.exp, msparc-cygmon.exp, op50n.exp, powerpc-bug.exp,
2576 powerpc-bug1.exp, rom68k-idp.exp, sh-hms.exp, sparclet-aout.exp,
2577 sparclite-coff.exp, sparclite-cygmon.exp, strongarm-cygmon.exp,
2578 tic80-sim.exp, tx39-dve.exp, usparc-cygmon.exp, vr4100-ddb.exp,
2579 vr4300-ddb.exp, vr4300.exp, vr5000-ddb.exp, x86-cygmon.exp,
2580 xscale-cygmon.exp: Remove.
2582 2016-03-22 Ben Elliston <bje@gnu.org>
2584 * lib/target.exp (only--Ls): Change '???' comment to a note. This
2585 isn't a serious shortcoming, but the comment should be retained.
2587 2016-03-22 Rob Savoye <rob.savoye@linaro.org>
2589 * baseboards/generic-sim.exp: If DEJAGNU_SIM_SPECFILE exists in
2590 the environment, use that as the spec file for bare metal testing.
2592 2016-03-22 Ben Elliston <bje@gnu.org>
2594 * Makefile.am (config_DATA): Add config/aarch64-fv8.exp.
2595 * Makefile.in: Regenerate.
2597 2016-03-22 Rob Savoye <rob.savoye@linaro.org>
2599 * config/aarch64-fv8.exp: Add support for testing armv8 using the
2600 ARM Foundation Model.
2602 2016-03-21 Ben Elliston <bje@gnu.org>
2604 * runtest.exp: Whitespace, comment and typo fixes.
2605 * lib/dejagnu.exp: Likewise.
2606 * lib/remote.exp: Likewise.
2607 * lib/utils.exp: Likewise.
2609 2016-03-21 Ben Elliston <bje@gnu.org>
2611 * baseboards/mcore-moto-sim.exp: Remove old FIXME comment.
2612 * baseboards/mmixware-sim.exp: Likewise.
2613 * config/sim.exp: Likewise.
2614 * runtest.exp: Likewise.
2616 2016-03-21 Ben Elliston <bje@gnu.org>
2618 * lib/dg.exp (dg-get-options): Clean up regular expression and
2619 remove FIXME comment about it.
2621 2016-03-20 Ben Elliston <bje@gnu.org>
2623 * baseboards/i960-sim.exp: Remove stale ??? comment.
2624 * config/vxworks.exp: Likewise.
2626 2016-03-20 Ben Elliston <bje@gnu.org>
2628 * runtest.exp: Load .dejagnurc last not first.
2629 (load_file): Update comment about Tcl 7.5a2.
2630 * doc/user.xml (Customizing DejaGnu): Document new search order
2632 * doc/dejagnu.texi: Regenerate.
2635 2016-03-20 Ben Elliston <bje@gnu.org>
2637 * lib/dg.exp (dg-runtest): Improve arg naming to remove a FIXME.
2639 2016-03-20 Ben Elliston <bje@gnu.org>
2641 * lib/dg.exp: Remove commented-out calls to send_user.
2643 2016-03-20 Ben Elliston <bje@gnu.org>
2645 * runtest.exp (load_file): Remove old comment.
2647 2016-03-20 Ben Elliston <bje@gnu.org>
2649 * lib/dg.exp (dg-test): There is no need to call unresolved to
2650 clear errcnt. Instead, pass 0 as argument 2 to perror.
2651 * runtest.exp (runtest): Likewise.
2653 2016-03-16 Ben Elliston <bje@gnu.org>
2655 Revert this change (the GCC testsuite uses diff):
2657 2016-03-15 Ben Elliston <bje@gnu.org>
2659 * lib/utils.exp (diff): Remove proc.
2660 * doc/ref.xml: Update documentation.
2661 * doc/dejagnu.texi: Regenerate.
2664 2016-03-15 Ben Elliston <bje@gnu.org>
2666 * testsuite/runtest.all/options.exp: Properly clean up log files
2667 left by the runtest under test.
2669 2016-03-15 Ben Elliston <bje@gnu.org>
2671 * testsuite/runtest.all/load_lib.exp: Typo fixes.
2673 2016-03-15 Ben Elliston <bje@gnu.org>
2675 * testsuite/runtest.all/options.exp: Add more tests.
2677 2016-03-15 Ben Elliston <bje@gnu.org>
2679 * testsuite/libdejagnu/tunit.exp: Clean up.
2681 2016-03-15 Ben Elliston <bje@gnu.org>
2683 * lib/utils.exp (diff): Remove proc.
2684 * doc/ref.xml: Update documentation.
2685 * doc/dejagnu.texi: Regenerate.
2688 2016-03-15 Ben Elliston <bje@gnu.org>
2691 2016-02-14 Steve Ellcey <sellcey@mips.com>
2693 * baseboards/multi-sim.exp (dynamic_linker_flag): Check
2695 * baseboards/multi-sim.exp (rpath_flags): Ditto.
2697 2016-03-13 Ben Elliston <bje@gnu.org>
2699 * lib/utils.exp: Whitespace fixes.
2701 2016-03-13 Ben Elliston <bje@gnu.org>
2703 * lib/dg.exp (dg-process-target): Remove old commented code.
2704 * lib/dg.exp (dg-test): Likewise.
2706 2016-03-13 Ben Elliston <bje@gnu.org>
2708 * lib/dg.exp: Improve top-of-file documentation.
2710 2016-03-05 Yvan Roux <yvan.roux@linaro.org>
2712 * lib/remote.exp (remote_exec): Restore original timeout value.
2714 2016-03-04 Yvan Roux <yvan.roux@linaro.org>
2716 * lib/remote.exp (standard_upload): Remove dead code.
2718 2016-02-24 Ben Elliston <bje@gnu.org>
2720 * lib/utils.exp (prune): Restore this proc.
2721 * doc/ref.xml: Update documentation.
2722 * doc/dejagnu.texi: Regenerate.
2725 2016-02-23 Iain Buclaw <ibuclaw@gdcproject.org>
2727 * lib/libgloss.exp (find_gdc): New proc.
2728 * lib/target.exp (default_target_compile): Add D support.
2731 2016-02-20 Ben Elliston <bje@gnu.org>
2733 * lib/utils.exp (diff): Replace calls to verbose followed by
2734 send_log with a single call to verbose -log. Remove additional
2735 newlines from the log messages.
2737 2016-02-20 Ben Elliston <bje@gnu.org>
2739 * lib/utils.exp (getdirs): Ignore .git and .svn directories.
2741 2016-02-20 Ben Elliston <bje@gnu.org>
2743 * lib/utils.exp: Improve comments.
2746 2016-02-20 Ben Elliston <bje@gnu.org>
2748 * lib/utils.exp (prune): Remove proc.
2749 * doc/ref.xml: Update documentation.
2750 * doc/dejagnu.texi: Regenerate.
2752 2016-02-20 Ben Elliston <bje@gnu.org>
2754 * lib/utils.exp (slay): Remove proc.
2755 * doc/ref.xml: Update documentation.
2756 * doc/dejagnu.texi: Regenerate.
2758 2016-02-20 Ben Elliston <bje@gnu.org>
2760 * lib/utils.exp (absolute): Remove proc.
2761 * doc/ref.xml: Update documentation.
2762 * doc/dejagnu.texi: Regenerate.
2764 2016-02-20 Ben Elliston <bje@gnu.org>
2766 * lib/utils.exp (psource): Remove proc.
2767 * doc/ref.xml: Update documentation.
2768 * doc/dejagnu.texi: Regenerate.
2770 2016-02-20 Ben Elliston <bje@gnu.org>
2772 * lib/targetdb.exp (board_info): Simplify return logic.
2774 2016-02-19 Ben Elliston <bje@gnu.org>
2776 * configure.ac: Require Tcl version 8.5 at a minimum.
2777 * configure: Regenerate.
2779 2016-02-18 Ben Elliston <bje@gnu.org>
2781 * configure.ac: Require Tcl version 8.6 at a minimum.
2782 * configure: Regenerate.
2784 2016-02-17 Ben Elliston <bje@gnu.org>
2786 * runtest.exp: Tweak "Test run by .." output.
2788 2016-02-17 Ben Elliston <bje@gnu.org>
2790 * lib/target.exp (default_target_compile): Do not pass -log to
2791 verbose when outputting the captured compiler/assembler/linker
2792 diagnostic output as it will already be in the .log file courtesy
2795 2016-02-17 Ben Elliston <bje@gnu.org>
2797 * runtest.exp: Enable --status by default.
2798 (runtest): Set exit status to 2 if there is any error sourcing
2800 * lib/framework.exp (unknown): Likewise, set exit status to 2.
2801 * doc/runtest.1: Clarify exit status codes.
2804 2016-02-17 Ben Elliston <bje@gnu.org>
2806 * lib/remote.exp (local_exec): Call exp_continue until eof is
2809 2016-02-16 Ben Elliston <bje@gnu.org>
2811 * runtest.exp: Use the traditional exit codes when runtest is
2812 interrupted. This makes it possible to tell if runtest ran to
2813 completion or not. Suggested by Michael Chastain.
2815 2016-02-15 Ben Elliston <bje@gnu.org>
2817 * TODO: Add ideas produced from Cauldron 2013.
2819 2016-02-15 Ben Elliston <bje@gnu.org>
2823 2016-02-15 Ben Elliston <bje@gnu.org>
2825 * lib/dg.exp (dg-test): Remove comment about proc unresolved not
2826 setting exit_status to 1 -- it does.
2828 2016-02-15 Ben Elliston <bje@gnu.org>
2830 * lib/framework.exp (cleanup): Remove do-nothing proc.
2831 (log_and_exit): Remove call to cleanup.
2832 * doc/ref.xml: Remove documentation for cleanup.
2833 * doc/dejagnu.texi: Regenerate.
2835 2016-02-15 Ben Elliston <bje@gnu.org>
2837 Reported by David Malcolm.
2838 * lib/dejagnu.exp (text): Allow angle brackets in test messages.
2840 2016-02-15 Ben Elliston <bje@gnu.org>
2842 * config.guess: Update to version 2016-02-11.
2843 * config.sub: Update to version 2016-01-01.
2845 2016-02-14 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
2847 * lib/remote.exp (remote_exec): Set global timeout for benefit of
2850 2016-02-14 Ben Elliston <bje@gnu.org>
2852 * lib/remote.exp (local_exec): Improve comments.
2854 2016-02-14 Ben Elliston <bje@gnu.org>
2856 * doc/runtest.1: Tweak.
2858 2016-02-14 Steve Ellcey <sellcey@mips.com>
2860 * baseboards/multi-sim.exp (dynamic_linker_flag): Check
2862 * baseboards/multi-sim.exp (rpath_flags): Ditto.
2864 2016-01-23 Simon Marchi <simon.marchi@ericsson.com>
2866 * lib/remote.exp (standard_file): Reverse return logic for remote
2869 2016-01-23 Simon Marchi <simon.marchi@ericsson.com>
2871 * lib/remote.exp (standard_file); Add else clause.
2873 2016-01-16 Ben Elliston <bje@gnu.org>
2875 * runtest.exp (runtest): Improve comment about --status.
2877 2016-01-12 Simon Marchi <simon.marchi@ericsson.com>
2879 * lib/remote.exp (standard_file): The [ operator does not actually
2880 output anything. It returns 0 or 1 as its exit code, so "exit `[
2881 -f $file ]`" always expands to "exit " (equivalent to exit 0).
2882 Instead, use test(1) to check for file existence.
2884 2015-12-20 Ben Elliston <bje@gnu.org>
2886 * doc/dejagnu.xml: Begin overhauling.
2887 * doc/ref.xml: Likewise.
2888 * doc/user.xml: Likewise.
2889 * doc/dejagnu.texi: Regenerate.
2891 2015-12-20 Ben Elliston <bje@gnu.org>
2893 * doc/runtest.1: Miscellaneous minor improvements.
2895 2015-12-09 Yoshinori Sato <ysato@users.sourceforge.jp>
2897 * Makefile.am (baseboard_DATA): Add missing rx-sim.exp.
2898 * Makefile.in: Regenerate.
2900 2015-11-16 Brooks Moses <bmoses@google.com>
2902 * config/unix.exp: Add ability to set test timeout from site.exp.
2903 * doc/user.xml: Document new test_timeout variable in site.exp.
2904 * doc/dejagnu.texi: Regenerate.
2906 2015-11-16 Ben Elliston <bje@gnu.org>
2908 * testsuite/runtest.all/options.exp: Re-enable --strace 1 test.
2910 2015-11-16 Ben Elliston <bje@gnu.org>
2912 * testsuite/runtest.all/options.exp: Remove some commented code.
2914 2015-11-16 Ben Elliston <bje@gnu.org>
2916 * runtest.exp: Refer to "DejaGnu version", not "Framework
2917 version" in --version output.
2918 * testsuite/runtest.all/options.exp: Update test case.
2920 2015-11-14 Ben Elliston <bje@gnu.org>
2922 * runtest.exp (usage): Improve help text.
2924 2015-11-12 Ben Elliston <bje@gnu.org>
2926 * runtest.exp (usage): Sort options in usage.
2928 2015-11-12 Ben Elliston <bje@gnu.org>
2930 * lib/framework.exp (note): Remove old commented-out code.
2932 2015-11-11 Ben Elliston <bje@gnu.org>
2934 * doc/user.xml (Summary File): 'untested', not 'runtested'.
2935 * doc/dejagnu.texi: Regenerate.
2937 2015-11-11 Michael Forney <forney@google.com>
2939 * lib/target.exp (default_target_compile): Honor LDFLAGS_FOR_TARGET.
2941 2015-11-11 Ben Elliston <bje@gnu.org>
2943 * doc/dejagnu.texi: Regenerate.
2945 2015-11-10 Ben Elliston <bje@gnu.org>
2947 * doc/user.xml: Fix runtest output formatting in <programlisting>.
2949 2015-11-10 Ben Elliston <bje@gnu.org>
2951 * doc/dejagnu.xml: Update month and year.
2952 * doc/user.xml: Lots of editorial fixes from Daniel Thibault
2953 <Daniel.Thibault@drdc-rddc.gc.ca>.
2955 2015-09-10 Robert Suchanek <Robert.Suchanek@imgtec.com>
2957 * baseboards/multi-sim.exp (rpath_flags): Add libgomp.so check.
2959 2015-07-30 Pedro Alves <palves@redhat.com>
2961 * lib/remote.exp (close_wait_program): New procedure.
2962 (local_exec, standard_close): Use it.
2964 2015-05-23 Ben Elliston <bje@gnu.org>
2966 * doc/dejagnu.xml: Fix broken URLs.
2967 * doc/dejagnu.texi: Regenerate.
2969 2015-05-23 Ben Elliston <bje@gnu.org>
2971 * doc/user.xml: Fix 'crosscompilation'.
2973 2015-05-23 Ben Elliston <bje@gnu.org>
2975 * doc/runtest.1 (log_dialog): Improve documentation.
2977 2015-05-16 Filipe Brandenburger <filbranden@google.com>
2979 * configure.ac: Enable subdir-objects, require automake 1.14.
2980 * Makefile.in: Regenerate.
2982 2015-05-15 Filipe Brandenburger <filbranden@google.com>
2984 * doc/dejagnu.xml: Fix typos such as stray }'s and @samp{...},
2985 possibly introduced in a conversion of .texi to SGML Docbook.
2986 * doc/user.xml: Likewise.
2987 * doc/ref.xml: Likewise.
2988 * doc/dejagnu.texi: Regenerate.
2990 2015-05-15 Filipe Brandenburger <filbranden@google.com>
2992 * runtest.exp (runtest): Introduce new --log_dialog option.
2993 * doc/runtest.1: Document it.
2994 * doc/user.xml: Likewise.
2995 * doc/dejagnu.texi: Regenerate.
2997 2015-05-14 Steve Ellcey <sellcey@imgtec.com>
2999 * baseboards/multi-sim.exp (get_library_dirlist): New.
3000 (dynamic_linker_flag): Use get_library_dirlist to find dynamic
3002 (rpath_flags): Use get_library_dirlist to set rpath.
3004 2015-05-12 Steve Ellcey <sellcey@imgtec.com>
3006 * baseboards/generic-sim.exp: Check $DEJAGNU_SIM_OPTION.
3008 2015-03-30 Ben Elliston <bje@gnu.org>
3010 Revert the following change which causes breakage reported here:
3011 https://lists.gnu.org/archive/html/dejagnu/2015-03/msg00003.html
3013 2011-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3015 * runtest.exp (runtest): Call reset_vars at initialisation so that
3016 perror does not affect test results in other test scripts.
3018 2015-02-26 H.J. Lu <hjl.tools@gmail.com>
3020 * lib/target.exp (default_target_compile): Prepend multilib_flags,
3021 instead of appending it.
3023 2015-02-18 Ben Elliston <bje@gnu.org>
3025 * lib/framework.exp (log_and_exit): Set tool to "testrun" if
3028 2015-02-05 Ben Elliston <bje@gnu.org>
3030 * doc/runtest.1: Fix a spelling error.
3032 2015-02-04 Ben Elliston <bje@gnu.org>
3034 * config.guess: Update to version 2015-01-01.
3035 * config.sub: Likewise.
3037 2015-01-22 Eric Botcazou <ebotcazou@adacore.com>
3039 * Makefile.am (baseboard_DATA): Add baseboards/visium-sim.exp.
3040 * Makefile.in: Regenerate.
3041 * baseboards/visium-sim.exp: New file.
3043 2014-11-25 Ben Elliston <bje@gnu.org>
3045 * lib/dejagnu.exp (host_execute): Remove stray leading hyphen.
3046 Reported by David Malcolm.
3048 2014-10-28 Ben Elliston <bje@gnu.org>
3050 * Makefile.in: Regenerate.
3052 2014-10-28 Ben Elliston <bje@gnu.org>
3054 * example: Remove stale examples.
3056 2014-10-24 Steve Ellcey <sellcey@mips.com>
3058 * dejagnu.h (pass): Make function static as well as inline.
3063 (unresolved): Ditto.
3067 2014-10-14 Ben Elliston <bje@gnu.org>
3069 * runtest.exp: Only match $directory, not *${directory}* when the
3070 user passes the --directory option. Reported by Sergey Alyoshin.
3072 2014-10-14 Ben Elliston <bje@gnu.org>
3074 * lib/dejagnu.exp (host_execute): Remove buffer_full check. This
3075 is not the right command keyword -- it is full_buffer. Reported by
3078 2014-07-15 Maciej W. Rozycki <macro@mips.com>
3079 Maciej W. Rozycki <macro@codesourcery.com>
3081 * lib/targetdb.exp (add_board_info): New procedure.
3082 * doc/ref.xml (Add_board_info Procedure): New section.
3083 (Set_board_info Procedure): Add description.
3084 (Unset_board_info Procedure): Likewise.
3085 * doc/user.xml (Board Config File Values): Add `add_board_info'
3086 reference. Reorder `gdb_init_command' table rows and remove a
3087 duplicate entry, reusing it for `gdb_init_commands'.
3089 2014-06-25 Rob Savoye <rob.savoye@linaro.org>
3091 * runtest.exp: (lookfor-file): Fix bug were none of the relative
3092 paths were actually being used for file lookup.
3094 2014-06-06 Ben Elliston <bje@gnu.org>
3096 * depcomp, install-sh, missing: Update to latest versions.
3097 * mkinstalldirs: Remove.
3098 * Makefile.in: Regenerate.
3100 2014-06-04 Ben Elliston <bje@gnu.org>
3102 * Makefile.in: Regenerate with Automake 1.14.1.
3103 * compile: Add missing file.
3105 2014-06-04 Ben Elliston <bje@gnu.org>
3107 * config.guess: Update to version 2014-03-23.
3108 * config.sub: Likewise.
3110 2014-06-04 Ben Elliston <bje@gnu.org>
3112 * aclocal.m4: Regenerate with Automake 1.14.1.
3113 * configure: Regenerate with Autoconf 2.69.
3115 2014-03-15 Steve Ellcey <sellcey@mips.com>
3117 * baseboards/multi-sim.exp (rpath_flags): Add libatomic.so check.
3119 2014-02-23 Steve Ellcey <sellcey@mips.com>
3120 Richard Sandiford <rdsandiford@googlemail.com>
3122 * config/sim.exp (sim_exec): New.
3125 2013-12-08 Richard Sandiford <rdsandiford@googlemail.com>
3127 * lib/dg.exp (dg-test): Don't put the expected and actual output
3128 of a pattern test in the test name; send it to the log instead.
3130 2013-11-01 Steve Ellcey <sellcey@mips.com>
3132 * Makefile.am (baseboard_SCRIPTS): Add multi-sim.exp baseboard.
3133 * Makefile.in: Regenerate.
3134 * baseboards/multi-sim.exp: New.
3136 2013-10-31 Anton Kolesov <anton.kolesov@synopsys.com>
3138 * lib/remote.exp (standard_reboot): Return 1 instead of an empty string.
3139 (remote_reboot): Add comment explaining return value of this procedure.
3140 * doc/ref.xml (remote_reboot, standard_reboot): Document procedures.
3141 * doc/dejagnu.texi: Regenerate.
3143 2013-10-15 Alexander Ivchenko <alexander.ivchenko@intel.com>
3145 * baseboards/androideabi.exp (process_multilib_options): Add option.
3146 * config/adb.exp: Remove hardcoded -static option.
3147 (adb_load): Add the possibility to change the temp directory. Also
3148 handle permission potential problems.
3149 (adb_exec): Do cd to android_tmp_dir first.
3151 2013-10-05 Jose E. Marchesi <jose.marchesi@oracle.com>
3153 * baseboards/unix.exp: Add gdb settings to not use hardware
3154 watchpoints in sparc64 running GNU/Linux.
3156 2013-06-17 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
3158 * runtest.exp (libdirs): New global variable.
3159 (load_lib): Append libdirs to search_and_load_files directories.
3160 * doc/ref.xml (load_lib): Document global variable libdirs.
3161 * doc/dejagnu.texi: Regenerate.
3162 * testsuite/runtest.all/load_lib.exp: New testcase.
3163 * Makefile.am (TESTSUITE_FILES): Add new testcase.
3164 * Makefile.in: Regenerate.
3166 2013-06-15 Ben Elliston <bje@gnu.org>
3168 * configure.ac: If DEJAGNU is unset, set it to /dev/null.
3169 * Makefile.am: Export DEJAGNU.
3170 * configure: Likewise.
3171 * Makefile.in: Regenerate.
3173 2013-06-15 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
3175 * doc/user.xml: Fix typos.
3176 * doc/ref.xml: Likewise.
3177 * doc/dejagnu.texi: Regenerate.
3179 2013-06-15 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
3181 * doc/user.xml: Fix number of columns in table.
3182 * doc/dejagnu.texi: Regenerate.
3184 2013-06-15 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
3186 * doc/user.xml: Fix rendering errors around programlisting.
3187 * doc/ref.xml: Likewise.
3188 * doc/dejagnu.texi: Regenerate.
3190 2013-06-15 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
3192 * doc/user.xml: Fix spacing before productname.
3193 * doc/dejagnu.texi: Regenerate.
3195 2013-06-12 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
3197 * testsuite/runtest.all/default_procs.tcl (send_log): Use the
3198 magic "args" parameter name, as expect send_log proc accepts -- as
3201 2013-06-08 Makoto Fujiwara <makoto@ki.nu>
3203 * Makefile.am (pkgdata_DATA): Rename from pkgdata_SCRIPTS.
3204 (config_DATA): Likewise for config_SCRIPTS.
3205 (baseboard_DATA): Likewise for baseboard_SCRIPTS.
3206 (EXTRA_DIST): Remove pkgdata_SCRIPTS, config_SCRIPTS and
3208 * Makefile.in: Regenerate.
3210 2013-06-08 Ben Elliston <bje@gnu.org>
3212 * configure: Regenerate with autoconf 2.69.
3213 * aclocal.m4: Regenerate.
3215 2013-03-31 Ben Elliston <bje@gnu.org>
3217 * Makefile.am (html-local): Rename target from html.
3218 * Makefile.in: Regenerate with automake 1.12.6.
3219 * aclocal.m4: Likewise.
3220 * configure: Regenerate.
3222 2013-03-28 Gilles Espinasse <g.esp@free.fr>
3224 * TODO: Remove todo item about warncnt and errcnt.
3226 2013-03-28 Gilles Espinasse <g.esp@free.fr>
3228 * testsuite/lib/libsup.exp (make_defaults_file): Only set $tool once.
3230 2013-03-26 Ben Elliston <bje@gnu.org>
3232 * config.guess: Update to version 2013-02-12.
3233 * config.sub: Likewise.
3235 2013-02-16 Rob Savoye <rob@build.welcomehome.org>
3237 * config/adb.exp: Add adb_file so we can remotely delete test
3238 cases to save on limited disk space. Don't remove the file after
3239 executing it, leave that for the test driver instead.
3241 2013-02-15 Rob Savoye <rob@welcomehome.org>
3243 * config/adb.exp: Remove the test case after executing
3244 it. Otherwise we can fill up all the diskspace on a small target
3247 2013-02-11 Rob Savoye <rob@welcomehome.org>
3249 * baseboards/androideabi.exp: Board support for Android using ADB.
3250 * config/adb.exp: Config support for Android using ADB.
3251 * Makefile.am (dist): Add new config and board files.
3252 * aclocal.m4, Makefile.in, configure, example/calc/configure,
3253 example/mathhelper/configure: Regenerated with newer autotools.
3255 2012-12-05 Ben Elliston <bje@gnu.org>
3257 * example/hello: Remove.
3258 * configure.ac: Likewise.
3259 * configure: Regenerate.
3261 2012-10-04 Steve Ellcey <sellcey@mips.com>
3263 * Makefile.am (baseboard_SCRIPTS): Add new baseboards.
3264 * Makefile.in: Regenerate.
3265 * baseboards/mips-sim-mti32.exp: New.
3266 * baseboards/mips-sim-mti64.exp: New.
3267 * baseboards/mips-sim-mti64_n32.exp: New.
3268 * baseboards/mips-sim-mti64_64.exp: New.
3269 * baseboards/mips-sim-sde32.exp: New.
3270 * baseboards/mips-sim-sde64.exp: New.
3272 2012-10-04 Ben Elliston <bje@gnu.org>
3274 * aclocal.m4: Regenerate with automake 1.11.3.
3275 * Makefile.in: Likewise.
3276 * configure: Regenerate with autoconf 2.68.
3278 2012-08-22 Steve Ellcey <sellcey@mips.com>
3280 * baseboards/generic-sim.exp: New baseboard definition.
3282 2012-06-15 Andreas Schwab <schwab@linux-m68k.org>
3284 * lib/framework.exp (clone_output): Protect from leading dash in
3286 * runtest.exp (verbose): Likewise.
3288 2012-06-11 Tom Tromey <tromey@redhat.com>
3290 * doc/runtest.1: Update.
3291 * runtest.exp (xml_file_name): New global.
3293 Handle optional argument to --xml.
3294 * lib/framework.exp (open_logs): Respect xml_file_name.
3296 2012-03-24 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
3298 * runtest.exp (load_tool_init): Fix typo in -de option handling.
3300 2012-03-24 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
3302 * doc/runtest.1: Correct name of debug file.
3304 2012-02-25 Ben Elliston <bje@gnu.org>
3306 * runtest: Search /usr/share/dejagnu and /usr/local/share/dejagnu
3307 for runtest.exp as a last resort (for usrmove environments, where
3308 /bin is a link to /usr/bin). From Honza Horak <hhorak@redhat.com>.
3310 2011-12-30 Ben Elliston <bje@gnu.org>
3312 * doc/user.xml: Various spelling and consistency fixes.
3313 * doc/ref.xml: Likewise.
3314 (exit_remote_shell): Remove, as this procedure is defunct.
3315 * doc/dejagnu.texi: Regenerate.
3317 2011-12-30 Ben Elliston <bje@gnu.org>
3319 * config.guess: Update to version 2011-12-29.
3320 * config.sub: Update to version 2011-11-11.
3322 2011-06-30 Tom Tromey <tromey@redhat.com>
3324 * doc/ref.xml: Document find_gfortran.
3325 * doc/dejagnu.texi: Regenerate.
3326 * lib/target.exp (default_target_compile): Handle f90.
3327 (default_target_compile): Likewise.
3328 * lib/libgloss.exp (find_gfortran): New proc.
3330 2011-06-30 Ben Elliston <bje@gnu.org>
3332 * Makefile.am (all-local): New rule.
3333 * Makefile.in: Regenerate.
3335 2011-04-12 Ben Elliston <bje@gnu.org>
3337 * config/vxworks.exp (vxworks_file): Use "file delete", not "exec
3338 rm", for better portability.
3339 * config/netware.exp (${board}_load): Likewise.
3340 * lib/dg.exp (dg-test): Likewise.
3341 * lib/framework.exp (open_logs): Likewise.
3342 * lib/remote.exp (standard_file): Likewise.
3343 * runtest.exp: Likewise.
3344 * testsuite/runtest.all/options.exp: Likewise.
3346 2011-03-15 Ben Elliston <bje@gnu.org>
3348 * runtest.exp: Whitespace cleanups.
3349 * lib/dejagnu.exp, lib/dg.exp, lib/framework.exp,
3350 lib/libgloss.exp, lib/remote.exp, lib/rsh.exp, lib/target.exp,
3351 lib/telnet.exp, lib/tip.exp, lib/utils.exp: Likewise.
3353 2011-03-15 Ben Elliston <bje@gnu.org>
3355 * runtest: Remove trailing semicolons.
3356 * lib/rsh.exp: Likewise.
3358 2011-03-15 H.J. Lu <hjl.tools@gmail.com>
3360 * lib/remote.exp (local_exec): Ignore SIGHUP.
3362 2011-03-14 Ben Elliston <bje@gnu.org>
3364 * runtest.exp (frame_version): Set to 1.5.1.
3365 * configure.ac (AC_INIT): Set version to 1.5.1.
3366 * configure: Regenerate.
3367 * doc/dejagnu.xml (appversion, version): Set to 1.5.1.
3368 * doc/dejagnu.texi: Regenerate.
3370 2011-03-14 Ben Elliston <bje@gnu.org>
3372 * dejagnu.h: Whitespace cleanups.
3374 2011-03-14 Ben Elliston <bje@gnu.org>
3376 * baseboards/cris-sim.exp: Remove trailing semicolon(s).
3377 * baseboards/mt-sid.exp: Likewise.
3378 * baseboards/tx39-sim.exp: Likewise.
3379 * lib/target.exp (default_target_compile): Likewise.
3381 2011-03-14 Ben Elliston <bje@gnu.org>
3383 Reported by Flash Sheridan <flash@pobox.com>:
3384 * doc/user.xml (Testing "Hello world" locally): Improve the
3385 example test script and make it robust to failures. Tidy some
3387 * doc/dejagnu.texi: Regenerate.
3389 2011-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3391 * runtest.exp (runtest): Call reset_vars at initialisation so that
3392 perror does not affect test results in other test scripts.
3394 2011-03-09 Ben Elliston <bje@gnu.org>
3396 * NEWS: Start a new section for post-1.5 changes.
3398 2011-03-09 Ben Elliston <bje@gnu.org>
3400 * DejaGnu 1.5 released.
3402 2011-03-09 Ben Elliston <bje@gnu.org>
3404 * Makefile.am (DISTCLEANFILES): Define.
3405 * Makefile.in: Regenerate.
3406 * testsuite/runtest.all/libs.exp: Clean up temp files on exit.
3407 * testsuite/runtest.all/options.exp: Likewise for dbg.log.
3408 * testsuite/runtest.all/stats.exp: Likewise for tmpdir. Use "file
3409 mkdir" instead of exec'ing mkdir(1).
3411 2011-03-07 Ben Elliston <bje@gnu.org>
3413 * Makefile.am (doc/dejagnu.texi): Conditional on MAINTAINER_MODE.
3414 * Makefile.in: Regenerate.
3416 2011-03-06 Ben Elliston <bje@gnu.org>
3418 * configure.ac (AC_INIT): Set version to 1.5.
3419 * configure: Regenerate.
3420 * runtest.exp (frame_version): Set to 1.5.
3421 * doc/dejagnu.texi: Regenerate.
3423 2011-03-04 Ben Elliston <bje@gnu.org>
3425 * texinfo.tex: Import latest version from ftp://tug.org/tex.
3427 2011-03-04 Ben Elliston <bje@gnu.org>
3429 * Makefile.am (EXTRA_DIST): Correct name of historical ChangeLog.
3430 * Makefile.in: Regenerate.
3432 2011-03-03 Ben Elliston <bje@gnu.org>
3434 * Makefile.am: Bump to GPL version 3.
3435 * configure.ac: Likewise.
3436 * Makefile.in: Regenerate.
3437 * aclocal.m4: Likewise.
3438 * configure: Likewise.
3440 2011-03-03 Ben Elliston <bje@gnu.org>
3442 * config.guess: Update to most recent version.
3443 * config.sub: Likewise.
3445 2011-03-03 Ben Elliston <bje@gnu.org>
3447 * lib/framework.exp (unknown): Rename the native Tcl ::unknown
3448 proc to ::tcl_unknown. If ::tcl_unknown returns a failure result,
3449 then fall back to the conventional DejaGnu handling. Report from
3450 David Byron <dbyron@dbyron.com>.
3452 2011-03-03 Maciej W. Rozycki <macro@codesourcery.com>
3454 * lib/remote.exp (remote_expect): Pass all exception conditions up
3457 2011-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3459 * lib/dg.exp (dg-test): Support nested calls.
3461 2010-04-13 Ben Elliston <bje@gnu.org>
3463 * testglue.c: Remove duplicated prototypes for abort and exit.
3465 2010-03-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3467 * doc/user.xml (Tcl Variables For Command Line Options): Correct
3470 2010-01-21 Jie Zhang <jie.zhang@analog.com>
3472 * config/gdb-comm.exp (gdb_comm_load): Set breakpoints after load.
3474 2010-01-15 Anthony Green <green@moxielogic.com>
3476 * baseboards/moxie-sim.exp: New baseboard.
3478 2009-12-10 DJ Delorie <dj@redhat.com>
3480 * baseboards/rx-sim.exp: New baseboard.
3482 2009-10-15 Ben Elliston <bje@gnu.org>
3484 * MAINTAINERS: Remove refererence to Tom Tromey's Tcl style guide.
3485 This web page has disappeared.
3487 2009-07-06 Ben Elliston <bje@gnu.org>
3489 * doc/dejagnu.xml, doc/ref.xml, doc/user.xml: Mark up options with
3490 <option> not <emphasis>. Apply other grammatical fixes from
3492 * doc/dejagnu.texi: Regenerate.
3494 2009-07-06 Ben Elliston <bje@gnu.org>
3496 * configure.ac: Check for docbook2x-texi.
3497 * configure: Regenerate.
3499 2009-07-06 Ben Elliston <bje@gnu.org>
3501 From Reuben Thomas <rrt@sc3d.org>:
3502 * doc/runtest.1: Fix some formatting issues.
3504 2009-06-16 Ben Elliston <bje@gnu.org>
3506 * config.guess: Update to most recent version.
3507 * config.sub: Likewise.
3509 2009-06-16 Ben Elliston <bje@gnu.org>
3511 * Makefile.am (rpm, deb, solpkg, hpdepot): Remove targets.
3512 * Makefile.in: Regenerate.
3513 * packaging: Remove directory and its contents.
3515 2009-06-10 Maciej W. Rozycki <macro@codesourcery.com>
3517 * config/gdb-comm.exp (gdb_comm_add_breakpoint): Handle pending
3520 2008-12-03 Ben Elliston <bje@gnu.org>
3522 * COPYING: Update to GPL version 3.
3524 2008-04-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3526 * doc/ref.xml, doc/user.xml: Fix typos.
3527 * doc/dejagnu.texi: Regenerate.
3529 2008-04-06 Daniel Jacobowitz <drow@false.org>
3531 * Makefile.am (RUNTESTDEFAULTFLAGS): Add RUNTEST=$(RUNTEST).
3532 * Makefile.in: Regenerate.
3533 * dejagnu.exp (host_execute): Improve regexp matching.
3534 * testsuite/libdejagnu/unit.cc: C++ fixes.
3536 2008-04-06 Daniel Jacobowitz <drow@false.org>
3538 * lib/utils.exp (diff): Open both files as binary.
3540 2008-04-06 Daniel Jacobowitz <dan@codesourcery.com>
3542 * dejagnu.h (totals): Correct typos.
3544 2008-04-06 Daniel Jacobowitz <dan@codesourcery.com>
3546 * doc/user.xml (Adding a New Tool, Adding a New Target): Fix typos.
3547 * doc/dejagnu.texi: Regenerate.
3549 2008-02-25 Ben Elliston <bje@gnu.org>
3551 * doc/runtest.1: Update date of last revision.
3553 2008-02-11 Hans-Peter Nilsson <hp@axis.com>
3555 * baseboards/h8300.exp: Use -- before switch argument that may
3557 * baseboards/cris-sim.exp: Ditto.
3559 2008-02-11 Hans-Peter Nilsson <hp@axis.com>
3561 * Makefile.am (baseboard_SCRIPTS): Add scripts cris-sim.exp,
3562 iq2000-sim.exp and m32r-linux-sim.exp.
3563 * Makefile.in: Regenerate.
3565 2008-02-08 Ben Elliston <bje@gnu.org>
3567 * baseboards/cris-sim.exp: Fix MS-DOS line termination.
3569 2007-12-28 Joseph Myers <joseph@codesourcery.com>
3571 * lib/target.exp (default_link): Initialize nobjects before use.
3573 2007-12-06 Ben Elliston <bje@gnu.org>
3575 * lib/dg.exp (dg_bogus): Comment fix.
3577 2007-10-31 DJ Delorie <dj@redhat.com>
3579 * lib/framework.exp (open_logs): Line buffer the .sum file.
3581 2007-09-04 Matt Kraai <kraai@ftbfs.org>
3583 * doc/user.xml (Configuration): Fix typos.
3584 * doc/dejagnu.texi: Regenerate.
3586 2007-08-28 Daniel Jacobowitz <dan@codesourcery.com>
3588 * lib/remote.exp (standard_send): Correct quoting.
3590 2007-05-17 Ben Elliston <bje@gnu.org>
3592 * doc/user.xml: Correct the syntax for running apt-get on a Debian
3593 GNU/Linux system. From Peter Welte <weltepe@gmail.com>.
3595 2007-04-30 Bob Wilson <bob.wilson@acm.org>
3597 * baseboards/xtensa-sim.exp: Set target_install. Stop using
3598 basic-sim.exp. Run the simulator with --turbo option. Replace
3599 needs_status_wrapper with the simulator's --exit_with_target_code
3602 2006-10-15 Rob Savoye <rob@bertha.welcomehome.org>
3604 * dejagnu.h: Add support for for expected failures and
3605 unexpected successes.
3607 2005-05-06 Andrew Fyfe <a.fyfe@tiscali.co.uk>
3609 * doc/Makefile.am: Fix install path for man page.
3610 * Makefiles: Regenerated.
3612 2006-08-29 Ben Elliston <bje@gnu.org>
3614 * runtest.exp (usage): Use "triplet" instead of "config name".
3616 2006-07-13 Daniel Jacobowitz <dan@codesourcery.com>
3618 * Makefile.am (DOCBOOK2RTF): Fix typo.
3619 * Makefile.in: Regenerated.
3620 * lib/libgloss.exp (process_multilib_options): Use -- to handle
3621 options starting with hyphens.
3623 2006-06-23 Eric Botcazou <ebotcazou@adacore.com>
3625 * libgloss.exp (find_gnatmake): Rewrite.
3627 2006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
3629 * rsh.exp (rsh_exec): Handle inp and outp arguments. Use
3630 local_exec to run rsh. Return failure if rsh times out.
3631 * remote.exp (local_exec): Handle "|& cat" we added when deciding
3632 whether to return output.
3634 2006-06-09 Ben Elliston <bje@gnu.org>
3636 * baseboards/cris-sim.exp: Use Tcl fall-through syntax for
3637 multiple cases, not a list (case uses lists, switch does not).
3638 Pass -glob to switch where applicable to emulate case behaviour.
3639 * baseboards/h8300.exp: Likewise.
3640 * lib/framework.exp (clone_output): Likewise.
3641 (clear_xfail): Likewise.
3642 (clear_kfail): Likewise.
3643 * lib/libgloss.exp (process_multilib_options): Likewise.
3644 * runtest.exp: Likewise.
3646 2006-06-06 Ben Elliston <bje@gnu.org>
3648 * Makefile.am (CONTRIB): New.
3649 (EXTRA_DIST): Add $(CONTRIB).
3650 (doc/dejagnu.texi): Set directory-category param to docbook2texi.
3651 * Makefile.in: Regenerate.
3652 * doc/dejagnu.texi: Likewise.
3654 2006-06-06 Ben Elliston <bje@gnu.org>
3656 * runtest.exp (load_lib): Typo fix.
3658 2006-06-06 Ben Elliston <bje@gnu.org>
3660 * dejagnu.h: Tidy comments.
3661 (_BUFFER_SIZE_): Remove to minimise namespace pollution.
3662 (wait): Define this function unconditionally. Conditionally
3663 compile the function body if _DEJAGNU_WAIT_ is defined.
3664 (buffer): Set the buffer size explicitly.
3665 (pass): Use sizeof (buffer). Call wait() unconditionally.
3666 (fail, untested, unresolved, note): Likewise.
3667 (enum teststate): Tidy whitespace.
3669 2006-06-06 Ben Elliston <bje@gnu.org>
3671 * doc/dejagnu.xml, doc/ref.xml, doc/user.xml: Edits.
3672 * doc/dejagnu.texi: Regenerate.
3674 2006-06-06 Ben Elliston <bje@gnu.org>
3676 Import from GCC tree:
3677 2006-06-02 Richard Earnshaw <rearnsha@arm.com>
3678 Mike Stump <mrs@apple.com>
3680 * compare_tests: Handle multilibs better.
3682 2006-06-06 Ben Elliston <bje@gnu.org>
3684 * doc/dejagnu.texi: Regnerate using Docbook2X 0.8.7.
3686 * configure.ac: Check for docbook2texi, not docbook2x-texi. The
3687 wrapper script changed its name again in the latest release.
3688 * configure: Regenerate.
3689 * Makefile.am (DOCBOOK2X_TEXI): Rename from this ..
3690 (DOCBOOK2TEXI): .. to this.
3691 (doc/dejagnu.texi): Do not use output-file parameter to deposit
3692 the .texi file into the source directory; use mv(1) instead. Set
3693 directory-description parameter.
3694 * Makefile.in: Likewise.
3696 2006-06-02 Ben Elliston <bje@gnu.org>
3698 * config/sim.exp (sim_upload): Match up argument names.
3700 2006-06-02 Ben Elliston <bje@gnu.org>
3702 * config.guess: Update to most recent version.
3703 * config.sub: Likewise.
3705 2006-06-02 Ben Elliston <bje@gnu.org>
3707 * config/dos.exp (dos_open): Only run global board_info once at
3708 the beginning of the proc; remove duplicates.
3709 (dos_load): Use file join to separate path components.
3710 (dos_copy_upload): Likewise.
3711 * lib/remote.exp (call_remote): Use error, not "blooie" to trigger
3714 2006-06-02 Ben Elliston <bje@gnu.org>
3716 * contrib/compare_tests: Import from the GCC contrib directory.
3718 2006-05-24 Ben Elliston <bje@gnu.org>
3720 * runtest.exp (verbose): Brace some expressions.
3721 (load_file, search_and_load_file): Likewise.
3722 (runtest): Likewise.
3724 2006-05-23 Ben Elliston <bje@gnu.org>
3726 * config/gdb-comm.exp (gdb_comm_load): Brace some expressions.
3727 * config/i960.exp (i960_spawn): Initialise status.
3728 * config/netware.exp (${board}_init): Brace some if expressions.
3729 * lib/dg.exp (dg-test): Brace some expressions.
3730 * lib/framework.exp (clone_output, log_and_exit, log_summary,
3731 record_test, pass, fail): Likewise.
3732 * lib/libgloss.exp (get_multilibs): Likewise.
3733 * lib/remote.exp (standard_transmit, unix_clean_filename,
3734 remote_load, check_for_board_status, remote_expect): Likewise.
3735 * lib/rsh.exp (rsh_exec): Likewise.
3737 2006-05-22 Ben Elliston <bje@gnu.org>
3739 * baseboards/cris-sim.exp: Use switch, not case.
3740 * baseboards/h8300.exp: Likewise.
3741 * config/base68k.exp (base68k_ld): Brace an if expression.
3743 2006-05-22 Ben Elliston <bje@gnu.org>
3745 * runtest.exp, baseboards/basic-sim.exp, baseboards/cf.exp,
3746 baseboards/cris-sim.exp, baseboards/i960-cyclone.exp,
3747 baseboards/mcore-moto-sim.exp, baseboards/mips64vr4100-sim.exp,
3748 baseboards/mmixware-sim.exp, baseboards/op50n.exp,
3749 baseboards/rom68k-idp.exp, baseboards/sparclite-sim-le.exp,
3750 baseboards/usparc-cygmon.exp, config/base-config.exp,
3751 config/base68k.exp, config/ddb-ether.exp, config/ddb.exp,
3752 config/dos.exp, config/gdb-comm.exp, config/gdb_stub.exp,
3753 config/i386-bozo.exp, config/i960.exp, config/m68k-emc.exp,
3754 config/netware.exp, config/sid.exp, config/sim.exp,
3755 config/tic80.exp, config/unix.exp, config/vxworks.exp,
3756 lib/debugger.exp, lib/dejagnu.exp, lib/dg.exp, lib/framework.exp,
3757 lib/ftp.exp, lib/kermit.exp, lib/libgloss.exp, lib/remote.exp,
3758 lib/rlogin.exp, lib/rsh.exp, lib/target.exp, lib/targetdb.exp,
3759 lib/telnet.exp, lib/tip.exp, lib/utils.exp: Put braces around if
3760 expressions throughout.
3762 2006-05-22 Ben Elliston <bje@gnu.org>
3764 * lib/framework.exp (open_logs): Use file join where applicable.
3765 * lib/libgloss.exp (libgloss_link_flags, newlib_link_flags,
3766 newlib_include_flags, g++_link_flags, libstdc++_link_flags,
3767 get_multilibs, winsup_include_flags, winsup_link_flags): Likewise.
3768 * lib/utils.exp (which): Likewise.
3769 * runtest.exp (search_and_load_file, lookfor_file,
3770 load_tool_init): Likewise.
3772 * lib/debugger.exp (watcharray): Add `array' parameter. Rename
3773 `type' parameter to `op' and update all uses in the proc.
3774 (watchvar): Add `ignore' parameter for scalar variables.
3775 Likewise, rename `type' to `op' and update throughout the proc.
3777 * runtest.exp: Use switch, not case.
3778 * lib/framework.exp (clone_output): Likewise.
3779 (clear_xfail): Likewise.
3780 (clear_kfail): Likewise.
3781 (set_warning_threshold): Make warning_threshold global.
3782 (get_warning_threshold): Likewise.
3783 * lib/libgloss.exp (process_multilib_options): Use switch, not
3785 * lib/remote.exp (local_exec): Only run global errorInfo once.
3786 (standard_upload): Fix error in variable use ($file -> $srcfile).
3787 * lib/utils.exp (grep): Use switch, not case.
3788 (slay): Fix mismatched bracket.
3790 * lib/debugger.exp (watcharray): Use switch, not case.
3791 (watchvar): Likewise.
3792 (bt): Add an explanatory comment.
3794 2006-04-03 Ben Elliston <bje@gnu.org>
3796 * lib/debugger.exp, lib/dejagnu.exp, lib/dg.exp,
3797 lib/framework.exp, lib/libgloss.exp, lib/remote.exp,
3798 lib/rlogin.exp, lib/target.exp, lib/telnet.exp: Formatting.
3800 2006-01-02 Ben Elliston <bje@gnu.org>
3802 * configure.ac (AC_INIT): Set version to 1.4.99.
3803 * configure: Regenerate.
3805 2006-01-01 Ben Elliston <bje@gnu.org>
3807 * testsuite/runtest.all/utils.test: Add runtest_file_p.
3809 2006-01-01 Ben Elliston <bje@gnu.org>
3811 * runtest.exp (frame_version): Set to 1.4.99.
3813 2006-01-01 Ben Elliston <bje@gnu.org>
3815 * dejagnu.h: Update copyright notice. Use C-style /* .. */
3816 comments for portability with ISO C compilers.
3817 * testsuite/libdejagnu/unit.cc: Likewise, update copyright notice.
3819 2006-01-01 Ben Elliston <bje@gnu.org>
3821 * runtest.exp: Update copyright notice.
3822 * example/calc/testsuite/calc.test/calc.exp: Likewise.
3823 * example/calc/testsuite/config/unix.exp: Likewise.
3824 * testsuite/libdejagnu/tunit.exp: Likewise.
3825 * testsuite/runtest.all/libs.exp: Likewise.
3826 * testsuite/runtest.all/options.exp: Likewise.
3827 * testsuite/runtest.all/stats-sub.exp: Likewise.
3828 * testsuite/runtest.all/stats.exp: Likewise.
3830 2006-01-01 Ben Elliston <bje@gnu.org>
3832 * config/default.exp, config/unix.exp, config/vxworks.exp,
3833 lib/debugger.exp, lib/dejagnu.exp, lib/framework.exp,
3834 lib/libgloss.exp, lib/remote.exp, testsuite/lib/util-defs.exp:
3836 * dejagnu.h, testsuite/config/default.exp,
3837 testsuite/lib/libsup.exp, testsuite/libdejagnu/tunit.exp,
3838 testsuite/libdejagnu/unit.cc, testsuite/runtest.all/libs.exp,
3839 testsuite/runtest.all/options.exp,
3840 testsuite/runtest.all/stats-sub.exp,
3841 testsuite/runtest.all/stats.exp: Update copyright notice and FSF
3842 office address. Remove bug reporting address, as it is now
3843 maintained centrally in the README file.
3845 2005-12-31 Ben Elliston <bje@gnu.org>
3847 * testsuite/runtest.all/utils.test: Don't bother mentioning
3848 absolute, psource, prune and slay as untested procedures.
3850 2005-12-31 Ben Elliston <bje@gnu.org>
3852 * doc/ref.xml (Utility Procedures): Note that the following
3853 procedures are deprecated: absolute, psource, prune, slay.
3855 * doc/dejagnu.texi: Regenerate.
3857 2005-12-24 Ben Elliston <bje@gnu.org>
3859 * Makefile.am (doc/dejagnu.texi): Don't use shell redirection, in
3860 case the command fails and zeroes the Texinfo source file. Move
3861 the output (if successful) by its default filename using mv(1).
3862 * Makefile.in: Regenerate.
3864 2005-12-24 Ben Elliston <bje@gnu.org>
3866 * configure.ac (DOCBOOK2X_TEXI): Add search for this program.
3867 * configure: Regenerate.
3868 * Makefile.am (DOCBOOK2PDF, DOCBOOK2RTF, DOCBOOK2PS): New.
3869 (DOCBOOK2HTML, DOCBOOK2X_TEXI): Likewise.
3870 (dejagnu.pdf): Use $(DOCBOOK2PDF).
3871 (dejagnu.ps): Likewise, use $(DOCBOOK2PS).
3872 (dejagnu.rtf): Likewise, use $(DOCBOOK2RTF).
3873 (html): Likewise, use $(DOCBOOK2HTML).
3874 (doc/dejagnu.texi): Produce using the docbook2x-texi wrapper,
3875 which is much simpler. Likewise, use $(DOCBOOK2X_TEXI).
3876 * Makefile.in: Regenerate.
3878 2005-12-24 Ben Elliston <bje@gnu.org>
3880 * Makefile.am (EXTRA_DIST): Remove $(PACKAGING_METAFILES).
3881 (XML): Remove $(srcdir) from each filename; VPATH suffices.
3882 (PACKAGING_METAFILES): Remove.
3883 * Makefile.in: Regenerate.
3885 2005-12-24 Ben Elliston <bje@gnu.org>
3889 2005-12-24 Ben Elliston <bje@gnu.org>
3893 2005-12-24 Ben Elliston <bje@gnu.org>
3895 * testsuite/libdejagnu/tunit.exp: Don't change to a non-existent
3898 2005-12-24 Ben Elliston <bje@gnu.org>
3900 * Makefile.am (RUNTEST): Simplify, as Automake already generates
3901 similar logic in Makefile.in.
3902 * Makefile.in: Regenerate.
3904 2005-12-24 Ben Elliston <bje@gnu.org>
3906 * Makefile.am (RUNTESTDEFAULTFLAGS): Omit --tool so that
3907 libdejagnu tests are run too.
3908 * Makefile.in: Regenerate.
3910 2005-12-24 Ben Elliston <bje@gnu.org>
3912 * configure: Regenerate.
3914 * lib/remote.exp: Tidy.
3915 * lib/targetdb.exp: Likewise.
3916 * lib/target.exp (prune_warnings): Improve comments.
3917 * lib/dejagnu.exp: Likewise.
3918 * lib/utils.exp: Likewise.
3922 2005-12-24 Ben Elliston <bje@gnu.org>
3924 * doc/dejagnu.xml: Don't use apostrophes in section titles.
3925 * doc/dejagnu.texi: Regenerate.
3927 2005-12-24 Ben Elliston <bje@gnu.org>
3929 * Makefile.am (XML): Include $(srcdir) in filenames.
3930 * Makefile.in: Regenerate.
3932 2005-12-24 Ben Elliston <bje@gnu.org>
3934 * doc/C/Makefile.am: Remove.
3935 * doc/C/Makefile.in: Likewise.
3937 * Makefile.am (SUBDIRS): Remove.
3938 (EXTRA_DIST): Append $(XML).
3939 (dist_man_MANS): Define.
3940 (info_TEXINFOS): Likewise.
3941 (XML): List XML source files.
3942 (dejagnu.pdf): New target.
3943 (dejagnu.ps): Likewise.
3944 (dejagnu.rtf): Likewise.
3946 (dejagnu.texi): Special rule to build Texinfo source.
3947 * Makefile.in: Regenerate.
3948 * configure.ac: Don't search for docbook2dvi.
3949 Search for docbook2rtf and docbook2pdf.
3950 Don't output doc/Makefile or doc/C/Makefile.
3951 * configure: Regenerate.
3952 * doc/texinfo.tex: Move from here ..
3953 * texinfo.tex: .. to here.
3954 * doc/Makefile.am: Remove.
3955 * doc/Makefile.in: Likewise.
3956 * doc/C/dejagnu.omf: Likewise.
3957 * doc/C/topic.dat: Likewise.
3958 * doc/C/dejagnu.xml: Move from here ..
3959 * doc/dejagnu.xml: .. to here.
3960 * doc/C/legal.xml: Move from here ..
3961 * doc/legal.xml: .. to here.
3962 * doc/C/ref.xml: Move from here ..
3963 * doc/ref.xml: .. to here.
3964 * doc/C/user.xml: Move from here ..
3965 * doc/user.xml: .. to here.
3966 * doc/dejagnu.texi: Rebuild from XML source.
3968 2005-12-23 Ben Elliston <bje@gnu.org>
3970 * doc/runtest.1: Update manual page.
3972 2005-12-23 Ben Elliston <bje@gnu.org>
3974 * doc/overview.sgml: Remove in favour of XML versions.
3975 * doc/ref.sgml: Ditto.
3976 * doc/user.sgml: Ditto.
3977 * doc/texinfo.tex: Import new version.
3979 2005-12-20 Ben Elliston <bje@gnu.org>
3981 * Makefile.am (SUBDIRS): Remove testsuite, example.
3982 (EXTRA_DIST): Add $(TESTSUITE_FILES).
3983 (TESTSUITE_FILES): New.
3984 (RUNTEST, RUNTESTDEFAULTFLAGS): New.
3986 (check_PROGRAMS): New.
3987 (unit_SOURCES): New.
3988 * Makefile.in: Regenerate.
3989 * configure.ac (AC_OUTPUT): Don't output example/Makefile,
3990 testsuite/Makefile or testsuite/libdejagnu/Makefile.
3991 * configure: Regenerate.
3992 * testsuite/Makefile.am: Remove.
3993 * testsuite/Makefile.in: Likewise.
3994 * testsuite/libdejagnu/Makefile.am: Likewise.
3995 * testsuite/libdejagnu/Makefile.in: Likewise.
3997 2005-12-20 Ben Elliston <bje@gnu.org>
3999 * Makefile.am (baseboard_SCRIPTS): Rename ms1->mt.
4000 * Makefile.in: Regenerate.
4002 2005-12-20 Ben Elliston <bje@gnu.org>
4004 * configure: Regenerate with autoconf 2.59.
4005 * aclocal.m4: Regenerate with aclocal 1.9.6.
4006 * Makefile.in: Regenerate with automake 1.9.6.
4007 * doc/Makefile.in: Likewise.
4008 * doc/C/Makefile.in: Likewise.
4009 * example/Makefile.in: Likewise.
4010 * testsuite/Makefile.in: Likewise.
4011 * testsuite/libdejagnu/Makefile.in: Likewise.
4013 2005-12-20 Nathan Sidwell <nathan@codesourcery.com>
4015 * baseboards/ms1-sid.exp: Rename from this ..
4016 * baseboards/mt1-sid.exp: .. to this. Update ms1->mt within.
4018 2005-12-20 Ben Elliston <bje@gnu.org>
4020 * config.guess: Update to most recent version.
4021 * config.sub: Likewise.
4023 2005-09-24 Ben Elliston <bje@gnu.org>
4025 * packaging/pkg/pkginfo (EMAIL): Update mail address.
4027 * lib/rsh.exp: Tidy comments.
4029 2005-07-07 Ben Elliston <bje@gnu.org>
4031 * lib/telnet.exp (telnet_transmit): Remove; use standard method.
4033 2005-07-07 Ben Elliston <bje@gnu.org>
4035 * Makefile.am (baseboard_SCRIPTS): Add ms1-sid.exp.
4036 * Makefile.in: Regenerate.
4038 2005-07-06 Ben Elliston <bje@gnu.org>
4040 * lib/tip.exp (tip_open): Improve comments.
4041 (tip_download): Likewise.
4043 2005-07-06 Ben Elliston <bje@gnu.org>
4045 * lib/telnet.exp (telnet_open): Improve option handling. Clarify
4046 documentation for each proc.
4048 2005-07-06 Ben Elliston <bje@gnu.org>
4050 * aclocal.m4: Regenerate with aclocal 1.9.
4051 * configure: Regenerate with autoconf 2.59.
4052 * doc/C/Makefile.am: Remove stray include.
4053 * Makefile.in, doc/Makefile.in, doc/C/Makefile.in,
4054 example/Makefile.in, testsuite/Makefile.in,
4055 testsuite/libdejagnu/Makefile.in: Regenerate with automake 1.9.
4057 2005-07-06 Ben Elliston <bje@gnu.org>
4059 Import some missing hunks from this patch on sourceware:
4061 2004-11-11 Nick Clifton <nickc@redhat.com>
4063 * lib/libgloss.exp (libio_include_flags, g++_include_flags,
4064 winsup_include_flags): Revert previous patch, restoring the use of
4065 -I, for all libraries except newlib. Newlib needs -isystem to
4066 avoid the problems with <limits.h> but the C++ and winsup
4067 libraries need -I because -isystem generates an implicit 'extern
4068 "C"' which may not be appropriate for certain targets.
4070 2005-07-06 Aldy Hernandez <aldyh@redhat.com>
4072 * baseboards/ms1-sid.exp: New.
4074 2005-07-01 Ben Elliston <bje@gnu.org>
4076 Unify some changes with the 1.4 branch:
4078 2004-10-28 Nick Clifton <nickc@redhat.com>
4079 * baseboards/iq2000-sim.exp: New file.
4081 2004-06-08 Alexandre Oliva <aoliva@redhat.com>
4082 * baseboards/mn10300-sim.exp: Set needs_status_wrapper and
4085 2004-05-13 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
4086 * baseboards/m32r-linux-sim.exp: Add New file.
4088 2005-06-24 Ben Elliston <bje@gnu.org>
4090 * MAINTAINERS: Update my email address.
4092 2005-06-24 Ben Elliston <bje@gnu.org>
4094 * Update the FSF's physical address throughout.
4096 2005-06-22 Ben Elliston <bje@gnu.org>
4098 * config.guess: Update to most recent version.
4099 * config.sub: Likewise.
4101 2005-04-28 Mark Kettenis <kettenis@gnu.org>
4103 * lib/target.exp (prune_warnings): Add a few more linker
4104 warning patterns for OpenBSD.
4106 2005-03-20 Mark Kettenis <kettenis@gnu.org>
4108 * lib/target.exp (prune_warnings): Add linker warning patterns for
4111 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
4113 * baseboards/cris-sim.exp: New file.
4115 2004-11-19 Nick Clifton <nickc@redhat.com>
4117 * lib/libgloss.exp (newlib_include_flags): Document why -isystem
4118 is used instead of -I.
4119 (libio_include_flags): Use -I instead of -isystem and
4121 (g++_include_flags): Use -I instead of -isystem.
4122 (libstdc++_include_flags): Likewise.
4124 2004-11-04 Ben Elliston <bje@gnu.org>
4126 * lib/dg.exp (dg-test): If a `dg-do run' test fails to compile,
4127 mark the test as unresolved, rather than warning.
4129 2004-10-27 Nick Clifton <nickc@redhat.com>
4131 * baseboards/iq2000-sim.exp: New file.
4133 2004-08-20 Daniel Jacobowitz <dan@debian.org>
4135 * testglue.c: Prototype abort(3) and exit(3).
4137 2004-08-14 Paul Brook <paul@codesourcery.com>
4139 * config/sim.exp (sim_download, sim_upload): New procs.
4141 2004-06-30 Ben Elliston <bje@gnu.org>
4143 * config.guess: Update to current revision.
4144 * config.sub: Likewise.
4146 2004-06-12 Ben Elliston <bje@gnu.org>
4148 * config.guess: Update to current revision.
4149 * config.sub: Likewise.
4151 2004-06-08 Alexandre Oliva <aoliva@redhat.com>
4153 * testglue.c: Prototype abort and exit.
4155 2004-06-08 Alexandre Oliva <aoliva@redhat.com>
4157 * baseboards/mn10300-sim.exp: Set needs_status_wrapper to empty
4160 Tue Feb 25 05:19:57 UTC 2003 Brendan Conoboy <blc@@redhat.com>
4162 * lib/remote.exp (call_remote): Remove multilibs from the board
4163 name when rebooting a board.
4165 2004-06-03 Alexandre Oliva <aoliva@redhat.com>
4167 * baseboards/mn10300-sim.exp: Set needs_status_wrapper and
4170 2004-06-07 Ben Elliston <bje@gnu.org>
4172 * lib/libgloss.exp (build_wrapper): Remove redundant set command.
4174 2004-03-29 Joel Brobecker <brobecker@gnat.com>
4176 * lib/libgloss.exp (find_gnatmake): New procedure.
4177 * lib/target.exp (default_target_compile): Add support for Ada.
4179 2004-04-16 Kazuhiro Inaoka <inaoka dot kazuhiro at renesas dot com>
4181 * baseboards/m32r-linux-sim.exp: Add New file.
4183 2004-04-02 Rob Savoye <rob@direwolf.welcomehome.org>
4185 * configure.ac, example/Makefile.am: Add example/mathhelper.
4186 * configure, alocal.m4, example/Makefile.in: Regenerated.
4188 2004-04-02 Joel Sherrill <joel@OARcorp.com>
4190 * example/mathhelper: New example for using the unit testing API.
4192 2004-03-05 Daniel Jacobowitz <drow@mvista.com>
4194 * lib/remote.exp (standard_spawn): Fix rsh username support.
4196 2004-03-06 Rob Savoye <rob@althea.welcomehome.org>
4198 * doc/C: New directory for DocBook XML files.
4199 * doc/C/dejagnu.omf: New config file for scrollkeeper.
4200 * doc/C/topic.dat: New config file for the GNOME help system.
4201 * doc/C/dejagnu.xml: DocBook XML formatted verion of what was
4203 * doc/C/ref.xml: DocBook XML formatted verion of what was
4205 * doc/C/user.xml: DocBook XML formatted verion of what was
4208 2004-02-17 Ben Elliston <bje@wasabisystems.com>
4210 * runtest.exp: Do not trap SIGSEGV.
4212 2004-02-16 Ben Elliston <bje@wasabisystems.com>
4214 * configure.ac: Update AC_INIT and AM_INIT_AUTOMAKE invocations.
4215 * configure: Regenerate.
4217 2004-02-09 Ben Elliston <bje@wasabisystems.com>
4219 * doc/runtest.1: Improve some wording. Update last revision date.
4221 2004-02-09 Ben Elliston <bje@wasabisystems.com>
4223 * NEWS: Document yesterday's work.
4225 * runtest: Improve comments.
4227 2004-02-09 Ben Elliston <bje@wasabisystems.com>
4231 * testsuite/libdejagnu/unit.cc: Conform with GNU coding standard.
4233 2004-02-08 Ben Elliston <bje@wasabisystems.com>
4235 * configure.ac: Quote strings throughout in good Autoconf style.
4236 Remove AC_PROG_YACC invocation. Search for docbook2dvi, et al and
4237 expect using AC_PATH_PROG. Remove DJ_AC_PATH_DOCBOOK in favour of
4238 existing macros. Remove stale BOARDS and CONFIG substs. Ensure Tcl
4239 is at version 8.3 or greater.
4240 * configure: Regenerate.
4241 * acinclude.m4: Remove.
4242 * aclocal.m4: Regenerate.
4243 * Makefile.in: Likewise.
4244 * doc/Makefile.am (%.pdf: %.sgml): Use $(DOCBOOK2PDF).
4245 (%.dvi: %.sgml): Use $(DOCBOOK2DVI).
4246 (%.html: %.sgml): Use $(DOCBOOK2HTML).
4247 * doc/Makefile.in: Regenerate.
4248 * example/Makefile.in: Likewise.
4249 * testsuite/Makefile.in: Likewise.
4250 * testsuite/libdejagnu/Makefile.in: Likewise.
4253 2004-02-08 Daniel Jacobowitz <drow@mvista.com>
4255 * baseboards/cf.exp: Use -T instead of -Wl,-T for ldscript.
4256 * baseboards/fr30-elf.exp, baseboards/frv-elf.exp,
4257 baseboards/h8300.exp, baseboards/i960-cyclone.exp,
4258 baseboards/i960-sim.exp, baseboards/m32r-elf.exp,
4259 baseboards/mips-idt.exp, baseboards/mips-lnews-sim.exp,
4260 baseboards/mips-lsi-sim.exp, baseboards/mips64vr4100-sim.exp,
4261 baseboards/op50n.exp, baseboards/rom68k-idp.exp,
4262 baseboards/sh-hms.exp, baseboards/tx39-dve.exp,
4263 baseboards/vr4100-ddb.exp, baseboards/vr4100-sim.exp,
4264 baseboards/vr4111-sim.exp, baseboards/vr4300-ddb.exp,
4265 baseboards/vr4300-sim.exp, baseboards/vr4300.exp,
4266 baseboards/vr5000-ddb.exp: Likewise.
4268 2004-02-08 Ben Elliston <bje@wasabisystems.com>
4270 * runtest: Terminate with an error if expect cannot be found.
4273 2004-02-08 Ben Elliston <bje@wasabisystems.com>
4275 * configure.ac: Use AC_PATH_PROG to find expect(1).
4276 (DJ_AC_PATH_TCLSH): Remove unneeded invocation.
4277 * acinclude.m4 (DJ_AC_PATH_TCLSH): Remove.
4278 (DJ_AC_STL): Likewise.
4279 * configure: Regenerate.
4280 * aclocal.m4: Likewise.
4281 * configure: Likewise.
4282 * Makefile.in: Likewise.
4283 * doc/Makefile.in: Likewise.
4284 * example/Makefile.in: Likewise.
4285 * testsuite/Makefile.in: Likewise.
4286 * testsuite/libdejagnu/Makefile.in: Likewise.
4289 2004-02-08 Ben Elliston <bje@wasabisystems.com>
4291 * runtest.1: Remove any mention of mondfe.
4293 2004-02-08 Ben Elliston <bje@wasabisystems.com>
4295 * TODO: Add an item about timeouts.
4297 2004-02-08 Daniel Jacobowitz <drow@mvista.com>
4299 * baseboards/basic-sim.exp: Set gdb,do_reload_on_run.
4301 2004-02-08 Ben Elliston <bje@wasabisystems.com>
4303 * lib/standard.exp: Tidy.
4305 2004-02-07 Ben Elliston <bje@wasabisystems.com>
4307 * Makefile.am (pkgdata_SCRIPTS): Remove lib/mondfe, lib/xsh.exp.
4308 (config_SCRIPTS): Remove udi.exp, vrtx.exp.
4309 (baseboard_SCRIPTS): Remove a29k-udi.exp.
4310 * Makefile.in: Regenerate.
4311 * baseboards/a29k-udi.exp: Remove.
4312 * baseboards/dos.exp: Update comments.
4313 * config/udi.exp: Remove.
4314 * config/vrtx.exp: Remove.
4315 * doc/overview.sgml: Update. Don't mention mondfe and xsh support.
4316 * doc/ref.sgml: Likewise.
4317 * doc/user.sgml: Likewise.
4318 * lib/mondfe.exp: Remove.
4319 * lib/xsh.exp: Likewise.
4320 * lib/remote.exp: Don't load mondfe.exp or xsh.exp.
4321 * packaging/pkg/prototype: Update.
4324 2004-02-07 Ben Elliston <bje@wasabisystems.com>
4326 * Makefile.am (rpmspec): Remove.
4327 (rpm): Additionally depend on dejagnu.spec.
4328 ($(PKGDIR)/dejagnu): New target that installs DejaGnu into this
4329 directory. This saves duplicated code in the solpkg and hpdepot
4331 (solpkg): Depend on $(PKGDIR)/dejagnu.
4332 (hpdepot): Likewise.
4333 * Makefile.in: Regenerate.
4335 2004-02-07 Ben Elliston <bje@wasabisystems.com>
4337 * Makefile.am (RUNTEST, RUNTESTDEFAULTFLAGS): Remove.
4338 * Makefile.in: Regenerate.
4339 * testsuite/Makefile.am (CLEANFILES): Remove.
4340 (RUNTESTDEFAULTFLATS): Pass --srcdir and RUNTEST=$(RUNTEST).
4341 * testsuite/Makefile.in: Regenerate.
4343 2004-02-07 Ben Elliston <bje@wasabisystems.com>
4345 * lib/util-defs.exp: Move from here ..
4346 * testsuite/lib/util-defs.exp: .. to here.
4347 * Makefile.am (EXTRA_DIST): Remove lib/util-defs.exp.
4348 * Makefile.in: Regenerate.
4349 * testsuite/Makefile.am (EXTRA_DIST): Add lib/util-defs.exp.
4350 * testsuite/Makefile.in: Regenerate.
4351 * doc/ref.sgml (File Map): Remove util-defs.exp.
4352 * packaging/pkg/prototype: Update file list.
4354 2004-02-07 Ben Elliston <bje@wasabisystems.com>
4356 * NEWS: Document changes since 1.4.4.
4358 2004-02-07 Ben Elliston <bje@wasabisystems.com>
4360 * example/Makefile.am (check-recursive): Remove target.
4361 * example/Makefile.in: Regenerate.
4363 2004-02-07 Ben Elliston <bje@wasabisystems.com>
4365 * dejagnu.h: Conform with GNU coding standard.
4367 2004-02-07 Ben Elliston <bje@wasabisystems.com>
4369 * Makefile.am (PKGING): Remove.
4370 (PACKAGING_METAFILES): Update accordingly.
4371 (CLEANFILES, check-DEJAGNU): Remove.
4372 (tarball): Remove; use `dist'.
4373 (deb): Update target recipe to use `make dist'.
4375 2004-02-07 Ben Elliston <bje@wasabisystems.com>
4377 * Clean.tcl: Remove.
4379 * Makefile.am (SUBDIRS): Add testsuite, example directories.
4380 (EXTRA_DIST): Define.
4381 (pkgdata_SCRIPTS): Add lib/*.exp files.
4382 (DATE, TCLSH): Remove.
4383 (configdir, config_DATA, config_SCRIPTS): Define.
4384 (baseboarddir, baseboard_DATA, baseboard_SCRIPTS): Likewise.
4385 (pkgdata_DATA): Likewise.
4386 (djlibexecdir, djlibexec_SCRIPTS): Likewise.
4387 (PKGING, PACKAGING_METAFILES): New macros.
4388 (clean-local): Remove.
4389 (rpm): Depend on dist.
4391 (dist-hook): Remove.
4392 (lib_dest, lib_files): Likewise.
4393 (baseboard_dest, baseboard_files): Likewise.
4394 (include_dest, config_dest, config_files): Likewise.
4395 (install-data-local): Likewise.
4396 (uninstall-local): Likewise.
4397 (site.exp): Likewise.
4398 * Makefile.in: Regenerate.
4400 * testsuite/Makefile.am (all, all-am, etcetera): Remove.
4402 (EXTRA_DIST): Define.
4403 (site.exp): Remove target.
4404 * testsuite/Makefile.in: Regenerate.
4405 * testsuite/libdejagnu/Makefile.am (EXTRA_DIST): Define.
4406 (noinst_PROGRAMS): Rename from this ..
4407 (check_PROGRAMS): .. to this.
4408 * testsuite/libdejagnu/Makefile.in: Regenerate.
4410 * doc/Makefile.am (man_MANS): Rename from this ..
4411 (dist_man_MANS): .. to this.
4412 (info_TEXINFOS): Define.
4413 (TARGETS): Remove overview.rtf.
4414 (EXTRA_DIST): Define.
4415 (%.rtf: %.sgml): Remove rule.
4416 (%.gif: %.fig): Likewise.
4417 (%.epsi: %.eps): Likewise.
4418 (%.eps: %.fig): Likewise.
4419 (clean, realclean, distclean): Remove.
4420 (install-docs): Don't install overview.rtf.
4421 * doc/Makefile.in: Regenerate.
4422 * doc/texinfo.tex: New file.
4424 * example/calc/Makefile.am (noinst_PROGRAMS): Rename from this ..
4425 (check_PROGRAMS): .. to this.
4426 (EXTRA_DIST): Add test cases and calc.1 man page.
4427 * example/calc/Makefile.in: Regenerate.
4428 * example/calc/aclocal.m4: Likewise.
4429 * example/calc/configure: Likewise.
4430 * example/calc/stamp-h.in: Remove.
4431 * example/hello/Makefile.am (bin_PROGRAMS): Rename from this ..
4432 (check_PROGRAMS): .. to this.
4433 (EXTRA_DIST): Define.
4434 * example/hello/Makefile.in: Regenerate.
4435 * example/hello/aclocal.m4: Likewise.
4436 * example/hello/configure: Likewise.
4437 * example/hello/testsuite/Makefile.am (EXTRA_DIST): Define.
4438 * example/hello/testsuite/Makefile.in: Regenerate.
4440 2004-02-07 Ben Elliston <bje@wasabisystems.com>
4442 * configure.ac: Remove commented out code.
4443 * configure: Regenerate.
4445 2004-02-06 Ben Elliston <bje@wasabisystems.com>
4449 2004-02-06 Ben Elliston <bje@wasabisystems.com>
4451 * INSTALL: Import latest version.
4452 * depcomp: Likewise.
4453 * install-sh: Likewise.
4454 * missing: Likewise.
4456 2004-02-06 Ben Elliston <bje@wasabisystems.com>
4458 * configure.in: Rename from this ..
4459 * configure.ac: .. to this. Require Autoconf 2.50.
4460 * Makefile.in: Regenerate.
4461 * doc/Makefile.in: Likewise.
4462 * example/Makefile.in: Likewise.
4463 * testsuite/Makefile.in: Likewise.
4464 * testsuite/libdejagnu/Makefile.in: Likewise.
4466 2004-02-06 Ben Elliston <bje@wasabisystems.com>
4468 * lib/target.exp (prune_warnings): Add spaces where required in
4469 NetBSD warnings. Supersedes a patch in pkgsrc's devel/dejagnu.
4471 2004-02-05 Ben Elliston <bje@wasabisystems.com>
4473 * config.guess: Update to current revision.
4474 * config.sub: Likewise.
4476 2004-02-04 Ben Elliston <bje@wasabisystems.com>
4478 * configure.in (AC_NO_EXECUTABLES): Remove.
4479 * configure: Rebuild with Autoconf 2.59.
4480 * acinclude.m4 (DJ_AC_STL): Quote macro name to appease aclocal.
4481 (DJ_AC_PATH_TCLSH): Likewise.
4482 (DJ_AC_PATH_DOCBOOK): Likewise.
4483 * aclocal.m4: Rebuild.
4484 * Makefile.in: Rebuild with Automake 1.8.2.
4485 * doc/Makefile.in: Likewise.
4486 * example/Makefile.in: Likewise.
4487 * testsuite/Makefile.in: Likewise.
4488 * testsuite/libdejagnu/Makefile.in: Likewise.
4490 2004-01-30 Ben Elliston <bje@wasabisystems.com>
4492 Import orphaned patches from sources.redhat.com:
4494 2002-05-02 Fernando Nasser <fnasser@redhat.com>
4495 * doc/dejagnu.texi: Document KFAIL and KPASS.
4497 2002-02-20 Richard Henderson <rth@redhat.com>
4498 * lib/target.exp (prune_warnings): Revert early "In function"
4499 strip, as this breaks g++.dg tests. Match dangerous regexp
4500 without the "In function" header.
4502 2002-02-09 Richard Henderson <rth@redhat.com>
4503 * lib/target.exp (prune_warnings): Strip "In function" etc early.
4504 Adjust "dangerous" regexp for glibc's tmpnam warning.
4506 2001-09-10 Jim Blandy <jimb@redhat.com>
4507 * baseboards/rom68k-idp.exp: Use -Tidpgdb.ld as the linker script,
4508 so we get the version of the `outbyte' function that does console
4509 output in a way that GDB's rom68k target recognizes. Note that
4510 the board can now do output.
4512 2000-04-25 Felix Lee <flee@cygnus.com>
4513 * baseboards/tx39-sim.exp: Use idt, not dve linker script. Delete
4514 misleading comments and null statements.
4516 2004-01-30 Ben Elliston <bje@wasabisystems.com>
4518 * DejaGnu 1.4.4 released.
4520 2004-01-27 Ben Elliston <bje@wasabisystems.com>
4522 * Makefile.am (tarball): Depend on book1.html, not overview.html.
4523 Don't echo needless messages. Portably copy the source tree to
4524 dejagnu-${VERSION}. Portably copy documentation files from the
4525 source tree to the distribution directory. Don't copy RPM-related
4526 files -- leave that to the rpm target.
4527 (snapshot): Remove target.
4528 (overview.html): Rename target from this ..
4529 (book1.htm): .. to this.
4530 (rpm): Portably copy tar file to SOURCES directory.
4531 (deb): Depend on book1.html, not overview.html.
4532 (dist-hook): Depend on book1.html, not overview.html.
4533 * Makefile.in: Rebuild.
4534 * doc/Makefile.am (TARGETS): Depend on book1.html.
4535 (book1.html): Depend on html/book1.html.
4536 (overview.dvi): Remove target.
4537 * doc/Makefile.in: Rebuild.
4539 2004-01-27 Ben Elliston <bje@wasabisystems.com>
4541 * Clean.tcl: Run tclsh via /usr/bin/env for portability.
4542 (cleanfiles): Concatenate regular filenames that match .*.
4544 2004-01-12 Ben Elliston <bje@wasabisystems.com>
4546 * baseboards/frv-sim.exp: Remove reference to devo/sim.
4548 2004-01-27 Ben Elliston <bje@wasabisystems.com>
4550 * doc/overview: Remove all files.
4552 2003-12-03 Ben Elliston <bje@wasabisystems.com>
4554 * testsuite/runtest.all/utils.test: Fix a test for proc find which
4555 assumed that "subsubfile1" would appear at the end of the returned
4556 list. Adjust to use a more robust regular expression.
4558 2003-11-26 Ben Elliston <bje@wasabisystems.com>
4560 * doc/overview.sgml (version): Update.
4561 * doc/overview/installation.html: Likewise.
4563 * packaging/rpm/dejagnu.spec: Update version numbers throughout.
4564 * packaging/pkg/pkginfo: Likewise.
4565 * packaging/depot/dejagnu.psf: Likewise.
4567 2003-10-25 Ben Elliston <bje@wasabisystems.com>
4569 * runtest.exp (frame_version): Bump version.
4570 * configure.in (AM_INIT_AUTOMAKE): Likewise.
4571 * configure: Regenerate.
4573 2003-10-16 Rob Savoye <rob@welcomehome.org>
4575 * packaging/prototype: Remove sh-hms-sim.exp, add sh-sim.
4577 2003-10-13 Ben Elliston <bje@wasabisystems.com>
4579 * baseboards/sh-hms-sim.exp: Remove. Replaced by sh-sim.exp.
4581 2003-10-11 Corinna Vinschen <vinschen@redhat.com>
4583 * baseboards/sh-sim.exp: New file.
4585 2003-10-11 Ben Elliston <bje@wasabisystems.com>
4588 * AUTHORS: Don't list maintainers, reference MAINTAINERS instead.
4590 2003-10-08 Ben Elliston <bje@wasabisystems.com>
4592 * i960glue.c: Remove.
4593 * packaging/pkg/prototype: Remove i960glue.c.
4595 2003-10-07 Ben Elliston <bje@wasabisystems.com>
4597 * contrib/README: Remove.
4598 * contrib/testit: Remove bitrotten script.
4599 * contrib/test-g++: Likewise.
4600 * contrib/test-tool: Likewise.
4602 2003-08-23 Ben Elliston <bje@wasabisystems.com>
4605 * contrib/README: Bring up to date.
4607 2003-08-23 Corinna Vinschen <vinschen@redhat.com>
4609 * config/sid.exp: Add gdb settings to use no hardware watchpoints.
4611 2003-08-23 Ben Elliston <bje@wasabisystems.com>
4613 * README: Update section on reporting bugs.
4615 2003-08-22 Ben Elliston <bje@wasabisystems.com>
4617 * lib/kermit.exp: Document procs.
4618 * lib/ftp.exp: Likewise.
4620 2003-08-19 Ben Elliston <bje@wasabisystems.com>
4622 * contrib/testit: Run wish via /usr/bin/env for portability.
4624 2003-08-18 Ben Elliston <bje@wasabisystems.com>
4626 * Makefile.am: Tidy comments and unused command lines.
4627 * Makefile.in: Regenerate.
4628 * testsuite/libdejagnu/Makefile.in: Likewise.
4630 * contrib/bluegnu2.0.3: Remove unsupported subtree.
4632 2003-08-18 Ben Elliston <bje@wasabisystems.com>
4634 * MAINTAINERS: New file.
4636 2003-08-17 Ben Elliston <bje@wasabisystems.com>
4638 * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove empty variable.
4639 * doc/Makefile.in: Regenerate.
4641 2003-08-16 Ben Elliston <bje@wasabisystems.com>
4643 * doc/overview.sgml (overview): Start overhauling chapter.
4645 * doc/README.Writers: New document on style conventions.
4646 * doc/ref.sgml: Replace "test suite" with "testsuite" throughout.
4647 * doc/user.sgml: Likewise.
4648 * doc/overview.sgml: Likewise.
4649 * doc/dejagnu.texi (Design Goals): Change "Deja Gnu" to "DejaGnu".
4651 2003-08-12 Ben Elliston <bje@wasabisystems.com>
4653 * Makefile.am (tarball): Update path to dejagnu.spec.
4654 (rpmspec): Likewise.
4655 (deb): Likewise, update path to package metafiles.
4657 (hpdepot): Likewise.
4658 * Makefile.in: Regenerate.
4659 * aclocal.m4: Likewise.
4660 * configure: Likewise.
4661 * doc/Makefile.in: Likewise.
4662 * example/Makefile.in: Likewise.
4663 * testsuite/Makefile.in: Likewise.
4664 * deb: Move from here ..
4665 * packaging/deb: .. to here.
4666 * redhat: Move from here ..
4667 * packaging/rpm: .. to here.
4668 * depot: Move from here ..
4669 * packaging/depot: .. to here.
4670 * pkg: Move from here ..
4671 * packaging/pkg: .. to here.
4673 * testsuite/libdejagnu/Makefile.am (CXXFLAGS): Rename from this ..
4674 (AM_CXXFLAGS): .. to this, in order to suppress Automake warning.
4675 * testsuite/libdejagnu/Makefile.in: Regenerate.
4677 2003-08-07 Ben Elliston <bje@wasabisystems.com>
4679 * config/ddb.exp (${board}_init): Fix thinko: use Tcl incr command
4680 to increment count rather than count++ as in C.
4682 2003-08-06 Ben Elliston <bje@wasabisystems.com>
4684 * lib/remote.exp: Replace "TCL" with "Tcl".
4686 2003-07-30 Ben Elliston <bje@wasabisystems.com>
4688 * doc/runtest.1: Replace "TCL" with "Tcl".
4689 Make last revision date current.
4691 2003-07-29 Ben Elliston <bje@wasabisystems.com>
4693 * doc/overview.sgml: Replace "NT" with "Windows", correct Cygwin
4694 URLs and other stylistic improvements.
4695 * doc/ref.sgml: Likewise.
4696 * doc/user.sgml: Likewise.
4698 2003-07-25 Mike Stump <mrs@apple.com>
4700 * lib/target.exp (prune_warnings): Handle "nfs server .* not
4701 responding" and "nfs server .* is alive again".
4703 2003-07-20 Ben Elliston <bje@wasabisystems.com>
4705 * config.guess: Update to most recent version.
4706 * config.sub: Ditto.
4707 * AUTHORS: Add self to list of maintainers.
4709 2003-07-25 Jim Dein <jdein@deinji5.apple.com> (RIP)
4711 * lib/utils.exp (find): Fix double recursion bug.
4713 2002-02-25 Jackie Smith Cashion <jsmith@redhat.com>
4715 * baseboards/am33_2.0-libremote.exp: New file.
4717 2000-11-21 Drew Moseley <dmoseley@redhat.com>
4719 * baseboards/mn10300-cygmon.exp: Use the am33-2 flag for the
4722 2000-08-10 Drew Moseley <dmoseley@cygnus.com>
4724 * baseboards/mn10300-cygmon.exp: Added support for Cygmon based
4727 2003-06-13 Phil Edwards <pme@devphil.com>
4729 * baseboards/mips64-sim.exp, baseboards/mips-sim.exp,
4730 baseboards/mips-sim-idt32.exp, baseboards/mips-sim-idt64.exp: Use
4731 only -T[linker] instead of -Wl,-T[linker].
4733 2003-06-13 Jason Thorpe <thorpej@wasabisystems.com>
4735 * lib/target.exp (prune_warnings): Add two more linker
4736 warning patterns for warnings generated by modern verions
4739 2003-05-12 H.J. Lu <hongjiu.lu@intel.com>
4741 * lib/libgloss.exp (build_wrapper): Add -Wl,-wrap,_exit.
4743 2003-05-09 H.J. Lu <hongjiu.lu@intel.com>
4745 * runtest: Fix a typo.
4747 2003-05-03 Nitin Dhavale <nitinpdhavale@indiatimes.com>
4749 * doc/user.sgml: Clarify how to set the verbose option.
4751 2003-03-28 Chris Demetriou <cgd@broadcom.com>
4753 * lib/framework.exp (check_conditional_xfail): Adjust so that
4754 an empty 'includes' list matches all sets of flags.
4755 * doc/dejagnu.texi: Document the above.
4756 * doc/ref.sgml: Likewise.
4758 2003-03-27 David Heine <dlheine@tensilica.com>
4760 * baseboards/xtensa-sim.exp: Fix a syntax error.
4762 2003-03-16 Rob Savoye <rob@direwolf.welcomehome.org>
4764 * lib/unix.exp: Preserve the value of LD_LIBRARY_PATH, rather
4765 than stomp on it. This is based on a patch from Brendan Conoboy
4767 * Most files: Update copyright dates.
4769 2003-03-13 Mike Stump <mrs@apple.com>
4771 * lib/dg.exp(dg-test): Add compiler flags to testcase name, to
4772 help ensure uniqueness.
4774 2003-03-05 Alexandre Oliva <aoliva@redhat.com>
4776 * lib/remote.exp (standard_download, standard_upload): Support
4777 nfsdir and nfsroot_server.
4779 See ChangeLog-1992 for earlier changes.