1 2022-11-26 Jacob Bachmeyer <jcb@gnu.org>
3 * Makefile.in: Regenerate.
4 * Makefile.am (AM_CXXFLAGS): Change this...
5 (AM_CPPFLAGS): ...to this. (Also remove -g flag.)
6 (check_PROGRAMS): Add testsuite/libdejagnu/unit-c.
7 (testsuite_libdejagnu_unit_c_SOURCES): Add.
8 (TESTSUITE_FILES): Update.
9 * testsuite/libdejagnu/unit-c.c: New file.
10 * testsuite/libdejagnu/unit.exp: New file.
12 * dejagnu.h (xpass): Fix use of wrong counter.
14 (totals): Report unexpected passes if any occurred.
16 * doc/dejagnu.texi (DejaGnu unit test protocol): Add end marker
17 line using "END" to allow detecting tests that exit prematurely.
18 The "Totals:" line was previously used for this purpose, but it
19 does not match the pattern documented as reserved for carrying
20 unit test results and information.
22 * lib/dejagnu.exp (host_execute): Remove test for "Totals" line.
23 (host_execute): Add corresponding support for the new line types.
25 * dejagnu.h (totals): Add end marker.
26 (TestState::totals): Likewise.
28 2022-10-04 Jacob Bachmeyer <jcb@gnu.org>
32 * lib/dg.exp (dg-test): Store results of analyzing messages in a
33 list, then report them to the framework after giving the pruning
34 callback an opportunity to skip the test case.
36 * testsuite/runtest.libs/dg.test: Add tests for skipping tests
37 based on special result codes from mock-dg-prune.
38 (mock-dg-test): Add directive for output text.
39 (mock-dg-prune): Recognize special markers for
40 UNRESOLVED/UNSUPPORTED/UNTESTED result codes.
42 2022-10-01 Jacob Bachmeyer <jcb@gnu.org>
46 * testsuite/runtest.libs/mockutil.tcl (test_proc_with_mocks):
47 Report test failure instead of raising errors.
49 * testsuite/runtest.libs/dg.test: Add more unit tests.
50 (eval_tests): Copy this procedure...
51 * testsuite/runtest.libs/target.test (eval_tests): ...from here.
53 2022-09-30 Jacob Bachmeyer <jcb@gnu.org>
57 * testsuite/runtest.libs/mockutil.tcl (test_proc_with_mocks): Add
58 usage comment and option to match number of calls for test.
59 (create_test_interpreter): Add support for mockvfs.
61 * testsuite/runtest.libs/dg.test: New file.
63 2022-09-29 Jacob Bachmeyer <jcb@gnu.org>
67 * testsuite/runtest.libs/mockvfs.tcl: New file.
69 2022-09-26 Jacob Bachmeyer <jcb@gnu.org>
71 * testsuite/runtest.libs/libs.exp (process_test): Add forward
72 slash to the list of characters recognized as text.
74 2022-01-21 Jacob Bachmeyer <jcb@gnu.org>
78 * runtest.exp (runtest): Reset the global warning and error
79 counters before running each test file. This prevents an error
80 "left over" from a previous test file from causing the first test
81 in the next file to be spuriously reported as UNRESOLVED.
83 * Makefile.am (TESTSUITE_FILES): Add new files.
85 * testsuite/runtest.main/pr53427.exp: New file for regression test.
86 * testsuite/runtest.main/nested/testsuite/pr53427.test/a.exp: Likewise.
87 * testsuite/runtest.main/nested/testsuite/pr53427.test/b.exp: Likewise.
89 2021-06-29 Jacob Bachmeyer <jcb@gnu.org>
93 * runtest.exp: Adjust detection logic for deprecated broken legacy
94 case of a testsuite not actually in a testsuite/ directory.
96 This was never supported but happened to work in older versions.
98 2021-05-22 Jacob Bachmeyer <jcb@gnu.org>
100 * Makefile.am (TESTSUITE_FILES): Correct oversight.
102 * configure, Makefile.in, aclocal.m4: Regenerate.
104 * runtest.exp, configure.ac, doc/version.texi: Update version.
106 * dejagnu: Fix error message.
108 * config.guess: Import patched version; patches sent upstream.
110 * commands/help.sh: Add test mode in which man(1) is never
111 actually invoked. The ability to reference a manpage by absolute
112 file name seems to be unique to Free systems.
113 * testsuite/launcher.all/help.exp: Amend test list to use new
114 testing mode in "dejagnu help" command. This mode should also
115 work on Solaris, so the logic for skipping the tests is removed.
117 2021-05-20 Jacob Bachmeyer <jcb@gnu.org>
119 * dejagnu: Search for a POSIX Awk and validate that at least a
120 simple Awk program actually works.
121 * testsuite/launcher.all/command.exp: Add tests for error produced
122 when no Awk is found and a help message is requested.
124 * lib/dejagnu.exp: Avoid reporting next test as UNRESOLVED when
125 reporting error due to missing size(1) while loading file.
127 * testsuite/lib/runtest.exp (runtest_copy_nested_testsuite_log):
128 New procedure. Dumps log from nested run into main test log.
130 * testsuite/runtest.libs/utils.test: Change test for [which make]
131 to [which sh] because make(1) is not always available on non-GNU
132 systems but sh(1) exists on any Unix. GNU make is often installed
133 as "gmake" on non-GNU systems and may be the only "make" utility.
135 * testsuite/runtest.main/pr42399.exp (test_pr42399): Revise to
136 ensure that a failure to produce any output at all in the inner
137 test will be detected. This was discovered on Solaris 10.
139 * testsuite/runtest.main/stats.exp: Copy stat.log from nested
140 testsuite run to the main test log upon test failure.
142 * testsuite/runtest.main/nested/testsuite/stat.test/unit-sub.exp:
143 Explicitly pass /dev/null to unit-sub.awk because /usr/bin/awk on
144 Solaris 10 does not seem to recognize assignment to ARGV.
145 * testsuite/runtest.main/nested/testsuite/bug.test/pr42399-sub.exp:
148 2021-05-18 Jacob Bachmeyer <jcb@gnu.org>
150 * dejagnu: Redirect input from /dev/null when testing if awk is
151 GNU Awk; this avoids a hang on Solaris 10 where awk treats
152 --version as an Awk program and attempts to read input.
153 (command): Rework the initial setting of this variable to avoid
154 limitations in Solaris 10 awk.
156 * testsuite/report-card.all/onetest.exp: Avoid Tcl error when item
157 and totals lines are missing entirely.
159 * testsuite/runtest.main/pr48155.exp: Fix assumption about exit
160 code from /bin/false, which is different on Solaris.
162 2021-05-05 Jacob Bachmeyer <jcb@gnu.org>
166 * Makefile.am (TESTSUITE_FILES): Update.
167 (CLEANFILES): Add special init file for PR48155 nested tests.
169 * testsuite/runtest.main/pr48155.exp: New file.
170 * testsuite/runtest.main/pr48155-csh.sh: New trivial file. This
171 script emulates the behavior of the C shell if an attempt is made
172 to use it to run the config.guess script.
174 2021-05-04 Jacob Bachmeyer <jcb@gnu.org>
178 * runtest.exp: Tighten regexp used to validate output from
179 config.guess. The previous regexp would accept an error produced
180 if config.guess was incorrectly run using the C shell.
182 2021-04-28 Jacob Bachmeyer <jcb@gnu.org>
184 * configure, Makefile.in: Regenerate.
186 * runtest.exp, configure.ac, doc/version.texi: Update version.
188 * Makefile.am (TAR_OPTIONS): Explicitly select v7 tarball format
189 to work around Automake limitation of assuming that v7 is default.
191 2021-04-20 Jacob Bachmeyer <jcb@gnu.org>
193 * configure.ac: Set Automake options to use the ancient and
194 universal V7 format when building distribution tarballs. The
195 limitations of this format are not expected to impact DejaGnu; the
196 "ustar" format will be used instead if this is proved wrong.
198 * Makefile.am (TAR_OPTIONS): Add exported environment variable to
199 set options when building distribution tarballs. Ensure that all
200 files in distribution tarballs will be recorded as owned by root.
202 2021-04-16 Jacob Bachmeyer <jcb@gnu.org>
206 * dejagnu (command): Use Awk instead of non-portable basename(1)
207 and a non-portable sed(1) pattern to initially set this variable.
209 * dejagnu: Use shell "case" pattern match instead of non-portable
210 "grep -q" to determine if "awk" is GNU Awk.
212 * dejagnu: Use Awk instead of non-portable "grep -q" to verify
213 that a file contains a help message. Also use Awk to extract help
214 messages from files, instead of a complex dynamic sed(1) program.
216 * configure.ac: Remove experimental support for propagating
217 CONFIG_SHELL to scripts in the source directory.
219 * runtest.exp: Use CONFIG_SHELL or SHELL environment variable when
220 running config.guess. Check the result carefully and stop with an
221 error immediately if running config.guess does not produce
222 something that plausibly resembles a triplet. Advise the user
223 that SHELL or CONFIG_SHELL may need to be set in the environment.
225 2021-04-15 Jacob Bachmeyer <jcb@gnu.org>
229 * dejagnu: Avoid using $? for an exit code; it is convenient until
230 the tests fail because the script is run on Solaris where false
231 returns 255 instead of 1 and the test harness expects exit code 1.
233 2021-04-14 Jacob Bachmeyer <jcb@gnu.org>
237 * dejagnu: Replace use of "expr :" with shell "case" pattern
238 match to avoid limitations of Solaris 10 expr(1).
240 2021-04-14 Jacob Bachmeyer <jcb@gnu.org>
242 * lib/specs.exp, testsuite/runtest.libs/specs.test: New files.
244 2021-04-08 Jacob Bachmeyer <jcb@gnu.org>
246 * configure: Regenerate.
248 * runtest.exp, configure.ac, doc/version.texi: Update version.
250 * configure.ac: Change "dnl" comments that should appear in
251 configure to regular comments.
252 Add experimental support for propagating CONFIG_SHELL to the
253 config.sub and config.guess scripts in the source directory.
255 2021-04-01 Jacob Bachmeyer <jcb@gnu.org>
259 * dejagnu, commands/help.sh, commands/report-card.awk: Revise help
260 message to better fit GNU conventions, with thanks to Tom Tromey
261 for the reporting this issue.
265 * runtest: Remove use of non-portable "if !" that causes problems
266 with /bin/sh on Solaris 10.
268 * dejagnu (Variants): Split the declaration of this read-only
269 variable into an assignment followed by marking it read-only,
270 instead of doing both in one statement. The Solaris 10 /bin/sh
271 does not accept the combined form.
273 2021-03-30 Jacob Bachmeyer <jcb@gnu.org>
275 * configure: Regenerate.
277 * runtest.exp, configure.ac, doc/version.texi: Update version.
279 2021-03-26 Jacob Bachmeyer <jcb@gnu.org>
283 * testsuite/launcher.all/help.exp: Skip the tests on Solaris,
284 since Solaris man(1) does not accept explicit filenames. The
285 manpages will be installed as usual, and the "dejagnu help"
286 command should work after installation.
288 Also set PAGER for testing, since other systems might also ignore
289 MANPAGER and that would cause the test to hang.
291 * testsuite/lib/launcher.exp (dejagnu_run): Send commands run and
292 copies of the output produced to the log.
294 * commands/help.sh: Extend PR47382 fix (below) to this file.
298 * testsuite/lib/runtest.exp: Remove support for automatically
299 locating an Expect executable in the old Cygnus tree layout.
301 2021-03-25 Jacob Bachmeyer <jcb@gnu.org>
305 * dejagnu, runtest: Remove use of "$()" command substitution and
306 "$(())" arithmetic substitution shell constructs. The /bin/sh on
307 Solaris 10 does not support them. They were replaced with the
308 traditional backticks for command substitution and backticks and
309 the expr command for arithmetic substitution.
311 Also add markers to explicitly disable shellcheck warnings that
312 would lead to reintroducing these problems.
314 Also avoid the non-portable "`..."..."...`" construct on a warning
315 in the GNU Autoconf manual, section "Shell Substitutions",
316 although this introduces additional variables.
318 2021-03-22 Jacob Bachmeyer <jcb@gnu.org>
320 * configure: Regenerate.
322 * runtest.exp, configure.ac, doc/version.texi: Update version.
324 * config.guess, config.sub: Import from upstream.
326 * MAINTAINERS: Acknowledge that Ben Elliston has left the project.
328 2021-03-15 Jacob Bachmeyer <jcb@gnu.org>
330 * Makefile.am, Makefile.in: Update accordingly.
332 * contrib/compare_tests: Remove. This file lacked a GPL notice.
333 This file was imported from GCC many years ago. The GCC version
334 has benefited from continued development, while ours has not.
336 * testsuite/runtest.libs/load_lib.exp: Remove. This file lacked a
337 GPL notice and an attempt to contact the contributor produced no
338 response. The tests in this file will need to be rewritten in any
339 case; there is a bug in load_lib that they should expose and there
340 is now additional infrastructure for tests of this type that was
341 not available when this file was written.
343 2020-12-27 Jacob Bachmeyer <jcb@gnu.org>
345 * testsuite/runtest.libs/libs.exp (process_test): Report running
346 test scripts as each test script is run.
347 Also, at top-level, sort the list of tests to run.
349 * doc/dejagnu.texi (testsuite procedure): Remove noise word "api"
350 from new "testsuite can call api" feature test API entrypoint.
351 * lib/framework.exp (testsuite_can): Likewise.
352 * testsuite/runtest.libs/testsuite_can.test: Likewise.
355 2020-12-16 Jacob Bachmeyer <jcb@gnu.org>
357 * configure: Regenerate.
359 * configure.ac: Remove Tcl version check.
361 Apply patch from Nick Clifton:
363 * baseboards/msp430-sim.exp: Add missing copyright and GPL notice.
365 Apply patch from Dimitar Dimitrov:
367 * baseboards/pru-sim.exp: New file.
369 * Makefile.am (baseboard_DATA): Add pru-sim.exp to list.
370 * Makefile.in (baseboard_DATA): Likewise.
372 2020-12-15 Jacob Bachmeyer <jcb@gnu.org>
374 * configure: Regenerate.
375 * Makefile.in: Regenerate.
377 * Makefile.am (RUNTEST): Explain override of Automake default.
379 * configure.ac: Update for autoconf 2.69 using autoupdate.
380 * configure.ac: Remove search for expect now handled by Automake.
382 Apply patch from Dimitar Dimitrov:
384 * Makefile.am (dejagnu_TEXINFOS): Change this...
385 * Makefile.am (doc_dejagnu_TEXINFOS): ...to this.
387 This fixes an incorrectly recorded dependency.
389 2020-11-17 Jacob Bachmeyer <jcb@gnu.org>
393 * doc/dejagnu.texi (Adding a new tool): Fix incorrect description
394 that conflated the tool init file with the target interface file.
395 (Make Check): Add cross-reference to the GNU Automake manual for
398 2020-11-10 Jacob Bachmeyer <jcb@gnu.org>
402 * testsuite/lib/launcher.exp (link_dejagnu_launcher_test_item):
403 Use [file normalize] to ensure that link targets are unambiguous.
404 (link_dejagnu_launcher_test_item): Avoid spurious errors when test
405 environment has already been prepared in a previous run.
407 * testsuite/lib/launcher.exp (link_dejagnu_launcher_test_item):
408 New procedure to collect existing repeated testsuite code.
409 * testsuite/launcher.all/command.exp: Establish testing
410 environment using link_dejagnu_launcher_test_item procedure.
412 2020-11-09 Jacob Bachmeyer <jcb@gnu.org>
414 * aclocal.m4: Regenerate.
415 * configure: Regenerate.
416 * Makefile.in: Regenerate.
418 * configure.ac: Revert development version branch tagging hook.
419 * Makefile.am: Likewise.
421 These caused failures (reported in PR44462 as a secondary issue)
422 when a source tree is copied out of a Git directory.
424 2020-08-31 Jacob Bachmeyer <jcb@gnu.org>
426 * doc/runtest.1: Add brief GFDL notice. License notice in the
427 formatted manpage should now describe DejaGnu as a whole.
429 * NEWS: Prepare for release.
431 2020-08-18 Jacob Bachmeyer <jcb@gnu.org>
433 * testsuite/runtest.libs/testsuite_file.test: Add missing
434 copyright and GPL notice.
435 * testsuite/runtest.libs/testsuite_can.test: Likewise.
436 * testsuite/runtest.libs/testcase_group.test: Likewise.
438 2020-08-12 Jacob Bachmeyer <jcb@gnu.org>
440 * doc/dejagnu.texi (The dejagnu_h header file): Remove node.
441 (Running unit tests): Add node.
442 (DejaGnu unit test protocol): Add node.
443 (C unit testing API): Update to reflect current API. Move mention
444 of dejagnu.h header here in preparation for future expanded
446 (C++ unit testing API): Likewise. Mention caveat that the C unit
447 test API is also available in C++ programs.
449 2020-08-10 Jacob Bachmeyer <jcb@gnu.org>
451 * baseboards/qemu.exp: Tidy whitespace.
453 2020-08-10 Jacob Bachmeyer <jcb@gnu.org>
455 Merge patch from Kito Cheng to add support for RISC-V sim target.
457 * baseboards/riscv-sim.exp: New file.
458 * Makefile.am (baseboard_DATA): Add riscv-sim.exp.
459 * Makefile.in (baseboard_DATA): Likewise.
461 2020-08-02 Jacob Bachmeyer <jcb@gnu.org>
463 * Makefile.am (TESTSUITE_FILES): Add files that were introduced
464 during development but were mistakenly not added at that time.
465 (baseboard_DATA): Sort baseboard file list.
466 (baseboard_DATA): Add missing files.
467 (dejagnu_TEXINFOS): New; add GNU FDL file.
468 (CONTRIB): Add experimental Python unit test module.
470 * Makefile.in (TESTSUITE_FILES): Likewise.
471 (baseboard_DATA): Likewise.
473 * testsuite/dejagnu.py: Move from here...
474 * contrib/dejagnu.py: ...to here.
476 2020-08-02 Rob Savoye <rob@senecass.com>
478 * Makefile.in: Regenerate so make dist works.
480 2020-07-25 Jacob Bachmeyer <jcb62281+dev@gmail.com>
482 * doc/dejagnu.texi (Writing a test case): Mention the DejaGnu
483 procedure "perror" instead of the Tcl command "error".
484 (Writing a test case): Reorganize node and give basic hints about
485 Tcl quoting and backslash escape rules.
486 (Writing a test case): Describe synchronization issues and warn
487 that prefixes of valid input can be presented for matching.
488 (Writing a test case): Fix markup from conversion from DocBook.
490 2020-07-22 Jacob Bachmeyer <jcb62281+dev@gmail.com>
494 * NEWS: Document changes to host_execute.
496 * lib/dejagnu.exp (host_execute): Revise expect matching to
497 combine all unit test protocol lines into one pattern.
498 (host_execute): Rework other expect patterns.
499 (host_execute): Ensure that all output from child process is read
500 until the child closes its output to avoid sending early SIGPIPE.
501 (host_execute): Report an ERROR (and cause the next test to be
502 recorded as UNRESOLVED) if the Expect matching buffer overflows.
503 (host_execute): Remove dependency on global "text" variable.
505 * Makefile.am (TESTSUITE_FILES): Update.
507 * testsuite/runtest.main/stats.exp: Generalize infrastructure and
508 add tests for DejaGnu unit testing support.
509 * testsuite/runtest.main/nested/testsuite/stat.test/unit-sub.exp:
511 * testsuite/runtest.main/nested/testsuite/stat.test/unit-sub.awk:
514 2020-07-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
518 * Makefile.am (TESTSUITE_FILES): Update.
520 * lib/dejagnu.exp (host_execute): Allow the executable to be
521 specified with an absolute file name.
522 (host_execute): Fix argument handling to allow passing more than
523 one argument to the executable. Return early if given no
524 arguments at all instead of trying to execute "./".
526 * testsuite/runtest.main/pr42399.exp: New file.
527 * testsuite/runtest.main/nested/testsuite/bug.test/pr42399.awk:
529 * testsuite/runtest.main/nested/testsuite/bug.test/pr42399-sub.exp:
532 2020-07-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
534 * Makefile.am (CLEANFILES): Update.
535 (TESTSUITE_FILES): Update to reflect testsuite reorganization.
537 * testsuite/lib/runtest.exp (runtest_setup_nested_testsuite): New
539 (runtest_cleanup_nested_testsuite): New procedure.
541 * testsuite/runtest.main/error.exp: Use the tool name "error" to
542 select the proper subset of the nested testsuite. Use new
543 procedures for handling nested testsuite. Use common
544 nested-init.exp local init file for nested testsuite. Let local
545 init file nested-init.exp handle setting "outdir" variable.
546 * testsuite/runtest.main/options.exp: Likewise; "null" tool.
547 * testsuite/runtest.main/stats.exp: Likewise; "stat" tool.
549 * testsuite/runtest.main/nested/: Combine nested testsuites.
550 * testsuite/runtest.main/error/testsuite/error.test/error-al-dbz.exp:
552 * testsuite/runtest.main/nested/testsuite/error.test/error-al-dbz.exp:
554 * testsuite/runtest.main/error/testsuite/error.test/error-dbz.exp:
556 * testsuite/runtest.main/nested/testsuite/error.test/error-dbz.exp:
558 * testsuite/runtest.main/error/testsuite/error.test/error-undef.exp:
560 * testsuite/runtest.main/nested/testsuite/error.test/error-undef.exp:
562 * testsuite/runtest.main/error/testsuite/error.test/simple.exp:
564 * testsuite/runtest.main/nested/testsuite/error.test/simple.exp:
566 * testsuite/runtest.main/options/testsuite/null.test/null.exp:
568 * testsuite/runtest.main/nested/testsuite/null.test/null.exp:
570 * testsuite/runtest.main/stats/testsuite/stat.test/stats-sub.exp:
572 * testsuite/runtest.main/nested/testsuite/stat.test/stats-sub.exp:
575 2020-07-16 Rob Savoye <rob@senecass.com>
577 * baseboards/qemu.exp: Works now with qemu instead of sim.
579 2020-07-06 Rob Savoye <rob@senecass.com>
581 * baseboards/qemu.exp: Initial working support to use qemu for
583 * Makefile.am: Install qemu.exp.
584 * autogen.sh: Add script borrowed from my Gnash project to
585 regenerate configure/build files.
586 * aclocal.m4, configure.ac, Makefile.am: regenerated GDB too.
587 * doc/dejagnu.texi: Update copyright date.
589 2020-06-29 Jacob Bachmeyer <jcb62281+dev@gmail.com>
593 * NEWS: Add item for repeated error messages.
595 * lib/framework.exp (log_and_exit): Add separator lines around the
596 error dumps repeated at the end of a run.
598 2020-06-26 Jacob Bachmeyer <jcb62281+dev@gmail.com>
602 * NEWS: Remove items for --keep_going / --no_keep_going options.
604 * Makefile.am (CLEANFILES): Adjust for renames.
605 (TESTSUITE_FILES): Likewise.
607 * doc/dejagnu.texi (Invoking runtest): Remove --keep_going and
608 --no_keep_going options.
609 (A POSIX Conforming Test Framework): Document that Tcl errors in
610 test scripts produce UNRESOLVED results as placeholders.
612 * doc/runtest.1: Likewise.
614 * lib/framework.exp (log_and_exit): Print collected Tcl errors.
616 * runtest.exp (dejagnu::error): New internal namespace.
617 (runtest): Collect Tcl errors caught while executing test scripts.
618 (dejagnu::opt): Remove internal namespace.
619 Remove --keep_going / --no_keep_going options. No longer abort on
620 any Tcl errors; instead store them and repeat the messages at the
623 * testsuite/runtest.main/abort.exp: Rename from this ...
624 * testsuite/runtest.main/error.exp: ... to this and revise tests.
626 * testsuite/runtest.main/abort/testsuite/abort.test/abort-al-dbz.exp:
628 * testsuite/runtest.main/error/testsuite/error.test/error-al-dbz.exp:
630 * testsuite/runtest.main/abort/testsuite/abort.test/abort-dbz.exp:
632 * testsuite/runtest.main/error/testsuite/error.test/error-dbz.exp:
634 * testsuite/runtest.main/abort/testsuite/abort.test/abort-undef.exp:
636 * testsuite/runtest.main/error/testsuite/error.test/error-undef.exp:
639 2020-06-24 Jacob Bachmeyer <jcb62281+dev@gmail.com>
643 * NEWS: Revise relevant items.
645 * doc/dejagnu.texi (Invoking runtest): Add --no_keep_going option.
646 * doc/runtest.1: Document --no_keep_going option. Remove
647 long-obsolete --name option. The --name option had been removed
648 from runtest before the code was imported into what became the
651 * runtest.exp: Add option --no_keep_going to stop immediately if a
652 test script aborts due to a Tcl error. Remove vestiges of
653 long-obsolete --name option. Make --keep_going option default.
655 * testsuite/runtest.main/abort.exp: Adjust tests to use
656 --no_keep_going and --keep_going instead of assuming a default.
658 2020-06-22 Jacob Bachmeyer <jcb62281+dev@gmail.com>
660 Merge patches from Maciej W. Rozycki to fix timeout handling.
662 * lib/remote.exp (close_wait_program): Use `catch' in killing
665 * lib/remote.exp (close_wait_program): Only kill the pending
666 force-kills if the PID list has a single entry.
667 (local_exec): Set the channel about to be closed to the
668 nonblocking mode if we didn't see an EOF.
669 (standard_close): Likewise, unconditionally.
671 2020-06-22 Jacob Bachmeyer <jcb62281+dev@gmail.com>
673 * NEWS: Mention "linker=" option and added language support.
675 * doc/dejagnu.texi (target_compile procedure): Document new
676 "linker=" option to target_compile.
678 * lib/target.exp (default_target_compile): Actually use internal
679 option for separate linker provided for Go language support. This
680 seems to have been accidentally omitted from Tom Tromey's patches.
681 (default_target_compile): Add "linker=" option, similar to
682 "compiler=" option, but the former overrides the latter when
683 building an executable.
684 (default_target_compile): Ensure that "--emit obj" is spaced from
685 previous item when used to compile Rust. Use "--emit asm" instead
686 of "-S" when generating assembly from Rust sources.
688 * testsuite/runtest.libs/target.test: Add tests for Go and Rust.
689 Also add tests for the new "early_flags=" and "linker=" options.
691 2020-06-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
693 * doc/dejagnu.texi (Libgloss): Update menu.
694 (find_go procedure, find_go_linker procedure): New nodes.
695 (find_rustc procedure): New node.
697 2020-06-19 Tom Tromey <tromey@adacore.com>
699 * doc/dejagnu.texi (target_compile procedure): Document Go
701 * lib/target.exp (default_target_compile): Handle Go.
702 * lib/libgloss.exp (find_go, find_go_linker): New procs.
704 2020-06-19 Tom Tromey <tromey@adacore.com>
706 * doc/dejagnu.texi (target_compile procedure): Document rust
708 * lib/target.exp (default_target_compile): Handle rust.
709 * lib/libgloss.exp (find_rustc): New proc.
711 2020-06-19 Tom Tromey <tromey@adacore.com>
713 * lib/target.exp (default_target_compile): Add early_flags.
714 * doc/dejagnu.texi (target_compile procedure): Document
717 2020-06-19 Jacob Bachmeyer <jcb62281+dev@gmail.com>
719 Merge patches from Tom de Vries <tdevries <at> suse.de> and write
722 * testsuite/runtest.main/abort.exp: Add tests that verify handling
723 of arithmetic errors (divide-by-zero) in a procedure called within
726 * testsuite/runtest.main/abort/testsuite/abort.test/abort-dbz.exp: New file.
728 2020-06-18 Jacob Bachmeyer <jcb62281+dev@gmail.com>
732 Thanks to Tom de Vries for raising these concerns and offering the
733 initial testsuite patch that led to these changes.
735 * NEWS: Add item for consistent abort-on-error handling.
737 * lib/framework.exp (unknown): Always link global variables. Tidy.
738 Silently propagate errors raised in autoloaded procedures and move
739 the UNRESOLVED result and aborting the test run to...
740 * runtest.exp (runtest): Report an UNRESOLVED result if a test
741 script aborts due to a Tcl error. Link global errorCode and
742 report its value if an error occurs. For consistency, abort the
743 test run on any Tcl error in a test script instead of only when
744 calling an undefined procedure.
746 * testsuite/runtest.main/abort.exp: Add tests to verify handling
747 of arithmetic errors (divide-by-zero) in an auto-loaded procedure
748 called from a test script. Adjust other patterns.
750 * testsuite/runtest.main/abort/testsuite/abort.test/abort-al-dbz.exp:
753 2020-06-17 Jacob Bachmeyer <jcb62281+dev@gmail.com>
757 * NEWS: Add item for --keep_going option.
759 * Makefile.am (CLEANFILES): Add abort-init.exp to list.
760 (TESTSUITE_FILES): Add new testsuite files to list.
762 * doc/dejagnu.texi (Invoking runtest): Document new --keep_going
764 * doc/runtest.1: Likewise.
766 * lib/framework.exp (unknown): Report an UNRESOLVED result if an
767 unknown command is invoked. Avoid exiting and propagate the error
768 from Tcl's "unknown" procedure if --keep_going was
769 specified. Brace procedure argument list.
770 * runtest.exp (dejagnu::opt): New namespace.
771 Add option --keep_going to continue running tests after a test
772 script aborts due to calling an undefined command.
774 * testsuite/runtest.main/abort.exp: New file.
775 * testsuite/runtest.main/abort/testsuite/abort.test/abort-undef.exp:
777 * testsuite/runtest.main/abort/testsuite/abort.test/simple.exp:
780 2020-06-17 Tom de Vries <tdevries <at> suse.de>
782 * lib/framework.exp (unknown): Propagate return value of auto-loaded
785 2020-06-15 Jacob Bachmeyer <jcb62281+dev@gmail.com>
787 Merge patches from Linaro:
789 2018-09-28 Christophe Lyon <christophe.lyon@linaro.org>
790 * lib/ssh.exp (ssh_exec): Redirect stderr to stdout on the remote
791 machine, to avoid race conditions.
793 2016-04-25 Yvan Roux <yvan.roux@linaro.org>
794 * lib/rsh.exp (rsh_exec): Don't remove trailing newline.
795 * lib/ssh.exp (ssh_exec): Likewise.
797 2016-06-28 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
798 * config/unix.exp (unix_load): Prepend the value of an
799 "exec_shell" board_info key to the command if it is defined.
801 2020-06-06 Jacob Bachmeyer <jcb62281+dev@gmail.com>
803 * NEWS: Document "testcase" command.
805 * doc/dejagnu.texi (testcase procedure): Document multiplex entry
806 point and "testcase group" command.
808 * lib/framework.exp: Add internal namespace ::dejagnu::group.
809 (::dejagnu::group::check_name): New procedure.
810 (::dejagnu::group::current): New procedure.
811 (::dejagnu::group::push): New procedure.
812 (::dejagnu::group::pop): New procedure.
813 (::dejagnu::group::pop_to_file): New procedure.
814 (testcase): New procedure for multiplex commands.
815 (testcase_group): New procedure implementing "testcase group".
817 * testsuite/runtest.libs/testcase_group.test: New file.
819 2020-06-05 Jacob Bachmeyer <jcb62281+dev@gmail.com>
821 * NEWS: Document new "testsuite can call api" command.
823 * doc/dejagnu.texi (testsuite procedure): Document new subcommand
824 "testsuite can call api".
826 * lib/framework.exp (testsuite): Add branch for "testsuite can".
827 (testsuite_can): New procedure implementing "testsuite can".
829 Add internal array ::dejagnu::apilist to store information for
830 "testsuite can call api" for querying the availability of an API
831 call. This will allow test scripts to adapt and use new features
832 while still being able to run under older versions of DejaGnu.
834 * testsuite/runtest.libs/testsuite_can.test: New file.
836 2020-06-02 Jacob Bachmeyer <jcb62281+dev@gmail.com>
839 * NEWS: Fix typo. Fix Emacs mode tag.
840 Document use of Tcl namespace ::dejagnu for internals.
841 * runtest.exp (dejagnu::command_line): New namespace.
842 (dejagnu::command_line::save_cmd_var): New procedure.
843 (dejagnu::command_line::restore_cmd_vars): New procedure.
844 (dejagnu::command_line::dump_cmd_vars): New procedure.
845 * runtest.exp: Save internal variables set by command line
846 arguments during the first pass and restore their values after
847 loading testsuite init files.
849 2020-06-01 Jacob Bachmeyer <jcb62281+dev@gmail.com>
852 * runtest.exp: Describe search for testsuite at verbose level 3.
853 Print initial working directory at verbose level 1.
855 2020-05-28 Jacob Bachmeyer <jcb62281+dev@gmail.com>
858 * testsuite/lib/launcher.exp: Adjust LAUNCHER variable default
859 value to use an absolute file name.
860 * testsuite/lib/report-card.exp: Likewise.
861 * testsuite/runtest.main/options.exp: Set outdir in options-init
862 instead of changing working directory in child runtest.
864 * runtest.exp (logname): Move verbose display of logname to
865 immediately after finding the user's login name.
868 * runtest.exp (libdir): Fix default value of global variable.
870 * ChangeLog: Tidy irregular indentation.
872 2020-05-26 Jacob Bachmeyer <jcb62281+dev@gmail.com>
874 * doc/dejagnu.texi (target_compile procedure): Add documentation.
876 2020-05-26 Jacob Bachmeyer <jcb62281+dev@gmail.com>
878 * doc/dejagnu.texi (target_link procedure): New stub node.
879 (default_link procedure): Document internal procedure.
880 (default_target_assemble procedure): Likewise.
881 (default_target_compile procedure): Likewise.
883 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
885 * baseboards/{aarch64-sim, arm-ice, arm-sim, basic-sid, iq2000-sim,
886 mn10300-sim, moxie-sim}.exp: Cleanup up whitespace.
888 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
890 * lib/target.exp (default_target_compile): Use "host_info"
891 procedure to probe for a host configuration, instead of checking a
892 local empty target_info array due to lacking "global target_info".
894 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
896 * doc/dejagnu.texi (Adding a new board): Document that the
897 "compiler" board_info field is optional and defaults to [find_gcc]
899 (Board configuration file): Likewise.
901 * lib/target.exp (default_target_compile): Establish a default C
902 compiler by evaluating [find_gcc] if no other compiler is given.
904 * baseboards/aarch64-sim.exp: Remove no-longer-needed
905 "set_board_info compiler [find_gcc]" from this file.
906 * baseboards/am33_2.0-libremote.exp: Likewise.
907 * baseboards/androideabi.exp: Likewise.
908 * baseboards/arm-ice.exp: Likewise.
909 * baseboards/arm-sim.exp: Likewise.
910 * baseboards/cris-sim.exp: Likewise.
911 * baseboards/d30v-sim.exp: Likewise.
912 * baseboards/fr30-sim.exp: Likewise.
913 * baseboards/frv-sim.exp: Likewise.
914 * baseboards/gdbserver-sample.exp: Likewise.
915 * baseboards/iq2000-sim.exp: Likewise.
916 * baseboards/linux-gdbserver.exp: Likewise.
917 * baseboards/linux-libremote.exp: Likewise.
918 * baseboards/mcore-moto-sim.exp: Likewise.
919 * baseboards/mcore-sim.exp: Likewise.
920 * baseboards/mips-sim-idt32.exp: Likewise.
921 * baseboards/mips-sim-idt64.exp: Likewise.
922 * baseboards/mips-sim-mti32.exp: Likewise.
923 * baseboards/mips-sim-mti64.exp: Likewise.
924 * baseboards/mips-sim-mti64_64.exp: Likewise.
925 * baseboards/mips-sim-mti64_n32.exp: Likewise.
926 * baseboards/mips-sim-sde32.exp: Likewise.
927 * baseboards/mips-sim-sde64.exp: Likewise.
928 * baseboards/mips-sim.exp: Likewise.
929 * baseboards/mmixware-sim.exp: Likewise.
930 * baseboards/mn10200-sim.exp: Likewise.
931 * baseboards/mn10300-sim.exp: Likewise.
932 * baseboards/moxie-sim.exp: Likewise.
933 * baseboards/msp430-sim.exp: Likewise.
934 * baseboards/powerpc-sim.exp: Likewise.
935 * baseboards/powerpcle-sim.exp: Likewise.
936 * baseboards/rx-sim.exp: Likewise.
937 * baseboards/sh-sim.exp: Likewise.
938 * baseboards/sparc-sim.exp: Likewise.
939 * baseboards/sparc64-sim.exp: Likewise.
940 * baseboards/sparclite-sim-le.exp: Likewise.
941 * baseboards/sparclite-sim.exp: Likewise.
942 * baseboards/unix.exp: Likewise.
943 * baseboards/v850-sim.exp: Likewise.
944 * baseboards/visium-sim.exp: Likewise.
945 * baseboards/xtensa-sim.exp: Likewise.
947 2020-05-24 Rob Savoye <rob@senecass.com>
949 * baseboards/pi.exp: New config file for cross testing to a
952 2020-05-24 Tom Tromey <tom@tromey.com>
954 * .gitignore: Add files.
956 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
958 * testsuite/runtest.libs/target.test: Use mockutil.tcl.
959 Collect loading DejaGnu libraries into a single loop.
960 Revise the mock board_info array.
961 Add section headings for different test groups in this file.
962 Add tests for default_target_compile in lib/target.exp.
963 * testsuite/runtest.libs/mockutil.tcl: New file.
965 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
967 * doc/dejagnu.texi (remote_exec procedure): Explicitly list
968 optional arguments instead of simply copying the Tcl argument list
969 or the remote_exec procedure.
971 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
973 * testsuite/runtest.libs/default_procs.tcl: Set sum_file to empty
974 string instead of opening a temporary file named .tmp.
975 * testsuite/runtest.libs/libs.exp: No longer need to remove .tmp.
977 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
979 * testsuite/runtest.libs/target.test: Rename fake "target_info"
980 array to a fake "board_info" array, to align with changes made to
981 the DejaGnu core on 29 January 1997 that moved the target
982 configuration data into the global board_info array.
984 * testsuite/runtest.libs/remote.test: Likewise.
986 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
988 * testsuite/runtest.libs/libs.exp: Use runtest_file_p to honor
989 requests to run only some library tests.
991 2020-05-18 Rob Savoye <rob@senecass.com>
993 * configure.ac: Extract the current branch.
994 * Makefile.am: Change the frame_version in runtest.exp post
995 install to add the branch and git revision to make it easier to
996 support multiple versions during development.
998 2020-05-15 Rob Savoye <rob@senecass.com>
1000 * All files: Minor change, update copyright dates.
1002 2019-03-08 Andrew Burgess <andrew.burgess@embecosm.com>
1004 * runtest.exp (search_and_load_file): Join the directory and
1005 filename once using 'file join'.
1007 2019-01-24 Jacob Bachmeyer <jcb62281@gmail.com>
1009 * doc/dejagnu.texi: Refill paragraphs and normalize inter-sentence
1010 spacing so the Emacs move-by-sentence commands work correctly.
1012 2019-01-23 Ben Elliston <bje@gnu.org>
1014 * doc/dejagnu.texi: Replace "config file" with "configuration
1017 2019-01-23 Jacob Bachmeyer <jcb62281@gmail.com>
1019 * doc/dejagnu.texi (Command line option variables): Improve table
1020 formatting to fix overlapping columns and revise text slightly.
1022 2019-01-23 Jacob Bachmeyer <jcb62281@gmail.com>
1024 * doc/dejagnu.texi (Global config file): Change example to use the
1025 Tcl "switch" command instead of the deprecated "case" command.
1027 2019-01-12 Jacob Bachmeyer <jcb62281@gmail.com>
1029 * doc/dejagnu.texi (runtest_file_p procedure): Fix description of
1030 the structure of the "runtests" argument.
1032 2019-01-12 Ben Elliston <bje@gnu.org>
1034 * doc/dejagnu.texi: Various documentation fixes.
1036 2019-01-10 Jacob Bachmeyer <jcb62281@gmail.com>
1038 * testsuite/runtest.libs/clone_output.test: Use new test harness
1039 for verifying output of clone_output.
1041 * testsuite/runtest.libs/default_procs.tcl (send_error): Roll into
1042 template using store_test_output.
1043 (send_log): Likewise.
1044 (send_user): Likewise.
1045 (clear_test_output): New proc.
1046 (store_test_output): New proc.
1048 * lib/framework.exp (clone_output): Actually send errors to the
1049 error stream; bug found while improving testsuite.
1051 2019-01-10 Jacob Bachmeyer <jcb62281@gmail.com>
1053 * testsuite/runtest.libs/libs.exp (process_test): Handle blank
1054 lines from child process correctly.
1056 2019-01-02 Jacob Bachmeyer <jcb62281@gmail.com>
1058 * NEWS: Document report card.
1060 * Makefile.am (clean-local): Add target.
1061 (clean-local-check): Add target; mark as PHONY.
1062 (commands_DATA): Add "report-card" scripts.
1063 (dist_man_MANS): Add dejagnu-report-card.1 and split.
1064 (DEJATOOL): Add "report-card" tool.
1065 (TESTSUITE_FILES): Add testsuite for "report-card" tool.
1067 * commands/report-card.awk: New command script.
1069 * doc/dejagnu.texi (Invoking dejagnu report card): New node.
1070 * doc/dejagnu-report-card.1: New man page.
1072 * testsuite/lib/bohman_ssd.exp: New file.
1073 * testsuite/lib/report-card.exp: New file.
1074 * testsuite/report-card.all/onetest.exp: New file.
1075 * testsuite/report-card.all/passes.exp: New file.
1077 2019-01-02 Ben Elliston <bje@gnu.org>
1079 * Makefile.am (DISTCLEANFILES): Don't use this.
1080 (CLEANFILES): Use this instead.
1081 * Makefile.in: Regenerate.
1083 2019-01-01 Ben Elliston <bje@gnu.org>
1085 * configure.ac: Abort if AWK is not installed.
1086 * configure: Regenerate.
1088 2019-01-01 Ben Elliston <bje@gnu.org>
1090 * config.guess: Update to latest version.
1091 * config.sub: Likewise.
1093 2019-01-01 Ben Elliston <bje@gnu.org>
1095 * configure.ac: Add AC_PROG_AWK check.
1096 * configure: Regenerate.
1098 2018-12-29 Jacob Bachmeyer <jcb62281@gmail.com>
1100 * dejagnu: Avoid use of semicolon as sed(1) command separator.
1101 POSIX does not clearly require sed(1) to support that feature.
1103 2018-12-28 Jacob Bachmeyer <jcb62281@gmail.com>
1105 * testsuite/lib/util-defs.exp: Whitespace clean up.
1107 2018-12-21 Jacob Bachmeyer <jcb62281@gmail.com>
1110 * dejagnu: Improve command parsing to fix bug. Previously, the
1111 documented equivalence between "multi word command" and
1112 "multi-word-command" did not hold if no arguments were given.
1113 * testsuite/launcher.all/command.exp: Add tests.
1115 2018-12-20 Ben Elliston <bje@gnu.org>
1117 * NEWS: Add item for new dejagnu command.
1119 * Makefile.am (EXTRA_DIST): Remove $(XML).
1120 * Makefile.in: Regenerate.
1122 2018-12-20 Jacob Bachmeyer <jcb62281@gmail.com>
1124 * Makefile.am (EXTRA_DIST): Add "dejagnu" launcher script and
1125 contents of $(commands_DATA).
1126 (bin_SCRIPTS): Add "dejagnu" launcher script.
1127 (commandsdir): Installation directory for "dejagnu" subcommands is
1128 $(pkgdatadir)/commands.
1129 (commands_DATA): New, contains "commands/help.sh" as initial item.
1130 (TESTSUITE_FILES): Add testsuite for same.
1131 (DEJATOOL): Add "launcher" to list of tools to test.
1132 (dist_man_MANS): Add man pages for "dejagnu" and "dejagnu help".
1134 * doc/dejagnu.texi (Running other DejaGnu commands): New chapter.
1135 (Invoking dejagnu): New node for dejagnu(1) launcher script.
1136 (Invoking dejagnu help): New node.
1138 * doc/dejagnu.1: New man page.
1139 * doc/dejagnu-help.1: New man page.
1141 * dejagnu: New script.
1143 * commands/help.sh: New dejagnu subcommand for reading manpages.
1145 * testsuite/launcher.all/command.exp: New file.
1146 * testsuite/launcher.all/command/commands/bar-baz.awk: New file.
1147 * testsuite/launcher.all/command/commands/bar.awk: New file.
1148 * testsuite/launcher.all/command/commands/bar.sh: New file.
1149 * testsuite/launcher.all/command/commands/baz-quux.gawk: New file.
1150 * testsuite/launcher.all/command/commands/foo.sh: New file.
1151 * testsuite/launcher.all/command/commands/foo.tcl: New file.
1152 * testsuite/launcher.all/help.exp: New file.
1153 * testsuite/launcher.all/interp.exp: New file.
1154 * testsuite/launcher.all/verbose.exp: New file.
1155 * testsuite/lib/launcher.exp: New file.
1157 2018-12-20 Jacob Bachmeyer <jcb62281@gmail.com>
1159 * doc/dejagnu.texi (bt procedure): Fix Info links.
1161 2018-12-17 Ben Elliston <bje@gnu.org>
1163 * doc/dejagnu.texi (Board config file): Fix up @ref.
1164 (Command line option variables): Likewise.
1165 (Debugging Procedures): Add an entry for 'bt' command.
1167 2018-12-16 Jacob Bachmeyer <jcb62281@gmail.com>
1169 * runtest.exp: Move processing of -V|--version option to first
1170 pass through command line arguments instead of delaying it.
1172 2018-12-16 Jacob Bachmeyer <jcb62281@gmail.com>
1174 * Makefile.am (RUNTESTDEFAULTFLAGS): Remove; no longer needed.
1175 * Makefile.in: Regenerate.
1177 2018-12-15 Ben Elliston <bje@gnu.org>
1179 * doc/dejagnu.texi (telnet Procedure): Remove old node.
1180 (rlogin Procedure): Likewise.
1181 (rsh Procedure): Likewise.
1182 (tip Procedure): Likewise.
1183 (kermit Procedure): Likewise.
1184 (list_targets Procedure): Likewise.
1185 (prune_system_crud): Likewise.
1187 2018-12-15 Jacob Bachmeyer <jcb62281@gmail.com>
1189 * testsuite/runtest.libs/default_procs.tcl (send_error): New stub.
1190 (send_user): Likewise.
1191 * testsuite/runtest.libs/clone_output.test: Remove unneeded global
1192 variable link at top-level.
1193 * testsuite/runtest.libs/utils.test: Adjust absolute path to
1195 * testsuite/runtest.libs/clone_output.test: Use preset srcdir,
1196 subdir, and objdir variables instead of extracting them from argv.
1197 Remove setval.tmp, which is now obsolete.
1198 * testsuite/runtest.libs/config.test: Likewise.
1199 * testsuite/runtest.libs/remote.test: Likewise.
1200 * testsuite/runtest.libs/target.test: Likewise.
1201 * testsuite/runtest.libs/testsuite_file.test: Likewise.
1202 * testsuite/runtest.libs/utils.test: Likewise.
1204 * testsuite/lib/libsup.exp (make_defaults_file): Replace this ..
1205 (send_defaults): .. with this.
1206 (start_expect): Remove redundant code.
1208 * testsuite/runtest.libs/libs.exp: Eliminate setval.tmp file.
1209 Remove unneeded test for EXPECT global variable.
1210 Use one Expect subprocess to run all test cases.
1211 (process_test): Redesign to use Expect subprocess and to use
1212 throwaway slave interpreters for running test cases.
1214 2018-12-15 Jacob Bachmeyer <jcb62281@gmail.com>
1216 * testsuite/lib/runtest.exp (runtest_start): Remove.
1217 Move the sanity check in runtest_start to top-level and similarly
1218 check to ensure that $EXPECT can be found. Make failure of either
1219 sanity check an immediate fatal error.
1220 Improve error messages for sanity checks to indicate which
1221 critical tool was not found. Remove useless 'global RUNTEST'
1222 command at top-level.
1223 (runtest_version): Brace 'if' expression.
1225 2018-12-15 Jacob Bachmeyer <jcb62281@gmail.com>
1227 * testsuite/lib/runtest.exp: Use 'testsuite file' to locate the
1228 default runtest executable instead of implicitly searching PATH.
1229 Remove unused RUNTESTFLAGS Tcl variable.
1231 2018-12-15 Jacob Bachmeyer <jcb62281@gmail.com>
1233 * testsuite/lib/runtest.exp (runtest_start): Remove unused global
1236 2018-12-14 Jacob Bachmeyer <jcb62281@gmail.com>
1238 * lib/framework.exp (log_summary): Remove "testcnt" mechanism.
1239 * testsuite/lib/libsup.exp: Remove obsolete "testcnt" variable.
1241 2018-12-12 Ben Elliston <bje@gnu.org>
1243 * config/gdb-comm.exp, config/gdb_stub.exp, config/vxworks.exp,
1244 lib/dg.exp, lib/ftp.exp, lib/kermit.exp, lib/rlogin.exp,
1245 lib/telnet.exp, runtest.exp, testsuite/lib/libsup.exp: Simplify
1246 some regular expressions in constant strings by placing them
1247 inside braces instead of quotes. This allows one level of
1248 backslash quoting to be removed.
1250 2018-12-12 Ben Elliston <bje@gnu.org>
1252 * doc/dejagnu.texi: Acknowledge contributions to the manual from
1255 2018-12-11 Jacob Bachmeyer <jcb62281@gmail.com>
1257 * testsuite/runtest.all/libs.exp: Use "testsuite file" command.
1258 * testsuite/runtest.all/load_lib.exp: Likewise.
1259 * testsuite/runtest.all/stats.exp: Likewise.
1261 * testsuite/runtest.all/stats.exp: Write local init file as
1262 "stats-init.exp" for status summary tests. Use --local_init
1263 option to runtest to load that file instead of site.exp and move
1264 the inner test module to a nested testsuite.
1265 * testsuite/runtest.all/stats-sub.exp: Move file from here ..
1266 * testsuite/runtest.all/stats/testsuite/stat.test/stats-sub.exp:
1269 * testsuite/runtest.all/options.exp: Clean up whitespace in file.
1270 Wrap lines in test list and move short items to beginning of list.
1271 Write local init file as "options-init.exp" for options tests.
1272 Use --local_init option with nested runtest to load that file
1273 instead of site.exp; also create an empty nested testsuite. Local
1274 init file arranges for inner runtest processes to run in a
1275 subdirectory in the object tree to eliminate filename clashes.
1276 Set tmpdir if not already set and remove entire temporary
1277 directory after running options tests.
1278 * testsuite/runtest.all/options/testsuite/null.test/null.exp: New.
1280 * testsuite/runtest.all/clone_output.test: Move from here ..
1281 * testsuite/runtest.libs/clone_output.test: .. to here.
1282 * testsuite/runtest.all/config.test: Move from here ..
1283 * testsuite/runtest.libs/config.test: .. to here.
1284 * testsuite/runtest.all/default_procs.tcl: Move from here ..
1285 * testsuite/runtest.libs/default_procs.tcl: .. to here.
1286 * testsuite/runtest.all/libs.exp: Move from here ..
1287 * testsuite/runtest.libs/libs.exp: .. to here.
1288 * testsuite/runtest.all/load_lib.exp: Move from here ..
1289 * testsuite/runtest.libs/load_lib.exp: .. to here.
1290 * testsuite/runtest.all/remote.test: Move from here ..
1291 * testsuite/runtest.libs/remote.test: .. to here.
1292 * testsuite/runtest.all/target.test: Move from here ..
1293 * testsuite/runtest.libs/target.test: .. to here.
1294 * testsuite/runtest.all/testsuite_file.test: Move from here ..
1295 * testsuite/runtest.libs/testsuite_file.test: .. to here.
1296 * testsuite/runtest.all/topdir/subdir1/subfile1: Move from here ..
1297 * testsuite/runtest.libs/topdir/subdir1/subfile1: .. to here.
1298 * testsuite/runtest.all/topdir/subdir1/subfile2: Move from here ..
1299 * testsuite/runtest.libs/topdir/subdir1/subfile2: .. to here.
1300 * testsuite/runtest.all/topdir/subdir1/subsubdir1/subsubfile1:
1302 * testsuite/runtest.libs/topdir/subdir1/subsubdir1/subsubfile1:
1304 * testsuite/runtest.all/topdir/subdir2/subfile2: Move from here ..
1305 * testsuite/runtest.libs/topdir/subdir2/subfile2: .. to here.
1306 * testsuite/runtest.all/utils.test: Move from here ..
1307 * testsuite/runtest.libs/utils.test: .. to here.
1308 * testsuite/runtest.libs/utils.test: Update references to
1311 * testsuite/runtest.all/options.exp: Move from here ..
1312 * testsuite/runtest.main/options.exp: .. to here.
1313 * testsuite/runtest.all/options/testsuite/null.test/null.exp: Move
1315 * testsuite/runtest.main/options/testsuite/null.test/null.exp:
1317 * testsuite/runtest.all/stats.exp: Move from here ..
1318 * testsuite/runtest.main/stats.exp: .. to here.
1319 * testsuite/runtest.all/stats/testsuite/stat.test/stats-sub.exp:
1321 * testsuite/runtest.main/stats/testsuite/stat.test/stats-sub.exp:
1324 * Makefile.am (DISTCLEANFILES): Update for testsuite improvements.
1325 (TESTSUITE_FILES): Update to reflect testsuite reorganization.
1326 * Makefile.in: Regenerate.
1328 2018-12-11 Jacob Bachmeyer <jcb62281@gmail.com>
1330 * doc/dejagnu.texi: Clean up whitespace. Some indented examples
1331 were changed to use the Texinfo '@ ' command (yes, a space
1332 character) to preserve correct indentation. The '@ ' command is
1333 treated as a single space by Tex and makeinfo, but prevents Emacs
1334 from complaining about indentation using spaces instead of tabs.
1336 2018-12-11 Jacob Bachmeyer <jcb62281@gmail.com>
1338 * doc/dejagnu.texi (getdirs procedure): Document hard-coded
1339 directory exclusions by name in this procedure.
1341 2018-12-10 Ben Elliston <bje@gnu.org>
1343 * doc/dejagnu.texi (getdirs procedure): This procedure accepts Tcl
1344 glob patterns, not "shell wildcard characters" per se.
1346 * doc/dejagnu.texi (istarget procedure): Remove stray @{.
1348 2018-12-10 Jacob Bachmeyer <jcb62281@gmail.com>
1350 * doc/dejagnu.texi (Writing a test case): Add warning about
1351 priority of Expect patterns, complete with example.
1352 * testsuite/runtest.all/libs.exp (process_test): Fix bug that
1353 caused test results other than "PASS" to be skipped if a "PASS" is
1354 further along in the input buffer. Describe problem in manual.
1355 (process_test): Ensure that the log file shows each test case run.
1356 (process_test): Directly run the test cases instead of using
1357 temporary files and "cat". All output is always available in the
1358 log file, which is no longer overwritten by other tests.
1359 (process_test): Expect END markers from test case scripts.
1360 * testsuite/runtest.all/clone_output.test: Emit END markers.
1361 * testsuite/runtest.all/config.test: Likewise.
1362 * testsuite/runtest.all/remote.test: Likewise.
1363 * testsuite/runtest.all/target.test: Likewise.
1364 * testsuite/runtest.all/testsuite_file.test: Likewise.
1365 * testsuite/runtest.all/utils.test: Likewise.
1367 2018-12-10 Ben Elliston <bje@gnu.org>
1369 * lib/utils.exp (grep): Use a proper Tcl list for options.
1371 2018-12-10 Ben Elliston <bje@gnu.org>
1373 * testsuite/runtest.all/utils.test: ${srcdir} -> $srcdir.
1375 * lib/utils.exp (getdirs): Use glob -nocomplain rather than glob
1376 and catching the "no files matched glob pattern" error
1377 message. Catching the error message was the wrong thing to do
1378 because the foreach loop then iterates over each word in the error
1379 message as if they were matches.
1381 2018-12-10 Ben Elliston <bje@gnu.org>
1383 * testsuite/runtest.all/utils.test (getdirs): Add a test for the
1384 non-existent directory case.
1386 2018-12-10 Ben Elliston <bje@gnu.org>
1388 * runtest.exp: Remove unnecessary quotes and braces around
1389 variable expansions.
1391 * lib/debugger.exp (dumpvars): Remove unnecessary braces.
1393 2018-12-09 Ben Elliston <bje@gnu.org>
1395 * runtest.exp (setup_target_hook): Use 'ne' and not '!='.
1396 (iterate_target_variants_two): Likewise.
1397 * lib/remote.exp (standard_download): Use 'eq' not '=='.
1398 (remote_upload): Likewise.
1399 * lib/framework.exp (open_logs): Likewise.
1400 (is_remote): Likewise.
1402 2018-12-09 Ben Elliston <bje@gnu.org>
1404 * baseboards/basic-sid.exp, baseboards/basic-sim.exp,
1405 baseboards/i386-sid.exp, baseboards/mt-sid.exp,
1406 baseboards/sh-sid.exp, config/adb.exp, config/gdb-comm.exp,
1407 config/gdb_stub.exp, config/sim.exp, config/unix.exp,
1408 config/vxworks.exp, lib/dejagnu.exp, lib/dg.exp,
1409 lib/framework.exp, lib/kermit.exp, lib/libgloss.exp,
1410 lib/remote.exp, lib/rsh.exp, lib/target.exp, lib/tip.exp,
1411 lib/utils.exp, testsuite/lib/libsup.exp,
1412 testsuite/runtest.all/options.exp,: Remove unnecessary braces
1413 around variable expansions.
1415 2018-12-09 Ben Elliston <bje@gnu.org>
1417 * lib/debugger.exp, lib/dg.exp, lib/framework.exp, lib/ftp.exp,
1418 lib/kermit.exp, lib/libgloss.exp, lib/remote.exp, lib/rlogin.exp,
1419 lib/target.exp, lib/tip.exp, lib/utils.exp, runtest.exp: Remove
1420 unnecessary quotes and braces around variable expansions.
1422 2018-12-09 Ben Elliston <bje@gnu.org>
1424 * config/gdb-comm.exp: Remove unnecessary quotes.
1425 * config/gdb_stub.exp: Likewise.
1426 * config/vxworks.exp: Likewise.
1427 * config/unix.exp: Likewise.
1428 * config/sim.exp: Likewise.
1430 2018-12-09 Ben Elliston <bje@gnu.org>
1432 * testsuite/lib/libsup.exp: Remove unnecessary quotes around
1433 variable expansions.
1434 * testsuite/lib/util-defs.exp: Likewise.
1436 2018-12-09 Ben Elliston <bje@gnu.org>
1438 * baseboards/androideabi.exp: Remove unnecessary quotes and braces
1439 around variable expansions.
1440 * baseboards/basic-sid.exp: Likewise.
1441 * baseboards/cris-sim.exp: Likewise.
1442 * baseboards/generic-sim.exp: Likewise.
1443 * baseboards/mcore-moto-sim.exp: Likewise.
1444 * baseboards/multi-sim.exp: Likewise.
1446 2018-12-08 Ben Elliston <bje@gnu.org>
1450 2018-12-08 Ben Elliston <bje@gnu.org>
1452 * lib/dejagnu.exp (host_execute): Remove unnecessary quotes around
1453 variable expansions.
1454 * testsuite/runtest.all/clone_output.test: Likewise.
1455 * testsuite/runtest.all/target.test: Likewise.
1456 * testsuite/runtest.all/stats.exp: Likewise.
1457 * testsuite/runtest.all/remote.test: Likewise.
1458 * testsuite/runtest.all/config.test: Likewise.
1459 * testsuite/runtest.all/default_procs.tcl: Likewise.
1460 * testsuite/runtest.all/libs.exp: Likewise.
1461 * testsuite/runtest.all/options.exp: Likewise.
1463 2018-12-08 Jacob Bachmeyer <jcb62281@gmail.com>
1465 * NEWS: Document 'testsuite' command.
1466 * doc/dejagnu.texi (testsuite procedure): Document multiplex entry
1467 point and "testsuite file" command.
1468 * lib/framework.exp (testsuite): New proc for multiplex commands.
1469 (testsuite_file): New proc implementing "testsuite file".
1470 * testsuite/runtest.all/testsuite_file.test: New file.
1471 * runtest.exp: Expect to find testsuite in ${srcdir}/testsuite,
1472 but also search $srcdir itself.
1473 (load_lib): Add explicit search for testsuite-local libraries.
1474 (load_tool_init): Use $testsuitedir in search.
1475 (load_config): Use $testsuitedir instead of $srcdir.
1476 (load_tool_target_config): Likewise.
1478 Add variable "testsuitedir" for testsuite root directory.
1480 Add internal global variables "testbuilddir" and "testdir" for use
1481 by "testsuite file".
1483 Ensure that $testsuitedir, $testbuilddir, and $objdir also avoid
1484 duplicated path delimiters.
1486 Add warning if no tests are found and fallback method of searching
1489 2018-12-08 Ben Elliston <bje@gnu.org>
1491 * testsuite/lib/libsup.exp (start_expect): Brace commands in if
1493 * testsuite/lib/util-defs.exp (util_test): Likewise.
1494 * testsuite/runtest.all/stats.exp: Likewise.
1495 * testsuite/runtest.all/libs.exp: Likewise.
1497 2018-12-08 Jacob Bachmeyer <jcb62281@gmail.com>
1499 * testsuite/runtest.all/default_procs.tcl:
1500 (lib_errpat_test, lib_errregexp_test, lib_err_test): New.
1501 (lib_regexp_test): Fix copy-paste-edit error.
1502 (lib_pat_test, lib_regexp_test, lib_ret_test, lib_bool_test):
1503 Fix handling of errors raised by tested procedure. Also ensure
1504 proper quoting of argument lists passed to eval and simplify
1505 the logic for producing return values.
1507 2018-12-08 Ben Elliston <bje@gnu.org>
1509 * config/vxworks.exp (${board}_init): Use 'ne' instead of !=.
1511 2018-12-08 Ben Elliston <bje@gnu.org>
1513 * lib/tip.exp (tip_open): Put braces around if expression.
1515 2018-12-08 Ben Elliston <bje@gnu.org>
1517 * runtest.exp, lib/utils.exp, lib/targetdb.exp, lib/target.exp,
1518 lib/remote.exp, lib/framework.exp, lib/dg.exp, config/vxworks.exp,
1519 config/sim.exp, config/gdb_stub.exp, config/aarch64-fv8.exp,
1520 baseboards/vr4300-sim.exp, baseboards/vr4111-sim.exp,
1521 baseboards/vr4100-sim.exp, baseboards/sh-sid.exp,
1522 baseboards/mt-sid.exp, baseboards/mips-sim.exp,
1523 baseboards/mips-sim-idt64.exp, baseboards/mips-sim-idt32.exp,
1524 baseboards/i386-sid.exp, baseboards/arm-sim.exp,
1525 baseboards/arm-ice.exp, baseboards/androideabi.exp,
1526 testsuite/runtest.all/utils.test,
1527 testsuite/runtest.all/target.test: Replace string literal
1528 comparisons using == and != with 'eq' and 'ne'.
1530 2018-12-08 Ben Elliston <bje@gnu.org>
1532 * runtest.exp, lib/utils.exp, lib/target.exp, lib/ssh.exp,
1533 lib/rsh.exp, lib/rlogin.exp, lib/remote.exp, lib/libgloss.exp,
1534 lib/framework.exp, lib/dg.exp, lib/dejagnu.exp,
1535 config/vxworks.exp, config/unix.exp, config/sim.exp,
1536 config/gdb_stub.exp, config/gdb-comm.exp, config/adb.exp,
1537 baseboards/multi-sim.exp, baseboards/cris-sim.exp,
1538 baseboards/basic-sim.exp, baseboards/basic-sid.exp,
1539 baseboards/androideabi.exp, testsuite/runtest.all/load_lib.exp,
1540 testsuite/libdejagnu/tunit.exp: Replace empty string comparisons
1541 using == and != with 'eq' and 'ne'.
1543 2018-12-07 Jacob Bachmeyer <jcb62281@gmail.com>
1545 * testsuite/runtest.all/default_procs.tcl (lib_bool_test): New.
1546 (lib_regexp_test): New.
1547 (lib_pat_test): Brace "if" conditions.
1548 (lib_pat_test): Remove spurious quotes in debugging output.
1549 (run_tests): Add support for comments in lists of procedure tests.
1551 * testsuite/runtest.all/config.test: Adjust to use run_tests
1552 procedure. Fixes issue cited in FIXME comment.
1554 * testsuite/runtest.all/utils.test (getdirs tests): Fix these.
1555 The old tests had the sense of the return value from lib_pat_test
1556 inverted and were failing but reported PASS.
1557 (find tests, relative_filename tests, runtest_file_p tests):
1558 Adjust to use run_tests procedure.
1560 2018-12-07 Ben Elliston <bje@gnu.org>
1562 * doc/dejagnu.texi: Add more missing material.
1564 2018-12-07 Jacob Bachmeyer <jcb62281@gmail.com>
1566 * testsuite/runtest.all/default_procs.tcl (lib_ret_test): Tidy.
1567 (run_tests): Replace implicit "eval" with explicit "eval". Tidy.
1568 (verbose): Remove unnecessary quotes.
1570 2018-12-06 Ben Elliston <bje@gnu.org>
1572 * doc/dejagnu.texi: Add more missing material.
1574 2018-12-06 Jacob Bachmeyer <jcb62281@gmail.com>
1576 * testsuite/runtest.all/default_procs.tcl: Whitespace clean up.
1577 (lib_pat_test): Handle an argument list instead of only a single
1578 argument for the procedure under test.
1579 (lib_ret_test): Likewise.
1580 * testsuite/runtest.all/utils.test: Whitespace clean up.
1581 Adjust to pass argument lists for improved lib_pat_test.
1582 * testsuite/runtest.all/clone_output.test: Likewise.
1584 2018-12-06 Jacob Bachmeyer <jcb62281@gmail.com>
1586 * lib/remote.exp (standard_load): Fix typo on empty string.
1587 * runtest.exp: Adjust expression to follow GNU conventions.
1588 * lib/utils.exp (diff): Fix mistake in replacing [string compare]
1589 with "eq" instead of "ne".
1590 * testsuite/runtest.all/config.test: Likewise.
1592 2018-12-06 Ben Elliston <bje@gnu.org>
1594 * runtest.exp: Replace [string match] commands involving literal
1595 strings and variables known to not be Tcl glob patterns with eq
1597 * config/unix.exp: Likewise.
1598 * lib/debugger.exp: Likewise.
1599 * lib/dg.exp: Likewise.
1600 * lib/framework.exp: Likewise.
1601 * lib/remote.exp: Likewise.
1602 * lib/utils.exp: Likewise.
1603 * baseboards/androideabi.exp: Likewise.
1604 * baseboards/multi-sim.exp: Likewise.
1605 * testsuite/lib/util-defs.exp: Likewise.
1606 * testsuite/runtest.all/config.test: Likewise.
1608 2018-12-06 Jacob Bachmeyer <jcb62281@gmail.com>
1610 * testsuite/runtest.all/utils.test: Add Tcl mode marker for Emacs.
1611 * testsuite/runtest.all/target.test: Likewise.
1612 * testsuite/runtest.all/remote.test: Likewise.
1613 * testsuite/runtest.all/config.test: Likewise.
1614 * testsuite/runtest.all/clone_output.test: Likewise.
1616 2018-12-06 Ben Elliston <bje@gnu.org>
1618 * runtest.exp: Replace '==' with 'eq' for string compares.
1619 Likewise, replace '!=' with 'ne'. Replace a few instances of
1620 [string length $str] == 0 with $str eq "".
1621 * config/gdb-comm.exp: Likewise.
1622 * lib/dg.exp: Likewise.
1623 * lib/framework.exp: Likewise.
1624 * lib/libgloss.exp: Likewise.
1625 * lib/remote.exp: Likewise.
1626 * lib/target.exp: Likewise.
1627 * lib/utils.exp: Likewise.
1629 2018-12-06 Jacob Bachmeyer <jcb62281@gmail.com>
1631 * runtest.exp: Replace archaic use of [string match] with "eq".
1633 2018-12-06 Ben Elliston <bje@gnu.org>
1635 * doc/dejagnu.texi (compile Procedure): Remove old node.
1636 (archive Procedure): Likewise.
1637 (ranlib Procedure): Likewise.
1639 2018-12-06 Ben Elliston <bje@gnu.org>
1641 * doc/dejagnu.texi (rsh procedure): Fix node connectivity.
1643 2018-12-06 Ben Elliston <bje@gnu.org>
1645 * lib/telnet.exp (telnet_open): Remove connectmode global.
1646 * doc/dejagnu.texi (Procedures For Remote Communication): Remove
1647 mention of connectmode.
1649 2018-12-05 Ben Elliston <bje@gnu.org>
1651 * doc/dejagnu.texi (execute_anywhere Procedure): Remove obsolete
1654 2018-12-05 Ben Elliston <bje@gnu.org>
1656 * doc/dejagnu.texi: Add more missing material.
1658 2018-12-05 Ben Elliston <bje@gnu.org>
1660 * testsuite/runtest.all/utils.test: Test runtest_file_p.
1662 2018-12-05 Jacob Bachmeyer <jcb62281@gmail.com>
1664 * runtest.exp (load_config): Remove unused globals.
1665 (load_generic_config): Likewise.
1666 (load_board_description): Likewise.
1667 (load_base_board_description): Likewise.
1669 2018-12-05 Ben Elliston <bje@gnu.org>
1671 * lib/utils.exp (grep): Handle -n.
1672 * doc/dejagnu.texi (grep procedure): Document it.
1673 * testsuite/runtest.all/utils.test: Add a test case.
1674 * NEWS: Add an item.
1676 2018-12-05 Ben Elliston <bje@gnu.org>
1678 * testsuite/runtest.all/utils.test: Test diff.
1680 2018-12-04 Ben Elliston <bje@gnu.org>
1682 * testsuite/runtest.all/utils.test: Test grep.
1684 2018-12-04 Ben Elliston <bje@gnu.org>
1686 * testsuite/runtest.all/utils.test (which): Fail on the else path,
1687 don't pass in either case.
1689 2018-12-04 Ben Elliston <bje@gnu.org>
1691 * doc/dejagnu.texi (Libgloss): Improve documentation.
1692 (Debugging Procedures): Likewise.
1694 2018-12-04 Ben Elliston <bje@gnu.org>
1696 * lib/debugger.exp (dumprocs): Fix proc comment.
1698 2018-12-04 Ben Elliston <bje@gnu.org>
1700 * doc/dejagnu.texi (Utility Procedures): Improve documentation for
1701 the procedures in this section.
1703 2018-12-04 Jacob Bachmeyer <jcb62281@gmail.com>
1705 * NEWS: Document new relative_filename procedure and --local_init/
1706 --global_init command line options.
1708 2018-12-04 Jacob Bachmeyer <jcb62281@gmail.com>
1710 * lib/utils.exp (relative_filename): New proc.
1711 * runtest.exp: Use it.
1712 * doc/dejagnu.texi (relative_filename procedure): Document it.
1713 * testsuite/runtest.all/utils.test: Add tests for relative_filename.
1715 2018-12-03 Ben Elliston <bje@gnu.org>
1717 * dejagnu.h (TestState): Remove const char * variants of pass(),
1718 xpass(), fail(), xfail(), untested(), unresolved() for C++. A
1719 const char * will be implicitly converted to std::string.
1721 2018-12-03 Ben Elliston <bje@gnu.org>
1723 * doc/dejagnu.texi: Move 'Built-in Procedures' node up a level,
1724 removing the 'Reference' node and chapter. Make all subsubsections
1725 in this chapter unnumbered subheadings.
1727 2018-12-03 Jacob Bachmeyer <jcb62281@gmail.com>
1729 * doc/dejagnu.texi: Fix Info node links. The arguments to @node
1730 are: here, next, previous, up; not here, previous, next, up.
1732 2018-12-03 Ben Elliston <bje@gnu.org>
1734 * Makefile.am (EXTRA_DIST): Use $(TEXINFO_TEX), not a hardcoded
1735 doc/texinfo.tex. With thanks to Jacob Bachmeyer.
1736 * Makefile.in: Regenerate.
1738 2018-12-03 Ben Elliston <bje@gnu.org>
1740 * Makefile.am (TEXINFO_TEX): Set to doc/texinfo.tex.
1741 (EXTRA_DIST): Add doc/texinfo.tex. Setting TEXINFO_TEX otherwise
1742 prevents the distribution of the overridden texinfo.tex.
1743 * Makefile.in: Regenerate.
1744 * texinfo.tex: Move from here ..
1745 * doc/texinfo.tex: .. to here.
1747 2018-12-03 Ben Elliston <bje@gnu.org>
1749 * lib/framework.exp (isremote): Add verbose message.
1751 2018-12-02 Ben Elliston <bje@gnu.org>
1753 * lib/framework.exp (isremote): Pass $board to is_remote.
1755 2018-12-02 Ben Elliston <bje@gnu.org>
1757 * doc/fdl.texi: New.
1758 * doc/dejagnu.texi (Variable Index): New.
1759 Add more concept index entries.
1760 (GNU Free Documentation License): New appendix.
1762 2018-12-02 Ben Elliston <bje@gnu.org>
1764 * doc/dejagnu.texi (Procedure Index): New. Add Texinfo function
1765 index (@findex) entries for every built-in procedure.
1767 2018-12-02 Ben Elliston <bje@gnu.org>
1769 * doc/dejagnu.texi: Start an index.
1771 2018-12-02 Ben Elliston <bje@gnu.org>
1773 * doc/version.texi: New.
1775 2018-12-02 Ben Elliston <bje@gnu.org>
1777 * doc/dejagnu.texi: Add title page and frontmatter. Include
1779 * Makefile.in: Regenerate.
1780 * mdate-sh: Installed by automake --add-missing.
1782 2018-12-02 Ben Elliston <bje@gnu.org>
1784 * doc/dejagnu.texi (diff procedure): Tidy up this node.
1786 2018-12-02 Jacob Bachmeyer <jcb62281@gmail.com>
1788 * runtest.exp (hex): Remove useless test before setting.
1789 (decimal): Likewise.
1791 2018-12-02 Jacob Bachmeyer <jcb62281@gmail.com>
1793 * doc/dejagnu.texi (Invoking runtest): Document new --local_init
1794 and --global_init command line options.
1795 * doc/runtest.1: Likewise.
1797 * runtest.exp: Remove useless tests before setting default values
1798 for variables: all_flag, binpath, debug, options, outdir, reboot,
1799 tracelevel, verbose, log_dialog. They are set before loading any
1800 files or parsing the command line.
1802 * runtest.exp: Add options --local_init and --global_init for
1803 selecting alternate testsuite configuration files.
1805 * runtest.exp: Split variable "configfile" into "local_init_file"
1806 and "global_init_file" in preparation for adding command-line
1807 options to specify these independently.
1809 * runtest.exp (load_generic_config): Remove configfile global.
1810 (load_board_description): Likewise.
1811 (load_base_board_description): Likewise.
1813 2018-11-30 Ben Elliston <bje@gnu.org>
1815 * lib/utils.exp (grep): Remove reference to "NULL" in comment.
1816 * testsuite/lib/util-defs.exp (util_start): Likewise.
1818 2018-11-30 Ben Elliston <bje@gnu.org>
1820 * doc/dejagnu.texi: (verbose procedure): Improve documentation.
1821 (load_lib procedure): Likewise.
1823 2018-11-30 Ben Elliston <bje@gnu.org>
1825 * doc/dejagnu.texi: More clean-ups of built-in proc documentation.
1827 2018-11-30 Ben Elliston <bje@gnu.org>
1829 * runtest.exp: Use isremote.
1830 * lib/target.exp: Likewise.
1831 * lib/remote.exp: Likewise.
1832 * lib/libgloss.exp: Likewise.
1833 * config/unix.exp: Likewise.
1834 * config/sim.exp: Likewise.
1835 * config/gdb_stub.exp: Likewise.
1836 * config/gdb-comm.exp: Likewise.
1837 * baseboards/basic-sim.exp: Likewise.
1838 * baseboards/androideabi.exp: Likewise.
1840 2018-11-30 Ben Elliston <bje@gnu.org>
1842 * lib/framework.exp (isremote): New.
1843 * doc/dejagnu.texi (isremote procedure): Document it.
1844 * NEWS: Mention isremote.
1846 2018-11-30 Ben Elliston <bje@gnu.org>
1848 * texinfo.tex: Update to latest upstream version.
1849 * INSTALL: Likewise.
1851 2018-11-29 Ben Elliston <bje@gnu.org>
1853 * lib/framework.exp (istarget, ishost, istarget): Set the argument
1854 default value to the empty string.
1855 * doc/dejagnu.texi (find procedure): Remove reference to "NULL".
1856 (getenv procedure): Re-word this node.
1857 (isbuild procedure): Update.
1858 (ishost procedure): Likewise.
1859 (istarget procedure): Likewise.
1860 * testsuite/runtest.all/config.test: Add test cases.
1862 2018-11-28 Ben Elliston <bje@gnu.org>
1864 * config.guess: Update to latest version.
1865 * config.sub: Likewise.
1867 2018-11-28 Ben Elliston <bje@gnu.org>
1870 * configure.ac: Update version number.
1871 * configure: Regenerate.
1872 * doc/dejagnu.texi: Update version number.
1873 * runtest.exp: Update version number.
1875 2018-11-28 Ben Elliston <bje@gnu.org>
1877 * Makefile.am (TESTSUITE_FILES): Update filenames.
1878 * Makefile.in: Regenerate.
1880 2018-11-28 Ben Elliston <bje@gnu.org>
1884 * doc/dejagnu.texi: Tidy up (fill) some paragraphs.
1886 2018-11-25 Jacob Bachmeyer <jcb62281@gmail.com>
1888 * lib/framework.exp: Clean up whitespace.
1890 2018-11-25 Ben Elliston <bje@gnu.org>
1892 * config/gdb-comm.exp: Clean up whitespace.
1893 * config/gdb_stub.exp: Likewise.
1894 * config/sid.exp: Likewise.
1895 * config/sim.exp: Likewise.
1896 * config/unix.exp: Likewise.
1898 2018-11-23 Ben Elliston <bje@gnu.org>
1900 * doc/dejagnu.texi (getdirs procedure): Improve documentation
1901 including documenting the -all option.
1902 (find procedure): Fix a typo.
1903 * lib/utils.exp (getdirs): Improve comments.
1905 2018-11-22 Jacob Bachmeyer <jcb62281@gmail.com>
1907 * runtest.exp: Ensure that multipass pass variables are always
1908 restored. Previously, they were only restored if the "Go digging
1909 for tests" branch was taken near the end of runtest.exp.
1911 2018-11-22 Ben Elliston <bje@gnu.org>
1913 * doc/dejagnu.texi (Customizing DejaGnu): Document error handling
1914 of the $DEJAGNU environment variable (see change below).
1916 2018-11-22 Jacob Bachmeyer <jcb62281@gmail.com>
1918 * runtest.exp: Raise error if $DEJAGNU is defined but not found.
1920 2018-11-15 Jacob Bachmeyer <jcb62281@gmail.com>
1922 * runtest.exp (load_tool_init): Search for tool init file instead
1923 of assuming exactly one location.
1925 2018-11-15 Ben Elliston <bje@gnu.org>
1927 * runtest.exp (load_lib): Whitespace fix.
1929 2018-11-11 Jacob Bachmeyer <jcb62281@gmail.com>
1931 * lib/ssh.exp: Clean up whitespace.
1932 * lib/remote.exp: Clean up whitespace.
1933 (remote_expect): Change literal tab to "\t" in regexp.
1935 2018-11-05 Ben Elliston <bje@gnu.org>
1937 * config.guess: Update to latest version.
1938 * config.sub: Likewise.
1940 2018-11-02 Ben Elliston <bje@gnu.org>
1942 * Makefile.in: Regenerate.
1944 2018-10-31 Jacob Bachmeyer <jcb62281@gmail.com>
1946 * Makefile.am (DEJATOOL): List tools in testsuite.
1947 (RUNTESTDEFAULTFLAGS): Adjust to support per-tool testing.
1948 * testsuite/config/default.exp: Rename from this ...
1949 * testsuite/lib/runtest.exp: ... to this.
1950 (runtest_exit): Remove spurious "close". This was causing per-tool
1951 testing to fail, since the testsuite for "runtest" never actually
1952 uses "spawn", so "close" ends up closing exp0, which is the
1953 terminal. The ${tool}_exit proc is not called if the --tool
1954 option is not given, so this had no effect earlier.
1955 * testsuite/lib/libdejagnu.exp: New empty file.
1957 2018-10-31 Jacob Bachmeyer <jcb62281@gmail.com>
1959 * runtest.exp (load_tool_init): Add message indicating the
1960 expected location of the tool init file.
1962 2018-10-31 Jacob Bachmeyer <jcb62281@gmail.com>
1964 * contrib/sum2junit.sh (failures): Fix typo.
1966 2018-10-31 Jacob Bachmeyer <jcb62281@gmail.com>
1968 * configure.ac (DEJAGNU): Add comments.
1970 2018-10-31 Jacob Bachmeyer <jcb62281@gmail.com>
1972 * Makefile.am (DEJATOOL): List tools in testsuite.
1973 (RUNTESTDEFAULTFLAGS): Adjust to support per-tool testing.
1974 * testsuite/config/default.exp: Rename from this ...
1975 * testsuite/lib/runtest.exp: ... to this.
1976 (runtest_exit): Remove spurious "close". This was causing
1977 per-tool testing to fail, since the testsuite for "runtest" never
1978 actually uses "spawn", so "close" ends up closing exp0, which is
1979 the terminal. The ${tool}_exit proc is not called if the --tool
1980 option is not given, so this had no effect earlier.
1981 * testsuite/lib/libdejagnu.exp: New empty file.
1983 2018-10-30 Ben Elliston <bje@gnu.org>
1985 * Makefile.am (DISTCLEANFILES): Add testrun.xml.
1986 * Makefile.in: Regenerate with Automake 1.15.1.
1987 * aclocal.m4: Likewise.
1989 2018-10-30 Ben Elliston <bje@gnu.org>
1991 * configure.ac (AC_CONFIG_SUBDIRS): Remove.
1992 * configure: Regenerate.
1994 2018-10-29 Ben Elliston <bje@gnu.org>
1996 * README (Documentation): Update.
1998 2018-10-28 Jacob Bachmeyer <jcb62281@gmail.com>
2000 * lib/framework.exp (record_test): Really fix message formatting.
2002 2018-10-29 Ben Elliston <bje@gnu.org>
2004 Reported by Jacob Bachmeyer.
2005 * testsuite/runtest.all/utils.test: Fix missing end quote.
2007 2018-10-28 Jacob Bachmeyer <jcb62281@gmail.com>
2009 * lib/framework.exp (record_test): Fix message formatting.
2011 2018-07-20 Ben Elliston <bje@gnu.org>
2013 * contrib/mysql/make-datafile.sh: Eliminate Shellcheck warnings.
2014 * contrib/mysql/sum2xml.sh: Likewise.
2016 2018-07-20 Ben Elliston <bje@gnu.org>
2018 * contrib/compare_tests: Eliminate Shellcheck warnings.
2019 * contrib/mysql/sum2xml.sh: Likewise.
2021 2018-07-20 Ben Elliston <bje@gnu.org>
2023 * compile, depcomp, install-sh: Latest upstream versions.
2025 2018-07-20 Ben Elliston <bje@gnu.org>
2027 * contrib/sum2junit.sh: Eliminate some Shellcheck warnings.
2029 2018-07-19 Ben Elliston <bje@gnu.org>
2031 * runtest: Use POSIX 'command', not 'type', to look for the Expect
2032 binary. Silences Shellcheck warning SC2039 ("In POSIX sh, 'type'
2035 2018-07-19 Ben Elliston <bje@gnu.org>
2037 * config.guess: Update to latest version.
2038 * config.sub: Likewise.
2040 2018-07-06 Richard Biener <rguenther@suse.de>
2042 * lib/remote.exp (close_wait_program): Use separate kill command
2045 2017-10-16 Ben Elliston <bje@gnu.org>
2047 * NEWS: Start a new section for the next release.
2048 * configure.ac (AC_INIT): Update version number.
2049 * configure: Regenerate.
2050 * runtest.exp (frame_version): Update version number.
2051 * doc/dejagnu.texi: Likewise.
2052 * doc/runtest.1: Update datestamp.
2054 2017-10-16 Ben Elliston <bje@gnu.org>
2056 * config.guess: Update to version 2017-09-26.
2057 * config.sub: Likewise.
2059 2017-09-13 Ben Elliston <bje@gnu.org>
2061 * lib/framework.exp (open_logs): Set XML version to 1.1.
2062 (xml_tag): Skip valid whitespace chars (0x9, 0xA, 0xD). Include
2063 missing 'x' in escape sequence.
2065 2017-08-29 Ben Elliston <bje@gnu.org>
2067 Revert these changes:
2069 2016-04-25 Ben Elliston <bje@gnu.org>
2071 * testsuite/runtest.all/utils.test: Remove unsetenv test.
2073 2016-04-24 Ben Elliston <bje@gnu.org>
2075 * lib/utils.exp (unsetenv): Remove proc.
2076 * doc/dejagnu.texi: Update documentation.
2079 2017-08-19 Ben Elliston <bje@gnu.org>
2081 * lib/framework.exp (xml_tag): Escape all of the non-printable
2082 control characters (ASCII codes 1 to 31 inclusive).
2084 2017-08-18 Tom Tromey <tom@tromey.com>
2086 * runtest.exp: Fix --directory matching.
2088 2017-08-15 Ben Elliston <bje@gnu.org>
2090 * lib/framework.exp (xml_tag): New proc.
2091 (log_summary): Use it.
2092 (record_test): Likewise.
2094 2017-08-15 Ben Elliston <bje@gnu.org>
2096 * lib/framework.exp (open_logs): Set .xml filename correctly.
2097 * runtest.exp: Remove xml_file_name var.
2098 (usage): Update --xml option to not take an argument.
2099 (load_tool_init): Likewise.
2100 * doc/dejagnu.texi (Invoking runtest): Update documentation.
2101 * doc/runtest.1: Likewise.
2103 2017-08-01 Ben Elliston <bje@gnu.org>
2105 * runtest.exp (usage): Improve --strace message.
2107 2017-08-01 Ben Elliston <bje@gnu.org>
2109 * runtest.exp (usage): --reboot doesn't take a 'name' parameter.
2111 2017-06-04 Ben Elliston <bje@gnu.org>
2113 * lib/target.exp (push_target): Remove unnecessary global command.
2114 * testsuite/runtest.all/target.test: Overhaul tests.
2116 2017-06-04 Ben Elliston <bje@gnu.org>
2118 * testsuite/runtest.all/remote.test: Remove cruft from yesteryear.
2120 2017-06-04 Tom de Vries <tom@codesourcery.com>
2122 * testsuite/runtest.all/target.test: Remove list_targets test.
2124 2017-06-04 Tom de Vries <tom@codesourcery.com>
2126 * testsuite/runtest.all/libs.exp (process_test): Dump entire
2127 output when there's no reportable output.
2128 * testsuite/runtest.all/remote.test (load_lib): New proc.
2129 * testsuite/runtest.all/target.test (load_lib): Same.
2131 2017-03-11 Thomas Preud'homme <thomas.preudhomme@arm.com>
2133 * lib/remote.exp (remote_download): Add logging message when
2134 source and destination file differ in name.
2136 2016-09-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2138 * runtest.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
2140 2016-06-28 Ben Elliston <bje@gnu.org>
2142 * aclocal.m4, Makefile.in: Regenerate with automake 1.15.
2143 * configure: Regenerate.
2145 2016-06-22 Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2147 * configure.ac, dejagnu.h, runtest, runtest.exp,
2148 baseboards/am33_2.0-libremote.exp, baseboards/androideabi.exp,
2149 baseboards/arm-ice.exp, baseboards/arm-sid.exp,
2150 baseboards/arm-sim.exp, baseboards/basic-sid.exp,
2151 baseboards/basic-sim.exp, baseboards/cris-sim.exp,
2152 baseboards/d30v-sim.exp, baseboards/fr30-sim.exp,
2153 baseboards/frv-sim.exp, baseboards/gdbserver-sample.exp,
2154 baseboards/i386-sid.exp, baseboards/iq2000-sim.exp,
2155 baseboards/jmr3904-sim.exp, baseboards/linux-gdbserver.exp,
2156 baseboards/linux-libremote.exp, baseboards/m68k-sid.exp,
2157 baseboards/mcore-moto-sim.exp, baseboards/mcore-sim.exp,
2158 baseboards/mips-lnews-sim.exp, baseboards/mips-lsi-sim.exp,
2159 baseboards/mips-sim-idt32.exp, baseboards/mips-sim-idt64.exp,
2160 baseboards/mips-sim-mti32.exp, baseboards/mips-sim-mti64.exp,
2161 baseboards/mips-sim-mti64_64.exp,
2162 baseboards/mips-sim-mti64_n32.exp, baseboards/mips-sim-sde32.exp,
2163 baseboards/mips-sim-sde64.exp, baseboards/mips-sim.exp,
2164 baseboards/mmixware-sim.exp, baseboards/mn10200-sim.exp,
2165 baseboards/mn10300-sim.exp, baseboards/moxie-sim.exp,
2166 baseboards/mt-sid.exp, baseboards/multi-sim.exp,
2167 baseboards/powerpc-sim.exp, baseboards/powerpcle-sim.exp,
2168 baseboards/rx-sim.exp, baseboards/sh-sid.exp,
2169 baseboards/sh-sim.exp, baseboards/sparc-sim.exp,
2170 baseboards/sparc64-sim.exp, baseboards/sparclite-sim-le.exp,
2171 baseboards/sparclite-sim.exp, baseboards/tx39-sim.exp,
2172 baseboards/unix.exp, baseboards/v850-sim.exp,
2173 baseboards/visium-sim.exp, baseboards/vr4100-sim.exp,
2174 baseboards/vr4111-sim.exp, baseboards/vr4300-sim.exp,
2175 baseboards/xtensa-sim.exp, lib/debugger.exp, lib/dejagnu.exp,
2176 lib/dg.exp, lib/ftp.exp, lib/kermit.exp, lib/remote.exp,
2177 lib/rlogin.exp, lib/rsh.exp, lib/standard.exp, lib/target.exp,
2178 lib/targetdb.exp, lib/telnet.exp, lib/tip.exp, lib/utils.exp,
2179 testsuite/config/default.exp, testsuite/lib/libsup.exp,
2180 testsuite/lib/util-defs.exp, testsuite/libdejagnu/tunit.exp,
2181 testsuite/libdejagnu/unit.cc, testsuite/runtest.all/libs.exp,
2182 testsuite/runtest.all/stats-sub.exp,
2183 testsuite/runtest.all/stats.exp, config/adb.exp,
2184 config/default.exp, config/gdb-comm.exp, config/gdb_stub.exp,
2185 config/sid.exp, config/sim.exp, config/unix.exp,
2186 config/vxworks.exp: Update copyright date for 2016.
2188 2016-06-22 Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2190 * baseboards/aarch64-sim.exp, baseboards/am33_2.0-libremote.exp,
2191 baseboards/arm-ice.exp, baseboards/arm-sid.exp,
2192 baseboards/arm-sim.exp, baseboards/basic-sid.exp,
2193 baseboards/basic-sim.exp, baseboards/cris-sim.exp,
2194 baseboards/d30v-sim.exp, baseboards/fr30-sim.exp,
2195 baseboards/frv-sim.exp, baseboards/gdbserver-sample.exp,
2196 baseboards/generic-sim.exp, baseboards/i386-sid.exp,
2197 baseboards/iq2000-sim.exp, baseboards/jmr3904-sim.exp,
2198 baseboards/linux-gdbserver.exp, baseboards/linux-libremote.exp,
2199 baseboards/m68k-sid.exp, baseboards/mcore-moto-sim.exp,
2200 baseboards/mcore-sim.exp, baseboards/mips-lnews-sim.exp,
2201 baseboards/mips-lsi-sim.exp, baseboards/mips-sim-idt32.exp,
2202 baseboards/mips-sim-idt64.exp, baseboards/mips-sim.exp,
2203 baseboards/mmixware-sim.exp, baseboards/mn10200-sim.exp,
2204 baseboards/mn10300-sim.exp, baseboards/mt-sid.exp,
2205 baseboards/powerpc-sim.exp, baseboards/powerpcle-sim.exp,
2206 baseboards/rx-sim.exp, baseboards/sh-sid.exp,
2207 baseboards/sh-sim.exp, baseboards/sparc-sim.exp,
2208 baseboards/sparc64-sim.exp, baseboards/sparclite-sim-le.exp,
2209 baseboards/sparclite-sim.exp, baseboards/tx39-sim.exp,
2210 baseboards/unix.exp, baseboards/v850-sim.exp,
2211 baseboards/vr4100-sim.exp, baseboards/vr4111-sim.exp,
2212 baseboards/vr4300-sim.exp, baseboards/xtensa-sim.exp,
2213 lib/debugger.exp, lib/dejagnu.exp, lib/dg.exp, lib/framework.exp,
2214 lib/ftp.exp, lib/kermit.exp, lib/libgloss.exp, lib/remote.exp,
2215 lib/rlogin.exp, lib/rsh.exp, lib/standard.exp, lib/target.exp,
2216 lib/targetdb.exp, lib/telnet.exp, lib/tip.exp, lib/utils.exp,
2217 testsuite/config/default.exp, testsuite/lib/libsup.exp,
2218 testsuite/lib/util-defs.exp, testsuite/libdejagnu/tunit.exp,
2219 testsuite/libdejagnu/unit.cc, testsuite/runtest.all/libs.exp,
2220 testsuite/runtest.all/options.exp,
2221 testsuite/runtest.all/stats-sub.exp,
2222 testsuite/runtest.all/stats.exp, config/default.exp,
2223 config/gdb-comm.exp, config/gdb_stub.exp, config/sid.exp,
2224 config/sim.exp, config/unix.exp, config/vxworks.exp, configure.ac,
2225 dejagnu.h, runtest, runtest.exp: Use condensed years in copyright
2228 2016-06-22 Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2230 * doc/runtest.1: Use condensed years in copyright statement.
2232 2016-06-21 Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2234 * runtest: Quote paths. Use test -z, -n for clarity.
2236 2016-06-21 Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2238 * config/adb.exp (adb_exec) Improve verbose message.
2240 2016-06-03 Jim Wilson <jim.wilson@linaro.org>
2242 * baseboards/aarch64-sim.exp: New file.
2243 * Makefile.am (baseboard_DATA): Add aarch64-sim.exp.
2244 * Makefile.in: Regenerate.
2245 * lib/libgloss.exp (libgloss_link_flags): Map aarch64* to aarch64.
2247 2016-04-26 Ben Elliston <bje@gnu.org>
2249 * doc/dejagnu.texi: Fill more paragraphs.
2251 2016-04-25 Ben Elliston <bje@gnu.org>
2253 * testsuite/runtest.all/utils.test: Remove unsetenv test.
2255 2016-04-24 Ben Elliston <bje@gnu.org>
2257 * lib/utils.exp (unsetenv): Remove proc.
2258 * doc/dejagnu.texi: Update documentation.
2261 2016-04-19 Nick Clifton <nickc@redhat.com>
2263 * baseboards/msp430-sim.exp: New file.
2264 * Makefile.am (baseboard_DATA): Add msp430-sim.exp.
2265 * Makefile.in: Regenerate.
2267 2016-04-18 Ben Elliston <bje@gnu.org>
2269 * runtest: Remove quoting in final exec command.
2271 2016-04-17 Ben Elliston <bje@gnu.org>
2273 * lib/remote.exp: Load ssh.exp lib.
2275 2016-04-17 Ben Elliston <bje@gnu.org>
2277 * lib/rsh.exp (rsh_open): Fix description comment.
2279 2016-04-17 Ben Elliston <bje@gnu.org>
2281 Reported by shellcheck.
2282 * runtest: Use $((..)) not `expr ..` and defensively double quote
2285 2016-04-17 Ben Elliston <bje@gnu.org>
2287 * Makefile.am (pkgdata_DATA): Add lib/ssh.exp, lib/dmucs.exp.
2288 * Makefile.in: Regenerate.
2290 2016-04-17 Ben Elliston <bje@gnu.org>
2292 Reported by shellcheck.
2293 * runtest: Use $((..)) not `expr ..`.
2295 2016-04-17 Ben Elliston <bje@gnu.org>
2297 * configure.ac (AC_INIT): Update version number.
2298 * configure: Regenerate.
2299 * runtest.exp (frame_version): Update version number.
2300 * doc/dejagnu.texi: Likewise.
2302 2016-04-17 Ben Elliston <bje@gnu.org>
2304 * NEWS: Start a new section for the next release.
2306 2016-04-15 Ben Elliston <bje@gnu.org>
2308 * Makefile.am (CONTRIB): Add new contrib scripts.
2309 * Makefile.in: Regenrate.
2311 2016-04-15 Ben Elliston <bje@gnu.org>
2313 * lib/ssh.exp (ssh_exec): Handle regexp return status.
2315 2016-04-13 Ben Elliston <bje@gnu.org>
2317 * lib/rsh.exp (rsh_exec): Improve verbose message.
2318 * lib/ssh.exp (ssh_exec): Likewise.
2319 * config/adb.exp: Likewise.
2321 2016-04-13 Ben Elliston <bje@gnu.org>
2323 * runtest.exp: Improve --version (-v) output.
2324 * testsuite/runtest.all/options.exp: Update test case.
2326 2016-04-13 Christophe Lyon <christophe.lyon@linaro.org>
2328 * lib/rsh.exp (rsh_exec): Handle regexp return status.
2330 2016-04-08 Ben Elliston <bje@gnu.org>
2332 Reported by Faraz Shahbazker.
2333 * doc/dejagnu.texi (Global config file): Fix broken @node.
2334 (Local config file): Likewise.
2336 2016-04-07 Ben Elliston <bje@gnu.org>
2338 * lib/remote.exp (remote_exec): Join cd $remotedir and $program on
2339 the command line with ';' and not &&.
2341 2016-04-07 Ben Elliston <bje@gnu.org>
2343 Reported by Faraz Shahbazker.
2344 * doc/dejagnu.texi (rsh_exec procedure): Fix broken @node.
2346 2016-04-06 Yvan Roux <yvan.roux@linaro.org>
2348 * lib/remote.exp (remnote_download): Create a remote directory if
2350 (remote_exec): Execute program inside remotedir when it exists.
2351 (standard_load): Set remotedir board field if not present.
2352 * config/unix.exp (unix_load): Handle remotedir in board field.
2353 (remotedir): Set board info field.
2354 * doc/dejagnu.texi (Board File Values): Document remotedir.
2356 2016-04-06 Ben Elliston <bje@gnu.org>
2358 * doc/dejagnu.texi (Global config file): Put before node 'Local
2361 2016-04-05 Ben Elliston <bje@gnu.org>
2363 * runtest.exp: Remove defunct and undocumented --tool_root option.
2365 2016-04-04 Ben Elliston <bje@gnu.org>
2367 * doc/dejagnu.texi: More overhauling.
2369 2016-04-04 Ben Elliston <bje@gnu.org>
2371 * lib/targetdb.exp (set_board_info): Improve comment.
2372 (add_board_info): Likewise.
2374 2016-04-04 Ben Elliston <bje@gnu.org>
2376 * NEWS: Add some more detail.
2378 2016-04-04 Ben Elliston <bje@gnu.org>
2380 * site.tmpl: Delete.
2381 * Makefile.am (EXTRA_DIST): Remove site.tmpl.
2382 * Makefile.in: Regenerate.
2384 2016-04-03 Ben Elliston <bje@gnu.org>
2386 * doc/dejagnu.texi: More overhauling.
2388 2016-04-03 Ben Elliston <bje@gnu.org>
2390 * runtest.exp: Document the magical handling of -D[01].
2392 2016-04-03 Ben Elliston <bje@gnu.org>
2394 * doc/runtest.1: Do not document obsolete --status option. It is
2395 still accepted for compatibility, but does nothing.
2397 2016-04-03 Ben Elliston <bje@gnu.org>
2399 * doc/runtest.1 (OPTIONS): Place short forms (-v, -V, -x) first.
2401 2016-04-03 Ben Elliston <bje@gnu.org>
2403 * doc/runtest.1 (OPTIONS): Sort options.
2405 2016-04-03 Ben Elliston <bje@gnu.org>
2407 * doc/dejagnu.texi: More overhauling.
2409 2016-04-02 Ben Elliston <bje@gnu.org>
2411 * doc/dejagnu.texi: Fill paragraphs.
2413 2016-04-02 Ben Elliston <bje@gnu.org>
2415 * doc/dejagnu.texi: Fix capitalisation of procedure names
2416 throughout. Use Tcl syntax in procedure prototypes, not C syntax.
2418 2016-04-02 Rob Savoye <rob.savoye@linaro.org>
2420 * contrib/mysql/create-db.sql: New file.
2421 * contrib/mysql/importxml.sh: Likewise.
2422 * contrib/mysql/make-datafile.sh: Likewise.
2423 * contrib/mysql/plot.sh: Likewise.
2424 * contrib/mysql/README: Likewise.
2425 * contrib/mysql/sum2xml.sh: Likewise.
2427 2016-04-02 Ben Elliston <bje@gnu.org>
2429 * config.guess: Update to version 2016-04-02.
2430 * config.sub: Update to version 2016-03-30.
2432 2016-04-02 Rob Savoye <rob.savoye@linaro.org>
2434 * contrib/sum2junit.sh: New.
2436 2016-04-01 Ben Elliston <bje@gnu.org>
2438 * doc/dejagnu.texi (connprocs): Document new SSH procs.
2440 2016-03-31 Rob Savoye <rob.savoye@linaro.org>
2445 2016-03-30 Ben Elliston <bje@gnu.org>
2447 * baseboards/mcore-moto-sim.exp, lib/dejagnu.exp, lib/dg.exp,
2448 lib/dmucs.exp, lib/framework.exp, lib/remote.exp, lib/target.exp,
2449 runtest.exp: Fix spelling errors in comments.
2451 2016-03-30 Ben Elliston <bje@gnu.org>
2453 * lib/remote.exp (remote_expect): Use perror not send_user.
2455 2016-03-29 Ben Elliston <bje@gnu.org>
2457 * lib/remote.exp (remote_expect): Fix spelling error.
2459 2016-03-29 Rob Savoye <rob.savoye@linaro.org>
2461 * runtest.exp: Only print "searching for <test name>" message at
2462 verbose level >= 2 -- too much noise.
2464 2016-03-29 Ben Elliston <bje@gnu.org>
2466 * texinfo.tex: Update to latest master version.
2467 * INSTALL: Likewise.
2469 2016-03-29 Ben Elliston <bje@gnu.org>
2471 * runtest.exp: More fixes identified by the Frink static analyser.
2472 * lib/dg.exp: Likewise.
2473 * config/adb.exp: Likewise.
2474 * config/vxworks.exp: Likewise.
2475 * baseboards/androideabi.exp: Likewise.
2476 * baseboards/basic-sid.exp: Likewise.
2477 * baseboards/multi-sim.exp: Likewise.
2479 2016-03-28 Dominik Vogt <vogt@linux.vnet.ibm.com>
2481 * dg.exp (dg-do): Do not change the previously selected action if
2482 a de-selected dg-do is encountered.
2484 2016-03-28 Ben Elliston <bje@gnu.org>
2486 * lib/framework.exp (check_xml): Remove unused proc.
2488 2016-03-28 Rob Savoye <rob.savoye@linaro.org>
2490 * lib/dmucs.exp: New.
2492 2016-03-28 Rob Savoye <rob.savoye@linaro.org>
2494 * lib/libgloss.exp (find_g++): Look for xgcc++ to use the freshly
2495 built compiler, then look in the path.
2497 2016-03-28 Ben Elliston <bje@gnu.org>
2499 * lib/utils.exp (which): Don't exclude symbolic links--Debian's
2500 /bin/which doesn't. Modern systems rely too heavily on symbolic
2501 links (eg. alternatives).
2503 2016-03-28 Ben Elliston <bje@gnu.org>
2505 * baseboards/multi-sim.exp: Indent properly.
2507 2016-03-28 Ben Elliston <bje@gnu.org>
2509 * lib/rlogin.exp (rlogin_open): Return -1 if unable to spawn
2510 rlogin. Identified by Frink.
2512 2016-03-28 Ben Elliston <bje@gnu.org>
2514 * runtest.exp: Use 'array exists' for testing array existence
2515 rather than 'info exists'.
2517 2016-03-28 Ben Elliston <bje@gnu.org>
2519 * runtest.exp: Fixes identified by the Frink static analyser:
2520 (1) use -- in switch commands for safety,
2521 (2) remove unreachable return commands after error commands,
2522 (3) replace abbreviated "info proc" with "info procs",
2523 (4) use -- in unset commands for safety where the variable name
2524 is itself a variable.
2525 * lib/dg.exp: Likewise.
2526 * lib/debugger.exp: Likewise.
2527 * lib/framework.exp: Likewise.
2528 * lib/remote.exp: Likewise.
2529 * lib/target.exp: Likewise.
2530 * lib/targetdb.exp: Likewise.
2531 * lib/telnet.exp: Likewise.
2532 * lib/utils.exp: Likewise.
2534 2016-03-28 Ben Elliston <bje@gnu.org>
2536 * Makefile.am: Remove references to Docbook and friends.
2537 * configure.ac: Likewise.
2538 * Makefile.in: Regenerate.
2539 * configure: Regenerate.
2540 * doc/dejagnu.xml: Remove.
2541 * doc/legal.xml: Likewise.
2542 * doc/ref.xml: Likewise.
2543 * doc/user.xml: Likewise.
2545 2016-03-28 Ben Elliston <bje@gnu.org>
2547 * lib/framework.exp (exp_continue): Remove old compatibility
2548 wrapper. Expect deprecated 'continue -expect' in August 1997.
2550 2016-03-28 Ben Elliston <bje@gnu.org>
2554 2016-03-28 Ben Elliston <bje@gnu.org>
2556 * lib/utils.exp (which): Reimplement to more closely mimic the
2557 behaviour of the UNIX which utility.
2558 * testsuite/runtest.all/utils.test: Test proc which.
2560 2016-03-27 Ben Elliston <bje@gnu.org>
2562 * lib/remote.exp (standard_wait): Append any trailing characters
2563 to $output that may be still in $expect_out(buffer) when eof is
2564 matched. Remove arbitrary limitation in the ".+" matching case,
2565 similar to the change to local_exec on 2016-02-17.
2567 2016-03-23 Ben Elliston <bje@gnu.org>
2569 * Makefile.am (baseboard_DATA): Remove cygwin.exp, mcore-elf.exp,
2570 mcore-pe.exp, vx4300.exp, vx68k.exp, vx960.exp, vxsparc.exp.
2571 * Makefile.in: Regenerate.
2572 * baseboards/cygwin.exp, baseboards/mcore-elf.exp,
2573 baseboards/mcore-pe.exp, baseboards/vx4300.exp,
2574 baseboards/vx68k.exp, baseboards/vx960.exp,
2575 baseboards/vxsparc.exp: Remove.
2577 2016-03-23 Ben Elliston <bje@gnu.org>
2579 * baseboards/README: Remove mention of devo.
2580 * baseboards/iq2000-sim.exp: Likewise.
2581 * baseboards/moxie-sim.exp: Likewise.
2583 2016-03-23 Ben Elliston <bje@gnu.org>
2585 * Makefile.am (baseboard_DATA): Add arm-ice.exp, arm-sim.exp.
2586 * Makefile.in: Regenerate.
2587 * baseboards/arm-ice.exp: Reinstate.
2588 * baseboards/arm-sim.exp: Likewise.
2590 2016-03-23 Ben Elliston <bje@gnu.org>
2592 * Makefile.am (config_DATA): Update.
2593 (baseboard_DATA): Likewise.
2594 * Makefile.in: Regenerate.
2597 Remove the following old config files:
2599 * arc.exp, arm-ice.exp, base-config.exp, base68k.exp, bug.exp,
2600 cfdbug.exp, cygmon.exp, d10v.exp, ddb-ether.exp, ddb.exp, dos.exp,
2601 dve.exp, h8300.exp, i386-bozo.exp, i960.exp, m32r-stub.exp,
2602 m32r.exp, m68hc11.exp, m68k-emc.exp, mips-idt.exp,
2603 mn10200-eval.exp, mn10300-eval.exp, netware.exp, powerpc-bug.exp,
2604 proelf.exp, rom68k.exp, sh.exp, slite.exp, sparclet.exp,
2605 tic80.exp, vr4100.exp, vr4300.exp, vr5000.exp: Remove.
2607 Remove the following old baseboard files:
2609 * arc-sim.exp, arm-ice.exp, arm-sim.exp, cf.exp, cygmon.exp,
2610 d10v-sim.exp, d10v.exp, danlite-elf.exp, dos.exp, fr30-cygmon.exp,
2611 fr30-elf.exp, frv-elf.exp, frv-tiger.exp, frv-tomcat.exp,
2612 h8300-sim.exp, h8300.exp, i386-bozo.exp, i960-cyclone.exp,
2613 i960-sim.exp, m32r-elf.exp, m32r-linux-sim.exp, m32r-sid.exp,
2614 m32r-sim.exp, m68hc11-sim.exp, m68k-emc.exp, mips-idt.exp,
2615 mips64-sim.exp, mips64vr4100-sim.exp, mn10200-cygmon.exp,
2616 mn10300-cygmon.exp, msparc-cygmon.exp, op50n.exp, powerpc-bug.exp,
2617 powerpc-bug1.exp, rom68k-idp.exp, sh-hms.exp, sparclet-aout.exp,
2618 sparclite-coff.exp, sparclite-cygmon.exp, strongarm-cygmon.exp,
2619 tic80-sim.exp, tx39-dve.exp, usparc-cygmon.exp, vr4100-ddb.exp,
2620 vr4300-ddb.exp, vr4300.exp, vr5000-ddb.exp, x86-cygmon.exp,
2621 xscale-cygmon.exp: Remove.
2623 2016-03-22 Ben Elliston <bje@gnu.org>
2625 * lib/target.exp (only--Ls): Change '???' comment to a note. This
2626 isn't a serious shortcoming, but the comment should be retained.
2628 2016-03-22 Rob Savoye <rob.savoye@linaro.org>
2630 * baseboards/generic-sim.exp: If DEJAGNU_SIM_SPECFILE exists in
2631 the environment, use that as the spec file for bare metal testing.
2633 2016-03-22 Ben Elliston <bje@gnu.org>
2635 * Makefile.am (config_DATA): Add config/aarch64-fv8.exp.
2636 * Makefile.in: Regenerate.
2638 2016-03-22 Rob Savoye <rob.savoye@linaro.org>
2640 * config/aarch64-fv8.exp: Add support for testing armv8 using the
2641 ARM Foundation Model.
2643 2016-03-21 Ben Elliston <bje@gnu.org>
2645 * runtest.exp: Whitespace, comment and typo fixes.
2646 * lib/dejagnu.exp: Likewise.
2647 * lib/remote.exp: Likewise.
2648 * lib/utils.exp: Likewise.
2650 2016-03-21 Ben Elliston <bje@gnu.org>
2652 * baseboards/mcore-moto-sim.exp: Remove old FIXME comment.
2653 * baseboards/mmixware-sim.exp: Likewise.
2654 * config/sim.exp: Likewise.
2655 * runtest.exp: Likewise.
2657 2016-03-21 Ben Elliston <bje@gnu.org>
2659 * lib/dg.exp (dg-get-options): Clean up regular expression and
2660 remove FIXME comment about it.
2662 2016-03-20 Ben Elliston <bje@gnu.org>
2664 * baseboards/i960-sim.exp: Remove stale ??? comment.
2665 * config/vxworks.exp: Likewise.
2667 2016-03-20 Ben Elliston <bje@gnu.org>
2669 * runtest.exp: Load .dejagnurc last not first.
2670 (load_file): Update comment about Tcl 7.5a2.
2671 * doc/user.xml (Customizing DejaGnu): Document new search order
2673 * doc/dejagnu.texi: Regenerate.
2676 2016-03-20 Ben Elliston <bje@gnu.org>
2678 * lib/dg.exp (dg-runtest): Improve arg naming to remove a FIXME.
2680 2016-03-20 Ben Elliston <bje@gnu.org>
2682 * lib/dg.exp: Remove commented-out calls to send_user.
2684 2016-03-20 Ben Elliston <bje@gnu.org>
2686 * runtest.exp (load_file): Remove old comment.
2688 2016-03-20 Ben Elliston <bje@gnu.org>
2690 * lib/dg.exp (dg-test): There is no need to call unresolved to
2691 clear errcnt. Instead, pass 0 as argument 2 to perror.
2692 * runtest.exp (runtest): Likewise.
2694 2016-03-16 Ben Elliston <bje@gnu.org>
2696 Revert this change (the GCC testsuite uses diff):
2698 2016-03-15 Ben Elliston <bje@gnu.org>
2700 * lib/utils.exp (diff): Remove proc.
2701 * doc/ref.xml: Update documentation.
2702 * doc/dejagnu.texi: Regenerate.
2705 2016-03-15 Ben Elliston <bje@gnu.org>
2707 * testsuite/runtest.all/options.exp: Properly clean up log files
2708 left by the runtest under test.
2710 2016-03-15 Ben Elliston <bje@gnu.org>
2712 * testsuite/runtest.all/load_lib.exp: Typo fixes.
2714 2016-03-15 Ben Elliston <bje@gnu.org>
2716 * testsuite/runtest.all/options.exp: Add more tests.
2718 2016-03-15 Ben Elliston <bje@gnu.org>
2720 * testsuite/libdejagnu/tunit.exp: Clean up.
2722 2016-03-15 Ben Elliston <bje@gnu.org>
2724 * lib/utils.exp (diff): Remove proc.
2725 * doc/ref.xml: Update documentation.
2726 * doc/dejagnu.texi: Regenerate.
2729 2016-03-15 Ben Elliston <bje@gnu.org>
2732 2016-02-14 Steve Ellcey <sellcey@mips.com>
2734 * baseboards/multi-sim.exp (dynamic_linker_flag): Check
2736 * baseboards/multi-sim.exp (rpath_flags): Ditto.
2738 2016-03-13 Ben Elliston <bje@gnu.org>
2740 * lib/utils.exp: Whitespace fixes.
2742 2016-03-13 Ben Elliston <bje@gnu.org>
2744 * lib/dg.exp (dg-process-target): Remove old commented code.
2745 * lib/dg.exp (dg-test): Likewise.
2747 2016-03-13 Ben Elliston <bje@gnu.org>
2749 * lib/dg.exp: Improve top-of-file documentation.
2751 2016-03-05 Yvan Roux <yvan.roux@linaro.org>
2753 * lib/remote.exp (remote_exec): Restore original timeout value.
2755 2016-03-04 Yvan Roux <yvan.roux@linaro.org>
2757 * lib/remote.exp (standard_upload): Remove dead code.
2759 2016-02-24 Ben Elliston <bje@gnu.org>
2761 * lib/utils.exp (prune): Restore this proc.
2762 * doc/ref.xml: Update documentation.
2763 * doc/dejagnu.texi: Regenerate.
2766 2016-02-23 Iain Buclaw <ibuclaw@gdcproject.org>
2768 * lib/libgloss.exp (find_gdc): New proc.
2769 * lib/target.exp (default_target_compile): Add D support.
2772 2016-02-20 Ben Elliston <bje@gnu.org>
2774 * lib/utils.exp (diff): Replace calls to verbose followed by
2775 send_log with a single call to verbose -log. Remove additional
2776 newlines from the log messages.
2778 2016-02-20 Ben Elliston <bje@gnu.org>
2780 * lib/utils.exp (getdirs): Ignore .git and .svn directories.
2782 2016-02-20 Ben Elliston <bje@gnu.org>
2784 * lib/utils.exp: Improve comments.
2787 2016-02-20 Ben Elliston <bje@gnu.org>
2789 * lib/utils.exp (prune): Remove proc.
2790 * doc/ref.xml: Update documentation.
2791 * doc/dejagnu.texi: Regenerate.
2793 2016-02-20 Ben Elliston <bje@gnu.org>
2795 * lib/utils.exp (slay): Remove proc.
2796 * doc/ref.xml: Update documentation.
2797 * doc/dejagnu.texi: Regenerate.
2799 2016-02-20 Ben Elliston <bje@gnu.org>
2801 * lib/utils.exp (absolute): Remove proc.
2802 * doc/ref.xml: Update documentation.
2803 * doc/dejagnu.texi: Regenerate.
2805 2016-02-20 Ben Elliston <bje@gnu.org>
2807 * lib/utils.exp (psource): Remove proc.
2808 * doc/ref.xml: Update documentation.
2809 * doc/dejagnu.texi: Regenerate.
2811 2016-02-20 Ben Elliston <bje@gnu.org>
2813 * lib/targetdb.exp (board_info): Simplify return logic.
2815 2016-02-19 Ben Elliston <bje@gnu.org>
2817 * configure.ac: Require Tcl version 8.5 at a minimum.
2818 * configure: Regenerate.
2820 2016-02-18 Ben Elliston <bje@gnu.org>
2822 * configure.ac: Require Tcl version 8.6 at a minimum.
2823 * configure: Regenerate.
2825 2016-02-17 Ben Elliston <bje@gnu.org>
2827 * runtest.exp: Tweak "Test run by .." output.
2829 2016-02-17 Ben Elliston <bje@gnu.org>
2831 * lib/target.exp (default_target_compile): Do not pass -log to
2832 verbose when outputting the captured compiler/assembler/linker
2833 diagnostic output as it will already be in the .log file courtesy
2836 2016-02-17 Ben Elliston <bje@gnu.org>
2838 * runtest.exp: Enable --status by default.
2839 (runtest): Set exit status to 2 if there is any error sourcing
2841 * lib/framework.exp (unknown): Likewise, set exit status to 2.
2842 * doc/runtest.1: Clarify exit status codes.
2845 2016-02-17 Ben Elliston <bje@gnu.org>
2847 * lib/remote.exp (local_exec): Call exp_continue until eof is
2850 2016-02-16 Ben Elliston <bje@gnu.org>
2852 * runtest.exp: Use the traditional exit codes when runtest is
2853 interrupted. This makes it possible to tell if runtest ran to
2854 completion or not. Suggested by Michael Chastain.
2856 2016-02-15 Ben Elliston <bje@gnu.org>
2858 * TODO: Add ideas produced from Cauldron 2013.
2860 2016-02-15 Ben Elliston <bje@gnu.org>
2864 2016-02-15 Ben Elliston <bje@gnu.org>
2866 * lib/dg.exp (dg-test): Remove comment about proc unresolved not
2867 setting exit_status to 1 -- it does.
2869 2016-02-15 Ben Elliston <bje@gnu.org>
2871 * lib/framework.exp (cleanup): Remove do-nothing proc.
2872 (log_and_exit): Remove call to cleanup.
2873 * doc/ref.xml: Remove documentation for cleanup.
2874 * doc/dejagnu.texi: Regenerate.
2876 2016-02-15 Ben Elliston <bje@gnu.org>
2878 Reported by David Malcolm.
2879 * lib/dejagnu.exp (text): Allow angle brackets in test messages.
2881 2016-02-15 Ben Elliston <bje@gnu.org>
2883 * config.guess: Update to version 2016-02-11.
2884 * config.sub: Update to version 2016-01-01.
2886 2016-02-14 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
2888 * lib/remote.exp (remote_exec): Set global timeout for benefit of
2891 2016-02-14 Ben Elliston <bje@gnu.org>
2893 * lib/remote.exp (local_exec): Improve comments.
2895 2016-02-14 Ben Elliston <bje@gnu.org>
2897 * doc/runtest.1: Tweak.
2899 2016-02-14 Steve Ellcey <sellcey@mips.com>
2901 * baseboards/multi-sim.exp (dynamic_linker_flag): Check
2903 * baseboards/multi-sim.exp (rpath_flags): Ditto.
2905 2016-01-23 Simon Marchi <simon.marchi@ericsson.com>
2907 * lib/remote.exp (standard_file): Reverse return logic for remote
2910 2016-01-23 Simon Marchi <simon.marchi@ericsson.com>
2912 * lib/remote.exp (standard_file); Add else clause.
2914 2016-01-16 Ben Elliston <bje@gnu.org>
2916 * runtest.exp (runtest): Improve comment about --status.
2918 2016-01-12 Simon Marchi <simon.marchi@ericsson.com>
2920 * lib/remote.exp (standard_file): The [ operator does not actually
2921 output anything. It returns 0 or 1 as its exit code, so "exit `[
2922 -f $file ]`" always expands to "exit " (equivalent to exit 0).
2923 Instead, use test(1) to check for file existence.
2925 2015-12-20 Ben Elliston <bje@gnu.org>
2927 * doc/dejagnu.xml: Begin overhauling.
2928 * doc/ref.xml: Likewise.
2929 * doc/user.xml: Likewise.
2930 * doc/dejagnu.texi: Regenerate.
2932 2015-12-20 Ben Elliston <bje@gnu.org>
2934 * doc/runtest.1: Miscellaneous minor improvements.
2936 2015-12-09 Yoshinori Sato <ysato@users.sourceforge.jp>
2938 * Makefile.am (baseboard_DATA): Add missing rx-sim.exp.
2939 * Makefile.in: Regenerate.
2941 2015-11-16 Brooks Moses <bmoses@google.com>
2943 * config/unix.exp: Add ability to set test timeout from site.exp.
2944 * doc/user.xml: Document new test_timeout variable in site.exp.
2945 * doc/dejagnu.texi: Regenerate.
2947 2015-11-16 Ben Elliston <bje@gnu.org>
2949 * testsuite/runtest.all/options.exp: Re-enable --strace 1 test.
2951 2015-11-16 Ben Elliston <bje@gnu.org>
2953 * testsuite/runtest.all/options.exp: Remove some commented code.
2955 2015-11-16 Ben Elliston <bje@gnu.org>
2957 * runtest.exp: Refer to "DejaGnu version", not "Framework
2958 version" in --version output.
2959 * testsuite/runtest.all/options.exp: Update test case.
2961 2015-11-14 Ben Elliston <bje@gnu.org>
2963 * runtest.exp (usage): Improve help text.
2965 2015-11-12 Ben Elliston <bje@gnu.org>
2967 * runtest.exp (usage): Sort options in usage.
2969 2015-11-12 Ben Elliston <bje@gnu.org>
2971 * lib/framework.exp (note): Remove old commented-out code.
2973 2015-11-11 Ben Elliston <bje@gnu.org>
2975 * doc/user.xml (Summary File): 'untested', not 'runtested'.
2976 * doc/dejagnu.texi: Regenerate.
2978 2015-11-11 Michael Forney <forney@google.com>
2980 * lib/target.exp (default_target_compile): Honor LDFLAGS_FOR_TARGET.
2982 2015-11-11 Ben Elliston <bje@gnu.org>
2984 * doc/dejagnu.texi: Regenerate.
2986 2015-11-10 Ben Elliston <bje@gnu.org>
2988 * doc/user.xml: Fix runtest output formatting in <programlisting>.
2990 2015-11-10 Ben Elliston <bje@gnu.org>
2992 * doc/dejagnu.xml: Update month and year.
2993 * doc/user.xml: Lots of editorial fixes from Daniel Thibault
2994 <Daniel.Thibault@drdc-rddc.gc.ca>.
2996 2015-09-10 Robert Suchanek <Robert.Suchanek@imgtec.com>
2998 * baseboards/multi-sim.exp (rpath_flags): Add libgomp.so check.
3000 2015-07-30 Pedro Alves <palves@redhat.com>
3002 * lib/remote.exp (close_wait_program): New procedure.
3003 (local_exec, standard_close): Use it.
3005 2015-05-23 Ben Elliston <bje@gnu.org>
3007 * doc/dejagnu.xml: Fix broken URLs.
3008 * doc/dejagnu.texi: Regenerate.
3010 2015-05-23 Ben Elliston <bje@gnu.org>
3012 * doc/user.xml: Fix 'crosscompilation'.
3014 2015-05-23 Ben Elliston <bje@gnu.org>
3016 * doc/runtest.1 (log_dialog): Improve documentation.
3018 2015-05-16 Filipe Brandenburger <filbranden@google.com>
3020 * configure.ac: Enable subdir-objects, require automake 1.14.
3021 * Makefile.in: Regenerate.
3023 2015-05-15 Filipe Brandenburger <filbranden@google.com>
3025 * doc/dejagnu.xml: Fix typos such as stray }'s and @samp{...},
3026 possibly introduced in a conversion of .texi to SGML Docbook.
3027 * doc/user.xml: Likewise.
3028 * doc/ref.xml: Likewise.
3029 * doc/dejagnu.texi: Regenerate.
3031 2015-05-15 Filipe Brandenburger <filbranden@google.com>
3033 * runtest.exp (runtest): Introduce new --log_dialog option.
3034 * doc/runtest.1: Document it.
3035 * doc/user.xml: Likewise.
3036 * doc/dejagnu.texi: Regenerate.
3038 2015-05-14 Steve Ellcey <sellcey@imgtec.com>
3040 * baseboards/multi-sim.exp (get_library_dirlist): New.
3041 (dynamic_linker_flag): Use get_library_dirlist to find dynamic
3043 (rpath_flags): Use get_library_dirlist to set rpath.
3045 2015-05-12 Steve Ellcey <sellcey@imgtec.com>
3047 * baseboards/generic-sim.exp: Check $DEJAGNU_SIM_OPTION.
3049 2015-03-30 Ben Elliston <bje@gnu.org>
3051 Revert the following change which causes breakage reported here:
3052 https://lists.gnu.org/archive/html/dejagnu/2015-03/msg00003.html
3054 2011-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3056 * runtest.exp (runtest): Call reset_vars at initialisation so that
3057 perror does not affect test results in other test scripts.
3059 2015-02-26 H.J. Lu <hjl.tools@gmail.com>
3061 * lib/target.exp (default_target_compile): Prepend multilib_flags,
3062 instead of appending it.
3064 2015-02-18 Ben Elliston <bje@gnu.org>
3066 * lib/framework.exp (log_and_exit): Set tool to "testrun" if
3069 2015-02-05 Ben Elliston <bje@gnu.org>
3071 * doc/runtest.1: Fix a spelling error.
3073 2015-02-04 Ben Elliston <bje@gnu.org>
3075 * config.guess: Update to version 2015-01-01.
3076 * config.sub: Likewise.
3078 2015-01-22 Eric Botcazou <ebotcazou@adacore.com>
3080 * Makefile.am (baseboard_DATA): Add baseboards/visium-sim.exp.
3081 * Makefile.in: Regenerate.
3082 * baseboards/visium-sim.exp: New file.
3084 2014-11-25 Ben Elliston <bje@gnu.org>
3086 * lib/dejagnu.exp (host_execute): Remove stray leading hyphen.
3087 Reported by David Malcolm.
3089 2014-10-28 Ben Elliston <bje@gnu.org>
3091 * Makefile.in: Regenerate.
3093 2014-10-28 Ben Elliston <bje@gnu.org>
3095 * example: Remove stale examples.
3097 2014-10-24 Steve Ellcey <sellcey@mips.com>
3099 * dejagnu.h (pass): Make function static as well as inline.
3104 (unresolved): Ditto.
3108 2014-10-14 Ben Elliston <bje@gnu.org>
3110 * runtest.exp: Only match $directory, not *${directory}* when the
3111 user passes the --directory option. Reported by Sergey Alyoshin.
3113 2014-10-14 Ben Elliston <bje@gnu.org>
3115 * lib/dejagnu.exp (host_execute): Remove buffer_full check. This
3116 is not the right command keyword -- it is full_buffer. Reported by
3119 2014-07-15 Maciej W. Rozycki <macro@mips.com>
3120 Maciej W. Rozycki <macro@codesourcery.com>
3122 * lib/targetdb.exp (add_board_info): New procedure.
3123 * doc/ref.xml (Add_board_info Procedure): New section.
3124 (Set_board_info Procedure): Add description.
3125 (Unset_board_info Procedure): Likewise.
3126 * doc/user.xml (Board Config File Values): Add `add_board_info'
3127 reference. Reorder `gdb_init_command' table rows and remove a
3128 duplicate entry, reusing it for `gdb_init_commands'.
3130 2014-06-25 Rob Savoye <rob.savoye@linaro.org>
3132 * runtest.exp: (lookfor-file): Fix bug were none of the relative
3133 paths were actually being used for file lookup.
3135 2014-06-06 Ben Elliston <bje@gnu.org>
3137 * depcomp, install-sh, missing: Update to latest versions.
3138 * mkinstalldirs: Remove.
3139 * Makefile.in: Regenerate.
3141 2014-06-04 Ben Elliston <bje@gnu.org>
3143 * Makefile.in: Regenerate with Automake 1.14.1.
3144 * compile: Add missing file.
3146 2014-06-04 Ben Elliston <bje@gnu.org>
3148 * config.guess: Update to version 2014-03-23.
3149 * config.sub: Likewise.
3151 2014-06-04 Ben Elliston <bje@gnu.org>
3153 * aclocal.m4: Regenerate with Automake 1.14.1.
3154 * configure: Regenerate with Autoconf 2.69.
3156 2014-03-15 Steve Ellcey <sellcey@mips.com>
3158 * baseboards/multi-sim.exp (rpath_flags): Add libatomic.so check.
3160 2014-02-23 Steve Ellcey <sellcey@mips.com>
3161 Richard Sandiford <rdsandiford@googlemail.com>
3163 * config/sim.exp (sim_exec): New.
3166 2013-12-08 Richard Sandiford <rdsandiford@googlemail.com>
3168 * lib/dg.exp (dg-test): Don't put the expected and actual output
3169 of a pattern test in the test name; send it to the log instead.
3171 2013-11-01 Steve Ellcey <sellcey@mips.com>
3173 * Makefile.am (baseboard_SCRIPTS): Add multi-sim.exp baseboard.
3174 * Makefile.in: Regenerate.
3175 * baseboards/multi-sim.exp: New.
3177 2013-10-31 Anton Kolesov <anton.kolesov@synopsys.com>
3179 * lib/remote.exp (standard_reboot): Return 1 instead of an empty string.
3180 (remote_reboot): Add comment explaining return value of this procedure.
3181 * doc/ref.xml (remote_reboot, standard_reboot): Document procedures.
3182 * doc/dejagnu.texi: Regenerate.
3184 2013-10-15 Alexander Ivchenko <alexander.ivchenko@intel.com>
3186 * baseboards/androideabi.exp (process_multilib_options): Add option.
3187 * config/adb.exp: Remove hardcoded -static option.
3188 (adb_load): Add the possibility to change the temp directory. Also
3189 handle permission potential problems.
3190 (adb_exec): Do cd to android_tmp_dir first.
3192 2013-10-05 Jose E. Marchesi <jose.marchesi@oracle.com>
3194 * baseboards/unix.exp: Add gdb settings to not use hardware
3195 watchpoints in sparc64 running GNU/Linux.
3197 2013-06-17 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
3199 * runtest.exp (libdirs): New global variable.
3200 (load_lib): Append libdirs to search_and_load_files directories.
3201 * doc/ref.xml (load_lib): Document global variable libdirs.
3202 * doc/dejagnu.texi: Regenerate.
3203 * testsuite/runtest.all/load_lib.exp: New testcase.
3204 * Makefile.am (TESTSUITE_FILES): Add new testcase.
3205 * Makefile.in: Regenerate.
3207 2013-06-15 Ben Elliston <bje@gnu.org>
3209 * configure.ac: If DEJAGNU is unset, set it to /dev/null.
3210 * Makefile.am: Export DEJAGNU.
3211 * configure: Likewise.
3212 * Makefile.in: Regenerate.
3214 2013-06-15 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
3216 * doc/user.xml: Fix typos.
3217 * doc/ref.xml: Likewise.
3218 * doc/dejagnu.texi: Regenerate.
3220 2013-06-15 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
3222 * doc/user.xml: Fix number of columns in table.
3223 * doc/dejagnu.texi: Regenerate.
3225 2013-06-15 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
3227 * doc/user.xml: Fix rendering errors around programlisting.
3228 * doc/ref.xml: Likewise.
3229 * doc/dejagnu.texi: Regenerate.
3231 2013-06-15 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
3233 * doc/user.xml: Fix spacing before productname.
3234 * doc/dejagnu.texi: Regenerate.
3236 2013-06-12 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
3238 * testsuite/runtest.all/default_procs.tcl (send_log): Use the
3239 magic "args" parameter name, as expect send_log proc accepts -- as
3242 2013-06-08 Makoto Fujiwara <makoto@ki.nu>
3244 * Makefile.am (pkgdata_DATA): Rename from pkgdata_SCRIPTS.
3245 (config_DATA): Likewise for config_SCRIPTS.
3246 (baseboard_DATA): Likewise for baseboard_SCRIPTS.
3247 (EXTRA_DIST): Remove pkgdata_SCRIPTS, config_SCRIPTS and
3249 * Makefile.in: Regenerate.
3251 2013-06-08 Ben Elliston <bje@gnu.org>
3253 * configure: Regenerate with autoconf 2.69.
3254 * aclocal.m4: Regenerate.
3256 2013-03-31 Ben Elliston <bje@gnu.org>
3258 * Makefile.am (html-local): Rename target from html.
3259 * Makefile.in: Regenerate with automake 1.12.6.
3260 * aclocal.m4: Likewise.
3261 * configure: Regenerate.
3263 2013-03-28 Gilles Espinasse <g.esp@free.fr>
3265 * TODO: Remove todo item about warncnt and errcnt.
3267 2013-03-28 Gilles Espinasse <g.esp@free.fr>
3269 * testsuite/lib/libsup.exp (make_defaults_file): Only set $tool once.
3271 2013-03-26 Ben Elliston <bje@gnu.org>
3273 * config.guess: Update to version 2013-02-12.
3274 * config.sub: Likewise.
3276 2013-02-16 Rob Savoye <rob@build.welcomehome.org>
3278 * config/adb.exp: Add adb_file so we can remotely delete test
3279 cases to save on limited disk space. Don't remove the file after
3280 executing it, leave that for the test driver instead.
3282 2013-02-15 Rob Savoye <rob@welcomehome.org>
3284 * config/adb.exp: Remove the test case after executing
3285 it. Otherwise we can fill up all the diskspace on a small target
3288 2013-02-11 Rob Savoye <rob@welcomehome.org>
3290 * baseboards/androideabi.exp: Board support for Android using ADB.
3291 * config/adb.exp: Config support for Android using ADB.
3292 * Makefile.am (dist): Add new config and board files.
3293 * aclocal.m4, Makefile.in, configure, example/calc/configure,
3294 example/mathhelper/configure: Regenerated with newer autotools.
3296 2012-12-05 Ben Elliston <bje@gnu.org>
3298 * example/hello: Remove.
3299 * configure.ac: Likewise.
3300 * configure: Regenerate.
3302 2012-10-04 Steve Ellcey <sellcey@mips.com>
3304 * Makefile.am (baseboard_SCRIPTS): Add new baseboards.
3305 * Makefile.in: Regenerate.
3306 * baseboards/mips-sim-mti32.exp: New.
3307 * baseboards/mips-sim-mti64.exp: New.
3308 * baseboards/mips-sim-mti64_n32.exp: New.
3309 * baseboards/mips-sim-mti64_64.exp: New.
3310 * baseboards/mips-sim-sde32.exp: New.
3311 * baseboards/mips-sim-sde64.exp: New.
3313 2012-10-04 Ben Elliston <bje@gnu.org>
3315 * aclocal.m4: Regenerate with automake 1.11.3.
3316 * Makefile.in: Likewise.
3317 * configure: Regenerate with autoconf 2.68.
3319 2012-08-22 Steve Ellcey <sellcey@mips.com>
3321 * baseboards/generic-sim.exp: New baseboard definition.
3323 2012-06-15 Andreas Schwab <schwab@linux-m68k.org>
3325 * lib/framework.exp (clone_output): Protect from leading dash in
3327 * runtest.exp (verbose): Likewise.
3329 2012-06-11 Tom Tromey <tromey@redhat.com>
3331 * doc/runtest.1: Update.
3332 * runtest.exp (xml_file_name): New global.
3334 Handle optional argument to --xml.
3335 * lib/framework.exp (open_logs): Respect xml_file_name.
3337 2012-03-24 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
3339 * runtest.exp (load_tool_init): Fix typo in -de option handling.
3341 2012-03-24 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
3343 * doc/runtest.1: Correct name of debug file.
3345 2012-02-25 Ben Elliston <bje@gnu.org>
3347 * runtest: Search /usr/share/dejagnu and /usr/local/share/dejagnu
3348 for runtest.exp as a last resort (for usrmove environments, where
3349 /bin is a link to /usr/bin). From Honza Horak <hhorak@redhat.com>.
3351 2011-12-30 Ben Elliston <bje@gnu.org>
3353 * doc/user.xml: Various spelling and consistency fixes.
3354 * doc/ref.xml: Likewise.
3355 (exit_remote_shell): Remove, as this procedure is defunct.
3356 * doc/dejagnu.texi: Regenerate.
3358 2011-12-30 Ben Elliston <bje@gnu.org>
3360 * config.guess: Update to version 2011-12-29.
3361 * config.sub: Update to version 2011-11-11.
3363 2011-06-30 Tom Tromey <tromey@redhat.com>
3365 * doc/ref.xml: Document find_gfortran.
3366 * doc/dejagnu.texi: Regenerate.
3367 * lib/target.exp (default_target_compile): Handle f90.
3368 (default_target_compile): Likewise.
3369 * lib/libgloss.exp (find_gfortran): New proc.
3371 2011-06-30 Ben Elliston <bje@gnu.org>
3373 * Makefile.am (all-local): New rule.
3374 * Makefile.in: Regenerate.
3376 2011-04-12 Ben Elliston <bje@gnu.org>
3378 * config/vxworks.exp (vxworks_file): Use "file delete", not "exec
3379 rm", for better portability.
3380 * config/netware.exp (${board}_load): Likewise.
3381 * lib/dg.exp (dg-test): Likewise.
3382 * lib/framework.exp (open_logs): Likewise.
3383 * lib/remote.exp (standard_file): Likewise.
3384 * runtest.exp: Likewise.
3385 * testsuite/runtest.all/options.exp: Likewise.
3387 2011-03-15 Ben Elliston <bje@gnu.org>
3389 * runtest.exp: Whitespace cleanups.
3390 * lib/dejagnu.exp, lib/dg.exp, lib/framework.exp,
3391 lib/libgloss.exp, lib/remote.exp, lib/rsh.exp, lib/target.exp,
3392 lib/telnet.exp, lib/tip.exp, lib/utils.exp: Likewise.
3394 2011-03-15 Ben Elliston <bje@gnu.org>
3396 * runtest: Remove trailing semicolons.
3397 * lib/rsh.exp: Likewise.
3399 2011-03-15 H.J. Lu <hjl.tools@gmail.com>
3401 * lib/remote.exp (local_exec): Ignore SIGHUP.
3403 2011-03-14 Ben Elliston <bje@gnu.org>
3405 * runtest.exp (frame_version): Set to 1.5.1.
3406 * configure.ac (AC_INIT): Set version to 1.5.1.
3407 * configure: Regenerate.
3408 * doc/dejagnu.xml (appversion, version): Set to 1.5.1.
3409 * doc/dejagnu.texi: Regenerate.
3411 2011-03-14 Ben Elliston <bje@gnu.org>
3413 * dejagnu.h: Whitespace cleanups.
3415 2011-03-14 Ben Elliston <bje@gnu.org>
3417 * baseboards/cris-sim.exp: Remove trailing semicolon(s).
3418 * baseboards/mt-sid.exp: Likewise.
3419 * baseboards/tx39-sim.exp: Likewise.
3420 * lib/target.exp (default_target_compile): Likewise.
3422 2011-03-14 Ben Elliston <bje@gnu.org>
3424 Reported by Flash Sheridan <flash@pobox.com>:
3425 * doc/user.xml (Testing "Hello world" locally): Improve the
3426 example test script and make it robust to failures. Tidy some
3428 * doc/dejagnu.texi: Regenerate.
3430 2011-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3432 * runtest.exp (runtest): Call reset_vars at initialisation so that
3433 perror does not affect test results in other test scripts.
3435 2011-03-09 Ben Elliston <bje@gnu.org>
3437 * NEWS: Start a new section for post-1.5 changes.
3439 2011-03-09 Ben Elliston <bje@gnu.org>
3441 * DejaGnu 1.5 released.
3443 2011-03-09 Ben Elliston <bje@gnu.org>
3445 * Makefile.am (DISTCLEANFILES): Define.
3446 * Makefile.in: Regenerate.
3447 * testsuite/runtest.all/libs.exp: Clean up temp files on exit.
3448 * testsuite/runtest.all/options.exp: Likewise for dbg.log.
3449 * testsuite/runtest.all/stats.exp: Likewise for tmpdir. Use "file
3450 mkdir" instead of exec'ing mkdir(1).
3452 2011-03-07 Ben Elliston <bje@gnu.org>
3454 * Makefile.am (doc/dejagnu.texi): Conditional on MAINTAINER_MODE.
3455 * Makefile.in: Regenerate.
3457 2011-03-06 Ben Elliston <bje@gnu.org>
3459 * configure.ac (AC_INIT): Set version to 1.5.
3460 * configure: Regenerate.
3461 * runtest.exp (frame_version): Set to 1.5.
3462 * doc/dejagnu.texi: Regenerate.
3464 2011-03-04 Ben Elliston <bje@gnu.org>
3466 * texinfo.tex: Import latest version from ftp://tug.org/tex.
3468 2011-03-04 Ben Elliston <bje@gnu.org>
3470 * Makefile.am (EXTRA_DIST): Correct name of historical ChangeLog.
3471 * Makefile.in: Regenerate.
3473 2011-03-03 Ben Elliston <bje@gnu.org>
3475 * Makefile.am: Bump to GPL version 3.
3476 * configure.ac: Likewise.
3477 * Makefile.in: Regenerate.
3478 * aclocal.m4: Likewise.
3479 * configure: Likewise.
3481 2011-03-03 Ben Elliston <bje@gnu.org>
3483 * config.guess: Update to most recent version.
3484 * config.sub: Likewise.
3486 2011-03-03 Ben Elliston <bje@gnu.org>
3488 * lib/framework.exp (unknown): Rename the native Tcl ::unknown
3489 proc to ::tcl_unknown. If ::tcl_unknown returns a failure result,
3490 then fall back to the conventional DejaGnu handling. Report from
3491 David Byron <dbyron@dbyron.com>.
3493 2011-03-03 Maciej W. Rozycki <macro@codesourcery.com>
3495 * lib/remote.exp (remote_expect): Pass all exception conditions up
3498 2011-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3500 * lib/dg.exp (dg-test): Support nested calls.
3502 2010-04-13 Ben Elliston <bje@gnu.org>
3504 * testglue.c: Remove duplicated prototypes for abort and exit.
3506 2010-03-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3508 * doc/user.xml (Tcl Variables For Command Line Options): Correct
3511 2010-01-21 Jie Zhang <jie.zhang@analog.com>
3513 * config/gdb-comm.exp (gdb_comm_load): Set breakpoints after load.
3515 2010-01-15 Anthony Green <green@moxielogic.com>
3517 * baseboards/moxie-sim.exp: New baseboard.
3519 2009-12-10 DJ Delorie <dj@redhat.com>
3521 * baseboards/rx-sim.exp: New baseboard.
3523 2009-10-15 Ben Elliston <bje@gnu.org>
3525 * MAINTAINERS: Remove refererence to Tom Tromey's Tcl style guide.
3526 This web page has disappeared.
3528 2009-07-06 Ben Elliston <bje@gnu.org>
3530 * doc/dejagnu.xml, doc/ref.xml, doc/user.xml: Mark up options with
3531 <option> not <emphasis>. Apply other grammatical fixes from
3533 * doc/dejagnu.texi: Regenerate.
3535 2009-07-06 Ben Elliston <bje@gnu.org>
3537 * configure.ac: Check for docbook2x-texi.
3538 * configure: Regenerate.
3540 2009-07-06 Ben Elliston <bje@gnu.org>
3542 From Reuben Thomas <rrt@sc3d.org>:
3543 * doc/runtest.1: Fix some formatting issues.
3545 2009-06-16 Ben Elliston <bje@gnu.org>
3547 * config.guess: Update to most recent version.
3548 * config.sub: Likewise.
3550 2009-06-16 Ben Elliston <bje@gnu.org>
3552 * Makefile.am (rpm, deb, solpkg, hpdepot): Remove targets.
3553 * Makefile.in: Regenerate.
3554 * packaging: Remove directory and its contents.
3556 2009-06-10 Maciej W. Rozycki <macro@codesourcery.com>
3558 * config/gdb-comm.exp (gdb_comm_add_breakpoint): Handle pending
3561 2008-12-03 Ben Elliston <bje@gnu.org>
3563 * COPYING: Update to GPL version 3.
3565 2008-04-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3567 * doc/ref.xml, doc/user.xml: Fix typos.
3568 * doc/dejagnu.texi: Regenerate.
3570 2008-04-06 Daniel Jacobowitz <drow@false.org>
3572 * Makefile.am (RUNTESTDEFAULTFLAGS): Add RUNTEST=$(RUNTEST).
3573 * Makefile.in: Regenerate.
3574 * dejagnu.exp (host_execute): Improve regexp matching.
3575 * testsuite/libdejagnu/unit.cc: C++ fixes.
3577 2008-04-06 Daniel Jacobowitz <drow@false.org>
3579 * lib/utils.exp (diff): Open both files as binary.
3581 2008-04-06 Daniel Jacobowitz <dan@codesourcery.com>
3583 * dejagnu.h (totals): Correct typos.
3585 2008-04-06 Daniel Jacobowitz <dan@codesourcery.com>
3587 * doc/user.xml (Adding a New Tool, Adding a New Target): Fix typos.
3588 * doc/dejagnu.texi: Regenerate.
3590 2008-02-25 Ben Elliston <bje@gnu.org>
3592 * doc/runtest.1: Update date of last revision.
3594 2008-02-11 Hans-Peter Nilsson <hp@axis.com>
3596 * baseboards/h8300.exp: Use -- before switch argument that may
3598 * baseboards/cris-sim.exp: Ditto.
3600 2008-02-11 Hans-Peter Nilsson <hp@axis.com>
3602 * Makefile.am (baseboard_SCRIPTS): Add scripts cris-sim.exp,
3603 iq2000-sim.exp and m32r-linux-sim.exp.
3604 * Makefile.in: Regenerate.
3606 2008-02-08 Ben Elliston <bje@gnu.org>
3608 * baseboards/cris-sim.exp: Fix MS-DOS line termination.
3610 2007-12-28 Joseph Myers <joseph@codesourcery.com>
3612 * lib/target.exp (default_link): Initialize nobjects before use.
3614 2007-12-06 Ben Elliston <bje@gnu.org>
3616 * lib/dg.exp (dg_bogus): Comment fix.
3618 2007-10-31 DJ Delorie <dj@redhat.com>
3620 * lib/framework.exp (open_logs): Line buffer the .sum file.
3622 2007-09-04 Matt Kraai <kraai@ftbfs.org>
3624 * doc/user.xml (Configuration): Fix typos.
3625 * doc/dejagnu.texi: Regenerate.
3627 2007-08-28 Daniel Jacobowitz <dan@codesourcery.com>
3629 * lib/remote.exp (standard_send): Correct quoting.
3631 2007-05-17 Ben Elliston <bje@gnu.org>
3633 * doc/user.xml: Correct the syntax for running apt-get on a Debian
3634 GNU/Linux system. From Peter Welte <weltepe@gmail.com>.
3636 2007-04-30 Bob Wilson <bob.wilson@acm.org>
3638 * baseboards/xtensa-sim.exp: Set target_install. Stop using
3639 basic-sim.exp. Run the simulator with --turbo option. Replace
3640 needs_status_wrapper with the simulator's --exit_with_target_code
3643 2006-10-15 Rob Savoye <rob@bertha.welcomehome.org>
3645 * dejagnu.h: Add support for for expected failures and
3646 unexpected successes.
3648 2005-05-06 Andrew Fyfe <a.fyfe@tiscali.co.uk>
3650 * doc/Makefile.am: Fix install path for man page.
3651 * Makefiles: Regenerated.
3653 2006-08-29 Ben Elliston <bje@gnu.org>
3655 * runtest.exp (usage): Use "triplet" instead of "config name".
3657 2006-07-13 Daniel Jacobowitz <dan@codesourcery.com>
3659 * Makefile.am (DOCBOOK2RTF): Fix typo.
3660 * Makefile.in: Regenerated.
3661 * lib/libgloss.exp (process_multilib_options): Use -- to handle
3662 options starting with hyphens.
3664 2006-06-23 Eric Botcazou <ebotcazou@adacore.com>
3666 * libgloss.exp (find_gnatmake): Rewrite.
3668 2006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
3670 * rsh.exp (rsh_exec): Handle inp and outp arguments. Use
3671 local_exec to run rsh. Return failure if rsh times out.
3672 * remote.exp (local_exec): Handle "|& cat" we added when deciding
3673 whether to return output.
3675 2006-06-09 Ben Elliston <bje@gnu.org>
3677 * baseboards/cris-sim.exp: Use Tcl fall-through syntax for
3678 multiple cases, not a list (case uses lists, switch does not).
3679 Pass -glob to switch where applicable to emulate case behaviour.
3680 * baseboards/h8300.exp: Likewise.
3681 * lib/framework.exp (clone_output): Likewise.
3682 (clear_xfail): Likewise.
3683 (clear_kfail): Likewise.
3684 * lib/libgloss.exp (process_multilib_options): Likewise.
3685 * runtest.exp: Likewise.
3687 2006-06-06 Ben Elliston <bje@gnu.org>
3689 * Makefile.am (CONTRIB): New.
3690 (EXTRA_DIST): Add $(CONTRIB).
3691 (doc/dejagnu.texi): Set directory-category param to docbook2texi.
3692 * Makefile.in: Regenerate.
3693 * doc/dejagnu.texi: Likewise.
3695 2006-06-06 Ben Elliston <bje@gnu.org>
3697 * runtest.exp (load_lib): Typo fix.
3699 2006-06-06 Ben Elliston <bje@gnu.org>
3701 * dejagnu.h: Tidy comments.
3702 (_BUFFER_SIZE_): Remove to minimise namespace pollution.
3703 (wait): Define this function unconditionally. Conditionally
3704 compile the function body if _DEJAGNU_WAIT_ is defined.
3705 (buffer): Set the buffer size explicitly.
3706 (pass): Use sizeof (buffer). Call wait() unconditionally.
3707 (fail, untested, unresolved, note): Likewise.
3708 (enum teststate): Tidy whitespace.
3710 2006-06-06 Ben Elliston <bje@gnu.org>
3712 * doc/dejagnu.xml, doc/ref.xml, doc/user.xml: Edits.
3713 * doc/dejagnu.texi: Regenerate.
3715 2006-06-06 Ben Elliston <bje@gnu.org>
3717 Import from GCC tree:
3718 2006-06-02 Richard Earnshaw <rearnsha@arm.com>
3719 Mike Stump <mrs@apple.com>
3721 * compare_tests: Handle multilibs better.
3723 2006-06-06 Ben Elliston <bje@gnu.org>
3725 * doc/dejagnu.texi: Regnerate using Docbook2X 0.8.7.
3727 * configure.ac: Check for docbook2texi, not docbook2x-texi. The
3728 wrapper script changed its name again in the latest release.
3729 * configure: Regenerate.
3730 * Makefile.am (DOCBOOK2X_TEXI): Rename from this ..
3731 (DOCBOOK2TEXI): .. to this.
3732 (doc/dejagnu.texi): Do not use output-file parameter to deposit
3733 the .texi file into the source directory; use mv(1) instead. Set
3734 directory-description parameter.
3735 * Makefile.in: Likewise.
3737 2006-06-02 Ben Elliston <bje@gnu.org>
3739 * config/sim.exp (sim_upload): Match up argument names.
3741 2006-06-02 Ben Elliston <bje@gnu.org>
3743 * config.guess: Update to most recent version.
3744 * config.sub: Likewise.
3746 2006-06-02 Ben Elliston <bje@gnu.org>
3748 * config/dos.exp (dos_open): Only run global board_info once at
3749 the beginning of the proc; remove duplicates.
3750 (dos_load): Use file join to separate path components.
3751 (dos_copy_upload): Likewise.
3752 * lib/remote.exp (call_remote): Use error, not "blooie" to trigger
3755 2006-06-02 Ben Elliston <bje@gnu.org>
3757 * contrib/compare_tests: Import from the GCC contrib directory.
3759 2006-05-24 Ben Elliston <bje@gnu.org>
3761 * runtest.exp (verbose): Brace some expressions.
3762 (load_file, search_and_load_file): Likewise.
3763 (runtest): Likewise.
3765 2006-05-23 Ben Elliston <bje@gnu.org>
3767 * config/gdb-comm.exp (gdb_comm_load): Brace some expressions.
3768 * config/i960.exp (i960_spawn): Initialise status.
3769 * config/netware.exp (${board}_init): Brace some if expressions.
3770 * lib/dg.exp (dg-test): Brace some expressions.
3771 * lib/framework.exp (clone_output, log_and_exit, log_summary,
3772 record_test, pass, fail): Likewise.
3773 * lib/libgloss.exp (get_multilibs): Likewise.
3774 * lib/remote.exp (standard_transmit, unix_clean_filename,
3775 remote_load, check_for_board_status, remote_expect): Likewise.
3776 * lib/rsh.exp (rsh_exec): Likewise.
3778 2006-05-22 Ben Elliston <bje@gnu.org>
3780 * baseboards/cris-sim.exp: Use switch, not case.
3781 * baseboards/h8300.exp: Likewise.
3782 * config/base68k.exp (base68k_ld): Brace an if expression.
3784 2006-05-22 Ben Elliston <bje@gnu.org>
3786 * runtest.exp, baseboards/basic-sim.exp, baseboards/cf.exp,
3787 baseboards/cris-sim.exp, baseboards/i960-cyclone.exp,
3788 baseboards/mcore-moto-sim.exp, baseboards/mips64vr4100-sim.exp,
3789 baseboards/mmixware-sim.exp, baseboards/op50n.exp,
3790 baseboards/rom68k-idp.exp, baseboards/sparclite-sim-le.exp,
3791 baseboards/usparc-cygmon.exp, config/base-config.exp,
3792 config/base68k.exp, config/ddb-ether.exp, config/ddb.exp,
3793 config/dos.exp, config/gdb-comm.exp, config/gdb_stub.exp,
3794 config/i386-bozo.exp, config/i960.exp, config/m68k-emc.exp,
3795 config/netware.exp, config/sid.exp, config/sim.exp,
3796 config/tic80.exp, config/unix.exp, config/vxworks.exp,
3797 lib/debugger.exp, lib/dejagnu.exp, lib/dg.exp, lib/framework.exp,
3798 lib/ftp.exp, lib/kermit.exp, lib/libgloss.exp, lib/remote.exp,
3799 lib/rlogin.exp, lib/rsh.exp, lib/target.exp, lib/targetdb.exp,
3800 lib/telnet.exp, lib/tip.exp, lib/utils.exp: Put braces around if
3801 expressions throughout.
3803 2006-05-22 Ben Elliston <bje@gnu.org>
3805 * lib/framework.exp (open_logs): Use file join where applicable.
3806 * lib/libgloss.exp (libgloss_link_flags, newlib_link_flags,
3807 newlib_include_flags, g++_link_flags, libstdc++_link_flags,
3808 get_multilibs, winsup_include_flags, winsup_link_flags): Likewise.
3809 * lib/utils.exp (which): Likewise.
3810 * runtest.exp (search_and_load_file, lookfor_file,
3811 load_tool_init): Likewise.
3813 * lib/debugger.exp (watcharray): Add `array' parameter. Rename
3814 `type' parameter to `op' and update all uses in the proc.
3815 (watchvar): Add `ignore' parameter for scalar variables.
3816 Likewise, rename `type' to `op' and update throughout the proc.
3818 * runtest.exp: Use switch, not case.
3819 * lib/framework.exp (clone_output): Likewise.
3820 (clear_xfail): Likewise.
3821 (clear_kfail): Likewise.
3822 (set_warning_threshold): Make warning_threshold global.
3823 (get_warning_threshold): Likewise.
3824 * lib/libgloss.exp (process_multilib_options): Use switch, not
3826 * lib/remote.exp (local_exec): Only run global errorInfo once.
3827 (standard_upload): Fix error in variable use ($file -> $srcfile).
3828 * lib/utils.exp (grep): Use switch, not case.
3829 (slay): Fix mismatched bracket.
3831 * lib/debugger.exp (watcharray): Use switch, not case.
3832 (watchvar): Likewise.
3833 (bt): Add an explanatory comment.
3835 2006-04-03 Ben Elliston <bje@gnu.org>
3837 * lib/debugger.exp, lib/dejagnu.exp, lib/dg.exp,
3838 lib/framework.exp, lib/libgloss.exp, lib/remote.exp,
3839 lib/rlogin.exp, lib/target.exp, lib/telnet.exp: Formatting.
3841 2006-01-02 Ben Elliston <bje@gnu.org>
3843 * configure.ac (AC_INIT): Set version to 1.4.99.
3844 * configure: Regenerate.
3846 2006-01-01 Ben Elliston <bje@gnu.org>
3848 * testsuite/runtest.all/utils.test: Add runtest_file_p.
3850 2006-01-01 Ben Elliston <bje@gnu.org>
3852 * runtest.exp (frame_version): Set to 1.4.99.
3854 2006-01-01 Ben Elliston <bje@gnu.org>
3856 * dejagnu.h: Update copyright notice. Use C-style /* .. */
3857 comments for portability with ISO C compilers.
3858 * testsuite/libdejagnu/unit.cc: Likewise, update copyright notice.
3860 2006-01-01 Ben Elliston <bje@gnu.org>
3862 * runtest.exp: Update copyright notice.
3863 * example/calc/testsuite/calc.test/calc.exp: Likewise.
3864 * example/calc/testsuite/config/unix.exp: Likewise.
3865 * testsuite/libdejagnu/tunit.exp: Likewise.
3866 * testsuite/runtest.all/libs.exp: Likewise.
3867 * testsuite/runtest.all/options.exp: Likewise.
3868 * testsuite/runtest.all/stats-sub.exp: Likewise.
3869 * testsuite/runtest.all/stats.exp: Likewise.
3871 2006-01-01 Ben Elliston <bje@gnu.org>
3873 * config/default.exp, config/unix.exp, config/vxworks.exp,
3874 lib/debugger.exp, lib/dejagnu.exp, lib/framework.exp,
3875 lib/libgloss.exp, lib/remote.exp, testsuite/lib/util-defs.exp:
3877 * dejagnu.h, testsuite/config/default.exp,
3878 testsuite/lib/libsup.exp, testsuite/libdejagnu/tunit.exp,
3879 testsuite/libdejagnu/unit.cc, testsuite/runtest.all/libs.exp,
3880 testsuite/runtest.all/options.exp,
3881 testsuite/runtest.all/stats-sub.exp,
3882 testsuite/runtest.all/stats.exp: Update copyright notice and FSF
3883 office address. Remove bug reporting address, as it is now
3884 maintained centrally in the README file.
3886 2005-12-31 Ben Elliston <bje@gnu.org>
3888 * testsuite/runtest.all/utils.test: Don't bother mentioning
3889 absolute, psource, prune and slay as untested procedures.
3891 2005-12-31 Ben Elliston <bje@gnu.org>
3893 * doc/ref.xml (Utility Procedures): Note that the following
3894 procedures are deprecated: absolute, psource, prune, slay.
3896 * doc/dejagnu.texi: Regenerate.
3898 2005-12-24 Ben Elliston <bje@gnu.org>
3900 * Makefile.am (doc/dejagnu.texi): Don't use shell redirection, in
3901 case the command fails and zeroes the Texinfo source file. Move
3902 the output (if successful) by its default filename using mv(1).
3903 * Makefile.in: Regenerate.
3905 2005-12-24 Ben Elliston <bje@gnu.org>
3907 * configure.ac (DOCBOOK2X_TEXI): Add search for this program.
3908 * configure: Regenerate.
3909 * Makefile.am (DOCBOOK2PDF, DOCBOOK2RTF, DOCBOOK2PS): New.
3910 (DOCBOOK2HTML, DOCBOOK2X_TEXI): Likewise.
3911 (dejagnu.pdf): Use $(DOCBOOK2PDF).
3912 (dejagnu.ps): Likewise, use $(DOCBOOK2PS).
3913 (dejagnu.rtf): Likewise, use $(DOCBOOK2RTF).
3914 (html): Likewise, use $(DOCBOOK2HTML).
3915 (doc/dejagnu.texi): Produce using the docbook2x-texi wrapper,
3916 which is much simpler. Likewise, use $(DOCBOOK2X_TEXI).
3917 * Makefile.in: Regenerate.
3919 2005-12-24 Ben Elliston <bje@gnu.org>
3921 * Makefile.am (EXTRA_DIST): Remove $(PACKAGING_METAFILES).
3922 (XML): Remove $(srcdir) from each filename; VPATH suffices.
3923 (PACKAGING_METAFILES): Remove.
3924 * Makefile.in: Regenerate.
3926 2005-12-24 Ben Elliston <bje@gnu.org>
3930 2005-12-24 Ben Elliston <bje@gnu.org>
3934 2005-12-24 Ben Elliston <bje@gnu.org>
3936 * testsuite/libdejagnu/tunit.exp: Don't change to a non-existent
3939 2005-12-24 Ben Elliston <bje@gnu.org>
3941 * Makefile.am (RUNTEST): Simplify, as Automake already generates
3942 similar logic in Makefile.in.
3943 * Makefile.in: Regenerate.
3945 2005-12-24 Ben Elliston <bje@gnu.org>
3947 * Makefile.am (RUNTESTDEFAULTFLAGS): Omit --tool so that
3948 libdejagnu tests are run too.
3949 * Makefile.in: Regenerate.
3951 2005-12-24 Ben Elliston <bje@gnu.org>
3953 * configure: Regenerate.
3955 * lib/remote.exp: Tidy.
3956 * lib/targetdb.exp: Likewise.
3957 * lib/target.exp (prune_warnings): Improve comments.
3958 * lib/dejagnu.exp: Likewise.
3959 * lib/utils.exp: Likewise.
3963 2005-12-24 Ben Elliston <bje@gnu.org>
3965 * doc/dejagnu.xml: Don't use apostrophes in section titles.
3966 * doc/dejagnu.texi: Regenerate.
3968 2005-12-24 Ben Elliston <bje@gnu.org>
3970 * Makefile.am (XML): Include $(srcdir) in filenames.
3971 * Makefile.in: Regenerate.
3973 2005-12-24 Ben Elliston <bje@gnu.org>
3975 * doc/C/Makefile.am: Remove.
3976 * doc/C/Makefile.in: Likewise.
3978 * Makefile.am (SUBDIRS): Remove.
3979 (EXTRA_DIST): Append $(XML).
3980 (dist_man_MANS): Define.
3981 (info_TEXINFOS): Likewise.
3982 (XML): List XML source files.
3983 (dejagnu.pdf): New target.
3984 (dejagnu.ps): Likewise.
3985 (dejagnu.rtf): Likewise.
3987 (dejagnu.texi): Special rule to build Texinfo source.
3988 * Makefile.in: Regenerate.
3989 * configure.ac: Don't search for docbook2dvi.
3990 Search for docbook2rtf and docbook2pdf.
3991 Don't output doc/Makefile or doc/C/Makefile.
3992 * configure: Regenerate.
3993 * doc/texinfo.tex: Move from here ..
3994 * texinfo.tex: .. to here.
3995 * doc/Makefile.am: Remove.
3996 * doc/Makefile.in: Likewise.
3997 * doc/C/dejagnu.omf: Likewise.
3998 * doc/C/topic.dat: Likewise.
3999 * doc/C/dejagnu.xml: Move from here ..
4000 * doc/dejagnu.xml: .. to here.
4001 * doc/C/legal.xml: Move from here ..
4002 * doc/legal.xml: .. to here.
4003 * doc/C/ref.xml: Move from here ..
4004 * doc/ref.xml: .. to here.
4005 * doc/C/user.xml: Move from here ..
4006 * doc/user.xml: .. to here.
4007 * doc/dejagnu.texi: Rebuild from XML source.
4009 2005-12-23 Ben Elliston <bje@gnu.org>
4011 * doc/runtest.1: Update manual page.
4013 2005-12-23 Ben Elliston <bje@gnu.org>
4015 * doc/overview.sgml: Remove in favour of XML versions.
4016 * doc/ref.sgml: Ditto.
4017 * doc/user.sgml: Ditto.
4018 * doc/texinfo.tex: Import new version.
4020 2005-12-20 Ben Elliston <bje@gnu.org>
4022 * Makefile.am (SUBDIRS): Remove testsuite, example.
4023 (EXTRA_DIST): Add $(TESTSUITE_FILES).
4024 (TESTSUITE_FILES): New.
4025 (RUNTEST, RUNTESTDEFAULTFLAGS): New.
4027 (check_PROGRAMS): New.
4028 (unit_SOURCES): New.
4029 * Makefile.in: Regenerate.
4030 * configure.ac (AC_OUTPUT): Don't output example/Makefile,
4031 testsuite/Makefile or testsuite/libdejagnu/Makefile.
4032 * configure: Regenerate.
4033 * testsuite/Makefile.am: Remove.
4034 * testsuite/Makefile.in: Likewise.
4035 * testsuite/libdejagnu/Makefile.am: Likewise.
4036 * testsuite/libdejagnu/Makefile.in: Likewise.
4038 2005-12-20 Ben Elliston <bje@gnu.org>
4040 * Makefile.am (baseboard_SCRIPTS): Rename ms1->mt.
4041 * Makefile.in: Regenerate.
4043 2005-12-20 Ben Elliston <bje@gnu.org>
4045 * configure: Regenerate with autoconf 2.59.
4046 * aclocal.m4: Regenerate with aclocal 1.9.6.
4047 * Makefile.in: Regenerate with automake 1.9.6.
4048 * doc/Makefile.in: Likewise.
4049 * doc/C/Makefile.in: Likewise.
4050 * example/Makefile.in: Likewise.
4051 * testsuite/Makefile.in: Likewise.
4052 * testsuite/libdejagnu/Makefile.in: Likewise.
4054 2005-12-20 Nathan Sidwell <nathan@codesourcery.com>
4056 * baseboards/ms1-sid.exp: Rename from this ..
4057 * baseboards/mt1-sid.exp: .. to this. Update ms1->mt within.
4059 2005-12-20 Ben Elliston <bje@gnu.org>
4061 * config.guess: Update to most recent version.
4062 * config.sub: Likewise.
4064 2005-09-24 Ben Elliston <bje@gnu.org>
4066 * packaging/pkg/pkginfo (EMAIL): Update mail address.
4068 * lib/rsh.exp: Tidy comments.
4070 2005-07-07 Ben Elliston <bje@gnu.org>
4072 * lib/telnet.exp (telnet_transmit): Remove; use standard method.
4074 2005-07-07 Ben Elliston <bje@gnu.org>
4076 * Makefile.am (baseboard_SCRIPTS): Add ms1-sid.exp.
4077 * Makefile.in: Regenerate.
4079 2005-07-06 Ben Elliston <bje@gnu.org>
4081 * lib/tip.exp (tip_open): Improve comments.
4082 (tip_download): Likewise.
4084 2005-07-06 Ben Elliston <bje@gnu.org>
4086 * lib/telnet.exp (telnet_open): Improve option handling. Clarify
4087 documentation for each proc.
4089 2005-07-06 Ben Elliston <bje@gnu.org>
4091 * aclocal.m4: Regenerate with aclocal 1.9.
4092 * configure: Regenerate with autoconf 2.59.
4093 * doc/C/Makefile.am: Remove stray include.
4094 * Makefile.in, doc/Makefile.in, doc/C/Makefile.in,
4095 example/Makefile.in, testsuite/Makefile.in,
4096 testsuite/libdejagnu/Makefile.in: Regenerate with automake 1.9.
4098 2005-07-06 Ben Elliston <bje@gnu.org>
4100 Import some missing hunks from this patch on sourceware:
4102 2004-11-11 Nick Clifton <nickc@redhat.com>
4104 * lib/libgloss.exp (libio_include_flags, g++_include_flags,
4105 winsup_include_flags): Revert previous patch, restoring the use of
4106 -I, for all libraries except newlib. Newlib needs -isystem to
4107 avoid the problems with <limits.h> but the C++ and winsup
4108 libraries need -I because -isystem generates an implicit 'extern
4109 "C"' which may not be appropriate for certain targets.
4111 2005-07-06 Aldy Hernandez <aldyh@redhat.com>
4113 * baseboards/ms1-sid.exp: New.
4115 2005-07-01 Ben Elliston <bje@gnu.org>
4117 Unify some changes with the 1.4 branch:
4119 2004-10-28 Nick Clifton <nickc@redhat.com>
4120 * baseboards/iq2000-sim.exp: New file.
4122 2004-06-08 Alexandre Oliva <aoliva@redhat.com>
4123 * baseboards/mn10300-sim.exp: Set needs_status_wrapper and
4126 2004-05-13 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
4127 * baseboards/m32r-linux-sim.exp: Add New file.
4129 2005-06-24 Ben Elliston <bje@gnu.org>
4131 * MAINTAINERS: Update my email address.
4133 2005-06-24 Ben Elliston <bje@gnu.org>
4135 * Update the FSF's physical address throughout.
4137 2005-06-22 Ben Elliston <bje@gnu.org>
4139 * config.guess: Update to most recent version.
4140 * config.sub: Likewise.
4142 2005-04-28 Mark Kettenis <kettenis@gnu.org>
4144 * lib/target.exp (prune_warnings): Add a few more linker
4145 warning patterns for OpenBSD.
4147 2005-03-20 Mark Kettenis <kettenis@gnu.org>
4149 * lib/target.exp (prune_warnings): Add linker warning patterns for
4152 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
4154 * baseboards/cris-sim.exp: New file.
4156 2004-11-19 Nick Clifton <nickc@redhat.com>
4158 * lib/libgloss.exp (newlib_include_flags): Document why -isystem
4159 is used instead of -I.
4160 (libio_include_flags): Use -I instead of -isystem and
4162 (g++_include_flags): Use -I instead of -isystem.
4163 (libstdc++_include_flags): Likewise.
4165 2004-11-04 Ben Elliston <bje@gnu.org>
4167 * lib/dg.exp (dg-test): If a `dg-do run' test fails to compile,
4168 mark the test as unresolved, rather than warning.
4170 2004-10-27 Nick Clifton <nickc@redhat.com>
4172 * baseboards/iq2000-sim.exp: New file.
4174 2004-08-20 Daniel Jacobowitz <dan@debian.org>
4176 * testglue.c: Prototype abort(3) and exit(3).
4178 2004-08-14 Paul Brook <paul@codesourcery.com>
4180 * config/sim.exp (sim_download, sim_upload): New procs.
4182 2004-06-30 Ben Elliston <bje@gnu.org>
4184 * config.guess: Update to current revision.
4185 * config.sub: Likewise.
4187 2004-06-12 Ben Elliston <bje@gnu.org>
4189 * config.guess: Update to current revision.
4190 * config.sub: Likewise.
4192 2004-06-08 Alexandre Oliva <aoliva@redhat.com>
4194 * testglue.c: Prototype abort and exit.
4196 2004-06-08 Alexandre Oliva <aoliva@redhat.com>
4198 * baseboards/mn10300-sim.exp: Set needs_status_wrapper to empty
4201 Tue Feb 25 05:19:57 UTC 2003 Brendan Conoboy <blc@@redhat.com>
4203 * lib/remote.exp (call_remote): Remove multilibs from the board
4204 name when rebooting a board.
4206 2004-06-03 Alexandre Oliva <aoliva@redhat.com>
4208 * baseboards/mn10300-sim.exp: Set needs_status_wrapper and
4211 2004-06-07 Ben Elliston <bje@gnu.org>
4213 * lib/libgloss.exp (build_wrapper): Remove redundant set command.
4215 2004-03-29 Joel Brobecker <brobecker@gnat.com>
4217 * lib/libgloss.exp (find_gnatmake): New procedure.
4218 * lib/target.exp (default_target_compile): Add support for Ada.
4220 2004-04-16 Kazuhiro Inaoka <inaoka dot kazuhiro at renesas dot com>
4222 * baseboards/m32r-linux-sim.exp: Add New file.
4224 2004-04-02 Rob Savoye <rob@direwolf.welcomehome.org>
4226 * configure.ac, example/Makefile.am: Add example/mathhelper.
4227 * configure, alocal.m4, example/Makefile.in: Regenerated.
4229 2004-04-02 Joel Sherrill <joel@OARcorp.com>
4231 * example/mathhelper: New example for using the unit testing API.
4233 2004-03-05 Daniel Jacobowitz <drow@mvista.com>
4235 * lib/remote.exp (standard_spawn): Fix rsh username support.
4237 2004-03-06 Rob Savoye <rob@althea.welcomehome.org>
4239 * doc/C: New directory for DocBook XML files.
4240 * doc/C/dejagnu.omf: New config file for scrollkeeper.
4241 * doc/C/topic.dat: New config file for the GNOME help system.
4242 * doc/C/dejagnu.xml: DocBook XML formatted verion of what was
4244 * doc/C/ref.xml: DocBook XML formatted verion of what was
4246 * doc/C/user.xml: DocBook XML formatted verion of what was
4249 2004-02-17 Ben Elliston <bje@wasabisystems.com>
4251 * runtest.exp: Do not trap SIGSEGV.
4253 2004-02-16 Ben Elliston <bje@wasabisystems.com>
4255 * configure.ac: Update AC_INIT and AM_INIT_AUTOMAKE invocations.
4256 * configure: Regenerate.
4258 2004-02-09 Ben Elliston <bje@wasabisystems.com>
4260 * doc/runtest.1: Improve some wording. Update last revision date.
4262 2004-02-09 Ben Elliston <bje@wasabisystems.com>
4264 * NEWS: Document yesterday's work.
4266 * runtest: Improve comments.
4268 2004-02-09 Ben Elliston <bje@wasabisystems.com>
4272 * testsuite/libdejagnu/unit.cc: Conform with GNU coding standard.
4274 2004-02-08 Ben Elliston <bje@wasabisystems.com>
4276 * configure.ac: Quote strings throughout in good Autoconf style.
4277 Remove AC_PROG_YACC invocation. Search for docbook2dvi, et al and
4278 expect using AC_PATH_PROG. Remove DJ_AC_PATH_DOCBOOK in favour of
4279 existing macros. Remove stale BOARDS and CONFIG substs. Ensure Tcl
4280 is at version 8.3 or greater.
4281 * configure: Regenerate.
4282 * acinclude.m4: Remove.
4283 * aclocal.m4: Regenerate.
4284 * Makefile.in: Likewise.
4285 * doc/Makefile.am (%.pdf: %.sgml): Use $(DOCBOOK2PDF).
4286 (%.dvi: %.sgml): Use $(DOCBOOK2DVI).
4287 (%.html: %.sgml): Use $(DOCBOOK2HTML).
4288 * doc/Makefile.in: Regenerate.
4289 * example/Makefile.in: Likewise.
4290 * testsuite/Makefile.in: Likewise.
4291 * testsuite/libdejagnu/Makefile.in: Likewise.
4294 2004-02-08 Daniel Jacobowitz <drow@mvista.com>
4296 * baseboards/cf.exp: Use -T instead of -Wl,-T for ldscript.
4297 * baseboards/fr30-elf.exp, baseboards/frv-elf.exp,
4298 baseboards/h8300.exp, baseboards/i960-cyclone.exp,
4299 baseboards/i960-sim.exp, baseboards/m32r-elf.exp,
4300 baseboards/mips-idt.exp, baseboards/mips-lnews-sim.exp,
4301 baseboards/mips-lsi-sim.exp, baseboards/mips64vr4100-sim.exp,
4302 baseboards/op50n.exp, baseboards/rom68k-idp.exp,
4303 baseboards/sh-hms.exp, baseboards/tx39-dve.exp,
4304 baseboards/vr4100-ddb.exp, baseboards/vr4100-sim.exp,
4305 baseboards/vr4111-sim.exp, baseboards/vr4300-ddb.exp,
4306 baseboards/vr4300-sim.exp, baseboards/vr4300.exp,
4307 baseboards/vr5000-ddb.exp: Likewise.
4309 2004-02-08 Ben Elliston <bje@wasabisystems.com>
4311 * runtest: Terminate with an error if expect cannot be found.
4314 2004-02-08 Ben Elliston <bje@wasabisystems.com>
4316 * configure.ac: Use AC_PATH_PROG to find expect(1).
4317 (DJ_AC_PATH_TCLSH): Remove unneeded invocation.
4318 * acinclude.m4 (DJ_AC_PATH_TCLSH): Remove.
4319 (DJ_AC_STL): Likewise.
4320 * configure: Regenerate.
4321 * aclocal.m4: Likewise.
4322 * configure: Likewise.
4323 * Makefile.in: Likewise.
4324 * doc/Makefile.in: Likewise.
4325 * example/Makefile.in: Likewise.
4326 * testsuite/Makefile.in: Likewise.
4327 * testsuite/libdejagnu/Makefile.in: Likewise.
4330 2004-02-08 Ben Elliston <bje@wasabisystems.com>
4332 * runtest.1: Remove any mention of mondfe.
4334 2004-02-08 Ben Elliston <bje@wasabisystems.com>
4336 * TODO: Add an item about timeouts.
4338 2004-02-08 Daniel Jacobowitz <drow@mvista.com>
4340 * baseboards/basic-sim.exp: Set gdb,do_reload_on_run.
4342 2004-02-08 Ben Elliston <bje@wasabisystems.com>
4344 * lib/standard.exp: Tidy.
4346 2004-02-07 Ben Elliston <bje@wasabisystems.com>
4348 * Makefile.am (pkgdata_SCRIPTS): Remove lib/mondfe, lib/xsh.exp.
4349 (config_SCRIPTS): Remove udi.exp, vrtx.exp.
4350 (baseboard_SCRIPTS): Remove a29k-udi.exp.
4351 * Makefile.in: Regenerate.
4352 * baseboards/a29k-udi.exp: Remove.
4353 * baseboards/dos.exp: Update comments.
4354 * config/udi.exp: Remove.
4355 * config/vrtx.exp: Remove.
4356 * doc/overview.sgml: Update. Don't mention mondfe and xsh support.
4357 * doc/ref.sgml: Likewise.
4358 * doc/user.sgml: Likewise.
4359 * lib/mondfe.exp: Remove.
4360 * lib/xsh.exp: Likewise.
4361 * lib/remote.exp: Don't load mondfe.exp or xsh.exp.
4362 * packaging/pkg/prototype: Update.
4365 2004-02-07 Ben Elliston <bje@wasabisystems.com>
4367 * Makefile.am (rpmspec): Remove.
4368 (rpm): Additionally depend on dejagnu.spec.
4369 ($(PKGDIR)/dejagnu): New target that installs DejaGnu into this
4370 directory. This saves duplicated code in the solpkg and hpdepot
4372 (solpkg): Depend on $(PKGDIR)/dejagnu.
4373 (hpdepot): Likewise.
4374 * Makefile.in: Regenerate.
4376 2004-02-07 Ben Elliston <bje@wasabisystems.com>
4378 * Makefile.am (RUNTEST, RUNTESTDEFAULTFLAGS): Remove.
4379 * Makefile.in: Regenerate.
4380 * testsuite/Makefile.am (CLEANFILES): Remove.
4381 (RUNTESTDEFAULTFLATS): Pass --srcdir and RUNTEST=$(RUNTEST).
4382 * testsuite/Makefile.in: Regenerate.
4384 2004-02-07 Ben Elliston <bje@wasabisystems.com>
4386 * lib/util-defs.exp: Move from here ..
4387 * testsuite/lib/util-defs.exp: .. to here.
4388 * Makefile.am (EXTRA_DIST): Remove lib/util-defs.exp.
4389 * Makefile.in: Regenerate.
4390 * testsuite/Makefile.am (EXTRA_DIST): Add lib/util-defs.exp.
4391 * testsuite/Makefile.in: Regenerate.
4392 * doc/ref.sgml (File Map): Remove util-defs.exp.
4393 * packaging/pkg/prototype: Update file list.
4395 2004-02-07 Ben Elliston <bje@wasabisystems.com>
4397 * NEWS: Document changes since 1.4.4.
4399 2004-02-07 Ben Elliston <bje@wasabisystems.com>
4401 * example/Makefile.am (check-recursive): Remove target.
4402 * example/Makefile.in: Regenerate.
4404 2004-02-07 Ben Elliston <bje@wasabisystems.com>
4406 * dejagnu.h: Conform with GNU coding standard.
4408 2004-02-07 Ben Elliston <bje@wasabisystems.com>
4410 * Makefile.am (PKGING): Remove.
4411 (PACKAGING_METAFILES): Update accordingly.
4412 (CLEANFILES, check-DEJAGNU): Remove.
4413 (tarball): Remove; use `dist'.
4414 (deb): Update target recipe to use `make dist'.
4416 2004-02-07 Ben Elliston <bje@wasabisystems.com>
4418 * Clean.tcl: Remove.
4420 * Makefile.am (SUBDIRS): Add testsuite, example directories.
4421 (EXTRA_DIST): Define.
4422 (pkgdata_SCRIPTS): Add lib/*.exp files.
4423 (DATE, TCLSH): Remove.
4424 (configdir, config_DATA, config_SCRIPTS): Define.
4425 (baseboarddir, baseboard_DATA, baseboard_SCRIPTS): Likewise.
4426 (pkgdata_DATA): Likewise.
4427 (djlibexecdir, djlibexec_SCRIPTS): Likewise.
4428 (PKGING, PACKAGING_METAFILES): New macros.
4429 (clean-local): Remove.
4430 (rpm): Depend on dist.
4432 (dist-hook): Remove.
4433 (lib_dest, lib_files): Likewise.
4434 (baseboard_dest, baseboard_files): Likewise.
4435 (include_dest, config_dest, config_files): Likewise.
4436 (install-data-local): Likewise.
4437 (uninstall-local): Likewise.
4438 (site.exp): Likewise.
4439 * Makefile.in: Regenerate.
4441 * testsuite/Makefile.am (all, all-am, etcetera): Remove.
4443 (EXTRA_DIST): Define.
4444 (site.exp): Remove target.
4445 * testsuite/Makefile.in: Regenerate.
4446 * testsuite/libdejagnu/Makefile.am (EXTRA_DIST): Define.
4447 (noinst_PROGRAMS): Rename from this ..
4448 (check_PROGRAMS): .. to this.
4449 * testsuite/libdejagnu/Makefile.in: Regenerate.
4451 * doc/Makefile.am (man_MANS): Rename from this ..
4452 (dist_man_MANS): .. to this.
4453 (info_TEXINFOS): Define.
4454 (TARGETS): Remove overview.rtf.
4455 (EXTRA_DIST): Define.
4456 (%.rtf: %.sgml): Remove rule.
4457 (%.gif: %.fig): Likewise.
4458 (%.epsi: %.eps): Likewise.
4459 (%.eps: %.fig): Likewise.
4460 (clean, realclean, distclean): Remove.
4461 (install-docs): Don't install overview.rtf.
4462 * doc/Makefile.in: Regenerate.
4463 * doc/texinfo.tex: New file.
4465 * example/calc/Makefile.am (noinst_PROGRAMS): Rename from this ..
4466 (check_PROGRAMS): .. to this.
4467 (EXTRA_DIST): Add test cases and calc.1 man page.
4468 * example/calc/Makefile.in: Regenerate.
4469 * example/calc/aclocal.m4: Likewise.
4470 * example/calc/configure: Likewise.
4471 * example/calc/stamp-h.in: Remove.
4472 * example/hello/Makefile.am (bin_PROGRAMS): Rename from this ..
4473 (check_PROGRAMS): .. to this.
4474 (EXTRA_DIST): Define.
4475 * example/hello/Makefile.in: Regenerate.
4476 * example/hello/aclocal.m4: Likewise.
4477 * example/hello/configure: Likewise.
4478 * example/hello/testsuite/Makefile.am (EXTRA_DIST): Define.
4479 * example/hello/testsuite/Makefile.in: Regenerate.
4481 2004-02-07 Ben Elliston <bje@wasabisystems.com>
4483 * configure.ac: Remove commented out code.
4484 * configure: Regenerate.
4486 2004-02-06 Ben Elliston <bje@wasabisystems.com>
4490 2004-02-06 Ben Elliston <bje@wasabisystems.com>
4492 * INSTALL: Import latest version.
4493 * depcomp: Likewise.
4494 * install-sh: Likewise.
4495 * missing: Likewise.
4497 2004-02-06 Ben Elliston <bje@wasabisystems.com>
4499 * configure.in: Rename from this ..
4500 * configure.ac: .. to this. Require Autoconf 2.50.
4501 * Makefile.in: Regenerate.
4502 * doc/Makefile.in: Likewise.
4503 * example/Makefile.in: Likewise.
4504 * testsuite/Makefile.in: Likewise.
4505 * testsuite/libdejagnu/Makefile.in: Likewise.
4507 2004-02-06 Ben Elliston <bje@wasabisystems.com>
4509 * lib/target.exp (prune_warnings): Add spaces where required in
4510 NetBSD warnings. Supersedes a patch in pkgsrc's devel/dejagnu.
4512 2004-02-05 Ben Elliston <bje@wasabisystems.com>
4514 * config.guess: Update to current revision.
4515 * config.sub: Likewise.
4517 2004-02-04 Ben Elliston <bje@wasabisystems.com>
4519 * configure.in (AC_NO_EXECUTABLES): Remove.
4520 * configure: Rebuild with Autoconf 2.59.
4521 * acinclude.m4 (DJ_AC_STL): Quote macro name to appease aclocal.
4522 (DJ_AC_PATH_TCLSH): Likewise.
4523 (DJ_AC_PATH_DOCBOOK): Likewise.
4524 * aclocal.m4: Rebuild.
4525 * Makefile.in: Rebuild with Automake 1.8.2.
4526 * doc/Makefile.in: Likewise.
4527 * example/Makefile.in: Likewise.
4528 * testsuite/Makefile.in: Likewise.
4529 * testsuite/libdejagnu/Makefile.in: Likewise.
4531 2004-01-30 Ben Elliston <bje@wasabisystems.com>
4533 Import orphaned patches from sources.redhat.com:
4535 2002-05-02 Fernando Nasser <fnasser@redhat.com>
4536 * doc/dejagnu.texi: Document KFAIL and KPASS.
4538 2002-02-20 Richard Henderson <rth@redhat.com>
4539 * lib/target.exp (prune_warnings): Revert early "In function"
4540 strip, as this breaks g++.dg tests. Match dangerous regexp
4541 without the "In function" header.
4543 2002-02-09 Richard Henderson <rth@redhat.com>
4544 * lib/target.exp (prune_warnings): Strip "In function" etc early.
4545 Adjust "dangerous" regexp for glibc's tmpnam warning.
4547 2001-09-10 Jim Blandy <jimb@redhat.com>
4548 * baseboards/rom68k-idp.exp: Use -Tidpgdb.ld as the linker script,
4549 so we get the version of the `outbyte' function that does console
4550 output in a way that GDB's rom68k target recognizes. Note that
4551 the board can now do output.
4553 2000-04-25 Felix Lee <flee@cygnus.com>
4554 * baseboards/tx39-sim.exp: Use idt, not dve linker script. Delete
4555 misleading comments and null statements.
4557 2004-01-30 Ben Elliston <bje@wasabisystems.com>
4559 * DejaGnu 1.4.4 released.
4561 2004-01-27 Ben Elliston <bje@wasabisystems.com>
4563 * Makefile.am (tarball): Depend on book1.html, not overview.html.
4564 Don't echo needless messages. Portably copy the source tree to
4565 dejagnu-${VERSION}. Portably copy documentation files from the
4566 source tree to the distribution directory. Don't copy RPM-related
4567 files -- leave that to the rpm target.
4568 (snapshot): Remove target.
4569 (overview.html): Rename target from this ..
4570 (book1.htm): .. to this.
4571 (rpm): Portably copy tar file to SOURCES directory.
4572 (deb): Depend on book1.html, not overview.html.
4573 (dist-hook): Depend on book1.html, not overview.html.
4574 * Makefile.in: Rebuild.
4575 * doc/Makefile.am (TARGETS): Depend on book1.html.
4576 (book1.html): Depend on html/book1.html.
4577 (overview.dvi): Remove target.
4578 * doc/Makefile.in: Rebuild.
4580 2004-01-27 Ben Elliston <bje@wasabisystems.com>
4582 * Clean.tcl: Run tclsh via /usr/bin/env for portability.
4583 (cleanfiles): Concatenate regular filenames that match .*.
4585 2004-01-12 Ben Elliston <bje@wasabisystems.com>
4587 * baseboards/frv-sim.exp: Remove reference to devo/sim.
4589 2004-01-27 Ben Elliston <bje@wasabisystems.com>
4591 * doc/overview: Remove all files.
4593 2003-12-03 Ben Elliston <bje@wasabisystems.com>
4595 * testsuite/runtest.all/utils.test: Fix a test for proc find which
4596 assumed that "subsubfile1" would appear at the end of the returned
4597 list. Adjust to use a more robust regular expression.
4599 2003-11-26 Ben Elliston <bje@wasabisystems.com>
4601 * doc/overview.sgml (version): Update.
4602 * doc/overview/installation.html: Likewise.
4604 * packaging/rpm/dejagnu.spec: Update version numbers throughout.
4605 * packaging/pkg/pkginfo: Likewise.
4606 * packaging/depot/dejagnu.psf: Likewise.
4608 2003-10-25 Ben Elliston <bje@wasabisystems.com>
4610 * runtest.exp (frame_version): Bump version.
4611 * configure.in (AM_INIT_AUTOMAKE): Likewise.
4612 * configure: Regenerate.
4614 2003-10-16 Rob Savoye <rob@welcomehome.org>
4616 * packaging/prototype: Remove sh-hms-sim.exp, add sh-sim.
4618 2003-10-13 Ben Elliston <bje@wasabisystems.com>
4620 * baseboards/sh-hms-sim.exp: Remove. Replaced by sh-sim.exp.
4622 2003-10-11 Corinna Vinschen <vinschen@redhat.com>
4624 * baseboards/sh-sim.exp: New file.
4626 2003-10-11 Ben Elliston <bje@wasabisystems.com>
4629 * AUTHORS: Don't list maintainers, reference MAINTAINERS instead.
4631 2003-10-08 Ben Elliston <bje@wasabisystems.com>
4633 * i960glue.c: Remove.
4634 * packaging/pkg/prototype: Remove i960glue.c.
4636 2003-10-07 Ben Elliston <bje@wasabisystems.com>
4638 * contrib/README: Remove.
4639 * contrib/testit: Remove bitrotten script.
4640 * contrib/test-g++: Likewise.
4641 * contrib/test-tool: Likewise.
4643 2003-08-23 Ben Elliston <bje@wasabisystems.com>
4646 * contrib/README: Bring up to date.
4648 2003-08-23 Corinna Vinschen <vinschen@redhat.com>
4650 * config/sid.exp: Add gdb settings to use no hardware watchpoints.
4652 2003-08-23 Ben Elliston <bje@wasabisystems.com>
4654 * README: Update section on reporting bugs.
4656 2003-08-22 Ben Elliston <bje@wasabisystems.com>
4658 * lib/kermit.exp: Document procs.
4659 * lib/ftp.exp: Likewise.
4661 2003-08-19 Ben Elliston <bje@wasabisystems.com>
4663 * contrib/testit: Run wish via /usr/bin/env for portability.
4665 2003-08-18 Ben Elliston <bje@wasabisystems.com>
4667 * Makefile.am: Tidy comments and unused command lines.
4668 * Makefile.in: Regenerate.
4669 * testsuite/libdejagnu/Makefile.in: Likewise.
4671 * contrib/bluegnu2.0.3: Remove unsupported subtree.
4673 2003-08-18 Ben Elliston <bje@wasabisystems.com>
4675 * MAINTAINERS: New file.
4677 2003-08-17 Ben Elliston <bje@wasabisystems.com>
4679 * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove empty variable.
4680 * doc/Makefile.in: Regenerate.
4682 2003-08-16 Ben Elliston <bje@wasabisystems.com>
4684 * doc/overview.sgml (overview): Start overhauling chapter.
4686 * doc/README.Writers: New document on style conventions.
4687 * doc/ref.sgml: Replace "test suite" with "testsuite" throughout.
4688 * doc/user.sgml: Likewise.
4689 * doc/overview.sgml: Likewise.
4690 * doc/dejagnu.texi (Design Goals): Change "Deja Gnu" to "DejaGnu".
4692 2003-08-12 Ben Elliston <bje@wasabisystems.com>
4694 * Makefile.am (tarball): Update path to dejagnu.spec.
4695 (rpmspec): Likewise.
4696 (deb): Likewise, update path to package metafiles.
4698 (hpdepot): Likewise.
4699 * Makefile.in: Regenerate.
4700 * aclocal.m4: Likewise.
4701 * configure: Likewise.
4702 * doc/Makefile.in: Likewise.
4703 * example/Makefile.in: Likewise.
4704 * testsuite/Makefile.in: Likewise.
4705 * deb: Move from here ..
4706 * packaging/deb: .. to here.
4707 * redhat: Move from here ..
4708 * packaging/rpm: .. to here.
4709 * depot: Move from here ..
4710 * packaging/depot: .. to here.
4711 * pkg: Move from here ..
4712 * packaging/pkg: .. to here.
4714 * testsuite/libdejagnu/Makefile.am (CXXFLAGS): Rename from this ..
4715 (AM_CXXFLAGS): .. to this, in order to suppress Automake warning.
4716 * testsuite/libdejagnu/Makefile.in: Regenerate.
4718 2003-08-07 Ben Elliston <bje@wasabisystems.com>
4720 * config/ddb.exp (${board}_init): Fix thinko: use Tcl incr command
4721 to increment count rather than count++ as in C.
4723 2003-08-06 Ben Elliston <bje@wasabisystems.com>
4725 * lib/remote.exp: Replace "TCL" with "Tcl".
4727 2003-07-30 Ben Elliston <bje@wasabisystems.com>
4729 * doc/runtest.1: Replace "TCL" with "Tcl".
4730 Make last revision date current.
4732 2003-07-29 Ben Elliston <bje@wasabisystems.com>
4734 * doc/overview.sgml: Replace "NT" with "Windows", correct Cygwin
4735 URLs and other stylistic improvements.
4736 * doc/ref.sgml: Likewise.
4737 * doc/user.sgml: Likewise.
4739 2003-07-25 Mike Stump <mrs@apple.com>
4741 * lib/target.exp (prune_warnings): Handle "nfs server .* not
4742 responding" and "nfs server .* is alive again".
4744 2003-07-20 Ben Elliston <bje@wasabisystems.com>
4746 * config.guess: Update to most recent version.
4747 * config.sub: Ditto.
4748 * AUTHORS: Add self to list of maintainers.
4750 2003-07-25 Jim Dein <jdein@deinji5.apple.com> (RIP)
4752 * lib/utils.exp (find): Fix double recursion bug.
4754 2002-02-25 Jackie Smith Cashion <jsmith@redhat.com>
4756 * baseboards/am33_2.0-libremote.exp: New file.
4758 2000-11-21 Drew Moseley <dmoseley@redhat.com>
4760 * baseboards/mn10300-cygmon.exp: Use the am33-2 flag for the
4763 2000-08-10 Drew Moseley <dmoseley@cygnus.com>
4765 * baseboards/mn10300-cygmon.exp: Added support for Cygmon based
4768 2003-06-13 Phil Edwards <pme@devphil.com>
4770 * baseboards/mips64-sim.exp, baseboards/mips-sim.exp,
4771 baseboards/mips-sim-idt32.exp, baseboards/mips-sim-idt64.exp: Use
4772 only -T[linker] instead of -Wl,-T[linker].
4774 2003-06-13 Jason Thorpe <thorpej@wasabisystems.com>
4776 * lib/target.exp (prune_warnings): Add two more linker
4777 warning patterns for warnings generated by modern verions
4780 2003-05-12 H.J. Lu <hongjiu.lu@intel.com>
4782 * lib/libgloss.exp (build_wrapper): Add -Wl,-wrap,_exit.
4784 2003-05-09 H.J. Lu <hongjiu.lu@intel.com>
4786 * runtest: Fix a typo.
4788 2003-05-03 Nitin Dhavale <nitinpdhavale@indiatimes.com>
4790 * doc/user.sgml: Clarify how to set the verbose option.
4792 2003-03-28 Chris Demetriou <cgd@broadcom.com>
4794 * lib/framework.exp (check_conditional_xfail): Adjust so that
4795 an empty 'includes' list matches all sets of flags.
4796 * doc/dejagnu.texi: Document the above.
4797 * doc/ref.sgml: Likewise.
4799 2003-03-27 David Heine <dlheine@tensilica.com>
4801 * baseboards/xtensa-sim.exp: Fix a syntax error.
4803 2003-03-16 Rob Savoye <rob@direwolf.welcomehome.org>
4805 * lib/unix.exp: Preserve the value of LD_LIBRARY_PATH, rather
4806 than stomp on it. This is based on a patch from Brendan Conoboy
4808 * Most files: Update copyright dates.
4810 2003-03-13 Mike Stump <mrs@apple.com>
4812 * lib/dg.exp(dg-test): Add compiler flags to testcase name, to
4813 help ensure uniqueness.
4815 2003-03-05 Alexandre Oliva <aoliva@redhat.com>
4817 * lib/remote.exp (standard_download, standard_upload): Support
4818 nfsdir and nfsroot_server.
4820 See ChangeLog-1992 for earlier changes.