1 2022-11-29 Jacob Bachmeyer <jcb@gnu.org>
3 * doc/dejagnu.texi (C++ unit testing API): Fix incorrect
4 documentation. The C and C++ interfaces share the same global
5 counters, as do all C++ TestState objects.
7 2022-11-28 Jacob Bachmeyer <jcb@gnu.org>
9 * dejagnu.h: Remove _DEJAGNU_WAIT_ conditional and revise comment
10 to explain improved solution to the problem for which it seems to
11 have been intended as a workaround.
12 (wait): Remove this function. It conflicted with POSIX wait(2);
13 this conflict was reported as PR59586.
15 * testsuite/runtest.main/stats.exp: Add test for UNSUPPORTED
16 result from a unit test program.
17 * testsuite/runtest.main/nested/testsuite/stat.test/unit-sub.awk:
18 Update to account for addition of END marker and UNSUPPORTED to
19 DejaGnu unit testing protocol.
21 * dejagnu.h: Add UNSUPPORTED test result.
22 (unsupport): New counter variable for UNSUPPORTED results.
23 (unsupported): New function in C API.
24 (TestState::unsupported): New function in C++ API.
25 (outstate_list): Add UNSUPPORTED entry.
26 (teststate::laststate): Likewise.
27 (totals): Mention number of unsupported tests.
28 (TestState::totals): Likewise for C++ API.
29 * lib/dejagnu.exp (host_execute): Add UNSUPPORTED test result.
30 * doc/dejagnu.texi (DejaGnu unit test protocol): Document same.
31 (C unit testing API): Document new function for same.
32 (C++ unit testing API): Document new function for same.
34 * testsuite/libdejagnu/unit-c.c: Add test for UNSUPPORTED.
35 * testsuite/libdejagnu/unit.exp: Likewise.
37 * testsuite/libdejagnu/unit.exp: Add test for NOTE message.
39 2022-11-26 Jacob Bachmeyer <jcb@gnu.org>
41 * Makefile.in: Regenerate.
42 * Makefile.am (AM_CXXFLAGS): Change this...
43 (AM_CPPFLAGS): ...to this. (Also remove -g flag.)
44 (check_PROGRAMS): Add testsuite/libdejagnu/unit-c.
45 (testsuite_libdejagnu_unit_c_SOURCES): Add.
46 (TESTSUITE_FILES): Update.
47 * testsuite/libdejagnu/unit-c.c: New file.
48 * testsuite/libdejagnu/unit.exp: New file.
50 * dejagnu.h (xpass): Fix use of wrong counter.
52 (totals): Report unexpected passes if any occurred.
54 * doc/dejagnu.texi (DejaGnu unit test protocol): Add end marker
55 line using "END" to allow detecting tests that exit prematurely.
56 The "Totals:" line was previously used for this purpose, but it
57 does not match the pattern documented as reserved for carrying
58 unit test results and information.
60 * lib/dejagnu.exp (host_execute): Remove test for "Totals" line.
61 (host_execute): Add corresponding support for the new line types.
63 * dejagnu.h (totals): Add end marker.
64 (TestState::totals): Likewise.
66 2022-10-04 Jacob Bachmeyer <jcb@gnu.org>
70 * lib/dg.exp (dg-test): Store results of analyzing messages in a
71 list, then report them to the framework after giving the pruning
72 callback an opportunity to skip the test case.
74 * testsuite/runtest.libs/dg.test: Add tests for skipping tests
75 based on special result codes from mock-dg-prune.
76 (mock-dg-test): Add directive for output text.
77 (mock-dg-prune): Recognize special markers for
78 UNRESOLVED/UNSUPPORTED/UNTESTED result codes.
80 2022-10-01 Jacob Bachmeyer <jcb@gnu.org>
84 * testsuite/runtest.libs/mockutil.tcl (test_proc_with_mocks):
85 Report test failure instead of raising errors.
87 * testsuite/runtest.libs/dg.test: Add more unit tests.
88 (eval_tests): Copy this procedure...
89 * testsuite/runtest.libs/target.test (eval_tests): ...from here.
91 2022-09-30 Jacob Bachmeyer <jcb@gnu.org>
95 * testsuite/runtest.libs/mockutil.tcl (test_proc_with_mocks): Add
96 usage comment and option to match number of calls for test.
97 (create_test_interpreter): Add support for mockvfs.
99 * testsuite/runtest.libs/dg.test: New file.
101 2022-09-29 Jacob Bachmeyer <jcb@gnu.org>
105 * testsuite/runtest.libs/mockvfs.tcl: New file.
107 2022-09-26 Jacob Bachmeyer <jcb@gnu.org>
109 * testsuite/runtest.libs/libs.exp (process_test): Add forward
110 slash to the list of characters recognized as text.
112 2022-01-21 Jacob Bachmeyer <jcb@gnu.org>
116 * runtest.exp (runtest): Reset the global warning and error
117 counters before running each test file. This prevents an error
118 "left over" from a previous test file from causing the first test
119 in the next file to be spuriously reported as UNRESOLVED.
121 * Makefile.am (TESTSUITE_FILES): Add new files.
123 * testsuite/runtest.main/pr53427.exp: New file for regression test.
124 * testsuite/runtest.main/nested/testsuite/pr53427.test/a.exp: Likewise.
125 * testsuite/runtest.main/nested/testsuite/pr53427.test/b.exp: Likewise.
127 2021-06-29 Jacob Bachmeyer <jcb@gnu.org>
131 * runtest.exp: Adjust detection logic for deprecated broken legacy
132 case of a testsuite not actually in a testsuite/ directory.
134 This was never supported but happened to work in older versions.
136 2021-05-22 Jacob Bachmeyer <jcb@gnu.org>
138 * Makefile.am (TESTSUITE_FILES): Correct oversight.
140 * configure, Makefile.in, aclocal.m4: Regenerate.
142 * runtest.exp, configure.ac, doc/version.texi: Update version.
144 * dejagnu: Fix error message.
146 * config.guess: Import patched version; patches sent upstream.
148 * commands/help.sh: Add test mode in which man(1) is never
149 actually invoked. The ability to reference a manpage by absolute
150 file name seems to be unique to Free systems.
151 * testsuite/launcher.all/help.exp: Amend test list to use new
152 testing mode in "dejagnu help" command. This mode should also
153 work on Solaris, so the logic for skipping the tests is removed.
155 2021-05-20 Jacob Bachmeyer <jcb@gnu.org>
157 * dejagnu: Search for a POSIX Awk and validate that at least a
158 simple Awk program actually works.
159 * testsuite/launcher.all/command.exp: Add tests for error produced
160 when no Awk is found and a help message is requested.
162 * lib/dejagnu.exp: Avoid reporting next test as UNRESOLVED when
163 reporting error due to missing size(1) while loading file.
165 * testsuite/lib/runtest.exp (runtest_copy_nested_testsuite_log):
166 New procedure. Dumps log from nested run into main test log.
168 * testsuite/runtest.libs/utils.test: Change test for [which make]
169 to [which sh] because make(1) is not always available on non-GNU
170 systems but sh(1) exists on any Unix. GNU make is often installed
171 as "gmake" on non-GNU systems and may be the only "make" utility.
173 * testsuite/runtest.main/pr42399.exp (test_pr42399): Revise to
174 ensure that a failure to produce any output at all in the inner
175 test will be detected. This was discovered on Solaris 10.
177 * testsuite/runtest.main/stats.exp: Copy stat.log from nested
178 testsuite run to the main test log upon test failure.
180 * testsuite/runtest.main/nested/testsuite/stat.test/unit-sub.exp:
181 Explicitly pass /dev/null to unit-sub.awk because /usr/bin/awk on
182 Solaris 10 does not seem to recognize assignment to ARGV.
183 * testsuite/runtest.main/nested/testsuite/bug.test/pr42399-sub.exp:
186 2021-05-18 Jacob Bachmeyer <jcb@gnu.org>
188 * dejagnu: Redirect input from /dev/null when testing if awk is
189 GNU Awk; this avoids a hang on Solaris 10 where awk treats
190 --version as an Awk program and attempts to read input.
191 (command): Rework the initial setting of this variable to avoid
192 limitations in Solaris 10 awk.
194 * testsuite/report-card.all/onetest.exp: Avoid Tcl error when item
195 and totals lines are missing entirely.
197 * testsuite/runtest.main/pr48155.exp: Fix assumption about exit
198 code from /bin/false, which is different on Solaris.
200 2021-05-05 Jacob Bachmeyer <jcb@gnu.org>
204 * Makefile.am (TESTSUITE_FILES): Update.
205 (CLEANFILES): Add special init file for PR48155 nested tests.
207 * testsuite/runtest.main/pr48155.exp: New file.
208 * testsuite/runtest.main/pr48155-csh.sh: New trivial file. This
209 script emulates the behavior of the C shell if an attempt is made
210 to use it to run the config.guess script.
212 2021-05-04 Jacob Bachmeyer <jcb@gnu.org>
216 * runtest.exp: Tighten regexp used to validate output from
217 config.guess. The previous regexp would accept an error produced
218 if config.guess was incorrectly run using the C shell.
220 2021-04-28 Jacob Bachmeyer <jcb@gnu.org>
222 * configure, Makefile.in: Regenerate.
224 * runtest.exp, configure.ac, doc/version.texi: Update version.
226 * Makefile.am (TAR_OPTIONS): Explicitly select v7 tarball format
227 to work around Automake limitation of assuming that v7 is default.
229 2021-04-20 Jacob Bachmeyer <jcb@gnu.org>
231 * configure.ac: Set Automake options to use the ancient and
232 universal V7 format when building distribution tarballs. The
233 limitations of this format are not expected to impact DejaGnu; the
234 "ustar" format will be used instead if this is proved wrong.
236 * Makefile.am (TAR_OPTIONS): Add exported environment variable to
237 set options when building distribution tarballs. Ensure that all
238 files in distribution tarballs will be recorded as owned by root.
240 2021-04-16 Jacob Bachmeyer <jcb@gnu.org>
244 * dejagnu (command): Use Awk instead of non-portable basename(1)
245 and a non-portable sed(1) pattern to initially set this variable.
247 * dejagnu: Use shell "case" pattern match instead of non-portable
248 "grep -q" to determine if "awk" is GNU Awk.
250 * dejagnu: Use Awk instead of non-portable "grep -q" to verify
251 that a file contains a help message. Also use Awk to extract help
252 messages from files, instead of a complex dynamic sed(1) program.
254 * configure.ac: Remove experimental support for propagating
255 CONFIG_SHELL to scripts in the source directory.
257 * runtest.exp: Use CONFIG_SHELL or SHELL environment variable when
258 running config.guess. Check the result carefully and stop with an
259 error immediately if running config.guess does not produce
260 something that plausibly resembles a triplet. Advise the user
261 that SHELL or CONFIG_SHELL may need to be set in the environment.
263 2021-04-15 Jacob Bachmeyer <jcb@gnu.org>
267 * dejagnu: Avoid using $? for an exit code; it is convenient until
268 the tests fail because the script is run on Solaris where false
269 returns 255 instead of 1 and the test harness expects exit code 1.
271 2021-04-14 Jacob Bachmeyer <jcb@gnu.org>
275 * dejagnu: Replace use of "expr :" with shell "case" pattern
276 match to avoid limitations of Solaris 10 expr(1).
278 2021-04-14 Jacob Bachmeyer <jcb@gnu.org>
280 * lib/specs.exp, testsuite/runtest.libs/specs.test: New files.
282 2021-04-08 Jacob Bachmeyer <jcb@gnu.org>
284 * configure: Regenerate.
286 * runtest.exp, configure.ac, doc/version.texi: Update version.
288 * configure.ac: Change "dnl" comments that should appear in
289 configure to regular comments.
290 Add experimental support for propagating CONFIG_SHELL to the
291 config.sub and config.guess scripts in the source directory.
293 2021-04-01 Jacob Bachmeyer <jcb@gnu.org>
297 * dejagnu, commands/help.sh, commands/report-card.awk: Revise help
298 message to better fit GNU conventions, with thanks to Tom Tromey
299 for the reporting this issue.
303 * runtest: Remove use of non-portable "if !" that causes problems
304 with /bin/sh on Solaris 10.
306 * dejagnu (Variants): Split the declaration of this read-only
307 variable into an assignment followed by marking it read-only,
308 instead of doing both in one statement. The Solaris 10 /bin/sh
309 does not accept the combined form.
311 2021-03-30 Jacob Bachmeyer <jcb@gnu.org>
313 * configure: Regenerate.
315 * runtest.exp, configure.ac, doc/version.texi: Update version.
317 2021-03-26 Jacob Bachmeyer <jcb@gnu.org>
321 * testsuite/launcher.all/help.exp: Skip the tests on Solaris,
322 since Solaris man(1) does not accept explicit filenames. The
323 manpages will be installed as usual, and the "dejagnu help"
324 command should work after installation.
326 Also set PAGER for testing, since other systems might also ignore
327 MANPAGER and that would cause the test to hang.
329 * testsuite/lib/launcher.exp (dejagnu_run): Send commands run and
330 copies of the output produced to the log.
332 * commands/help.sh: Extend PR47382 fix (below) to this file.
336 * testsuite/lib/runtest.exp: Remove support for automatically
337 locating an Expect executable in the old Cygnus tree layout.
339 2021-03-25 Jacob Bachmeyer <jcb@gnu.org>
343 * dejagnu, runtest: Remove use of "$()" command substitution and
344 "$(())" arithmetic substitution shell constructs. The /bin/sh on
345 Solaris 10 does not support them. They were replaced with the
346 traditional backticks for command substitution and backticks and
347 the expr command for arithmetic substitution.
349 Also add markers to explicitly disable shellcheck warnings that
350 would lead to reintroducing these problems.
352 Also avoid the non-portable "`..."..."...`" construct on a warning
353 in the GNU Autoconf manual, section "Shell Substitutions",
354 although this introduces additional variables.
356 2021-03-22 Jacob Bachmeyer <jcb@gnu.org>
358 * configure: Regenerate.
360 * runtest.exp, configure.ac, doc/version.texi: Update version.
362 * config.guess, config.sub: Import from upstream.
364 * MAINTAINERS: Acknowledge that Ben Elliston has left the project.
366 2021-03-15 Jacob Bachmeyer <jcb@gnu.org>
368 * Makefile.am, Makefile.in: Update accordingly.
370 * contrib/compare_tests: Remove. This file lacked a GPL notice.
371 This file was imported from GCC many years ago. The GCC version
372 has benefited from continued development, while ours has not.
374 * testsuite/runtest.libs/load_lib.exp: Remove. This file lacked a
375 GPL notice and an attempt to contact the contributor produced no
376 response. The tests in this file will need to be rewritten in any
377 case; there is a bug in load_lib that they should expose and there
378 is now additional infrastructure for tests of this type that was
379 not available when this file was written.
381 2020-12-27 Jacob Bachmeyer <jcb@gnu.org>
383 * testsuite/runtest.libs/libs.exp (process_test): Report running
384 test scripts as each test script is run.
385 Also, at top-level, sort the list of tests to run.
387 * doc/dejagnu.texi (testsuite procedure): Remove noise word "api"
388 from new "testsuite can call api" feature test API entrypoint.
389 * lib/framework.exp (testsuite_can): Likewise.
390 * testsuite/runtest.libs/testsuite_can.test: Likewise.
393 2020-12-16 Jacob Bachmeyer <jcb@gnu.org>
395 * configure: Regenerate.
397 * configure.ac: Remove Tcl version check.
399 Apply patch from Nick Clifton:
401 * baseboards/msp430-sim.exp: Add missing copyright and GPL notice.
403 Apply patch from Dimitar Dimitrov:
405 * baseboards/pru-sim.exp: New file.
407 * Makefile.am (baseboard_DATA): Add pru-sim.exp to list.
408 * Makefile.in (baseboard_DATA): Likewise.
410 2020-12-15 Jacob Bachmeyer <jcb@gnu.org>
412 * configure: Regenerate.
413 * Makefile.in: Regenerate.
415 * Makefile.am (RUNTEST): Explain override of Automake default.
417 * configure.ac: Update for autoconf 2.69 using autoupdate.
418 * configure.ac: Remove search for expect now handled by Automake.
420 Apply patch from Dimitar Dimitrov:
422 * Makefile.am (dejagnu_TEXINFOS): Change this...
423 * Makefile.am (doc_dejagnu_TEXINFOS): ...to this.
425 This fixes an incorrectly recorded dependency.
427 2020-11-17 Jacob Bachmeyer <jcb@gnu.org>
431 * doc/dejagnu.texi (Adding a new tool): Fix incorrect description
432 that conflated the tool init file with the target interface file.
433 (Make Check): Add cross-reference to the GNU Automake manual for
436 2020-11-10 Jacob Bachmeyer <jcb@gnu.org>
440 * testsuite/lib/launcher.exp (link_dejagnu_launcher_test_item):
441 Use [file normalize] to ensure that link targets are unambiguous.
442 (link_dejagnu_launcher_test_item): Avoid spurious errors when test
443 environment has already been prepared in a previous run.
445 * testsuite/lib/launcher.exp (link_dejagnu_launcher_test_item):
446 New procedure to collect existing repeated testsuite code.
447 * testsuite/launcher.all/command.exp: Establish testing
448 environment using link_dejagnu_launcher_test_item procedure.
450 2020-11-09 Jacob Bachmeyer <jcb@gnu.org>
452 * aclocal.m4: Regenerate.
453 * configure: Regenerate.
454 * Makefile.in: Regenerate.
456 * configure.ac: Revert development version branch tagging hook.
457 * Makefile.am: Likewise.
459 These caused failures (reported in PR44462 as a secondary issue)
460 when a source tree is copied out of a Git directory.
462 2020-08-31 Jacob Bachmeyer <jcb@gnu.org>
464 * doc/runtest.1: Add brief GFDL notice. License notice in the
465 formatted manpage should now describe DejaGnu as a whole.
467 * NEWS: Prepare for release.
469 2020-08-18 Jacob Bachmeyer <jcb@gnu.org>
471 * testsuite/runtest.libs/testsuite_file.test: Add missing
472 copyright and GPL notice.
473 * testsuite/runtest.libs/testsuite_can.test: Likewise.
474 * testsuite/runtest.libs/testcase_group.test: Likewise.
476 2020-08-12 Jacob Bachmeyer <jcb@gnu.org>
478 * doc/dejagnu.texi (The dejagnu_h header file): Remove node.
479 (Running unit tests): Add node.
480 (DejaGnu unit test protocol): Add node.
481 (C unit testing API): Update to reflect current API. Move mention
482 of dejagnu.h header here in preparation for future expanded
484 (C++ unit testing API): Likewise. Mention caveat that the C unit
485 test API is also available in C++ programs.
487 2020-08-10 Jacob Bachmeyer <jcb@gnu.org>
489 * baseboards/qemu.exp: Tidy whitespace.
491 2020-08-10 Jacob Bachmeyer <jcb@gnu.org>
493 Merge patch from Kito Cheng to add support for RISC-V sim target.
495 * baseboards/riscv-sim.exp: New file.
496 * Makefile.am (baseboard_DATA): Add riscv-sim.exp.
497 * Makefile.in (baseboard_DATA): Likewise.
499 2020-08-02 Jacob Bachmeyer <jcb@gnu.org>
501 * Makefile.am (TESTSUITE_FILES): Add files that were introduced
502 during development but were mistakenly not added at that time.
503 (baseboard_DATA): Sort baseboard file list.
504 (baseboard_DATA): Add missing files.
505 (dejagnu_TEXINFOS): New; add GNU FDL file.
506 (CONTRIB): Add experimental Python unit test module.
508 * Makefile.in (TESTSUITE_FILES): Likewise.
509 (baseboard_DATA): Likewise.
511 * testsuite/dejagnu.py: Move from here...
512 * contrib/dejagnu.py: ...to here.
514 2020-08-02 Rob Savoye <rob@senecass.com>
516 * Makefile.in: Regenerate so make dist works.
518 2020-07-25 Jacob Bachmeyer <jcb62281+dev@gmail.com>
520 * doc/dejagnu.texi (Writing a test case): Mention the DejaGnu
521 procedure "perror" instead of the Tcl command "error".
522 (Writing a test case): Reorganize node and give basic hints about
523 Tcl quoting and backslash escape rules.
524 (Writing a test case): Describe synchronization issues and warn
525 that prefixes of valid input can be presented for matching.
526 (Writing a test case): Fix markup from conversion from DocBook.
528 2020-07-22 Jacob Bachmeyer <jcb62281+dev@gmail.com>
532 * NEWS: Document changes to host_execute.
534 * lib/dejagnu.exp (host_execute): Revise expect matching to
535 combine all unit test protocol lines into one pattern.
536 (host_execute): Rework other expect patterns.
537 (host_execute): Ensure that all output from child process is read
538 until the child closes its output to avoid sending early SIGPIPE.
539 (host_execute): Report an ERROR (and cause the next test to be
540 recorded as UNRESOLVED) if the Expect matching buffer overflows.
541 (host_execute): Remove dependency on global "text" variable.
543 * Makefile.am (TESTSUITE_FILES): Update.
545 * testsuite/runtest.main/stats.exp: Generalize infrastructure and
546 add tests for DejaGnu unit testing support.
547 * testsuite/runtest.main/nested/testsuite/stat.test/unit-sub.exp:
549 * testsuite/runtest.main/nested/testsuite/stat.test/unit-sub.awk:
552 2020-07-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
556 * Makefile.am (TESTSUITE_FILES): Update.
558 * lib/dejagnu.exp (host_execute): Allow the executable to be
559 specified with an absolute file name.
560 (host_execute): Fix argument handling to allow passing more than
561 one argument to the executable. Return early if given no
562 arguments at all instead of trying to execute "./".
564 * testsuite/runtest.main/pr42399.exp: New file.
565 * testsuite/runtest.main/nested/testsuite/bug.test/pr42399.awk:
567 * testsuite/runtest.main/nested/testsuite/bug.test/pr42399-sub.exp:
570 2020-07-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
572 * Makefile.am (CLEANFILES): Update.
573 (TESTSUITE_FILES): Update to reflect testsuite reorganization.
575 * testsuite/lib/runtest.exp (runtest_setup_nested_testsuite): New
577 (runtest_cleanup_nested_testsuite): New procedure.
579 * testsuite/runtest.main/error.exp: Use the tool name "error" to
580 select the proper subset of the nested testsuite. Use new
581 procedures for handling nested testsuite. Use common
582 nested-init.exp local init file for nested testsuite. Let local
583 init file nested-init.exp handle setting "outdir" variable.
584 * testsuite/runtest.main/options.exp: Likewise; "null" tool.
585 * testsuite/runtest.main/stats.exp: Likewise; "stat" tool.
587 * testsuite/runtest.main/nested/: Combine nested testsuites.
588 * testsuite/runtest.main/error/testsuite/error.test/error-al-dbz.exp:
590 * testsuite/runtest.main/nested/testsuite/error.test/error-al-dbz.exp:
592 * testsuite/runtest.main/error/testsuite/error.test/error-dbz.exp:
594 * testsuite/runtest.main/nested/testsuite/error.test/error-dbz.exp:
596 * testsuite/runtest.main/error/testsuite/error.test/error-undef.exp:
598 * testsuite/runtest.main/nested/testsuite/error.test/error-undef.exp:
600 * testsuite/runtest.main/error/testsuite/error.test/simple.exp:
602 * testsuite/runtest.main/nested/testsuite/error.test/simple.exp:
604 * testsuite/runtest.main/options/testsuite/null.test/null.exp:
606 * testsuite/runtest.main/nested/testsuite/null.test/null.exp:
608 * testsuite/runtest.main/stats/testsuite/stat.test/stats-sub.exp:
610 * testsuite/runtest.main/nested/testsuite/stat.test/stats-sub.exp:
613 2020-07-16 Rob Savoye <rob@senecass.com>
615 * baseboards/qemu.exp: Works now with qemu instead of sim.
617 2020-07-06 Rob Savoye <rob@senecass.com>
619 * baseboards/qemu.exp: Initial working support to use qemu for
621 * Makefile.am: Install qemu.exp.
622 * autogen.sh: Add script borrowed from my Gnash project to
623 regenerate configure/build files.
624 * aclocal.m4, configure.ac, Makefile.am: regenerated GDB too.
625 * doc/dejagnu.texi: Update copyright date.
627 2020-06-29 Jacob Bachmeyer <jcb62281+dev@gmail.com>
631 * NEWS: Add item for repeated error messages.
633 * lib/framework.exp (log_and_exit): Add separator lines around the
634 error dumps repeated at the end of a run.
636 2020-06-26 Jacob Bachmeyer <jcb62281+dev@gmail.com>
640 * NEWS: Remove items for --keep_going / --no_keep_going options.
642 * Makefile.am (CLEANFILES): Adjust for renames.
643 (TESTSUITE_FILES): Likewise.
645 * doc/dejagnu.texi (Invoking runtest): Remove --keep_going and
646 --no_keep_going options.
647 (A POSIX Conforming Test Framework): Document that Tcl errors in
648 test scripts produce UNRESOLVED results as placeholders.
650 * doc/runtest.1: Likewise.
652 * lib/framework.exp (log_and_exit): Print collected Tcl errors.
654 * runtest.exp (dejagnu::error): New internal namespace.
655 (runtest): Collect Tcl errors caught while executing test scripts.
656 (dejagnu::opt): Remove internal namespace.
657 Remove --keep_going / --no_keep_going options. No longer abort on
658 any Tcl errors; instead store them and repeat the messages at the
661 * testsuite/runtest.main/abort.exp: Rename from this ...
662 * testsuite/runtest.main/error.exp: ... to this and revise tests.
664 * testsuite/runtest.main/abort/testsuite/abort.test/abort-al-dbz.exp:
666 * testsuite/runtest.main/error/testsuite/error.test/error-al-dbz.exp:
668 * testsuite/runtest.main/abort/testsuite/abort.test/abort-dbz.exp:
670 * testsuite/runtest.main/error/testsuite/error.test/error-dbz.exp:
672 * testsuite/runtest.main/abort/testsuite/abort.test/abort-undef.exp:
674 * testsuite/runtest.main/error/testsuite/error.test/error-undef.exp:
677 2020-06-24 Jacob Bachmeyer <jcb62281+dev@gmail.com>
681 * NEWS: Revise relevant items.
683 * doc/dejagnu.texi (Invoking runtest): Add --no_keep_going option.
684 * doc/runtest.1: Document --no_keep_going option. Remove
685 long-obsolete --name option. The --name option had been removed
686 from runtest before the code was imported into what became the
689 * runtest.exp: Add option --no_keep_going to stop immediately if a
690 test script aborts due to a Tcl error. Remove vestiges of
691 long-obsolete --name option. Make --keep_going option default.
693 * testsuite/runtest.main/abort.exp: Adjust tests to use
694 --no_keep_going and --keep_going instead of assuming a default.
696 2020-06-22 Jacob Bachmeyer <jcb62281+dev@gmail.com>
698 Merge patches from Maciej W. Rozycki to fix timeout handling.
700 * lib/remote.exp (close_wait_program): Use `catch' in killing
703 * lib/remote.exp (close_wait_program): Only kill the pending
704 force-kills if the PID list has a single entry.
705 (local_exec): Set the channel about to be closed to the
706 nonblocking mode if we didn't see an EOF.
707 (standard_close): Likewise, unconditionally.
709 2020-06-22 Jacob Bachmeyer <jcb62281+dev@gmail.com>
711 * NEWS: Mention "linker=" option and added language support.
713 * doc/dejagnu.texi (target_compile procedure): Document new
714 "linker=" option to target_compile.
716 * lib/target.exp (default_target_compile): Actually use internal
717 option for separate linker provided for Go language support. This
718 seems to have been accidentally omitted from Tom Tromey's patches.
719 (default_target_compile): Add "linker=" option, similar to
720 "compiler=" option, but the former overrides the latter when
721 building an executable.
722 (default_target_compile): Ensure that "--emit obj" is spaced from
723 previous item when used to compile Rust. Use "--emit asm" instead
724 of "-S" when generating assembly from Rust sources.
726 * testsuite/runtest.libs/target.test: Add tests for Go and Rust.
727 Also add tests for the new "early_flags=" and "linker=" options.
729 2020-06-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
731 * doc/dejagnu.texi (Libgloss): Update menu.
732 (find_go procedure, find_go_linker procedure): New nodes.
733 (find_rustc procedure): New node.
735 2020-06-19 Tom Tromey <tromey@adacore.com>
737 * doc/dejagnu.texi (target_compile procedure): Document Go
739 * lib/target.exp (default_target_compile): Handle Go.
740 * lib/libgloss.exp (find_go, find_go_linker): New procs.
742 2020-06-19 Tom Tromey <tromey@adacore.com>
744 * doc/dejagnu.texi (target_compile procedure): Document rust
746 * lib/target.exp (default_target_compile): Handle rust.
747 * lib/libgloss.exp (find_rustc): New proc.
749 2020-06-19 Tom Tromey <tromey@adacore.com>
751 * lib/target.exp (default_target_compile): Add early_flags.
752 * doc/dejagnu.texi (target_compile procedure): Document
755 2020-06-19 Jacob Bachmeyer <jcb62281+dev@gmail.com>
757 Merge patches from Tom de Vries <tdevries <at> suse.de> and write
760 * testsuite/runtest.main/abort.exp: Add tests that verify handling
761 of arithmetic errors (divide-by-zero) in a procedure called within
764 * testsuite/runtest.main/abort/testsuite/abort.test/abort-dbz.exp: New file.
766 2020-06-18 Jacob Bachmeyer <jcb62281+dev@gmail.com>
770 Thanks to Tom de Vries for raising these concerns and offering the
771 initial testsuite patch that led to these changes.
773 * NEWS: Add item for consistent abort-on-error handling.
775 * lib/framework.exp (unknown): Always link global variables. Tidy.
776 Silently propagate errors raised in autoloaded procedures and move
777 the UNRESOLVED result and aborting the test run to...
778 * runtest.exp (runtest): Report an UNRESOLVED result if a test
779 script aborts due to a Tcl error. Link global errorCode and
780 report its value if an error occurs. For consistency, abort the
781 test run on any Tcl error in a test script instead of only when
782 calling an undefined procedure.
784 * testsuite/runtest.main/abort.exp: Add tests to verify handling
785 of arithmetic errors (divide-by-zero) in an auto-loaded procedure
786 called from a test script. Adjust other patterns.
788 * testsuite/runtest.main/abort/testsuite/abort.test/abort-al-dbz.exp:
791 2020-06-17 Jacob Bachmeyer <jcb62281+dev@gmail.com>
795 * NEWS: Add item for --keep_going option.
797 * Makefile.am (CLEANFILES): Add abort-init.exp to list.
798 (TESTSUITE_FILES): Add new testsuite files to list.
800 * doc/dejagnu.texi (Invoking runtest): Document new --keep_going
802 * doc/runtest.1: Likewise.
804 * lib/framework.exp (unknown): Report an UNRESOLVED result if an
805 unknown command is invoked. Avoid exiting and propagate the error
806 from Tcl's "unknown" procedure if --keep_going was
807 specified. Brace procedure argument list.
808 * runtest.exp (dejagnu::opt): New namespace.
809 Add option --keep_going to continue running tests after a test
810 script aborts due to calling an undefined command.
812 * testsuite/runtest.main/abort.exp: New file.
813 * testsuite/runtest.main/abort/testsuite/abort.test/abort-undef.exp:
815 * testsuite/runtest.main/abort/testsuite/abort.test/simple.exp:
818 2020-06-17 Tom de Vries <tdevries <at> suse.de>
820 * lib/framework.exp (unknown): Propagate return value of auto-loaded
823 2020-06-15 Jacob Bachmeyer <jcb62281+dev@gmail.com>
825 Merge patches from Linaro:
827 2018-09-28 Christophe Lyon <christophe.lyon@linaro.org>
828 * lib/ssh.exp (ssh_exec): Redirect stderr to stdout on the remote
829 machine, to avoid race conditions.
831 2016-04-25 Yvan Roux <yvan.roux@linaro.org>
832 * lib/rsh.exp (rsh_exec): Don't remove trailing newline.
833 * lib/ssh.exp (ssh_exec): Likewise.
835 2016-06-28 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
836 * config/unix.exp (unix_load): Prepend the value of an
837 "exec_shell" board_info key to the command if it is defined.
839 2020-06-06 Jacob Bachmeyer <jcb62281+dev@gmail.com>
841 * NEWS: Document "testcase" command.
843 * doc/dejagnu.texi (testcase procedure): Document multiplex entry
844 point and "testcase group" command.
846 * lib/framework.exp: Add internal namespace ::dejagnu::group.
847 (::dejagnu::group::check_name): New procedure.
848 (::dejagnu::group::current): New procedure.
849 (::dejagnu::group::push): New procedure.
850 (::dejagnu::group::pop): New procedure.
851 (::dejagnu::group::pop_to_file): New procedure.
852 (testcase): New procedure for multiplex commands.
853 (testcase_group): New procedure implementing "testcase group".
855 * testsuite/runtest.libs/testcase_group.test: New file.
857 2020-06-05 Jacob Bachmeyer <jcb62281+dev@gmail.com>
859 * NEWS: Document new "testsuite can call api" command.
861 * doc/dejagnu.texi (testsuite procedure): Document new subcommand
862 "testsuite can call api".
864 * lib/framework.exp (testsuite): Add branch for "testsuite can".
865 (testsuite_can): New procedure implementing "testsuite can".
867 Add internal array ::dejagnu::apilist to store information for
868 "testsuite can call api" for querying the availability of an API
869 call. This will allow test scripts to adapt and use new features
870 while still being able to run under older versions of DejaGnu.
872 * testsuite/runtest.libs/testsuite_can.test: New file.
874 2020-06-02 Jacob Bachmeyer <jcb62281+dev@gmail.com>
877 * NEWS: Fix typo. Fix Emacs mode tag.
878 Document use of Tcl namespace ::dejagnu for internals.
879 * runtest.exp (dejagnu::command_line): New namespace.
880 (dejagnu::command_line::save_cmd_var): New procedure.
881 (dejagnu::command_line::restore_cmd_vars): New procedure.
882 (dejagnu::command_line::dump_cmd_vars): New procedure.
883 * runtest.exp: Save internal variables set by command line
884 arguments during the first pass and restore their values after
885 loading testsuite init files.
887 2020-06-01 Jacob Bachmeyer <jcb62281+dev@gmail.com>
890 * runtest.exp: Describe search for testsuite at verbose level 3.
891 Print initial working directory at verbose level 1.
893 2020-05-28 Jacob Bachmeyer <jcb62281+dev@gmail.com>
896 * testsuite/lib/launcher.exp: Adjust LAUNCHER variable default
897 value to use an absolute file name.
898 * testsuite/lib/report-card.exp: Likewise.
899 * testsuite/runtest.main/options.exp: Set outdir in options-init
900 instead of changing working directory in child runtest.
902 * runtest.exp (logname): Move verbose display of logname to
903 immediately after finding the user's login name.
906 * runtest.exp (libdir): Fix default value of global variable.
908 * ChangeLog: Tidy irregular indentation.
910 2020-05-26 Jacob Bachmeyer <jcb62281+dev@gmail.com>
912 * doc/dejagnu.texi (target_compile procedure): Add documentation.
914 2020-05-26 Jacob Bachmeyer <jcb62281+dev@gmail.com>
916 * doc/dejagnu.texi (target_link procedure): New stub node.
917 (default_link procedure): Document internal procedure.
918 (default_target_assemble procedure): Likewise.
919 (default_target_compile procedure): Likewise.
921 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
923 * baseboards/{aarch64-sim, arm-ice, arm-sim, basic-sid, iq2000-sim,
924 mn10300-sim, moxie-sim}.exp: Cleanup up whitespace.
926 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
928 * lib/target.exp (default_target_compile): Use "host_info"
929 procedure to probe for a host configuration, instead of checking a
930 local empty target_info array due to lacking "global target_info".
932 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
934 * doc/dejagnu.texi (Adding a new board): Document that the
935 "compiler" board_info field is optional and defaults to [find_gcc]
937 (Board configuration file): Likewise.
939 * lib/target.exp (default_target_compile): Establish a default C
940 compiler by evaluating [find_gcc] if no other compiler is given.
942 * baseboards/aarch64-sim.exp: Remove no-longer-needed
943 "set_board_info compiler [find_gcc]" from this file.
944 * baseboards/am33_2.0-libremote.exp: Likewise.
945 * baseboards/androideabi.exp: Likewise.
946 * baseboards/arm-ice.exp: Likewise.
947 * baseboards/arm-sim.exp: Likewise.
948 * baseboards/cris-sim.exp: Likewise.
949 * baseboards/d30v-sim.exp: Likewise.
950 * baseboards/fr30-sim.exp: Likewise.
951 * baseboards/frv-sim.exp: Likewise.
952 * baseboards/gdbserver-sample.exp: Likewise.
953 * baseboards/iq2000-sim.exp: Likewise.
954 * baseboards/linux-gdbserver.exp: Likewise.
955 * baseboards/linux-libremote.exp: Likewise.
956 * baseboards/mcore-moto-sim.exp: Likewise.
957 * baseboards/mcore-sim.exp: Likewise.
958 * baseboards/mips-sim-idt32.exp: Likewise.
959 * baseboards/mips-sim-idt64.exp: Likewise.
960 * baseboards/mips-sim-mti32.exp: Likewise.
961 * baseboards/mips-sim-mti64.exp: Likewise.
962 * baseboards/mips-sim-mti64_64.exp: Likewise.
963 * baseboards/mips-sim-mti64_n32.exp: Likewise.
964 * baseboards/mips-sim-sde32.exp: Likewise.
965 * baseboards/mips-sim-sde64.exp: Likewise.
966 * baseboards/mips-sim.exp: Likewise.
967 * baseboards/mmixware-sim.exp: Likewise.
968 * baseboards/mn10200-sim.exp: Likewise.
969 * baseboards/mn10300-sim.exp: Likewise.
970 * baseboards/moxie-sim.exp: Likewise.
971 * baseboards/msp430-sim.exp: Likewise.
972 * baseboards/powerpc-sim.exp: Likewise.
973 * baseboards/powerpcle-sim.exp: Likewise.
974 * baseboards/rx-sim.exp: Likewise.
975 * baseboards/sh-sim.exp: Likewise.
976 * baseboards/sparc-sim.exp: Likewise.
977 * baseboards/sparc64-sim.exp: Likewise.
978 * baseboards/sparclite-sim-le.exp: Likewise.
979 * baseboards/sparclite-sim.exp: Likewise.
980 * baseboards/unix.exp: Likewise.
981 * baseboards/v850-sim.exp: Likewise.
982 * baseboards/visium-sim.exp: Likewise.
983 * baseboards/xtensa-sim.exp: Likewise.
985 2020-05-24 Rob Savoye <rob@senecass.com>
987 * baseboards/pi.exp: New config file for cross testing to a
990 2020-05-24 Tom Tromey <tom@tromey.com>
992 * .gitignore: Add files.
994 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
996 * testsuite/runtest.libs/target.test: Use mockutil.tcl.
997 Collect loading DejaGnu libraries into a single loop.
998 Revise the mock board_info array.
999 Add section headings for different test groups in this file.
1000 Add tests for default_target_compile in lib/target.exp.
1001 * testsuite/runtest.libs/mockutil.tcl: New file.
1003 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
1005 * doc/dejagnu.texi (remote_exec procedure): Explicitly list
1006 optional arguments instead of simply copying the Tcl argument list
1007 or the remote_exec procedure.
1009 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
1011 * testsuite/runtest.libs/default_procs.tcl: Set sum_file to empty
1012 string instead of opening a temporary file named .tmp.
1013 * testsuite/runtest.libs/libs.exp: No longer need to remove .tmp.
1015 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
1017 * testsuite/runtest.libs/target.test: Rename fake "target_info"
1018 array to a fake "board_info" array, to align with changes made to
1019 the DejaGnu core on 29 January 1997 that moved the target
1020 configuration data into the global board_info array.
1022 * testsuite/runtest.libs/remote.test: Likewise.
1024 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
1026 * testsuite/runtest.libs/libs.exp: Use runtest_file_p to honor
1027 requests to run only some library tests.
1029 2020-05-18 Rob Savoye <rob@senecass.com>
1031 * configure.ac: Extract the current branch.
1032 * Makefile.am: Change the frame_version in runtest.exp post
1033 install to add the branch and git revision to make it easier to
1034 support multiple versions during development.
1036 2020-05-15 Rob Savoye <rob@senecass.com>
1038 * All files: Minor change, update copyright dates.
1040 2019-03-08 Andrew Burgess <andrew.burgess@embecosm.com>
1042 * runtest.exp (search_and_load_file): Join the directory and
1043 filename once using 'file join'.
1045 2019-01-24 Jacob Bachmeyer <jcb62281@gmail.com>
1047 * doc/dejagnu.texi: Refill paragraphs and normalize inter-sentence
1048 spacing so the Emacs move-by-sentence commands work correctly.
1050 2019-01-23 Ben Elliston <bje@gnu.org>
1052 * doc/dejagnu.texi: Replace "config file" with "configuration
1055 2019-01-23 Jacob Bachmeyer <jcb62281@gmail.com>
1057 * doc/dejagnu.texi (Command line option variables): Improve table
1058 formatting to fix overlapping columns and revise text slightly.
1060 2019-01-23 Jacob Bachmeyer <jcb62281@gmail.com>
1062 * doc/dejagnu.texi (Global config file): Change example to use the
1063 Tcl "switch" command instead of the deprecated "case" command.
1065 2019-01-12 Jacob Bachmeyer <jcb62281@gmail.com>
1067 * doc/dejagnu.texi (runtest_file_p procedure): Fix description of
1068 the structure of the "runtests" argument.
1070 2019-01-12 Ben Elliston <bje@gnu.org>
1072 * doc/dejagnu.texi: Various documentation fixes.
1074 2019-01-10 Jacob Bachmeyer <jcb62281@gmail.com>
1076 * testsuite/runtest.libs/clone_output.test: Use new test harness
1077 for verifying output of clone_output.
1079 * testsuite/runtest.libs/default_procs.tcl (send_error): Roll into
1080 template using store_test_output.
1081 (send_log): Likewise.
1082 (send_user): Likewise.
1083 (clear_test_output): New proc.
1084 (store_test_output): New proc.
1086 * lib/framework.exp (clone_output): Actually send errors to the
1087 error stream; bug found while improving testsuite.
1089 2019-01-10 Jacob Bachmeyer <jcb62281@gmail.com>
1091 * testsuite/runtest.libs/libs.exp (process_test): Handle blank
1092 lines from child process correctly.
1094 2019-01-02 Jacob Bachmeyer <jcb62281@gmail.com>
1096 * NEWS: Document report card.
1098 * Makefile.am (clean-local): Add target.
1099 (clean-local-check): Add target; mark as PHONY.
1100 (commands_DATA): Add "report-card" scripts.
1101 (dist_man_MANS): Add dejagnu-report-card.1 and split.
1102 (DEJATOOL): Add "report-card" tool.
1103 (TESTSUITE_FILES): Add testsuite for "report-card" tool.
1105 * commands/report-card.awk: New command script.
1107 * doc/dejagnu.texi (Invoking dejagnu report card): New node.
1108 * doc/dejagnu-report-card.1: New man page.
1110 * testsuite/lib/bohman_ssd.exp: New file.
1111 * testsuite/lib/report-card.exp: New file.
1112 * testsuite/report-card.all/onetest.exp: New file.
1113 * testsuite/report-card.all/passes.exp: New file.
1115 2019-01-02 Ben Elliston <bje@gnu.org>
1117 * Makefile.am (DISTCLEANFILES): Don't use this.
1118 (CLEANFILES): Use this instead.
1119 * Makefile.in: Regenerate.
1121 2019-01-01 Ben Elliston <bje@gnu.org>
1123 * configure.ac: Abort if AWK is not installed.
1124 * configure: Regenerate.
1126 2019-01-01 Ben Elliston <bje@gnu.org>
1128 * config.guess: Update to latest version.
1129 * config.sub: Likewise.
1131 2019-01-01 Ben Elliston <bje@gnu.org>
1133 * configure.ac: Add AC_PROG_AWK check.
1134 * configure: Regenerate.
1136 2018-12-29 Jacob Bachmeyer <jcb62281@gmail.com>
1138 * dejagnu: Avoid use of semicolon as sed(1) command separator.
1139 POSIX does not clearly require sed(1) to support that feature.
1141 2018-12-28 Jacob Bachmeyer <jcb62281@gmail.com>
1143 * testsuite/lib/util-defs.exp: Whitespace clean up.
1145 2018-12-21 Jacob Bachmeyer <jcb62281@gmail.com>
1148 * dejagnu: Improve command parsing to fix bug. Previously, the
1149 documented equivalence between "multi word command" and
1150 "multi-word-command" did not hold if no arguments were given.
1151 * testsuite/launcher.all/command.exp: Add tests.
1153 2018-12-20 Ben Elliston <bje@gnu.org>
1155 * NEWS: Add item for new dejagnu command.
1157 * Makefile.am (EXTRA_DIST): Remove $(XML).
1158 * Makefile.in: Regenerate.
1160 2018-12-20 Jacob Bachmeyer <jcb62281@gmail.com>
1162 * Makefile.am (EXTRA_DIST): Add "dejagnu" launcher script and
1163 contents of $(commands_DATA).
1164 (bin_SCRIPTS): Add "dejagnu" launcher script.
1165 (commandsdir): Installation directory for "dejagnu" subcommands is
1166 $(pkgdatadir)/commands.
1167 (commands_DATA): New, contains "commands/help.sh" as initial item.
1168 (TESTSUITE_FILES): Add testsuite for same.
1169 (DEJATOOL): Add "launcher" to list of tools to test.
1170 (dist_man_MANS): Add man pages for "dejagnu" and "dejagnu help".
1172 * doc/dejagnu.texi (Running other DejaGnu commands): New chapter.
1173 (Invoking dejagnu): New node for dejagnu(1) launcher script.
1174 (Invoking dejagnu help): New node.
1176 * doc/dejagnu.1: New man page.
1177 * doc/dejagnu-help.1: New man page.
1179 * dejagnu: New script.
1181 * commands/help.sh: New dejagnu subcommand for reading manpages.
1183 * testsuite/launcher.all/command.exp: New file.
1184 * testsuite/launcher.all/command/commands/bar-baz.awk: New file.
1185 * testsuite/launcher.all/command/commands/bar.awk: New file.
1186 * testsuite/launcher.all/command/commands/bar.sh: New file.
1187 * testsuite/launcher.all/command/commands/baz-quux.gawk: New file.
1188 * testsuite/launcher.all/command/commands/foo.sh: New file.
1189 * testsuite/launcher.all/command/commands/foo.tcl: New file.
1190 * testsuite/launcher.all/help.exp: New file.
1191 * testsuite/launcher.all/interp.exp: New file.
1192 * testsuite/launcher.all/verbose.exp: New file.
1193 * testsuite/lib/launcher.exp: New file.
1195 2018-12-20 Jacob Bachmeyer <jcb62281@gmail.com>
1197 * doc/dejagnu.texi (bt procedure): Fix Info links.
1199 2018-12-17 Ben Elliston <bje@gnu.org>
1201 * doc/dejagnu.texi (Board config file): Fix up @ref.
1202 (Command line option variables): Likewise.
1203 (Debugging Procedures): Add an entry for 'bt' command.
1205 2018-12-16 Jacob Bachmeyer <jcb62281@gmail.com>
1207 * runtest.exp: Move processing of -V|--version option to first
1208 pass through command line arguments instead of delaying it.
1210 2018-12-16 Jacob Bachmeyer <jcb62281@gmail.com>
1212 * Makefile.am (RUNTESTDEFAULTFLAGS): Remove; no longer needed.
1213 * Makefile.in: Regenerate.
1215 2018-12-15 Ben Elliston <bje@gnu.org>
1217 * doc/dejagnu.texi (telnet Procedure): Remove old node.
1218 (rlogin Procedure): Likewise.
1219 (rsh Procedure): Likewise.
1220 (tip Procedure): Likewise.
1221 (kermit Procedure): Likewise.
1222 (list_targets Procedure): Likewise.
1223 (prune_system_crud): Likewise.
1225 2018-12-15 Jacob Bachmeyer <jcb62281@gmail.com>
1227 * testsuite/runtest.libs/default_procs.tcl (send_error): New stub.
1228 (send_user): Likewise.
1229 * testsuite/runtest.libs/clone_output.test: Remove unneeded global
1230 variable link at top-level.
1231 * testsuite/runtest.libs/utils.test: Adjust absolute path to
1233 * testsuite/runtest.libs/clone_output.test: Use preset srcdir,
1234 subdir, and objdir variables instead of extracting them from argv.
1235 Remove setval.tmp, which is now obsolete.
1236 * testsuite/runtest.libs/config.test: Likewise.
1237 * testsuite/runtest.libs/remote.test: Likewise.
1238 * testsuite/runtest.libs/target.test: Likewise.
1239 * testsuite/runtest.libs/testsuite_file.test: Likewise.
1240 * testsuite/runtest.libs/utils.test: Likewise.
1242 * testsuite/lib/libsup.exp (make_defaults_file): Replace this ..
1243 (send_defaults): .. with this.
1244 (start_expect): Remove redundant code.
1246 * testsuite/runtest.libs/libs.exp: Eliminate setval.tmp file.
1247 Remove unneeded test for EXPECT global variable.
1248 Use one Expect subprocess to run all test cases.
1249 (process_test): Redesign to use Expect subprocess and to use
1250 throwaway slave interpreters for running test cases.
1252 2018-12-15 Jacob Bachmeyer <jcb62281@gmail.com>
1254 * testsuite/lib/runtest.exp (runtest_start): Remove.
1255 Move the sanity check in runtest_start to top-level and similarly
1256 check to ensure that $EXPECT can be found. Make failure of either
1257 sanity check an immediate fatal error.
1258 Improve error messages for sanity checks to indicate which
1259 critical tool was not found. Remove useless 'global RUNTEST'
1260 command at top-level.
1261 (runtest_version): Brace 'if' expression.
1263 2018-12-15 Jacob Bachmeyer <jcb62281@gmail.com>
1265 * testsuite/lib/runtest.exp: Use 'testsuite file' to locate the
1266 default runtest executable instead of implicitly searching PATH.
1267 Remove unused RUNTESTFLAGS Tcl variable.
1269 2018-12-15 Jacob Bachmeyer <jcb62281@gmail.com>
1271 * testsuite/lib/runtest.exp (runtest_start): Remove unused global
1274 2018-12-14 Jacob Bachmeyer <jcb62281@gmail.com>
1276 * lib/framework.exp (log_summary): Remove "testcnt" mechanism.
1277 * testsuite/lib/libsup.exp: Remove obsolete "testcnt" variable.
1279 2018-12-12 Ben Elliston <bje@gnu.org>
1281 * config/gdb-comm.exp, config/gdb_stub.exp, config/vxworks.exp,
1282 lib/dg.exp, lib/ftp.exp, lib/kermit.exp, lib/rlogin.exp,
1283 lib/telnet.exp, runtest.exp, testsuite/lib/libsup.exp: Simplify
1284 some regular expressions in constant strings by placing them
1285 inside braces instead of quotes. This allows one level of
1286 backslash quoting to be removed.
1288 2018-12-12 Ben Elliston <bje@gnu.org>
1290 * doc/dejagnu.texi: Acknowledge contributions to the manual from
1293 2018-12-11 Jacob Bachmeyer <jcb62281@gmail.com>
1295 * testsuite/runtest.all/libs.exp: Use "testsuite file" command.
1296 * testsuite/runtest.all/load_lib.exp: Likewise.
1297 * testsuite/runtest.all/stats.exp: Likewise.
1299 * testsuite/runtest.all/stats.exp: Write local init file as
1300 "stats-init.exp" for status summary tests. Use --local_init
1301 option to runtest to load that file instead of site.exp and move
1302 the inner test module to a nested testsuite.
1303 * testsuite/runtest.all/stats-sub.exp: Move file from here ..
1304 * testsuite/runtest.all/stats/testsuite/stat.test/stats-sub.exp:
1307 * testsuite/runtest.all/options.exp: Clean up whitespace in file.
1308 Wrap lines in test list and move short items to beginning of list.
1309 Write local init file as "options-init.exp" for options tests.
1310 Use --local_init option with nested runtest to load that file
1311 instead of site.exp; also create an empty nested testsuite. Local
1312 init file arranges for inner runtest processes to run in a
1313 subdirectory in the object tree to eliminate filename clashes.
1314 Set tmpdir if not already set and remove entire temporary
1315 directory after running options tests.
1316 * testsuite/runtest.all/options/testsuite/null.test/null.exp: New.
1318 * testsuite/runtest.all/clone_output.test: Move from here ..
1319 * testsuite/runtest.libs/clone_output.test: .. to here.
1320 * testsuite/runtest.all/config.test: Move from here ..
1321 * testsuite/runtest.libs/config.test: .. to here.
1322 * testsuite/runtest.all/default_procs.tcl: Move from here ..
1323 * testsuite/runtest.libs/default_procs.tcl: .. to here.
1324 * testsuite/runtest.all/libs.exp: Move from here ..
1325 * testsuite/runtest.libs/libs.exp: .. to here.
1326 * testsuite/runtest.all/load_lib.exp: Move from here ..
1327 * testsuite/runtest.libs/load_lib.exp: .. to here.
1328 * testsuite/runtest.all/remote.test: Move from here ..
1329 * testsuite/runtest.libs/remote.test: .. to here.
1330 * testsuite/runtest.all/target.test: Move from here ..
1331 * testsuite/runtest.libs/target.test: .. to here.
1332 * testsuite/runtest.all/testsuite_file.test: Move from here ..
1333 * testsuite/runtest.libs/testsuite_file.test: .. to here.
1334 * testsuite/runtest.all/topdir/subdir1/subfile1: Move from here ..
1335 * testsuite/runtest.libs/topdir/subdir1/subfile1: .. to here.
1336 * testsuite/runtest.all/topdir/subdir1/subfile2: Move from here ..
1337 * testsuite/runtest.libs/topdir/subdir1/subfile2: .. to here.
1338 * testsuite/runtest.all/topdir/subdir1/subsubdir1/subsubfile1:
1340 * testsuite/runtest.libs/topdir/subdir1/subsubdir1/subsubfile1:
1342 * testsuite/runtest.all/topdir/subdir2/subfile2: Move from here ..
1343 * testsuite/runtest.libs/topdir/subdir2/subfile2: .. to here.
1344 * testsuite/runtest.all/utils.test: Move from here ..
1345 * testsuite/runtest.libs/utils.test: .. to here.
1346 * testsuite/runtest.libs/utils.test: Update references to
1349 * testsuite/runtest.all/options.exp: Move from here ..
1350 * testsuite/runtest.main/options.exp: .. to here.
1351 * testsuite/runtest.all/options/testsuite/null.test/null.exp: Move
1353 * testsuite/runtest.main/options/testsuite/null.test/null.exp:
1355 * testsuite/runtest.all/stats.exp: Move from here ..
1356 * testsuite/runtest.main/stats.exp: .. to here.
1357 * testsuite/runtest.all/stats/testsuite/stat.test/stats-sub.exp:
1359 * testsuite/runtest.main/stats/testsuite/stat.test/stats-sub.exp:
1362 * Makefile.am (DISTCLEANFILES): Update for testsuite improvements.
1363 (TESTSUITE_FILES): Update to reflect testsuite reorganization.
1364 * Makefile.in: Regenerate.
1366 2018-12-11 Jacob Bachmeyer <jcb62281@gmail.com>
1368 * doc/dejagnu.texi: Clean up whitespace. Some indented examples
1369 were changed to use the Texinfo '@ ' command (yes, a space
1370 character) to preserve correct indentation. The '@ ' command is
1371 treated as a single space by Tex and makeinfo, but prevents Emacs
1372 from complaining about indentation using spaces instead of tabs.
1374 2018-12-11 Jacob Bachmeyer <jcb62281@gmail.com>
1376 * doc/dejagnu.texi (getdirs procedure): Document hard-coded
1377 directory exclusions by name in this procedure.
1379 2018-12-10 Ben Elliston <bje@gnu.org>
1381 * doc/dejagnu.texi (getdirs procedure): This procedure accepts Tcl
1382 glob patterns, not "shell wildcard characters" per se.
1384 * doc/dejagnu.texi (istarget procedure): Remove stray @{.
1386 2018-12-10 Jacob Bachmeyer <jcb62281@gmail.com>
1388 * doc/dejagnu.texi (Writing a test case): Add warning about
1389 priority of Expect patterns, complete with example.
1390 * testsuite/runtest.all/libs.exp (process_test): Fix bug that
1391 caused test results other than "PASS" to be skipped if a "PASS" is
1392 further along in the input buffer. Describe problem in manual.
1393 (process_test): Ensure that the log file shows each test case run.
1394 (process_test): Directly run the test cases instead of using
1395 temporary files and "cat". All output is always available in the
1396 log file, which is no longer overwritten by other tests.
1397 (process_test): Expect END markers from test case scripts.
1398 * testsuite/runtest.all/clone_output.test: Emit END markers.
1399 * testsuite/runtest.all/config.test: Likewise.
1400 * testsuite/runtest.all/remote.test: Likewise.
1401 * testsuite/runtest.all/target.test: Likewise.
1402 * testsuite/runtest.all/testsuite_file.test: Likewise.
1403 * testsuite/runtest.all/utils.test: Likewise.
1405 2018-12-10 Ben Elliston <bje@gnu.org>
1407 * lib/utils.exp (grep): Use a proper Tcl list for options.
1409 2018-12-10 Ben Elliston <bje@gnu.org>
1411 * testsuite/runtest.all/utils.test: ${srcdir} -> $srcdir.
1413 * lib/utils.exp (getdirs): Use glob -nocomplain rather than glob
1414 and catching the "no files matched glob pattern" error
1415 message. Catching the error message was the wrong thing to do
1416 because the foreach loop then iterates over each word in the error
1417 message as if they were matches.
1419 2018-12-10 Ben Elliston <bje@gnu.org>
1421 * testsuite/runtest.all/utils.test (getdirs): Add a test for the
1422 non-existent directory case.
1424 2018-12-10 Ben Elliston <bje@gnu.org>
1426 * runtest.exp: Remove unnecessary quotes and braces around
1427 variable expansions.
1429 * lib/debugger.exp (dumpvars): Remove unnecessary braces.
1431 2018-12-09 Ben Elliston <bje@gnu.org>
1433 * runtest.exp (setup_target_hook): Use 'ne' and not '!='.
1434 (iterate_target_variants_two): Likewise.
1435 * lib/remote.exp (standard_download): Use 'eq' not '=='.
1436 (remote_upload): Likewise.
1437 * lib/framework.exp (open_logs): Likewise.
1438 (is_remote): Likewise.
1440 2018-12-09 Ben Elliston <bje@gnu.org>
1442 * baseboards/basic-sid.exp, baseboards/basic-sim.exp,
1443 baseboards/i386-sid.exp, baseboards/mt-sid.exp,
1444 baseboards/sh-sid.exp, config/adb.exp, config/gdb-comm.exp,
1445 config/gdb_stub.exp, config/sim.exp, config/unix.exp,
1446 config/vxworks.exp, lib/dejagnu.exp, lib/dg.exp,
1447 lib/framework.exp, lib/kermit.exp, lib/libgloss.exp,
1448 lib/remote.exp, lib/rsh.exp, lib/target.exp, lib/tip.exp,
1449 lib/utils.exp, testsuite/lib/libsup.exp,
1450 testsuite/runtest.all/options.exp,: Remove unnecessary braces
1451 around variable expansions.
1453 2018-12-09 Ben Elliston <bje@gnu.org>
1455 * lib/debugger.exp, lib/dg.exp, lib/framework.exp, lib/ftp.exp,
1456 lib/kermit.exp, lib/libgloss.exp, lib/remote.exp, lib/rlogin.exp,
1457 lib/target.exp, lib/tip.exp, lib/utils.exp, runtest.exp: Remove
1458 unnecessary quotes and braces around variable expansions.
1460 2018-12-09 Ben Elliston <bje@gnu.org>
1462 * config/gdb-comm.exp: Remove unnecessary quotes.
1463 * config/gdb_stub.exp: Likewise.
1464 * config/vxworks.exp: Likewise.
1465 * config/unix.exp: Likewise.
1466 * config/sim.exp: Likewise.
1468 2018-12-09 Ben Elliston <bje@gnu.org>
1470 * testsuite/lib/libsup.exp: Remove unnecessary quotes around
1471 variable expansions.
1472 * testsuite/lib/util-defs.exp: Likewise.
1474 2018-12-09 Ben Elliston <bje@gnu.org>
1476 * baseboards/androideabi.exp: Remove unnecessary quotes and braces
1477 around variable expansions.
1478 * baseboards/basic-sid.exp: Likewise.
1479 * baseboards/cris-sim.exp: Likewise.
1480 * baseboards/generic-sim.exp: Likewise.
1481 * baseboards/mcore-moto-sim.exp: Likewise.
1482 * baseboards/multi-sim.exp: Likewise.
1484 2018-12-08 Ben Elliston <bje@gnu.org>
1488 2018-12-08 Ben Elliston <bje@gnu.org>
1490 * lib/dejagnu.exp (host_execute): Remove unnecessary quotes around
1491 variable expansions.
1492 * testsuite/runtest.all/clone_output.test: Likewise.
1493 * testsuite/runtest.all/target.test: Likewise.
1494 * testsuite/runtest.all/stats.exp: Likewise.
1495 * testsuite/runtest.all/remote.test: Likewise.
1496 * testsuite/runtest.all/config.test: Likewise.
1497 * testsuite/runtest.all/default_procs.tcl: Likewise.
1498 * testsuite/runtest.all/libs.exp: Likewise.
1499 * testsuite/runtest.all/options.exp: Likewise.
1501 2018-12-08 Jacob Bachmeyer <jcb62281@gmail.com>
1503 * NEWS: Document 'testsuite' command.
1504 * doc/dejagnu.texi (testsuite procedure): Document multiplex entry
1505 point and "testsuite file" command.
1506 * lib/framework.exp (testsuite): New proc for multiplex commands.
1507 (testsuite_file): New proc implementing "testsuite file".
1508 * testsuite/runtest.all/testsuite_file.test: New file.
1509 * runtest.exp: Expect to find testsuite in ${srcdir}/testsuite,
1510 but also search $srcdir itself.
1511 (load_lib): Add explicit search for testsuite-local libraries.
1512 (load_tool_init): Use $testsuitedir in search.
1513 (load_config): Use $testsuitedir instead of $srcdir.
1514 (load_tool_target_config): Likewise.
1516 Add variable "testsuitedir" for testsuite root directory.
1518 Add internal global variables "testbuilddir" and "testdir" for use
1519 by "testsuite file".
1521 Ensure that $testsuitedir, $testbuilddir, and $objdir also avoid
1522 duplicated path delimiters.
1524 Add warning if no tests are found and fallback method of searching
1527 2018-12-08 Ben Elliston <bje@gnu.org>
1529 * testsuite/lib/libsup.exp (start_expect): Brace commands in if
1531 * testsuite/lib/util-defs.exp (util_test): Likewise.
1532 * testsuite/runtest.all/stats.exp: Likewise.
1533 * testsuite/runtest.all/libs.exp: Likewise.
1535 2018-12-08 Jacob Bachmeyer <jcb62281@gmail.com>
1537 * testsuite/runtest.all/default_procs.tcl:
1538 (lib_errpat_test, lib_errregexp_test, lib_err_test): New.
1539 (lib_regexp_test): Fix copy-paste-edit error.
1540 (lib_pat_test, lib_regexp_test, lib_ret_test, lib_bool_test):
1541 Fix handling of errors raised by tested procedure. Also ensure
1542 proper quoting of argument lists passed to eval and simplify
1543 the logic for producing return values.
1545 2018-12-08 Ben Elliston <bje@gnu.org>
1547 * config/vxworks.exp (${board}_init): Use 'ne' instead of !=.
1549 2018-12-08 Ben Elliston <bje@gnu.org>
1551 * lib/tip.exp (tip_open): Put braces around if expression.
1553 2018-12-08 Ben Elliston <bje@gnu.org>
1555 * runtest.exp, lib/utils.exp, lib/targetdb.exp, lib/target.exp,
1556 lib/remote.exp, lib/framework.exp, lib/dg.exp, config/vxworks.exp,
1557 config/sim.exp, config/gdb_stub.exp, config/aarch64-fv8.exp,
1558 baseboards/vr4300-sim.exp, baseboards/vr4111-sim.exp,
1559 baseboards/vr4100-sim.exp, baseboards/sh-sid.exp,
1560 baseboards/mt-sid.exp, baseboards/mips-sim.exp,
1561 baseboards/mips-sim-idt64.exp, baseboards/mips-sim-idt32.exp,
1562 baseboards/i386-sid.exp, baseboards/arm-sim.exp,
1563 baseboards/arm-ice.exp, baseboards/androideabi.exp,
1564 testsuite/runtest.all/utils.test,
1565 testsuite/runtest.all/target.test: Replace string literal
1566 comparisons using == and != with 'eq' and 'ne'.
1568 2018-12-08 Ben Elliston <bje@gnu.org>
1570 * runtest.exp, lib/utils.exp, lib/target.exp, lib/ssh.exp,
1571 lib/rsh.exp, lib/rlogin.exp, lib/remote.exp, lib/libgloss.exp,
1572 lib/framework.exp, lib/dg.exp, lib/dejagnu.exp,
1573 config/vxworks.exp, config/unix.exp, config/sim.exp,
1574 config/gdb_stub.exp, config/gdb-comm.exp, config/adb.exp,
1575 baseboards/multi-sim.exp, baseboards/cris-sim.exp,
1576 baseboards/basic-sim.exp, baseboards/basic-sid.exp,
1577 baseboards/androideabi.exp, testsuite/runtest.all/load_lib.exp,
1578 testsuite/libdejagnu/tunit.exp: Replace empty string comparisons
1579 using == and != with 'eq' and 'ne'.
1581 2018-12-07 Jacob Bachmeyer <jcb62281@gmail.com>
1583 * testsuite/runtest.all/default_procs.tcl (lib_bool_test): New.
1584 (lib_regexp_test): New.
1585 (lib_pat_test): Brace "if" conditions.
1586 (lib_pat_test): Remove spurious quotes in debugging output.
1587 (run_tests): Add support for comments in lists of procedure tests.
1589 * testsuite/runtest.all/config.test: Adjust to use run_tests
1590 procedure. Fixes issue cited in FIXME comment.
1592 * testsuite/runtest.all/utils.test (getdirs tests): Fix these.
1593 The old tests had the sense of the return value from lib_pat_test
1594 inverted and were failing but reported PASS.
1595 (find tests, relative_filename tests, runtest_file_p tests):
1596 Adjust to use run_tests procedure.
1598 2018-12-07 Ben Elliston <bje@gnu.org>
1600 * doc/dejagnu.texi: Add more missing material.
1602 2018-12-07 Jacob Bachmeyer <jcb62281@gmail.com>
1604 * testsuite/runtest.all/default_procs.tcl (lib_ret_test): Tidy.
1605 (run_tests): Replace implicit "eval" with explicit "eval". Tidy.
1606 (verbose): Remove unnecessary quotes.
1608 2018-12-06 Ben Elliston <bje@gnu.org>
1610 * doc/dejagnu.texi: Add more missing material.
1612 2018-12-06 Jacob Bachmeyer <jcb62281@gmail.com>
1614 * testsuite/runtest.all/default_procs.tcl: Whitespace clean up.
1615 (lib_pat_test): Handle an argument list instead of only a single
1616 argument for the procedure under test.
1617 (lib_ret_test): Likewise.
1618 * testsuite/runtest.all/utils.test: Whitespace clean up.
1619 Adjust to pass argument lists for improved lib_pat_test.
1620 * testsuite/runtest.all/clone_output.test: Likewise.
1622 2018-12-06 Jacob Bachmeyer <jcb62281@gmail.com>
1624 * lib/remote.exp (standard_load): Fix typo on empty string.
1625 * runtest.exp: Adjust expression to follow GNU conventions.
1626 * lib/utils.exp (diff): Fix mistake in replacing [string compare]
1627 with "eq" instead of "ne".
1628 * testsuite/runtest.all/config.test: Likewise.
1630 2018-12-06 Ben Elliston <bje@gnu.org>
1632 * runtest.exp: Replace [string match] commands involving literal
1633 strings and variables known to not be Tcl glob patterns with eq
1635 * config/unix.exp: Likewise.
1636 * lib/debugger.exp: Likewise.
1637 * lib/dg.exp: Likewise.
1638 * lib/framework.exp: Likewise.
1639 * lib/remote.exp: Likewise.
1640 * lib/utils.exp: Likewise.
1641 * baseboards/androideabi.exp: Likewise.
1642 * baseboards/multi-sim.exp: Likewise.
1643 * testsuite/lib/util-defs.exp: Likewise.
1644 * testsuite/runtest.all/config.test: Likewise.
1646 2018-12-06 Jacob Bachmeyer <jcb62281@gmail.com>
1648 * testsuite/runtest.all/utils.test: Add Tcl mode marker for Emacs.
1649 * testsuite/runtest.all/target.test: Likewise.
1650 * testsuite/runtest.all/remote.test: Likewise.
1651 * testsuite/runtest.all/config.test: Likewise.
1652 * testsuite/runtest.all/clone_output.test: Likewise.
1654 2018-12-06 Ben Elliston <bje@gnu.org>
1656 * runtest.exp: Replace '==' with 'eq' for string compares.
1657 Likewise, replace '!=' with 'ne'. Replace a few instances of
1658 [string length $str] == 0 with $str eq "".
1659 * config/gdb-comm.exp: Likewise.
1660 * lib/dg.exp: Likewise.
1661 * lib/framework.exp: Likewise.
1662 * lib/libgloss.exp: Likewise.
1663 * lib/remote.exp: Likewise.
1664 * lib/target.exp: Likewise.
1665 * lib/utils.exp: Likewise.
1667 2018-12-06 Jacob Bachmeyer <jcb62281@gmail.com>
1669 * runtest.exp: Replace archaic use of [string match] with "eq".
1671 2018-12-06 Ben Elliston <bje@gnu.org>
1673 * doc/dejagnu.texi (compile Procedure): Remove old node.
1674 (archive Procedure): Likewise.
1675 (ranlib Procedure): Likewise.
1677 2018-12-06 Ben Elliston <bje@gnu.org>
1679 * doc/dejagnu.texi (rsh procedure): Fix node connectivity.
1681 2018-12-06 Ben Elliston <bje@gnu.org>
1683 * lib/telnet.exp (telnet_open): Remove connectmode global.
1684 * doc/dejagnu.texi (Procedures For Remote Communication): Remove
1685 mention of connectmode.
1687 2018-12-05 Ben Elliston <bje@gnu.org>
1689 * doc/dejagnu.texi (execute_anywhere Procedure): Remove obsolete
1692 2018-12-05 Ben Elliston <bje@gnu.org>
1694 * doc/dejagnu.texi: Add more missing material.
1696 2018-12-05 Ben Elliston <bje@gnu.org>
1698 * testsuite/runtest.all/utils.test: Test runtest_file_p.
1700 2018-12-05 Jacob Bachmeyer <jcb62281@gmail.com>
1702 * runtest.exp (load_config): Remove unused globals.
1703 (load_generic_config): Likewise.
1704 (load_board_description): Likewise.
1705 (load_base_board_description): Likewise.
1707 2018-12-05 Ben Elliston <bje@gnu.org>
1709 * lib/utils.exp (grep): Handle -n.
1710 * doc/dejagnu.texi (grep procedure): Document it.
1711 * testsuite/runtest.all/utils.test: Add a test case.
1712 * NEWS: Add an item.
1714 2018-12-05 Ben Elliston <bje@gnu.org>
1716 * testsuite/runtest.all/utils.test: Test diff.
1718 2018-12-04 Ben Elliston <bje@gnu.org>
1720 * testsuite/runtest.all/utils.test: Test grep.
1722 2018-12-04 Ben Elliston <bje@gnu.org>
1724 * testsuite/runtest.all/utils.test (which): Fail on the else path,
1725 don't pass in either case.
1727 2018-12-04 Ben Elliston <bje@gnu.org>
1729 * doc/dejagnu.texi (Libgloss): Improve documentation.
1730 (Debugging Procedures): Likewise.
1732 2018-12-04 Ben Elliston <bje@gnu.org>
1734 * lib/debugger.exp (dumprocs): Fix proc comment.
1736 2018-12-04 Ben Elliston <bje@gnu.org>
1738 * doc/dejagnu.texi (Utility Procedures): Improve documentation for
1739 the procedures in this section.
1741 2018-12-04 Jacob Bachmeyer <jcb62281@gmail.com>
1743 * NEWS: Document new relative_filename procedure and --local_init/
1744 --global_init command line options.
1746 2018-12-04 Jacob Bachmeyer <jcb62281@gmail.com>
1748 * lib/utils.exp (relative_filename): New proc.
1749 * runtest.exp: Use it.
1750 * doc/dejagnu.texi (relative_filename procedure): Document it.
1751 * testsuite/runtest.all/utils.test: Add tests for relative_filename.
1753 2018-12-03 Ben Elliston <bje@gnu.org>
1755 * dejagnu.h (TestState): Remove const char * variants of pass(),
1756 xpass(), fail(), xfail(), untested(), unresolved() for C++. A
1757 const char * will be implicitly converted to std::string.
1759 2018-12-03 Ben Elliston <bje@gnu.org>
1761 * doc/dejagnu.texi: Move 'Built-in Procedures' node up a level,
1762 removing the 'Reference' node and chapter. Make all subsubsections
1763 in this chapter unnumbered subheadings.
1765 2018-12-03 Jacob Bachmeyer <jcb62281@gmail.com>
1767 * doc/dejagnu.texi: Fix Info node links. The arguments to @node
1768 are: here, next, previous, up; not here, previous, next, up.
1770 2018-12-03 Ben Elliston <bje@gnu.org>
1772 * Makefile.am (EXTRA_DIST): Use $(TEXINFO_TEX), not a hardcoded
1773 doc/texinfo.tex. With thanks to Jacob Bachmeyer.
1774 * Makefile.in: Regenerate.
1776 2018-12-03 Ben Elliston <bje@gnu.org>
1778 * Makefile.am (TEXINFO_TEX): Set to doc/texinfo.tex.
1779 (EXTRA_DIST): Add doc/texinfo.tex. Setting TEXINFO_TEX otherwise
1780 prevents the distribution of the overridden texinfo.tex.
1781 * Makefile.in: Regenerate.
1782 * texinfo.tex: Move from here ..
1783 * doc/texinfo.tex: .. to here.
1785 2018-12-03 Ben Elliston <bje@gnu.org>
1787 * lib/framework.exp (isremote): Add verbose message.
1789 2018-12-02 Ben Elliston <bje@gnu.org>
1791 * lib/framework.exp (isremote): Pass $board to is_remote.
1793 2018-12-02 Ben Elliston <bje@gnu.org>
1795 * doc/fdl.texi: New.
1796 * doc/dejagnu.texi (Variable Index): New.
1797 Add more concept index entries.
1798 (GNU Free Documentation License): New appendix.
1800 2018-12-02 Ben Elliston <bje@gnu.org>
1802 * doc/dejagnu.texi (Procedure Index): New. Add Texinfo function
1803 index (@findex) entries for every built-in procedure.
1805 2018-12-02 Ben Elliston <bje@gnu.org>
1807 * doc/dejagnu.texi: Start an index.
1809 2018-12-02 Ben Elliston <bje@gnu.org>
1811 * doc/version.texi: New.
1813 2018-12-02 Ben Elliston <bje@gnu.org>
1815 * doc/dejagnu.texi: Add title page and frontmatter. Include
1817 * Makefile.in: Regenerate.
1818 * mdate-sh: Installed by automake --add-missing.
1820 2018-12-02 Ben Elliston <bje@gnu.org>
1822 * doc/dejagnu.texi (diff procedure): Tidy up this node.
1824 2018-12-02 Jacob Bachmeyer <jcb62281@gmail.com>
1826 * runtest.exp (hex): Remove useless test before setting.
1827 (decimal): Likewise.
1829 2018-12-02 Jacob Bachmeyer <jcb62281@gmail.com>
1831 * doc/dejagnu.texi (Invoking runtest): Document new --local_init
1832 and --global_init command line options.
1833 * doc/runtest.1: Likewise.
1835 * runtest.exp: Remove useless tests before setting default values
1836 for variables: all_flag, binpath, debug, options, outdir, reboot,
1837 tracelevel, verbose, log_dialog. They are set before loading any
1838 files or parsing the command line.
1840 * runtest.exp: Add options --local_init and --global_init for
1841 selecting alternate testsuite configuration files.
1843 * runtest.exp: Split variable "configfile" into "local_init_file"
1844 and "global_init_file" in preparation for adding command-line
1845 options to specify these independently.
1847 * runtest.exp (load_generic_config): Remove configfile global.
1848 (load_board_description): Likewise.
1849 (load_base_board_description): Likewise.
1851 2018-11-30 Ben Elliston <bje@gnu.org>
1853 * lib/utils.exp (grep): Remove reference to "NULL" in comment.
1854 * testsuite/lib/util-defs.exp (util_start): Likewise.
1856 2018-11-30 Ben Elliston <bje@gnu.org>
1858 * doc/dejagnu.texi: (verbose procedure): Improve documentation.
1859 (load_lib procedure): Likewise.
1861 2018-11-30 Ben Elliston <bje@gnu.org>
1863 * doc/dejagnu.texi: More clean-ups of built-in proc documentation.
1865 2018-11-30 Ben Elliston <bje@gnu.org>
1867 * runtest.exp: Use isremote.
1868 * lib/target.exp: Likewise.
1869 * lib/remote.exp: Likewise.
1870 * lib/libgloss.exp: Likewise.
1871 * config/unix.exp: Likewise.
1872 * config/sim.exp: Likewise.
1873 * config/gdb_stub.exp: Likewise.
1874 * config/gdb-comm.exp: Likewise.
1875 * baseboards/basic-sim.exp: Likewise.
1876 * baseboards/androideabi.exp: Likewise.
1878 2018-11-30 Ben Elliston <bje@gnu.org>
1880 * lib/framework.exp (isremote): New.
1881 * doc/dejagnu.texi (isremote procedure): Document it.
1882 * NEWS: Mention isremote.
1884 2018-11-30 Ben Elliston <bje@gnu.org>
1886 * texinfo.tex: Update to latest upstream version.
1887 * INSTALL: Likewise.
1889 2018-11-29 Ben Elliston <bje@gnu.org>
1891 * lib/framework.exp (istarget, ishost, istarget): Set the argument
1892 default value to the empty string.
1893 * doc/dejagnu.texi (find procedure): Remove reference to "NULL".
1894 (getenv procedure): Re-word this node.
1895 (isbuild procedure): Update.
1896 (ishost procedure): Likewise.
1897 (istarget procedure): Likewise.
1898 * testsuite/runtest.all/config.test: Add test cases.
1900 2018-11-28 Ben Elliston <bje@gnu.org>
1902 * config.guess: Update to latest version.
1903 * config.sub: Likewise.
1905 2018-11-28 Ben Elliston <bje@gnu.org>
1908 * configure.ac: Update version number.
1909 * configure: Regenerate.
1910 * doc/dejagnu.texi: Update version number.
1911 * runtest.exp: Update version number.
1913 2018-11-28 Ben Elliston <bje@gnu.org>
1915 * Makefile.am (TESTSUITE_FILES): Update filenames.
1916 * Makefile.in: Regenerate.
1918 2018-11-28 Ben Elliston <bje@gnu.org>
1922 * doc/dejagnu.texi: Tidy up (fill) some paragraphs.
1924 2018-11-25 Jacob Bachmeyer <jcb62281@gmail.com>
1926 * lib/framework.exp: Clean up whitespace.
1928 2018-11-25 Ben Elliston <bje@gnu.org>
1930 * config/gdb-comm.exp: Clean up whitespace.
1931 * config/gdb_stub.exp: Likewise.
1932 * config/sid.exp: Likewise.
1933 * config/sim.exp: Likewise.
1934 * config/unix.exp: Likewise.
1936 2018-11-23 Ben Elliston <bje@gnu.org>
1938 * doc/dejagnu.texi (getdirs procedure): Improve documentation
1939 including documenting the -all option.
1940 (find procedure): Fix a typo.
1941 * lib/utils.exp (getdirs): Improve comments.
1943 2018-11-22 Jacob Bachmeyer <jcb62281@gmail.com>
1945 * runtest.exp: Ensure that multipass pass variables are always
1946 restored. Previously, they were only restored if the "Go digging
1947 for tests" branch was taken near the end of runtest.exp.
1949 2018-11-22 Ben Elliston <bje@gnu.org>
1951 * doc/dejagnu.texi (Customizing DejaGnu): Document error handling
1952 of the $DEJAGNU environment variable (see change below).
1954 2018-11-22 Jacob Bachmeyer <jcb62281@gmail.com>
1956 * runtest.exp: Raise error if $DEJAGNU is defined but not found.
1958 2018-11-15 Jacob Bachmeyer <jcb62281@gmail.com>
1960 * runtest.exp (load_tool_init): Search for tool init file instead
1961 of assuming exactly one location.
1963 2018-11-15 Ben Elliston <bje@gnu.org>
1965 * runtest.exp (load_lib): Whitespace fix.
1967 2018-11-11 Jacob Bachmeyer <jcb62281@gmail.com>
1969 * lib/ssh.exp: Clean up whitespace.
1970 * lib/remote.exp: Clean up whitespace.
1971 (remote_expect): Change literal tab to "\t" in regexp.
1973 2018-11-05 Ben Elliston <bje@gnu.org>
1975 * config.guess: Update to latest version.
1976 * config.sub: Likewise.
1978 2018-11-02 Ben Elliston <bje@gnu.org>
1980 * Makefile.in: Regenerate.
1982 2018-10-31 Jacob Bachmeyer <jcb62281@gmail.com>
1984 * Makefile.am (DEJATOOL): List tools in testsuite.
1985 (RUNTESTDEFAULTFLAGS): Adjust to support per-tool testing.
1986 * testsuite/config/default.exp: Rename from this ...
1987 * testsuite/lib/runtest.exp: ... to this.
1988 (runtest_exit): Remove spurious "close". This was causing per-tool
1989 testing to fail, since the testsuite for "runtest" never actually
1990 uses "spawn", so "close" ends up closing exp0, which is the
1991 terminal. The ${tool}_exit proc is not called if the --tool
1992 option is not given, so this had no effect earlier.
1993 * testsuite/lib/libdejagnu.exp: New empty file.
1995 2018-10-31 Jacob Bachmeyer <jcb62281@gmail.com>
1997 * runtest.exp (load_tool_init): Add message indicating the
1998 expected location of the tool init file.
2000 2018-10-31 Jacob Bachmeyer <jcb62281@gmail.com>
2002 * contrib/sum2junit.sh (failures): Fix typo.
2004 2018-10-31 Jacob Bachmeyer <jcb62281@gmail.com>
2006 * configure.ac (DEJAGNU): Add comments.
2008 2018-10-31 Jacob Bachmeyer <jcb62281@gmail.com>
2010 * Makefile.am (DEJATOOL): List tools in testsuite.
2011 (RUNTESTDEFAULTFLAGS): Adjust to support per-tool testing.
2012 * testsuite/config/default.exp: Rename from this ...
2013 * testsuite/lib/runtest.exp: ... to this.
2014 (runtest_exit): Remove spurious "close". This was causing
2015 per-tool testing to fail, since the testsuite for "runtest" never
2016 actually uses "spawn", so "close" ends up closing exp0, which is
2017 the terminal. The ${tool}_exit proc is not called if the --tool
2018 option is not given, so this had no effect earlier.
2019 * testsuite/lib/libdejagnu.exp: New empty file.
2021 2018-10-30 Ben Elliston <bje@gnu.org>
2023 * Makefile.am (DISTCLEANFILES): Add testrun.xml.
2024 * Makefile.in: Regenerate with Automake 1.15.1.
2025 * aclocal.m4: Likewise.
2027 2018-10-30 Ben Elliston <bje@gnu.org>
2029 * configure.ac (AC_CONFIG_SUBDIRS): Remove.
2030 * configure: Regenerate.
2032 2018-10-29 Ben Elliston <bje@gnu.org>
2034 * README (Documentation): Update.
2036 2018-10-28 Jacob Bachmeyer <jcb62281@gmail.com>
2038 * lib/framework.exp (record_test): Really fix message formatting.
2040 2018-10-29 Ben Elliston <bje@gnu.org>
2042 Reported by Jacob Bachmeyer.
2043 * testsuite/runtest.all/utils.test: Fix missing end quote.
2045 2018-10-28 Jacob Bachmeyer <jcb62281@gmail.com>
2047 * lib/framework.exp (record_test): Fix message formatting.
2049 2018-07-20 Ben Elliston <bje@gnu.org>
2051 * contrib/mysql/make-datafile.sh: Eliminate Shellcheck warnings.
2052 * contrib/mysql/sum2xml.sh: Likewise.
2054 2018-07-20 Ben Elliston <bje@gnu.org>
2056 * contrib/compare_tests: Eliminate Shellcheck warnings.
2057 * contrib/mysql/sum2xml.sh: Likewise.
2059 2018-07-20 Ben Elliston <bje@gnu.org>
2061 * compile, depcomp, install-sh: Latest upstream versions.
2063 2018-07-20 Ben Elliston <bje@gnu.org>
2065 * contrib/sum2junit.sh: Eliminate some Shellcheck warnings.
2067 2018-07-19 Ben Elliston <bje@gnu.org>
2069 * runtest: Use POSIX 'command', not 'type', to look for the Expect
2070 binary. Silences Shellcheck warning SC2039 ("In POSIX sh, 'type'
2073 2018-07-19 Ben Elliston <bje@gnu.org>
2075 * config.guess: Update to latest version.
2076 * config.sub: Likewise.
2078 2018-07-06 Richard Biener <rguenther@suse.de>
2080 * lib/remote.exp (close_wait_program): Use separate kill command
2083 2017-10-16 Ben Elliston <bje@gnu.org>
2085 * NEWS: Start a new section for the next release.
2086 * configure.ac (AC_INIT): Update version number.
2087 * configure: Regenerate.
2088 * runtest.exp (frame_version): Update version number.
2089 * doc/dejagnu.texi: Likewise.
2090 * doc/runtest.1: Update datestamp.
2092 2017-10-16 Ben Elliston <bje@gnu.org>
2094 * config.guess: Update to version 2017-09-26.
2095 * config.sub: Likewise.
2097 2017-09-13 Ben Elliston <bje@gnu.org>
2099 * lib/framework.exp (open_logs): Set XML version to 1.1.
2100 (xml_tag): Skip valid whitespace chars (0x9, 0xA, 0xD). Include
2101 missing 'x' in escape sequence.
2103 2017-08-29 Ben Elliston <bje@gnu.org>
2105 Revert these changes:
2107 2016-04-25 Ben Elliston <bje@gnu.org>
2109 * testsuite/runtest.all/utils.test: Remove unsetenv test.
2111 2016-04-24 Ben Elliston <bje@gnu.org>
2113 * lib/utils.exp (unsetenv): Remove proc.
2114 * doc/dejagnu.texi: Update documentation.
2117 2017-08-19 Ben Elliston <bje@gnu.org>
2119 * lib/framework.exp (xml_tag): Escape all of the non-printable
2120 control characters (ASCII codes 1 to 31 inclusive).
2122 2017-08-18 Tom Tromey <tom@tromey.com>
2124 * runtest.exp: Fix --directory matching.
2126 2017-08-15 Ben Elliston <bje@gnu.org>
2128 * lib/framework.exp (xml_tag): New proc.
2129 (log_summary): Use it.
2130 (record_test): Likewise.
2132 2017-08-15 Ben Elliston <bje@gnu.org>
2134 * lib/framework.exp (open_logs): Set .xml filename correctly.
2135 * runtest.exp: Remove xml_file_name var.
2136 (usage): Update --xml option to not take an argument.
2137 (load_tool_init): Likewise.
2138 * doc/dejagnu.texi (Invoking runtest): Update documentation.
2139 * doc/runtest.1: Likewise.
2141 2017-08-01 Ben Elliston <bje@gnu.org>
2143 * runtest.exp (usage): Improve --strace message.
2145 2017-08-01 Ben Elliston <bje@gnu.org>
2147 * runtest.exp (usage): --reboot doesn't take a 'name' parameter.
2149 2017-06-04 Ben Elliston <bje@gnu.org>
2151 * lib/target.exp (push_target): Remove unnecessary global command.
2152 * testsuite/runtest.all/target.test: Overhaul tests.
2154 2017-06-04 Ben Elliston <bje@gnu.org>
2156 * testsuite/runtest.all/remote.test: Remove cruft from yesteryear.
2158 2017-06-04 Tom de Vries <tom@codesourcery.com>
2160 * testsuite/runtest.all/target.test: Remove list_targets test.
2162 2017-06-04 Tom de Vries <tom@codesourcery.com>
2164 * testsuite/runtest.all/libs.exp (process_test): Dump entire
2165 output when there's no reportable output.
2166 * testsuite/runtest.all/remote.test (load_lib): New proc.
2167 * testsuite/runtest.all/target.test (load_lib): Same.
2169 2017-03-11 Thomas Preud'homme <thomas.preudhomme@arm.com>
2171 * lib/remote.exp (remote_download): Add logging message when
2172 source and destination file differ in name.
2174 2016-09-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2176 * runtest.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
2178 2016-06-28 Ben Elliston <bje@gnu.org>
2180 * aclocal.m4, Makefile.in: Regenerate with automake 1.15.
2181 * configure: Regenerate.
2183 2016-06-22 Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2185 * configure.ac, dejagnu.h, runtest, runtest.exp,
2186 baseboards/am33_2.0-libremote.exp, baseboards/androideabi.exp,
2187 baseboards/arm-ice.exp, baseboards/arm-sid.exp,
2188 baseboards/arm-sim.exp, baseboards/basic-sid.exp,
2189 baseboards/basic-sim.exp, baseboards/cris-sim.exp,
2190 baseboards/d30v-sim.exp, baseboards/fr30-sim.exp,
2191 baseboards/frv-sim.exp, baseboards/gdbserver-sample.exp,
2192 baseboards/i386-sid.exp, baseboards/iq2000-sim.exp,
2193 baseboards/jmr3904-sim.exp, baseboards/linux-gdbserver.exp,
2194 baseboards/linux-libremote.exp, baseboards/m68k-sid.exp,
2195 baseboards/mcore-moto-sim.exp, baseboards/mcore-sim.exp,
2196 baseboards/mips-lnews-sim.exp, baseboards/mips-lsi-sim.exp,
2197 baseboards/mips-sim-idt32.exp, baseboards/mips-sim-idt64.exp,
2198 baseboards/mips-sim-mti32.exp, baseboards/mips-sim-mti64.exp,
2199 baseboards/mips-sim-mti64_64.exp,
2200 baseboards/mips-sim-mti64_n32.exp, baseboards/mips-sim-sde32.exp,
2201 baseboards/mips-sim-sde64.exp, baseboards/mips-sim.exp,
2202 baseboards/mmixware-sim.exp, baseboards/mn10200-sim.exp,
2203 baseboards/mn10300-sim.exp, baseboards/moxie-sim.exp,
2204 baseboards/mt-sid.exp, baseboards/multi-sim.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/visium-sim.exp, baseboards/vr4100-sim.exp,
2212 baseboards/vr4111-sim.exp, baseboards/vr4300-sim.exp,
2213 baseboards/xtensa-sim.exp, lib/debugger.exp, lib/dejagnu.exp,
2214 lib/dg.exp, lib/ftp.exp, lib/kermit.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/stats-sub.exp,
2221 testsuite/runtest.all/stats.exp, config/adb.exp,
2222 config/default.exp, config/gdb-comm.exp, config/gdb_stub.exp,
2223 config/sid.exp, config/sim.exp, config/unix.exp,
2224 config/vxworks.exp: Update copyright date for 2016.
2226 2016-06-22 Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2228 * baseboards/aarch64-sim.exp, baseboards/am33_2.0-libremote.exp,
2229 baseboards/arm-ice.exp, baseboards/arm-sid.exp,
2230 baseboards/arm-sim.exp, baseboards/basic-sid.exp,
2231 baseboards/basic-sim.exp, baseboards/cris-sim.exp,
2232 baseboards/d30v-sim.exp, baseboards/fr30-sim.exp,
2233 baseboards/frv-sim.exp, baseboards/gdbserver-sample.exp,
2234 baseboards/generic-sim.exp, baseboards/i386-sid.exp,
2235 baseboards/iq2000-sim.exp, baseboards/jmr3904-sim.exp,
2236 baseboards/linux-gdbserver.exp, baseboards/linux-libremote.exp,
2237 baseboards/m68k-sid.exp, baseboards/mcore-moto-sim.exp,
2238 baseboards/mcore-sim.exp, baseboards/mips-lnews-sim.exp,
2239 baseboards/mips-lsi-sim.exp, baseboards/mips-sim-idt32.exp,
2240 baseboards/mips-sim-idt64.exp, baseboards/mips-sim.exp,
2241 baseboards/mmixware-sim.exp, baseboards/mn10200-sim.exp,
2242 baseboards/mn10300-sim.exp, baseboards/mt-sid.exp,
2243 baseboards/powerpc-sim.exp, baseboards/powerpcle-sim.exp,
2244 baseboards/rx-sim.exp, baseboards/sh-sid.exp,
2245 baseboards/sh-sim.exp, baseboards/sparc-sim.exp,
2246 baseboards/sparc64-sim.exp, baseboards/sparclite-sim-le.exp,
2247 baseboards/sparclite-sim.exp, baseboards/tx39-sim.exp,
2248 baseboards/unix.exp, baseboards/v850-sim.exp,
2249 baseboards/vr4100-sim.exp, baseboards/vr4111-sim.exp,
2250 baseboards/vr4300-sim.exp, baseboards/xtensa-sim.exp,
2251 lib/debugger.exp, lib/dejagnu.exp, lib/dg.exp, lib/framework.exp,
2252 lib/ftp.exp, lib/kermit.exp, lib/libgloss.exp, lib/remote.exp,
2253 lib/rlogin.exp, lib/rsh.exp, lib/standard.exp, lib/target.exp,
2254 lib/targetdb.exp, lib/telnet.exp, lib/tip.exp, lib/utils.exp,
2255 testsuite/config/default.exp, testsuite/lib/libsup.exp,
2256 testsuite/lib/util-defs.exp, testsuite/libdejagnu/tunit.exp,
2257 testsuite/libdejagnu/unit.cc, testsuite/runtest.all/libs.exp,
2258 testsuite/runtest.all/options.exp,
2259 testsuite/runtest.all/stats-sub.exp,
2260 testsuite/runtest.all/stats.exp, config/default.exp,
2261 config/gdb-comm.exp, config/gdb_stub.exp, config/sid.exp,
2262 config/sim.exp, config/unix.exp, config/vxworks.exp, configure.ac,
2263 dejagnu.h, runtest, runtest.exp: Use condensed years in copyright
2266 2016-06-22 Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2268 * doc/runtest.1: Use condensed years in copyright statement.
2270 2016-06-21 Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2272 * runtest: Quote paths. Use test -z, -n for clarity.
2274 2016-06-21 Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2276 * config/adb.exp (adb_exec) Improve verbose message.
2278 2016-06-03 Jim Wilson <jim.wilson@linaro.org>
2280 * baseboards/aarch64-sim.exp: New file.
2281 * Makefile.am (baseboard_DATA): Add aarch64-sim.exp.
2282 * Makefile.in: Regenerate.
2283 * lib/libgloss.exp (libgloss_link_flags): Map aarch64* to aarch64.
2285 2016-04-26 Ben Elliston <bje@gnu.org>
2287 * doc/dejagnu.texi: Fill more paragraphs.
2289 2016-04-25 Ben Elliston <bje@gnu.org>
2291 * testsuite/runtest.all/utils.test: Remove unsetenv test.
2293 2016-04-24 Ben Elliston <bje@gnu.org>
2295 * lib/utils.exp (unsetenv): Remove proc.
2296 * doc/dejagnu.texi: Update documentation.
2299 2016-04-19 Nick Clifton <nickc@redhat.com>
2301 * baseboards/msp430-sim.exp: New file.
2302 * Makefile.am (baseboard_DATA): Add msp430-sim.exp.
2303 * Makefile.in: Regenerate.
2305 2016-04-18 Ben Elliston <bje@gnu.org>
2307 * runtest: Remove quoting in final exec command.
2309 2016-04-17 Ben Elliston <bje@gnu.org>
2311 * lib/remote.exp: Load ssh.exp lib.
2313 2016-04-17 Ben Elliston <bje@gnu.org>
2315 * lib/rsh.exp (rsh_open): Fix description comment.
2317 2016-04-17 Ben Elliston <bje@gnu.org>
2319 Reported by shellcheck.
2320 * runtest: Use $((..)) not `expr ..` and defensively double quote
2323 2016-04-17 Ben Elliston <bje@gnu.org>
2325 * Makefile.am (pkgdata_DATA): Add lib/ssh.exp, lib/dmucs.exp.
2326 * Makefile.in: Regenerate.
2328 2016-04-17 Ben Elliston <bje@gnu.org>
2330 Reported by shellcheck.
2331 * runtest: Use $((..)) not `expr ..`.
2333 2016-04-17 Ben Elliston <bje@gnu.org>
2335 * configure.ac (AC_INIT): Update version number.
2336 * configure: Regenerate.
2337 * runtest.exp (frame_version): Update version number.
2338 * doc/dejagnu.texi: Likewise.
2340 2016-04-17 Ben Elliston <bje@gnu.org>
2342 * NEWS: Start a new section for the next release.
2344 2016-04-15 Ben Elliston <bje@gnu.org>
2346 * Makefile.am (CONTRIB): Add new contrib scripts.
2347 * Makefile.in: Regenrate.
2349 2016-04-15 Ben Elliston <bje@gnu.org>
2351 * lib/ssh.exp (ssh_exec): Handle regexp return status.
2353 2016-04-13 Ben Elliston <bje@gnu.org>
2355 * lib/rsh.exp (rsh_exec): Improve verbose message.
2356 * lib/ssh.exp (ssh_exec): Likewise.
2357 * config/adb.exp: Likewise.
2359 2016-04-13 Ben Elliston <bje@gnu.org>
2361 * runtest.exp: Improve --version (-v) output.
2362 * testsuite/runtest.all/options.exp: Update test case.
2364 2016-04-13 Christophe Lyon <christophe.lyon@linaro.org>
2366 * lib/rsh.exp (rsh_exec): Handle regexp return status.
2368 2016-04-08 Ben Elliston <bje@gnu.org>
2370 Reported by Faraz Shahbazker.
2371 * doc/dejagnu.texi (Global config file): Fix broken @node.
2372 (Local config file): Likewise.
2374 2016-04-07 Ben Elliston <bje@gnu.org>
2376 * lib/remote.exp (remote_exec): Join cd $remotedir and $program on
2377 the command line with ';' and not &&.
2379 2016-04-07 Ben Elliston <bje@gnu.org>
2381 Reported by Faraz Shahbazker.
2382 * doc/dejagnu.texi (rsh_exec procedure): Fix broken @node.
2384 2016-04-06 Yvan Roux <yvan.roux@linaro.org>
2386 * lib/remote.exp (remnote_download): Create a remote directory if
2388 (remote_exec): Execute program inside remotedir when it exists.
2389 (standard_load): Set remotedir board field if not present.
2390 * config/unix.exp (unix_load): Handle remotedir in board field.
2391 (remotedir): Set board info field.
2392 * doc/dejagnu.texi (Board File Values): Document remotedir.
2394 2016-04-06 Ben Elliston <bje@gnu.org>
2396 * doc/dejagnu.texi (Global config file): Put before node 'Local
2399 2016-04-05 Ben Elliston <bje@gnu.org>
2401 * runtest.exp: Remove defunct and undocumented --tool_root option.
2403 2016-04-04 Ben Elliston <bje@gnu.org>
2405 * doc/dejagnu.texi: More overhauling.
2407 2016-04-04 Ben Elliston <bje@gnu.org>
2409 * lib/targetdb.exp (set_board_info): Improve comment.
2410 (add_board_info): Likewise.
2412 2016-04-04 Ben Elliston <bje@gnu.org>
2414 * NEWS: Add some more detail.
2416 2016-04-04 Ben Elliston <bje@gnu.org>
2418 * site.tmpl: Delete.
2419 * Makefile.am (EXTRA_DIST): Remove site.tmpl.
2420 * Makefile.in: Regenerate.
2422 2016-04-03 Ben Elliston <bje@gnu.org>
2424 * doc/dejagnu.texi: More overhauling.
2426 2016-04-03 Ben Elliston <bje@gnu.org>
2428 * runtest.exp: Document the magical handling of -D[01].
2430 2016-04-03 Ben Elliston <bje@gnu.org>
2432 * doc/runtest.1: Do not document obsolete --status option. It is
2433 still accepted for compatibility, but does nothing.
2435 2016-04-03 Ben Elliston <bje@gnu.org>
2437 * doc/runtest.1 (OPTIONS): Place short forms (-v, -V, -x) first.
2439 2016-04-03 Ben Elliston <bje@gnu.org>
2441 * doc/runtest.1 (OPTIONS): Sort options.
2443 2016-04-03 Ben Elliston <bje@gnu.org>
2445 * doc/dejagnu.texi: More overhauling.
2447 2016-04-02 Ben Elliston <bje@gnu.org>
2449 * doc/dejagnu.texi: Fill paragraphs.
2451 2016-04-02 Ben Elliston <bje@gnu.org>
2453 * doc/dejagnu.texi: Fix capitalisation of procedure names
2454 throughout. Use Tcl syntax in procedure prototypes, not C syntax.
2456 2016-04-02 Rob Savoye <rob.savoye@linaro.org>
2458 * contrib/mysql/create-db.sql: New file.
2459 * contrib/mysql/importxml.sh: Likewise.
2460 * contrib/mysql/make-datafile.sh: Likewise.
2461 * contrib/mysql/plot.sh: Likewise.
2462 * contrib/mysql/README: Likewise.
2463 * contrib/mysql/sum2xml.sh: Likewise.
2465 2016-04-02 Ben Elliston <bje@gnu.org>
2467 * config.guess: Update to version 2016-04-02.
2468 * config.sub: Update to version 2016-03-30.
2470 2016-04-02 Rob Savoye <rob.savoye@linaro.org>
2472 * contrib/sum2junit.sh: New.
2474 2016-04-01 Ben Elliston <bje@gnu.org>
2476 * doc/dejagnu.texi (connprocs): Document new SSH procs.
2478 2016-03-31 Rob Savoye <rob.savoye@linaro.org>
2483 2016-03-30 Ben Elliston <bje@gnu.org>
2485 * baseboards/mcore-moto-sim.exp, lib/dejagnu.exp, lib/dg.exp,
2486 lib/dmucs.exp, lib/framework.exp, lib/remote.exp, lib/target.exp,
2487 runtest.exp: Fix spelling errors in comments.
2489 2016-03-30 Ben Elliston <bje@gnu.org>
2491 * lib/remote.exp (remote_expect): Use perror not send_user.
2493 2016-03-29 Ben Elliston <bje@gnu.org>
2495 * lib/remote.exp (remote_expect): Fix spelling error.
2497 2016-03-29 Rob Savoye <rob.savoye@linaro.org>
2499 * runtest.exp: Only print "searching for <test name>" message at
2500 verbose level >= 2 -- too much noise.
2502 2016-03-29 Ben Elliston <bje@gnu.org>
2504 * texinfo.tex: Update to latest master version.
2505 * INSTALL: Likewise.
2507 2016-03-29 Ben Elliston <bje@gnu.org>
2509 * runtest.exp: More fixes identified by the Frink static analyser.
2510 * lib/dg.exp: Likewise.
2511 * config/adb.exp: Likewise.
2512 * config/vxworks.exp: Likewise.
2513 * baseboards/androideabi.exp: Likewise.
2514 * baseboards/basic-sid.exp: Likewise.
2515 * baseboards/multi-sim.exp: Likewise.
2517 2016-03-28 Dominik Vogt <vogt@linux.vnet.ibm.com>
2519 * dg.exp (dg-do): Do not change the previously selected action if
2520 a de-selected dg-do is encountered.
2522 2016-03-28 Ben Elliston <bje@gnu.org>
2524 * lib/framework.exp (check_xml): Remove unused proc.
2526 2016-03-28 Rob Savoye <rob.savoye@linaro.org>
2528 * lib/dmucs.exp: New.
2530 2016-03-28 Rob Savoye <rob.savoye@linaro.org>
2532 * lib/libgloss.exp (find_g++): Look for xgcc++ to use the freshly
2533 built compiler, then look in the path.
2535 2016-03-28 Ben Elliston <bje@gnu.org>
2537 * lib/utils.exp (which): Don't exclude symbolic links--Debian's
2538 /bin/which doesn't. Modern systems rely too heavily on symbolic
2539 links (eg. alternatives).
2541 2016-03-28 Ben Elliston <bje@gnu.org>
2543 * baseboards/multi-sim.exp: Indent properly.
2545 2016-03-28 Ben Elliston <bje@gnu.org>
2547 * lib/rlogin.exp (rlogin_open): Return -1 if unable to spawn
2548 rlogin. Identified by Frink.
2550 2016-03-28 Ben Elliston <bje@gnu.org>
2552 * runtest.exp: Use 'array exists' for testing array existence
2553 rather than 'info exists'.
2555 2016-03-28 Ben Elliston <bje@gnu.org>
2557 * runtest.exp: Fixes identified by the Frink static analyser:
2558 (1) use -- in switch commands for safety,
2559 (2) remove unreachable return commands after error commands,
2560 (3) replace abbreviated "info proc" with "info procs",
2561 (4) use -- in unset commands for safety where the variable name
2562 is itself a variable.
2563 * lib/dg.exp: Likewise.
2564 * lib/debugger.exp: Likewise.
2565 * lib/framework.exp: Likewise.
2566 * lib/remote.exp: Likewise.
2567 * lib/target.exp: Likewise.
2568 * lib/targetdb.exp: Likewise.
2569 * lib/telnet.exp: Likewise.
2570 * lib/utils.exp: Likewise.
2572 2016-03-28 Ben Elliston <bje@gnu.org>
2574 * Makefile.am: Remove references to Docbook and friends.
2575 * configure.ac: Likewise.
2576 * Makefile.in: Regenerate.
2577 * configure: Regenerate.
2578 * doc/dejagnu.xml: Remove.
2579 * doc/legal.xml: Likewise.
2580 * doc/ref.xml: Likewise.
2581 * doc/user.xml: Likewise.
2583 2016-03-28 Ben Elliston <bje@gnu.org>
2585 * lib/framework.exp (exp_continue): Remove old compatibility
2586 wrapper. Expect deprecated 'continue -expect' in August 1997.
2588 2016-03-28 Ben Elliston <bje@gnu.org>
2592 2016-03-28 Ben Elliston <bje@gnu.org>
2594 * lib/utils.exp (which): Reimplement to more closely mimic the
2595 behaviour of the UNIX which utility.
2596 * testsuite/runtest.all/utils.test: Test proc which.
2598 2016-03-27 Ben Elliston <bje@gnu.org>
2600 * lib/remote.exp (standard_wait): Append any trailing characters
2601 to $output that may be still in $expect_out(buffer) when eof is
2602 matched. Remove arbitrary limitation in the ".+" matching case,
2603 similar to the change to local_exec on 2016-02-17.
2605 2016-03-23 Ben Elliston <bje@gnu.org>
2607 * Makefile.am (baseboard_DATA): Remove cygwin.exp, mcore-elf.exp,
2608 mcore-pe.exp, vx4300.exp, vx68k.exp, vx960.exp, vxsparc.exp.
2609 * Makefile.in: Regenerate.
2610 * baseboards/cygwin.exp, baseboards/mcore-elf.exp,
2611 baseboards/mcore-pe.exp, baseboards/vx4300.exp,
2612 baseboards/vx68k.exp, baseboards/vx960.exp,
2613 baseboards/vxsparc.exp: Remove.
2615 2016-03-23 Ben Elliston <bje@gnu.org>
2617 * baseboards/README: Remove mention of devo.
2618 * baseboards/iq2000-sim.exp: Likewise.
2619 * baseboards/moxie-sim.exp: Likewise.
2621 2016-03-23 Ben Elliston <bje@gnu.org>
2623 * Makefile.am (baseboard_DATA): Add arm-ice.exp, arm-sim.exp.
2624 * Makefile.in: Regenerate.
2625 * baseboards/arm-ice.exp: Reinstate.
2626 * baseboards/arm-sim.exp: Likewise.
2628 2016-03-23 Ben Elliston <bje@gnu.org>
2630 * Makefile.am (config_DATA): Update.
2631 (baseboard_DATA): Likewise.
2632 * Makefile.in: Regenerate.
2635 Remove the following old config files:
2637 * arc.exp, arm-ice.exp, base-config.exp, base68k.exp, bug.exp,
2638 cfdbug.exp, cygmon.exp, d10v.exp, ddb-ether.exp, ddb.exp, dos.exp,
2639 dve.exp, h8300.exp, i386-bozo.exp, i960.exp, m32r-stub.exp,
2640 m32r.exp, m68hc11.exp, m68k-emc.exp, mips-idt.exp,
2641 mn10200-eval.exp, mn10300-eval.exp, netware.exp, powerpc-bug.exp,
2642 proelf.exp, rom68k.exp, sh.exp, slite.exp, sparclet.exp,
2643 tic80.exp, vr4100.exp, vr4300.exp, vr5000.exp: Remove.
2645 Remove the following old baseboard files:
2647 * arc-sim.exp, arm-ice.exp, arm-sim.exp, cf.exp, cygmon.exp,
2648 d10v-sim.exp, d10v.exp, danlite-elf.exp, dos.exp, fr30-cygmon.exp,
2649 fr30-elf.exp, frv-elf.exp, frv-tiger.exp, frv-tomcat.exp,
2650 h8300-sim.exp, h8300.exp, i386-bozo.exp, i960-cyclone.exp,
2651 i960-sim.exp, m32r-elf.exp, m32r-linux-sim.exp, m32r-sid.exp,
2652 m32r-sim.exp, m68hc11-sim.exp, m68k-emc.exp, mips-idt.exp,
2653 mips64-sim.exp, mips64vr4100-sim.exp, mn10200-cygmon.exp,
2654 mn10300-cygmon.exp, msparc-cygmon.exp, op50n.exp, powerpc-bug.exp,
2655 powerpc-bug1.exp, rom68k-idp.exp, sh-hms.exp, sparclet-aout.exp,
2656 sparclite-coff.exp, sparclite-cygmon.exp, strongarm-cygmon.exp,
2657 tic80-sim.exp, tx39-dve.exp, usparc-cygmon.exp, vr4100-ddb.exp,
2658 vr4300-ddb.exp, vr4300.exp, vr5000-ddb.exp, x86-cygmon.exp,
2659 xscale-cygmon.exp: Remove.
2661 2016-03-22 Ben Elliston <bje@gnu.org>
2663 * lib/target.exp (only--Ls): Change '???' comment to a note. This
2664 isn't a serious shortcoming, but the comment should be retained.
2666 2016-03-22 Rob Savoye <rob.savoye@linaro.org>
2668 * baseboards/generic-sim.exp: If DEJAGNU_SIM_SPECFILE exists in
2669 the environment, use that as the spec file for bare metal testing.
2671 2016-03-22 Ben Elliston <bje@gnu.org>
2673 * Makefile.am (config_DATA): Add config/aarch64-fv8.exp.
2674 * Makefile.in: Regenerate.
2676 2016-03-22 Rob Savoye <rob.savoye@linaro.org>
2678 * config/aarch64-fv8.exp: Add support for testing armv8 using the
2679 ARM Foundation Model.
2681 2016-03-21 Ben Elliston <bje@gnu.org>
2683 * runtest.exp: Whitespace, comment and typo fixes.
2684 * lib/dejagnu.exp: Likewise.
2685 * lib/remote.exp: Likewise.
2686 * lib/utils.exp: Likewise.
2688 2016-03-21 Ben Elliston <bje@gnu.org>
2690 * baseboards/mcore-moto-sim.exp: Remove old FIXME comment.
2691 * baseboards/mmixware-sim.exp: Likewise.
2692 * config/sim.exp: Likewise.
2693 * runtest.exp: Likewise.
2695 2016-03-21 Ben Elliston <bje@gnu.org>
2697 * lib/dg.exp (dg-get-options): Clean up regular expression and
2698 remove FIXME comment about it.
2700 2016-03-20 Ben Elliston <bje@gnu.org>
2702 * baseboards/i960-sim.exp: Remove stale ??? comment.
2703 * config/vxworks.exp: Likewise.
2705 2016-03-20 Ben Elliston <bje@gnu.org>
2707 * runtest.exp: Load .dejagnurc last not first.
2708 (load_file): Update comment about Tcl 7.5a2.
2709 * doc/user.xml (Customizing DejaGnu): Document new search order
2711 * doc/dejagnu.texi: Regenerate.
2714 2016-03-20 Ben Elliston <bje@gnu.org>
2716 * lib/dg.exp (dg-runtest): Improve arg naming to remove a FIXME.
2718 2016-03-20 Ben Elliston <bje@gnu.org>
2720 * lib/dg.exp: Remove commented-out calls to send_user.
2722 2016-03-20 Ben Elliston <bje@gnu.org>
2724 * runtest.exp (load_file): Remove old comment.
2726 2016-03-20 Ben Elliston <bje@gnu.org>
2728 * lib/dg.exp (dg-test): There is no need to call unresolved to
2729 clear errcnt. Instead, pass 0 as argument 2 to perror.
2730 * runtest.exp (runtest): Likewise.
2732 2016-03-16 Ben Elliston <bje@gnu.org>
2734 Revert this change (the GCC testsuite uses diff):
2736 2016-03-15 Ben Elliston <bje@gnu.org>
2738 * lib/utils.exp (diff): Remove proc.
2739 * doc/ref.xml: Update documentation.
2740 * doc/dejagnu.texi: Regenerate.
2743 2016-03-15 Ben Elliston <bje@gnu.org>
2745 * testsuite/runtest.all/options.exp: Properly clean up log files
2746 left by the runtest under test.
2748 2016-03-15 Ben Elliston <bje@gnu.org>
2750 * testsuite/runtest.all/load_lib.exp: Typo fixes.
2752 2016-03-15 Ben Elliston <bje@gnu.org>
2754 * testsuite/runtest.all/options.exp: Add more tests.
2756 2016-03-15 Ben Elliston <bje@gnu.org>
2758 * testsuite/libdejagnu/tunit.exp: Clean up.
2760 2016-03-15 Ben Elliston <bje@gnu.org>
2762 * lib/utils.exp (diff): Remove proc.
2763 * doc/ref.xml: Update documentation.
2764 * doc/dejagnu.texi: Regenerate.
2767 2016-03-15 Ben Elliston <bje@gnu.org>
2770 2016-02-14 Steve Ellcey <sellcey@mips.com>
2772 * baseboards/multi-sim.exp (dynamic_linker_flag): Check
2774 * baseboards/multi-sim.exp (rpath_flags): Ditto.
2776 2016-03-13 Ben Elliston <bje@gnu.org>
2778 * lib/utils.exp: Whitespace fixes.
2780 2016-03-13 Ben Elliston <bje@gnu.org>
2782 * lib/dg.exp (dg-process-target): Remove old commented code.
2783 * lib/dg.exp (dg-test): Likewise.
2785 2016-03-13 Ben Elliston <bje@gnu.org>
2787 * lib/dg.exp: Improve top-of-file documentation.
2789 2016-03-05 Yvan Roux <yvan.roux@linaro.org>
2791 * lib/remote.exp (remote_exec): Restore original timeout value.
2793 2016-03-04 Yvan Roux <yvan.roux@linaro.org>
2795 * lib/remote.exp (standard_upload): Remove dead code.
2797 2016-02-24 Ben Elliston <bje@gnu.org>
2799 * lib/utils.exp (prune): Restore this proc.
2800 * doc/ref.xml: Update documentation.
2801 * doc/dejagnu.texi: Regenerate.
2804 2016-02-23 Iain Buclaw <ibuclaw@gdcproject.org>
2806 * lib/libgloss.exp (find_gdc): New proc.
2807 * lib/target.exp (default_target_compile): Add D support.
2810 2016-02-20 Ben Elliston <bje@gnu.org>
2812 * lib/utils.exp (diff): Replace calls to verbose followed by
2813 send_log with a single call to verbose -log. Remove additional
2814 newlines from the log messages.
2816 2016-02-20 Ben Elliston <bje@gnu.org>
2818 * lib/utils.exp (getdirs): Ignore .git and .svn directories.
2820 2016-02-20 Ben Elliston <bje@gnu.org>
2822 * lib/utils.exp: Improve comments.
2825 2016-02-20 Ben Elliston <bje@gnu.org>
2827 * lib/utils.exp (prune): Remove proc.
2828 * doc/ref.xml: Update documentation.
2829 * doc/dejagnu.texi: Regenerate.
2831 2016-02-20 Ben Elliston <bje@gnu.org>
2833 * lib/utils.exp (slay): Remove proc.
2834 * doc/ref.xml: Update documentation.
2835 * doc/dejagnu.texi: Regenerate.
2837 2016-02-20 Ben Elliston <bje@gnu.org>
2839 * lib/utils.exp (absolute): Remove proc.
2840 * doc/ref.xml: Update documentation.
2841 * doc/dejagnu.texi: Regenerate.
2843 2016-02-20 Ben Elliston <bje@gnu.org>
2845 * lib/utils.exp (psource): Remove proc.
2846 * doc/ref.xml: Update documentation.
2847 * doc/dejagnu.texi: Regenerate.
2849 2016-02-20 Ben Elliston <bje@gnu.org>
2851 * lib/targetdb.exp (board_info): Simplify return logic.
2853 2016-02-19 Ben Elliston <bje@gnu.org>
2855 * configure.ac: Require Tcl version 8.5 at a minimum.
2856 * configure: Regenerate.
2858 2016-02-18 Ben Elliston <bje@gnu.org>
2860 * configure.ac: Require Tcl version 8.6 at a minimum.
2861 * configure: Regenerate.
2863 2016-02-17 Ben Elliston <bje@gnu.org>
2865 * runtest.exp: Tweak "Test run by .." output.
2867 2016-02-17 Ben Elliston <bje@gnu.org>
2869 * lib/target.exp (default_target_compile): Do not pass -log to
2870 verbose when outputting the captured compiler/assembler/linker
2871 diagnostic output as it will already be in the .log file courtesy
2874 2016-02-17 Ben Elliston <bje@gnu.org>
2876 * runtest.exp: Enable --status by default.
2877 (runtest): Set exit status to 2 if there is any error sourcing
2879 * lib/framework.exp (unknown): Likewise, set exit status to 2.
2880 * doc/runtest.1: Clarify exit status codes.
2883 2016-02-17 Ben Elliston <bje@gnu.org>
2885 * lib/remote.exp (local_exec): Call exp_continue until eof is
2888 2016-02-16 Ben Elliston <bje@gnu.org>
2890 * runtest.exp: Use the traditional exit codes when runtest is
2891 interrupted. This makes it possible to tell if runtest ran to
2892 completion or not. Suggested by Michael Chastain.
2894 2016-02-15 Ben Elliston <bje@gnu.org>
2896 * TODO: Add ideas produced from Cauldron 2013.
2898 2016-02-15 Ben Elliston <bje@gnu.org>
2902 2016-02-15 Ben Elliston <bje@gnu.org>
2904 * lib/dg.exp (dg-test): Remove comment about proc unresolved not
2905 setting exit_status to 1 -- it does.
2907 2016-02-15 Ben Elliston <bje@gnu.org>
2909 * lib/framework.exp (cleanup): Remove do-nothing proc.
2910 (log_and_exit): Remove call to cleanup.
2911 * doc/ref.xml: Remove documentation for cleanup.
2912 * doc/dejagnu.texi: Regenerate.
2914 2016-02-15 Ben Elliston <bje@gnu.org>
2916 Reported by David Malcolm.
2917 * lib/dejagnu.exp (text): Allow angle brackets in test messages.
2919 2016-02-15 Ben Elliston <bje@gnu.org>
2921 * config.guess: Update to version 2016-02-11.
2922 * config.sub: Update to version 2016-01-01.
2924 2016-02-14 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
2926 * lib/remote.exp (remote_exec): Set global timeout for benefit of
2929 2016-02-14 Ben Elliston <bje@gnu.org>
2931 * lib/remote.exp (local_exec): Improve comments.
2933 2016-02-14 Ben Elliston <bje@gnu.org>
2935 * doc/runtest.1: Tweak.
2937 2016-02-14 Steve Ellcey <sellcey@mips.com>
2939 * baseboards/multi-sim.exp (dynamic_linker_flag): Check
2941 * baseboards/multi-sim.exp (rpath_flags): Ditto.
2943 2016-01-23 Simon Marchi <simon.marchi@ericsson.com>
2945 * lib/remote.exp (standard_file): Reverse return logic for remote
2948 2016-01-23 Simon Marchi <simon.marchi@ericsson.com>
2950 * lib/remote.exp (standard_file); Add else clause.
2952 2016-01-16 Ben Elliston <bje@gnu.org>
2954 * runtest.exp (runtest): Improve comment about --status.
2956 2016-01-12 Simon Marchi <simon.marchi@ericsson.com>
2958 * lib/remote.exp (standard_file): The [ operator does not actually
2959 output anything. It returns 0 or 1 as its exit code, so "exit `[
2960 -f $file ]`" always expands to "exit " (equivalent to exit 0).
2961 Instead, use test(1) to check for file existence.
2963 2015-12-20 Ben Elliston <bje@gnu.org>
2965 * doc/dejagnu.xml: Begin overhauling.
2966 * doc/ref.xml: Likewise.
2967 * doc/user.xml: Likewise.
2968 * doc/dejagnu.texi: Regenerate.
2970 2015-12-20 Ben Elliston <bje@gnu.org>
2972 * doc/runtest.1: Miscellaneous minor improvements.
2974 2015-12-09 Yoshinori Sato <ysato@users.sourceforge.jp>
2976 * Makefile.am (baseboard_DATA): Add missing rx-sim.exp.
2977 * Makefile.in: Regenerate.
2979 2015-11-16 Brooks Moses <bmoses@google.com>
2981 * config/unix.exp: Add ability to set test timeout from site.exp.
2982 * doc/user.xml: Document new test_timeout variable in site.exp.
2983 * doc/dejagnu.texi: Regenerate.
2985 2015-11-16 Ben Elliston <bje@gnu.org>
2987 * testsuite/runtest.all/options.exp: Re-enable --strace 1 test.
2989 2015-11-16 Ben Elliston <bje@gnu.org>
2991 * testsuite/runtest.all/options.exp: Remove some commented code.
2993 2015-11-16 Ben Elliston <bje@gnu.org>
2995 * runtest.exp: Refer to "DejaGnu version", not "Framework
2996 version" in --version output.
2997 * testsuite/runtest.all/options.exp: Update test case.
2999 2015-11-14 Ben Elliston <bje@gnu.org>
3001 * runtest.exp (usage): Improve help text.
3003 2015-11-12 Ben Elliston <bje@gnu.org>
3005 * runtest.exp (usage): Sort options in usage.
3007 2015-11-12 Ben Elliston <bje@gnu.org>
3009 * lib/framework.exp (note): Remove old commented-out code.
3011 2015-11-11 Ben Elliston <bje@gnu.org>
3013 * doc/user.xml (Summary File): 'untested', not 'runtested'.
3014 * doc/dejagnu.texi: Regenerate.
3016 2015-11-11 Michael Forney <forney@google.com>
3018 * lib/target.exp (default_target_compile): Honor LDFLAGS_FOR_TARGET.
3020 2015-11-11 Ben Elliston <bje@gnu.org>
3022 * doc/dejagnu.texi: Regenerate.
3024 2015-11-10 Ben Elliston <bje@gnu.org>
3026 * doc/user.xml: Fix runtest output formatting in <programlisting>.
3028 2015-11-10 Ben Elliston <bje@gnu.org>
3030 * doc/dejagnu.xml: Update month and year.
3031 * doc/user.xml: Lots of editorial fixes from Daniel Thibault
3032 <Daniel.Thibault@drdc-rddc.gc.ca>.
3034 2015-09-10 Robert Suchanek <Robert.Suchanek@imgtec.com>
3036 * baseboards/multi-sim.exp (rpath_flags): Add libgomp.so check.
3038 2015-07-30 Pedro Alves <palves@redhat.com>
3040 * lib/remote.exp (close_wait_program): New procedure.
3041 (local_exec, standard_close): Use it.
3043 2015-05-23 Ben Elliston <bje@gnu.org>
3045 * doc/dejagnu.xml: Fix broken URLs.
3046 * doc/dejagnu.texi: Regenerate.
3048 2015-05-23 Ben Elliston <bje@gnu.org>
3050 * doc/user.xml: Fix 'crosscompilation'.
3052 2015-05-23 Ben Elliston <bje@gnu.org>
3054 * doc/runtest.1 (log_dialog): Improve documentation.
3056 2015-05-16 Filipe Brandenburger <filbranden@google.com>
3058 * configure.ac: Enable subdir-objects, require automake 1.14.
3059 * Makefile.in: Regenerate.
3061 2015-05-15 Filipe Brandenburger <filbranden@google.com>
3063 * doc/dejagnu.xml: Fix typos such as stray }'s and @samp{...},
3064 possibly introduced in a conversion of .texi to SGML Docbook.
3065 * doc/user.xml: Likewise.
3066 * doc/ref.xml: Likewise.
3067 * doc/dejagnu.texi: Regenerate.
3069 2015-05-15 Filipe Brandenburger <filbranden@google.com>
3071 * runtest.exp (runtest): Introduce new --log_dialog option.
3072 * doc/runtest.1: Document it.
3073 * doc/user.xml: Likewise.
3074 * doc/dejagnu.texi: Regenerate.
3076 2015-05-14 Steve Ellcey <sellcey@imgtec.com>
3078 * baseboards/multi-sim.exp (get_library_dirlist): New.
3079 (dynamic_linker_flag): Use get_library_dirlist to find dynamic
3081 (rpath_flags): Use get_library_dirlist to set rpath.
3083 2015-05-12 Steve Ellcey <sellcey@imgtec.com>
3085 * baseboards/generic-sim.exp: Check $DEJAGNU_SIM_OPTION.
3087 2015-03-30 Ben Elliston <bje@gnu.org>
3089 Revert the following change which causes breakage reported here:
3090 https://lists.gnu.org/archive/html/dejagnu/2015-03/msg00003.html
3092 2011-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3094 * runtest.exp (runtest): Call reset_vars at initialisation so that
3095 perror does not affect test results in other test scripts.
3097 2015-02-26 H.J. Lu <hjl.tools@gmail.com>
3099 * lib/target.exp (default_target_compile): Prepend multilib_flags,
3100 instead of appending it.
3102 2015-02-18 Ben Elliston <bje@gnu.org>
3104 * lib/framework.exp (log_and_exit): Set tool to "testrun" if
3107 2015-02-05 Ben Elliston <bje@gnu.org>
3109 * doc/runtest.1: Fix a spelling error.
3111 2015-02-04 Ben Elliston <bje@gnu.org>
3113 * config.guess: Update to version 2015-01-01.
3114 * config.sub: Likewise.
3116 2015-01-22 Eric Botcazou <ebotcazou@adacore.com>
3118 * Makefile.am (baseboard_DATA): Add baseboards/visium-sim.exp.
3119 * Makefile.in: Regenerate.
3120 * baseboards/visium-sim.exp: New file.
3122 2014-11-25 Ben Elliston <bje@gnu.org>
3124 * lib/dejagnu.exp (host_execute): Remove stray leading hyphen.
3125 Reported by David Malcolm.
3127 2014-10-28 Ben Elliston <bje@gnu.org>
3129 * Makefile.in: Regenerate.
3131 2014-10-28 Ben Elliston <bje@gnu.org>
3133 * example: Remove stale examples.
3135 2014-10-24 Steve Ellcey <sellcey@mips.com>
3137 * dejagnu.h (pass): Make function static as well as inline.
3142 (unresolved): Ditto.
3146 2014-10-14 Ben Elliston <bje@gnu.org>
3148 * runtest.exp: Only match $directory, not *${directory}* when the
3149 user passes the --directory option. Reported by Sergey Alyoshin.
3151 2014-10-14 Ben Elliston <bje@gnu.org>
3153 * lib/dejagnu.exp (host_execute): Remove buffer_full check. This
3154 is not the right command keyword -- it is full_buffer. Reported by
3157 2014-07-15 Maciej W. Rozycki <macro@mips.com>
3158 Maciej W. Rozycki <macro@codesourcery.com>
3160 * lib/targetdb.exp (add_board_info): New procedure.
3161 * doc/ref.xml (Add_board_info Procedure): New section.
3162 (Set_board_info Procedure): Add description.
3163 (Unset_board_info Procedure): Likewise.
3164 * doc/user.xml (Board Config File Values): Add `add_board_info'
3165 reference. Reorder `gdb_init_command' table rows and remove a
3166 duplicate entry, reusing it for `gdb_init_commands'.
3168 2014-06-25 Rob Savoye <rob.savoye@linaro.org>
3170 * runtest.exp: (lookfor-file): Fix bug were none of the relative
3171 paths were actually being used for file lookup.
3173 2014-06-06 Ben Elliston <bje@gnu.org>
3175 * depcomp, install-sh, missing: Update to latest versions.
3176 * mkinstalldirs: Remove.
3177 * Makefile.in: Regenerate.
3179 2014-06-04 Ben Elliston <bje@gnu.org>
3181 * Makefile.in: Regenerate with Automake 1.14.1.
3182 * compile: Add missing file.
3184 2014-06-04 Ben Elliston <bje@gnu.org>
3186 * config.guess: Update to version 2014-03-23.
3187 * config.sub: Likewise.
3189 2014-06-04 Ben Elliston <bje@gnu.org>
3191 * aclocal.m4: Regenerate with Automake 1.14.1.
3192 * configure: Regenerate with Autoconf 2.69.
3194 2014-03-15 Steve Ellcey <sellcey@mips.com>
3196 * baseboards/multi-sim.exp (rpath_flags): Add libatomic.so check.
3198 2014-02-23 Steve Ellcey <sellcey@mips.com>
3199 Richard Sandiford <rdsandiford@googlemail.com>
3201 * config/sim.exp (sim_exec): New.
3204 2013-12-08 Richard Sandiford <rdsandiford@googlemail.com>
3206 * lib/dg.exp (dg-test): Don't put the expected and actual output
3207 of a pattern test in the test name; send it to the log instead.
3209 2013-11-01 Steve Ellcey <sellcey@mips.com>
3211 * Makefile.am (baseboard_SCRIPTS): Add multi-sim.exp baseboard.
3212 * Makefile.in: Regenerate.
3213 * baseboards/multi-sim.exp: New.
3215 2013-10-31 Anton Kolesov <anton.kolesov@synopsys.com>
3217 * lib/remote.exp (standard_reboot): Return 1 instead of an empty string.
3218 (remote_reboot): Add comment explaining return value of this procedure.
3219 * doc/ref.xml (remote_reboot, standard_reboot): Document procedures.
3220 * doc/dejagnu.texi: Regenerate.
3222 2013-10-15 Alexander Ivchenko <alexander.ivchenko@intel.com>
3224 * baseboards/androideabi.exp (process_multilib_options): Add option.
3225 * config/adb.exp: Remove hardcoded -static option.
3226 (adb_load): Add the possibility to change the temp directory. Also
3227 handle permission potential problems.
3228 (adb_exec): Do cd to android_tmp_dir first.
3230 2013-10-05 Jose E. Marchesi <jose.marchesi@oracle.com>
3232 * baseboards/unix.exp: Add gdb settings to not use hardware
3233 watchpoints in sparc64 running GNU/Linux.
3235 2013-06-17 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
3237 * runtest.exp (libdirs): New global variable.
3238 (load_lib): Append libdirs to search_and_load_files directories.
3239 * doc/ref.xml (load_lib): Document global variable libdirs.
3240 * doc/dejagnu.texi: Regenerate.
3241 * testsuite/runtest.all/load_lib.exp: New testcase.
3242 * Makefile.am (TESTSUITE_FILES): Add new testcase.
3243 * Makefile.in: Regenerate.
3245 2013-06-15 Ben Elliston <bje@gnu.org>
3247 * configure.ac: If DEJAGNU is unset, set it to /dev/null.
3248 * Makefile.am: Export DEJAGNU.
3249 * configure: Likewise.
3250 * Makefile.in: Regenerate.
3252 2013-06-15 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
3254 * doc/user.xml: Fix typos.
3255 * doc/ref.xml: Likewise.
3256 * doc/dejagnu.texi: Regenerate.
3258 2013-06-15 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
3260 * doc/user.xml: Fix number of columns in table.
3261 * doc/dejagnu.texi: Regenerate.
3263 2013-06-15 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
3265 * doc/user.xml: Fix rendering errors around programlisting.
3266 * doc/ref.xml: Likewise.
3267 * doc/dejagnu.texi: Regenerate.
3269 2013-06-15 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
3271 * doc/user.xml: Fix spacing before productname.
3272 * doc/dejagnu.texi: Regenerate.
3274 2013-06-12 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
3276 * testsuite/runtest.all/default_procs.tcl (send_log): Use the
3277 magic "args" parameter name, as expect send_log proc accepts -- as
3280 2013-06-08 Makoto Fujiwara <makoto@ki.nu>
3282 * Makefile.am (pkgdata_DATA): Rename from pkgdata_SCRIPTS.
3283 (config_DATA): Likewise for config_SCRIPTS.
3284 (baseboard_DATA): Likewise for baseboard_SCRIPTS.
3285 (EXTRA_DIST): Remove pkgdata_SCRIPTS, config_SCRIPTS and
3287 * Makefile.in: Regenerate.
3289 2013-06-08 Ben Elliston <bje@gnu.org>
3291 * configure: Regenerate with autoconf 2.69.
3292 * aclocal.m4: Regenerate.
3294 2013-03-31 Ben Elliston <bje@gnu.org>
3296 * Makefile.am (html-local): Rename target from html.
3297 * Makefile.in: Regenerate with automake 1.12.6.
3298 * aclocal.m4: Likewise.
3299 * configure: Regenerate.
3301 2013-03-28 Gilles Espinasse <g.esp@free.fr>
3303 * TODO: Remove todo item about warncnt and errcnt.
3305 2013-03-28 Gilles Espinasse <g.esp@free.fr>
3307 * testsuite/lib/libsup.exp (make_defaults_file): Only set $tool once.
3309 2013-03-26 Ben Elliston <bje@gnu.org>
3311 * config.guess: Update to version 2013-02-12.
3312 * config.sub: Likewise.
3314 2013-02-16 Rob Savoye <rob@build.welcomehome.org>
3316 * config/adb.exp: Add adb_file so we can remotely delete test
3317 cases to save on limited disk space. Don't remove the file after
3318 executing it, leave that for the test driver instead.
3320 2013-02-15 Rob Savoye <rob@welcomehome.org>
3322 * config/adb.exp: Remove the test case after executing
3323 it. Otherwise we can fill up all the diskspace on a small target
3326 2013-02-11 Rob Savoye <rob@welcomehome.org>
3328 * baseboards/androideabi.exp: Board support for Android using ADB.
3329 * config/adb.exp: Config support for Android using ADB.
3330 * Makefile.am (dist): Add new config and board files.
3331 * aclocal.m4, Makefile.in, configure, example/calc/configure,
3332 example/mathhelper/configure: Regenerated with newer autotools.
3334 2012-12-05 Ben Elliston <bje@gnu.org>
3336 * example/hello: Remove.
3337 * configure.ac: Likewise.
3338 * configure: Regenerate.
3340 2012-10-04 Steve Ellcey <sellcey@mips.com>
3342 * Makefile.am (baseboard_SCRIPTS): Add new baseboards.
3343 * Makefile.in: Regenerate.
3344 * baseboards/mips-sim-mti32.exp: New.
3345 * baseboards/mips-sim-mti64.exp: New.
3346 * baseboards/mips-sim-mti64_n32.exp: New.
3347 * baseboards/mips-sim-mti64_64.exp: New.
3348 * baseboards/mips-sim-sde32.exp: New.
3349 * baseboards/mips-sim-sde64.exp: New.
3351 2012-10-04 Ben Elliston <bje@gnu.org>
3353 * aclocal.m4: Regenerate with automake 1.11.3.
3354 * Makefile.in: Likewise.
3355 * configure: Regenerate with autoconf 2.68.
3357 2012-08-22 Steve Ellcey <sellcey@mips.com>
3359 * baseboards/generic-sim.exp: New baseboard definition.
3361 2012-06-15 Andreas Schwab <schwab@linux-m68k.org>
3363 * lib/framework.exp (clone_output): Protect from leading dash in
3365 * runtest.exp (verbose): Likewise.
3367 2012-06-11 Tom Tromey <tromey@redhat.com>
3369 * doc/runtest.1: Update.
3370 * runtest.exp (xml_file_name): New global.
3372 Handle optional argument to --xml.
3373 * lib/framework.exp (open_logs): Respect xml_file_name.
3375 2012-03-24 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
3377 * runtest.exp (load_tool_init): Fix typo in -de option handling.
3379 2012-03-24 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
3381 * doc/runtest.1: Correct name of debug file.
3383 2012-02-25 Ben Elliston <bje@gnu.org>
3385 * runtest: Search /usr/share/dejagnu and /usr/local/share/dejagnu
3386 for runtest.exp as a last resort (for usrmove environments, where
3387 /bin is a link to /usr/bin). From Honza Horak <hhorak@redhat.com>.
3389 2011-12-30 Ben Elliston <bje@gnu.org>
3391 * doc/user.xml: Various spelling and consistency fixes.
3392 * doc/ref.xml: Likewise.
3393 (exit_remote_shell): Remove, as this procedure is defunct.
3394 * doc/dejagnu.texi: Regenerate.
3396 2011-12-30 Ben Elliston <bje@gnu.org>
3398 * config.guess: Update to version 2011-12-29.
3399 * config.sub: Update to version 2011-11-11.
3401 2011-06-30 Tom Tromey <tromey@redhat.com>
3403 * doc/ref.xml: Document find_gfortran.
3404 * doc/dejagnu.texi: Regenerate.
3405 * lib/target.exp (default_target_compile): Handle f90.
3406 (default_target_compile): Likewise.
3407 * lib/libgloss.exp (find_gfortran): New proc.
3409 2011-06-30 Ben Elliston <bje@gnu.org>
3411 * Makefile.am (all-local): New rule.
3412 * Makefile.in: Regenerate.
3414 2011-04-12 Ben Elliston <bje@gnu.org>
3416 * config/vxworks.exp (vxworks_file): Use "file delete", not "exec
3417 rm", for better portability.
3418 * config/netware.exp (${board}_load): Likewise.
3419 * lib/dg.exp (dg-test): Likewise.
3420 * lib/framework.exp (open_logs): Likewise.
3421 * lib/remote.exp (standard_file): Likewise.
3422 * runtest.exp: Likewise.
3423 * testsuite/runtest.all/options.exp: Likewise.
3425 2011-03-15 Ben Elliston <bje@gnu.org>
3427 * runtest.exp: Whitespace cleanups.
3428 * lib/dejagnu.exp, lib/dg.exp, lib/framework.exp,
3429 lib/libgloss.exp, lib/remote.exp, lib/rsh.exp, lib/target.exp,
3430 lib/telnet.exp, lib/tip.exp, lib/utils.exp: Likewise.
3432 2011-03-15 Ben Elliston <bje@gnu.org>
3434 * runtest: Remove trailing semicolons.
3435 * lib/rsh.exp: Likewise.
3437 2011-03-15 H.J. Lu <hjl.tools@gmail.com>
3439 * lib/remote.exp (local_exec): Ignore SIGHUP.
3441 2011-03-14 Ben Elliston <bje@gnu.org>
3443 * runtest.exp (frame_version): Set to 1.5.1.
3444 * configure.ac (AC_INIT): Set version to 1.5.1.
3445 * configure: Regenerate.
3446 * doc/dejagnu.xml (appversion, version): Set to 1.5.1.
3447 * doc/dejagnu.texi: Regenerate.
3449 2011-03-14 Ben Elliston <bje@gnu.org>
3451 * dejagnu.h: Whitespace cleanups.
3453 2011-03-14 Ben Elliston <bje@gnu.org>
3455 * baseboards/cris-sim.exp: Remove trailing semicolon(s).
3456 * baseboards/mt-sid.exp: Likewise.
3457 * baseboards/tx39-sim.exp: Likewise.
3458 * lib/target.exp (default_target_compile): Likewise.
3460 2011-03-14 Ben Elliston <bje@gnu.org>
3462 Reported by Flash Sheridan <flash@pobox.com>:
3463 * doc/user.xml (Testing "Hello world" locally): Improve the
3464 example test script and make it robust to failures. Tidy some
3466 * doc/dejagnu.texi: Regenerate.
3468 2011-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3470 * runtest.exp (runtest): Call reset_vars at initialisation so that
3471 perror does not affect test results in other test scripts.
3473 2011-03-09 Ben Elliston <bje@gnu.org>
3475 * NEWS: Start a new section for post-1.5 changes.
3477 2011-03-09 Ben Elliston <bje@gnu.org>
3479 * DejaGnu 1.5 released.
3481 2011-03-09 Ben Elliston <bje@gnu.org>
3483 * Makefile.am (DISTCLEANFILES): Define.
3484 * Makefile.in: Regenerate.
3485 * testsuite/runtest.all/libs.exp: Clean up temp files on exit.
3486 * testsuite/runtest.all/options.exp: Likewise for dbg.log.
3487 * testsuite/runtest.all/stats.exp: Likewise for tmpdir. Use "file
3488 mkdir" instead of exec'ing mkdir(1).
3490 2011-03-07 Ben Elliston <bje@gnu.org>
3492 * Makefile.am (doc/dejagnu.texi): Conditional on MAINTAINER_MODE.
3493 * Makefile.in: Regenerate.
3495 2011-03-06 Ben Elliston <bje@gnu.org>
3497 * configure.ac (AC_INIT): Set version to 1.5.
3498 * configure: Regenerate.
3499 * runtest.exp (frame_version): Set to 1.5.
3500 * doc/dejagnu.texi: Regenerate.
3502 2011-03-04 Ben Elliston <bje@gnu.org>
3504 * texinfo.tex: Import latest version from ftp://tug.org/tex.
3506 2011-03-04 Ben Elliston <bje@gnu.org>
3508 * Makefile.am (EXTRA_DIST): Correct name of historical ChangeLog.
3509 * Makefile.in: Regenerate.
3511 2011-03-03 Ben Elliston <bje@gnu.org>
3513 * Makefile.am: Bump to GPL version 3.
3514 * configure.ac: Likewise.
3515 * Makefile.in: Regenerate.
3516 * aclocal.m4: Likewise.
3517 * configure: Likewise.
3519 2011-03-03 Ben Elliston <bje@gnu.org>
3521 * config.guess: Update to most recent version.
3522 * config.sub: Likewise.
3524 2011-03-03 Ben Elliston <bje@gnu.org>
3526 * lib/framework.exp (unknown): Rename the native Tcl ::unknown
3527 proc to ::tcl_unknown. If ::tcl_unknown returns a failure result,
3528 then fall back to the conventional DejaGnu handling. Report from
3529 David Byron <dbyron@dbyron.com>.
3531 2011-03-03 Maciej W. Rozycki <macro@codesourcery.com>
3533 * lib/remote.exp (remote_expect): Pass all exception conditions up
3536 2011-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3538 * lib/dg.exp (dg-test): Support nested calls.
3540 2010-04-13 Ben Elliston <bje@gnu.org>
3542 * testglue.c: Remove duplicated prototypes for abort and exit.
3544 2010-03-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3546 * doc/user.xml (Tcl Variables For Command Line Options): Correct
3549 2010-01-21 Jie Zhang <jie.zhang@analog.com>
3551 * config/gdb-comm.exp (gdb_comm_load): Set breakpoints after load.
3553 2010-01-15 Anthony Green <green@moxielogic.com>
3555 * baseboards/moxie-sim.exp: New baseboard.
3557 2009-12-10 DJ Delorie <dj@redhat.com>
3559 * baseboards/rx-sim.exp: New baseboard.
3561 2009-10-15 Ben Elliston <bje@gnu.org>
3563 * MAINTAINERS: Remove refererence to Tom Tromey's Tcl style guide.
3564 This web page has disappeared.
3566 2009-07-06 Ben Elliston <bje@gnu.org>
3568 * doc/dejagnu.xml, doc/ref.xml, doc/user.xml: Mark up options with
3569 <option> not <emphasis>. Apply other grammatical fixes from
3571 * doc/dejagnu.texi: Regenerate.
3573 2009-07-06 Ben Elliston <bje@gnu.org>
3575 * configure.ac: Check for docbook2x-texi.
3576 * configure: Regenerate.
3578 2009-07-06 Ben Elliston <bje@gnu.org>
3580 From Reuben Thomas <rrt@sc3d.org>:
3581 * doc/runtest.1: Fix some formatting issues.
3583 2009-06-16 Ben Elliston <bje@gnu.org>
3585 * config.guess: Update to most recent version.
3586 * config.sub: Likewise.
3588 2009-06-16 Ben Elliston <bje@gnu.org>
3590 * Makefile.am (rpm, deb, solpkg, hpdepot): Remove targets.
3591 * Makefile.in: Regenerate.
3592 * packaging: Remove directory and its contents.
3594 2009-06-10 Maciej W. Rozycki <macro@codesourcery.com>
3596 * config/gdb-comm.exp (gdb_comm_add_breakpoint): Handle pending
3599 2008-12-03 Ben Elliston <bje@gnu.org>
3601 * COPYING: Update to GPL version 3.
3603 2008-04-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3605 * doc/ref.xml, doc/user.xml: Fix typos.
3606 * doc/dejagnu.texi: Regenerate.
3608 2008-04-06 Daniel Jacobowitz <drow@false.org>
3610 * Makefile.am (RUNTESTDEFAULTFLAGS): Add RUNTEST=$(RUNTEST).
3611 * Makefile.in: Regenerate.
3612 * dejagnu.exp (host_execute): Improve regexp matching.
3613 * testsuite/libdejagnu/unit.cc: C++ fixes.
3615 2008-04-06 Daniel Jacobowitz <drow@false.org>
3617 * lib/utils.exp (diff): Open both files as binary.
3619 2008-04-06 Daniel Jacobowitz <dan@codesourcery.com>
3621 * dejagnu.h (totals): Correct typos.
3623 2008-04-06 Daniel Jacobowitz <dan@codesourcery.com>
3625 * doc/user.xml (Adding a New Tool, Adding a New Target): Fix typos.
3626 * doc/dejagnu.texi: Regenerate.
3628 2008-02-25 Ben Elliston <bje@gnu.org>
3630 * doc/runtest.1: Update date of last revision.
3632 2008-02-11 Hans-Peter Nilsson <hp@axis.com>
3634 * baseboards/h8300.exp: Use -- before switch argument that may
3636 * baseboards/cris-sim.exp: Ditto.
3638 2008-02-11 Hans-Peter Nilsson <hp@axis.com>
3640 * Makefile.am (baseboard_SCRIPTS): Add scripts cris-sim.exp,
3641 iq2000-sim.exp and m32r-linux-sim.exp.
3642 * Makefile.in: Regenerate.
3644 2008-02-08 Ben Elliston <bje@gnu.org>
3646 * baseboards/cris-sim.exp: Fix MS-DOS line termination.
3648 2007-12-28 Joseph Myers <joseph@codesourcery.com>
3650 * lib/target.exp (default_link): Initialize nobjects before use.
3652 2007-12-06 Ben Elliston <bje@gnu.org>
3654 * lib/dg.exp (dg_bogus): Comment fix.
3656 2007-10-31 DJ Delorie <dj@redhat.com>
3658 * lib/framework.exp (open_logs): Line buffer the .sum file.
3660 2007-09-04 Matt Kraai <kraai@ftbfs.org>
3662 * doc/user.xml (Configuration): Fix typos.
3663 * doc/dejagnu.texi: Regenerate.
3665 2007-08-28 Daniel Jacobowitz <dan@codesourcery.com>
3667 * lib/remote.exp (standard_send): Correct quoting.
3669 2007-05-17 Ben Elliston <bje@gnu.org>
3671 * doc/user.xml: Correct the syntax for running apt-get on a Debian
3672 GNU/Linux system. From Peter Welte <weltepe@gmail.com>.
3674 2007-04-30 Bob Wilson <bob.wilson@acm.org>
3676 * baseboards/xtensa-sim.exp: Set target_install. Stop using
3677 basic-sim.exp. Run the simulator with --turbo option. Replace
3678 needs_status_wrapper with the simulator's --exit_with_target_code
3681 2006-10-15 Rob Savoye <rob@bertha.welcomehome.org>
3683 * dejagnu.h: Add support for for expected failures and
3684 unexpected successes.
3686 2005-05-06 Andrew Fyfe <a.fyfe@tiscali.co.uk>
3688 * doc/Makefile.am: Fix install path for man page.
3689 * Makefiles: Regenerated.
3691 2006-08-29 Ben Elliston <bje@gnu.org>
3693 * runtest.exp (usage): Use "triplet" instead of "config name".
3695 2006-07-13 Daniel Jacobowitz <dan@codesourcery.com>
3697 * Makefile.am (DOCBOOK2RTF): Fix typo.
3698 * Makefile.in: Regenerated.
3699 * lib/libgloss.exp (process_multilib_options): Use -- to handle
3700 options starting with hyphens.
3702 2006-06-23 Eric Botcazou <ebotcazou@adacore.com>
3704 * libgloss.exp (find_gnatmake): Rewrite.
3706 2006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
3708 * rsh.exp (rsh_exec): Handle inp and outp arguments. Use
3709 local_exec to run rsh. Return failure if rsh times out.
3710 * remote.exp (local_exec): Handle "|& cat" we added when deciding
3711 whether to return output.
3713 2006-06-09 Ben Elliston <bje@gnu.org>
3715 * baseboards/cris-sim.exp: Use Tcl fall-through syntax for
3716 multiple cases, not a list (case uses lists, switch does not).
3717 Pass -glob to switch where applicable to emulate case behaviour.
3718 * baseboards/h8300.exp: Likewise.
3719 * lib/framework.exp (clone_output): Likewise.
3720 (clear_xfail): Likewise.
3721 (clear_kfail): Likewise.
3722 * lib/libgloss.exp (process_multilib_options): Likewise.
3723 * runtest.exp: Likewise.
3725 2006-06-06 Ben Elliston <bje@gnu.org>
3727 * Makefile.am (CONTRIB): New.
3728 (EXTRA_DIST): Add $(CONTRIB).
3729 (doc/dejagnu.texi): Set directory-category param to docbook2texi.
3730 * Makefile.in: Regenerate.
3731 * doc/dejagnu.texi: Likewise.
3733 2006-06-06 Ben Elliston <bje@gnu.org>
3735 * runtest.exp (load_lib): Typo fix.
3737 2006-06-06 Ben Elliston <bje@gnu.org>
3739 * dejagnu.h: Tidy comments.
3740 (_BUFFER_SIZE_): Remove to minimise namespace pollution.
3741 (wait): Define this function unconditionally. Conditionally
3742 compile the function body if _DEJAGNU_WAIT_ is defined.
3743 (buffer): Set the buffer size explicitly.
3744 (pass): Use sizeof (buffer). Call wait() unconditionally.
3745 (fail, untested, unresolved, note): Likewise.
3746 (enum teststate): Tidy whitespace.
3748 2006-06-06 Ben Elliston <bje@gnu.org>
3750 * doc/dejagnu.xml, doc/ref.xml, doc/user.xml: Edits.
3751 * doc/dejagnu.texi: Regenerate.
3753 2006-06-06 Ben Elliston <bje@gnu.org>
3755 Import from GCC tree:
3756 2006-06-02 Richard Earnshaw <rearnsha@arm.com>
3757 Mike Stump <mrs@apple.com>
3759 * compare_tests: Handle multilibs better.
3761 2006-06-06 Ben Elliston <bje@gnu.org>
3763 * doc/dejagnu.texi: Regnerate using Docbook2X 0.8.7.
3765 * configure.ac: Check for docbook2texi, not docbook2x-texi. The
3766 wrapper script changed its name again in the latest release.
3767 * configure: Regenerate.
3768 * Makefile.am (DOCBOOK2X_TEXI): Rename from this ..
3769 (DOCBOOK2TEXI): .. to this.
3770 (doc/dejagnu.texi): Do not use output-file parameter to deposit
3771 the .texi file into the source directory; use mv(1) instead. Set
3772 directory-description parameter.
3773 * Makefile.in: Likewise.
3775 2006-06-02 Ben Elliston <bje@gnu.org>
3777 * config/sim.exp (sim_upload): Match up argument names.
3779 2006-06-02 Ben Elliston <bje@gnu.org>
3781 * config.guess: Update to most recent version.
3782 * config.sub: Likewise.
3784 2006-06-02 Ben Elliston <bje@gnu.org>
3786 * config/dos.exp (dos_open): Only run global board_info once at
3787 the beginning of the proc; remove duplicates.
3788 (dos_load): Use file join to separate path components.
3789 (dos_copy_upload): Likewise.
3790 * lib/remote.exp (call_remote): Use error, not "blooie" to trigger
3793 2006-06-02 Ben Elliston <bje@gnu.org>
3795 * contrib/compare_tests: Import from the GCC contrib directory.
3797 2006-05-24 Ben Elliston <bje@gnu.org>
3799 * runtest.exp (verbose): Brace some expressions.
3800 (load_file, search_and_load_file): Likewise.
3801 (runtest): Likewise.
3803 2006-05-23 Ben Elliston <bje@gnu.org>
3805 * config/gdb-comm.exp (gdb_comm_load): Brace some expressions.
3806 * config/i960.exp (i960_spawn): Initialise status.
3807 * config/netware.exp (${board}_init): Brace some if expressions.
3808 * lib/dg.exp (dg-test): Brace some expressions.
3809 * lib/framework.exp (clone_output, log_and_exit, log_summary,
3810 record_test, pass, fail): Likewise.
3811 * lib/libgloss.exp (get_multilibs): Likewise.
3812 * lib/remote.exp (standard_transmit, unix_clean_filename,
3813 remote_load, check_for_board_status, remote_expect): Likewise.
3814 * lib/rsh.exp (rsh_exec): Likewise.
3816 2006-05-22 Ben Elliston <bje@gnu.org>
3818 * baseboards/cris-sim.exp: Use switch, not case.
3819 * baseboards/h8300.exp: Likewise.
3820 * config/base68k.exp (base68k_ld): Brace an if expression.
3822 2006-05-22 Ben Elliston <bje@gnu.org>
3824 * runtest.exp, baseboards/basic-sim.exp, baseboards/cf.exp,
3825 baseboards/cris-sim.exp, baseboards/i960-cyclone.exp,
3826 baseboards/mcore-moto-sim.exp, baseboards/mips64vr4100-sim.exp,
3827 baseboards/mmixware-sim.exp, baseboards/op50n.exp,
3828 baseboards/rom68k-idp.exp, baseboards/sparclite-sim-le.exp,
3829 baseboards/usparc-cygmon.exp, config/base-config.exp,
3830 config/base68k.exp, config/ddb-ether.exp, config/ddb.exp,
3831 config/dos.exp, config/gdb-comm.exp, config/gdb_stub.exp,
3832 config/i386-bozo.exp, config/i960.exp, config/m68k-emc.exp,
3833 config/netware.exp, config/sid.exp, config/sim.exp,
3834 config/tic80.exp, config/unix.exp, config/vxworks.exp,
3835 lib/debugger.exp, lib/dejagnu.exp, lib/dg.exp, lib/framework.exp,
3836 lib/ftp.exp, lib/kermit.exp, lib/libgloss.exp, lib/remote.exp,
3837 lib/rlogin.exp, lib/rsh.exp, lib/target.exp, lib/targetdb.exp,
3838 lib/telnet.exp, lib/tip.exp, lib/utils.exp: Put braces around if
3839 expressions throughout.
3841 2006-05-22 Ben Elliston <bje@gnu.org>
3843 * lib/framework.exp (open_logs): Use file join where applicable.
3844 * lib/libgloss.exp (libgloss_link_flags, newlib_link_flags,
3845 newlib_include_flags, g++_link_flags, libstdc++_link_flags,
3846 get_multilibs, winsup_include_flags, winsup_link_flags): Likewise.
3847 * lib/utils.exp (which): Likewise.
3848 * runtest.exp (search_and_load_file, lookfor_file,
3849 load_tool_init): Likewise.
3851 * lib/debugger.exp (watcharray): Add `array' parameter. Rename
3852 `type' parameter to `op' and update all uses in the proc.
3853 (watchvar): Add `ignore' parameter for scalar variables.
3854 Likewise, rename `type' to `op' and update throughout the proc.
3856 * runtest.exp: Use switch, not case.
3857 * lib/framework.exp (clone_output): Likewise.
3858 (clear_xfail): Likewise.
3859 (clear_kfail): Likewise.
3860 (set_warning_threshold): Make warning_threshold global.
3861 (get_warning_threshold): Likewise.
3862 * lib/libgloss.exp (process_multilib_options): Use switch, not
3864 * lib/remote.exp (local_exec): Only run global errorInfo once.
3865 (standard_upload): Fix error in variable use ($file -> $srcfile).
3866 * lib/utils.exp (grep): Use switch, not case.
3867 (slay): Fix mismatched bracket.
3869 * lib/debugger.exp (watcharray): Use switch, not case.
3870 (watchvar): Likewise.
3871 (bt): Add an explanatory comment.
3873 2006-04-03 Ben Elliston <bje@gnu.org>
3875 * lib/debugger.exp, lib/dejagnu.exp, lib/dg.exp,
3876 lib/framework.exp, lib/libgloss.exp, lib/remote.exp,
3877 lib/rlogin.exp, lib/target.exp, lib/telnet.exp: Formatting.
3879 2006-01-02 Ben Elliston <bje@gnu.org>
3881 * configure.ac (AC_INIT): Set version to 1.4.99.
3882 * configure: Regenerate.
3884 2006-01-01 Ben Elliston <bje@gnu.org>
3886 * testsuite/runtest.all/utils.test: Add runtest_file_p.
3888 2006-01-01 Ben Elliston <bje@gnu.org>
3890 * runtest.exp (frame_version): Set to 1.4.99.
3892 2006-01-01 Ben Elliston <bje@gnu.org>
3894 * dejagnu.h: Update copyright notice. Use C-style /* .. */
3895 comments for portability with ISO C compilers.
3896 * testsuite/libdejagnu/unit.cc: Likewise, update copyright notice.
3898 2006-01-01 Ben Elliston <bje@gnu.org>
3900 * runtest.exp: Update copyright notice.
3901 * example/calc/testsuite/calc.test/calc.exp: Likewise.
3902 * example/calc/testsuite/config/unix.exp: Likewise.
3903 * testsuite/libdejagnu/tunit.exp: Likewise.
3904 * testsuite/runtest.all/libs.exp: Likewise.
3905 * testsuite/runtest.all/options.exp: Likewise.
3906 * testsuite/runtest.all/stats-sub.exp: Likewise.
3907 * testsuite/runtest.all/stats.exp: Likewise.
3909 2006-01-01 Ben Elliston <bje@gnu.org>
3911 * config/default.exp, config/unix.exp, config/vxworks.exp,
3912 lib/debugger.exp, lib/dejagnu.exp, lib/framework.exp,
3913 lib/libgloss.exp, lib/remote.exp, testsuite/lib/util-defs.exp:
3915 * dejagnu.h, testsuite/config/default.exp,
3916 testsuite/lib/libsup.exp, testsuite/libdejagnu/tunit.exp,
3917 testsuite/libdejagnu/unit.cc, testsuite/runtest.all/libs.exp,
3918 testsuite/runtest.all/options.exp,
3919 testsuite/runtest.all/stats-sub.exp,
3920 testsuite/runtest.all/stats.exp: Update copyright notice and FSF
3921 office address. Remove bug reporting address, as it is now
3922 maintained centrally in the README file.
3924 2005-12-31 Ben Elliston <bje@gnu.org>
3926 * testsuite/runtest.all/utils.test: Don't bother mentioning
3927 absolute, psource, prune and slay as untested procedures.
3929 2005-12-31 Ben Elliston <bje@gnu.org>
3931 * doc/ref.xml (Utility Procedures): Note that the following
3932 procedures are deprecated: absolute, psource, prune, slay.
3934 * doc/dejagnu.texi: Regenerate.
3936 2005-12-24 Ben Elliston <bje@gnu.org>
3938 * Makefile.am (doc/dejagnu.texi): Don't use shell redirection, in
3939 case the command fails and zeroes the Texinfo source file. Move
3940 the output (if successful) by its default filename using mv(1).
3941 * Makefile.in: Regenerate.
3943 2005-12-24 Ben Elliston <bje@gnu.org>
3945 * configure.ac (DOCBOOK2X_TEXI): Add search for this program.
3946 * configure: Regenerate.
3947 * Makefile.am (DOCBOOK2PDF, DOCBOOK2RTF, DOCBOOK2PS): New.
3948 (DOCBOOK2HTML, DOCBOOK2X_TEXI): Likewise.
3949 (dejagnu.pdf): Use $(DOCBOOK2PDF).
3950 (dejagnu.ps): Likewise, use $(DOCBOOK2PS).
3951 (dejagnu.rtf): Likewise, use $(DOCBOOK2RTF).
3952 (html): Likewise, use $(DOCBOOK2HTML).
3953 (doc/dejagnu.texi): Produce using the docbook2x-texi wrapper,
3954 which is much simpler. Likewise, use $(DOCBOOK2X_TEXI).
3955 * Makefile.in: Regenerate.
3957 2005-12-24 Ben Elliston <bje@gnu.org>
3959 * Makefile.am (EXTRA_DIST): Remove $(PACKAGING_METAFILES).
3960 (XML): Remove $(srcdir) from each filename; VPATH suffices.
3961 (PACKAGING_METAFILES): Remove.
3962 * Makefile.in: Regenerate.
3964 2005-12-24 Ben Elliston <bje@gnu.org>
3968 2005-12-24 Ben Elliston <bje@gnu.org>
3972 2005-12-24 Ben Elliston <bje@gnu.org>
3974 * testsuite/libdejagnu/tunit.exp: Don't change to a non-existent
3977 2005-12-24 Ben Elliston <bje@gnu.org>
3979 * Makefile.am (RUNTEST): Simplify, as Automake already generates
3980 similar logic in Makefile.in.
3981 * Makefile.in: Regenerate.
3983 2005-12-24 Ben Elliston <bje@gnu.org>
3985 * Makefile.am (RUNTESTDEFAULTFLAGS): Omit --tool so that
3986 libdejagnu tests are run too.
3987 * Makefile.in: Regenerate.
3989 2005-12-24 Ben Elliston <bje@gnu.org>
3991 * configure: Regenerate.
3993 * lib/remote.exp: Tidy.
3994 * lib/targetdb.exp: Likewise.
3995 * lib/target.exp (prune_warnings): Improve comments.
3996 * lib/dejagnu.exp: Likewise.
3997 * lib/utils.exp: Likewise.
4001 2005-12-24 Ben Elliston <bje@gnu.org>
4003 * doc/dejagnu.xml: Don't use apostrophes in section titles.
4004 * doc/dejagnu.texi: Regenerate.
4006 2005-12-24 Ben Elliston <bje@gnu.org>
4008 * Makefile.am (XML): Include $(srcdir) in filenames.
4009 * Makefile.in: Regenerate.
4011 2005-12-24 Ben Elliston <bje@gnu.org>
4013 * doc/C/Makefile.am: Remove.
4014 * doc/C/Makefile.in: Likewise.
4016 * Makefile.am (SUBDIRS): Remove.
4017 (EXTRA_DIST): Append $(XML).
4018 (dist_man_MANS): Define.
4019 (info_TEXINFOS): Likewise.
4020 (XML): List XML source files.
4021 (dejagnu.pdf): New target.
4022 (dejagnu.ps): Likewise.
4023 (dejagnu.rtf): Likewise.
4025 (dejagnu.texi): Special rule to build Texinfo source.
4026 * Makefile.in: Regenerate.
4027 * configure.ac: Don't search for docbook2dvi.
4028 Search for docbook2rtf and docbook2pdf.
4029 Don't output doc/Makefile or doc/C/Makefile.
4030 * configure: Regenerate.
4031 * doc/texinfo.tex: Move from here ..
4032 * texinfo.tex: .. to here.
4033 * doc/Makefile.am: Remove.
4034 * doc/Makefile.in: Likewise.
4035 * doc/C/dejagnu.omf: Likewise.
4036 * doc/C/topic.dat: Likewise.
4037 * doc/C/dejagnu.xml: Move from here ..
4038 * doc/dejagnu.xml: .. to here.
4039 * doc/C/legal.xml: Move from here ..
4040 * doc/legal.xml: .. to here.
4041 * doc/C/ref.xml: Move from here ..
4042 * doc/ref.xml: .. to here.
4043 * doc/C/user.xml: Move from here ..
4044 * doc/user.xml: .. to here.
4045 * doc/dejagnu.texi: Rebuild from XML source.
4047 2005-12-23 Ben Elliston <bje@gnu.org>
4049 * doc/runtest.1: Update manual page.
4051 2005-12-23 Ben Elliston <bje@gnu.org>
4053 * doc/overview.sgml: Remove in favour of XML versions.
4054 * doc/ref.sgml: Ditto.
4055 * doc/user.sgml: Ditto.
4056 * doc/texinfo.tex: Import new version.
4058 2005-12-20 Ben Elliston <bje@gnu.org>
4060 * Makefile.am (SUBDIRS): Remove testsuite, example.
4061 (EXTRA_DIST): Add $(TESTSUITE_FILES).
4062 (TESTSUITE_FILES): New.
4063 (RUNTEST, RUNTESTDEFAULTFLAGS): New.
4065 (check_PROGRAMS): New.
4066 (unit_SOURCES): New.
4067 * Makefile.in: Regenerate.
4068 * configure.ac (AC_OUTPUT): Don't output example/Makefile,
4069 testsuite/Makefile or testsuite/libdejagnu/Makefile.
4070 * configure: Regenerate.
4071 * testsuite/Makefile.am: Remove.
4072 * testsuite/Makefile.in: Likewise.
4073 * testsuite/libdejagnu/Makefile.am: Likewise.
4074 * testsuite/libdejagnu/Makefile.in: Likewise.
4076 2005-12-20 Ben Elliston <bje@gnu.org>
4078 * Makefile.am (baseboard_SCRIPTS): Rename ms1->mt.
4079 * Makefile.in: Regenerate.
4081 2005-12-20 Ben Elliston <bje@gnu.org>
4083 * configure: Regenerate with autoconf 2.59.
4084 * aclocal.m4: Regenerate with aclocal 1.9.6.
4085 * Makefile.in: Regenerate with automake 1.9.6.
4086 * doc/Makefile.in: Likewise.
4087 * doc/C/Makefile.in: Likewise.
4088 * example/Makefile.in: Likewise.
4089 * testsuite/Makefile.in: Likewise.
4090 * testsuite/libdejagnu/Makefile.in: Likewise.
4092 2005-12-20 Nathan Sidwell <nathan@codesourcery.com>
4094 * baseboards/ms1-sid.exp: Rename from this ..
4095 * baseboards/mt1-sid.exp: .. to this. Update ms1->mt within.
4097 2005-12-20 Ben Elliston <bje@gnu.org>
4099 * config.guess: Update to most recent version.
4100 * config.sub: Likewise.
4102 2005-09-24 Ben Elliston <bje@gnu.org>
4104 * packaging/pkg/pkginfo (EMAIL): Update mail address.
4106 * lib/rsh.exp: Tidy comments.
4108 2005-07-07 Ben Elliston <bje@gnu.org>
4110 * lib/telnet.exp (telnet_transmit): Remove; use standard method.
4112 2005-07-07 Ben Elliston <bje@gnu.org>
4114 * Makefile.am (baseboard_SCRIPTS): Add ms1-sid.exp.
4115 * Makefile.in: Regenerate.
4117 2005-07-06 Ben Elliston <bje@gnu.org>
4119 * lib/tip.exp (tip_open): Improve comments.
4120 (tip_download): Likewise.
4122 2005-07-06 Ben Elliston <bje@gnu.org>
4124 * lib/telnet.exp (telnet_open): Improve option handling. Clarify
4125 documentation for each proc.
4127 2005-07-06 Ben Elliston <bje@gnu.org>
4129 * aclocal.m4: Regenerate with aclocal 1.9.
4130 * configure: Regenerate with autoconf 2.59.
4131 * doc/C/Makefile.am: Remove stray include.
4132 * Makefile.in, doc/Makefile.in, doc/C/Makefile.in,
4133 example/Makefile.in, testsuite/Makefile.in,
4134 testsuite/libdejagnu/Makefile.in: Regenerate with automake 1.9.
4136 2005-07-06 Ben Elliston <bje@gnu.org>
4138 Import some missing hunks from this patch on sourceware:
4140 2004-11-11 Nick Clifton <nickc@redhat.com>
4142 * lib/libgloss.exp (libio_include_flags, g++_include_flags,
4143 winsup_include_flags): Revert previous patch, restoring the use of
4144 -I, for all libraries except newlib. Newlib needs -isystem to
4145 avoid the problems with <limits.h> but the C++ and winsup
4146 libraries need -I because -isystem generates an implicit 'extern
4147 "C"' which may not be appropriate for certain targets.
4149 2005-07-06 Aldy Hernandez <aldyh@redhat.com>
4151 * baseboards/ms1-sid.exp: New.
4153 2005-07-01 Ben Elliston <bje@gnu.org>
4155 Unify some changes with the 1.4 branch:
4157 2004-10-28 Nick Clifton <nickc@redhat.com>
4158 * baseboards/iq2000-sim.exp: New file.
4160 2004-06-08 Alexandre Oliva <aoliva@redhat.com>
4161 * baseboards/mn10300-sim.exp: Set needs_status_wrapper and
4164 2004-05-13 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
4165 * baseboards/m32r-linux-sim.exp: Add New file.
4167 2005-06-24 Ben Elliston <bje@gnu.org>
4169 * MAINTAINERS: Update my email address.
4171 2005-06-24 Ben Elliston <bje@gnu.org>
4173 * Update the FSF's physical address throughout.
4175 2005-06-22 Ben Elliston <bje@gnu.org>
4177 * config.guess: Update to most recent version.
4178 * config.sub: Likewise.
4180 2005-04-28 Mark Kettenis <kettenis@gnu.org>
4182 * lib/target.exp (prune_warnings): Add a few more linker
4183 warning patterns for OpenBSD.
4185 2005-03-20 Mark Kettenis <kettenis@gnu.org>
4187 * lib/target.exp (prune_warnings): Add linker warning patterns for
4190 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
4192 * baseboards/cris-sim.exp: New file.
4194 2004-11-19 Nick Clifton <nickc@redhat.com>
4196 * lib/libgloss.exp (newlib_include_flags): Document why -isystem
4197 is used instead of -I.
4198 (libio_include_flags): Use -I instead of -isystem and
4200 (g++_include_flags): Use -I instead of -isystem.
4201 (libstdc++_include_flags): Likewise.
4203 2004-11-04 Ben Elliston <bje@gnu.org>
4205 * lib/dg.exp (dg-test): If a `dg-do run' test fails to compile,
4206 mark the test as unresolved, rather than warning.
4208 2004-10-27 Nick Clifton <nickc@redhat.com>
4210 * baseboards/iq2000-sim.exp: New file.
4212 2004-08-20 Daniel Jacobowitz <dan@debian.org>
4214 * testglue.c: Prototype abort(3) and exit(3).
4216 2004-08-14 Paul Brook <paul@codesourcery.com>
4218 * config/sim.exp (sim_download, sim_upload): New procs.
4220 2004-06-30 Ben Elliston <bje@gnu.org>
4222 * config.guess: Update to current revision.
4223 * config.sub: Likewise.
4225 2004-06-12 Ben Elliston <bje@gnu.org>
4227 * config.guess: Update to current revision.
4228 * config.sub: Likewise.
4230 2004-06-08 Alexandre Oliva <aoliva@redhat.com>
4232 * testglue.c: Prototype abort and exit.
4234 2004-06-08 Alexandre Oliva <aoliva@redhat.com>
4236 * baseboards/mn10300-sim.exp: Set needs_status_wrapper to empty
4239 Tue Feb 25 05:19:57 UTC 2003 Brendan Conoboy <blc@@redhat.com>
4241 * lib/remote.exp (call_remote): Remove multilibs from the board
4242 name when rebooting a board.
4244 2004-06-03 Alexandre Oliva <aoliva@redhat.com>
4246 * baseboards/mn10300-sim.exp: Set needs_status_wrapper and
4249 2004-06-07 Ben Elliston <bje@gnu.org>
4251 * lib/libgloss.exp (build_wrapper): Remove redundant set command.
4253 2004-03-29 Joel Brobecker <brobecker@gnat.com>
4255 * lib/libgloss.exp (find_gnatmake): New procedure.
4256 * lib/target.exp (default_target_compile): Add support for Ada.
4258 2004-04-16 Kazuhiro Inaoka <inaoka dot kazuhiro at renesas dot com>
4260 * baseboards/m32r-linux-sim.exp: Add New file.
4262 2004-04-02 Rob Savoye <rob@direwolf.welcomehome.org>
4264 * configure.ac, example/Makefile.am: Add example/mathhelper.
4265 * configure, alocal.m4, example/Makefile.in: Regenerated.
4267 2004-04-02 Joel Sherrill <joel@OARcorp.com>
4269 * example/mathhelper: New example for using the unit testing API.
4271 2004-03-05 Daniel Jacobowitz <drow@mvista.com>
4273 * lib/remote.exp (standard_spawn): Fix rsh username support.
4275 2004-03-06 Rob Savoye <rob@althea.welcomehome.org>
4277 * doc/C: New directory for DocBook XML files.
4278 * doc/C/dejagnu.omf: New config file for scrollkeeper.
4279 * doc/C/topic.dat: New config file for the GNOME help system.
4280 * doc/C/dejagnu.xml: DocBook XML formatted verion of what was
4282 * doc/C/ref.xml: DocBook XML formatted verion of what was
4284 * doc/C/user.xml: DocBook XML formatted verion of what was
4287 2004-02-17 Ben Elliston <bje@wasabisystems.com>
4289 * runtest.exp: Do not trap SIGSEGV.
4291 2004-02-16 Ben Elliston <bje@wasabisystems.com>
4293 * configure.ac: Update AC_INIT and AM_INIT_AUTOMAKE invocations.
4294 * configure: Regenerate.
4296 2004-02-09 Ben Elliston <bje@wasabisystems.com>
4298 * doc/runtest.1: Improve some wording. Update last revision date.
4300 2004-02-09 Ben Elliston <bje@wasabisystems.com>
4302 * NEWS: Document yesterday's work.
4304 * runtest: Improve comments.
4306 2004-02-09 Ben Elliston <bje@wasabisystems.com>
4310 * testsuite/libdejagnu/unit.cc: Conform with GNU coding standard.
4312 2004-02-08 Ben Elliston <bje@wasabisystems.com>
4314 * configure.ac: Quote strings throughout in good Autoconf style.
4315 Remove AC_PROG_YACC invocation. Search for docbook2dvi, et al and
4316 expect using AC_PATH_PROG. Remove DJ_AC_PATH_DOCBOOK in favour of
4317 existing macros. Remove stale BOARDS and CONFIG substs. Ensure Tcl
4318 is at version 8.3 or greater.
4319 * configure: Regenerate.
4320 * acinclude.m4: Remove.
4321 * aclocal.m4: Regenerate.
4322 * Makefile.in: Likewise.
4323 * doc/Makefile.am (%.pdf: %.sgml): Use $(DOCBOOK2PDF).
4324 (%.dvi: %.sgml): Use $(DOCBOOK2DVI).
4325 (%.html: %.sgml): Use $(DOCBOOK2HTML).
4326 * doc/Makefile.in: Regenerate.
4327 * example/Makefile.in: Likewise.
4328 * testsuite/Makefile.in: Likewise.
4329 * testsuite/libdejagnu/Makefile.in: Likewise.
4332 2004-02-08 Daniel Jacobowitz <drow@mvista.com>
4334 * baseboards/cf.exp: Use -T instead of -Wl,-T for ldscript.
4335 * baseboards/fr30-elf.exp, baseboards/frv-elf.exp,
4336 baseboards/h8300.exp, baseboards/i960-cyclone.exp,
4337 baseboards/i960-sim.exp, baseboards/m32r-elf.exp,
4338 baseboards/mips-idt.exp, baseboards/mips-lnews-sim.exp,
4339 baseboards/mips-lsi-sim.exp, baseboards/mips64vr4100-sim.exp,
4340 baseboards/op50n.exp, baseboards/rom68k-idp.exp,
4341 baseboards/sh-hms.exp, baseboards/tx39-dve.exp,
4342 baseboards/vr4100-ddb.exp, baseboards/vr4100-sim.exp,
4343 baseboards/vr4111-sim.exp, baseboards/vr4300-ddb.exp,
4344 baseboards/vr4300-sim.exp, baseboards/vr4300.exp,
4345 baseboards/vr5000-ddb.exp: Likewise.
4347 2004-02-08 Ben Elliston <bje@wasabisystems.com>
4349 * runtest: Terminate with an error if expect cannot be found.
4352 2004-02-08 Ben Elliston <bje@wasabisystems.com>
4354 * configure.ac: Use AC_PATH_PROG to find expect(1).
4355 (DJ_AC_PATH_TCLSH): Remove unneeded invocation.
4356 * acinclude.m4 (DJ_AC_PATH_TCLSH): Remove.
4357 (DJ_AC_STL): Likewise.
4358 * configure: Regenerate.
4359 * aclocal.m4: Likewise.
4360 * configure: Likewise.
4361 * Makefile.in: Likewise.
4362 * doc/Makefile.in: Likewise.
4363 * example/Makefile.in: Likewise.
4364 * testsuite/Makefile.in: Likewise.
4365 * testsuite/libdejagnu/Makefile.in: Likewise.
4368 2004-02-08 Ben Elliston <bje@wasabisystems.com>
4370 * runtest.1: Remove any mention of mondfe.
4372 2004-02-08 Ben Elliston <bje@wasabisystems.com>
4374 * TODO: Add an item about timeouts.
4376 2004-02-08 Daniel Jacobowitz <drow@mvista.com>
4378 * baseboards/basic-sim.exp: Set gdb,do_reload_on_run.
4380 2004-02-08 Ben Elliston <bje@wasabisystems.com>
4382 * lib/standard.exp: Tidy.
4384 2004-02-07 Ben Elliston <bje@wasabisystems.com>
4386 * Makefile.am (pkgdata_SCRIPTS): Remove lib/mondfe, lib/xsh.exp.
4387 (config_SCRIPTS): Remove udi.exp, vrtx.exp.
4388 (baseboard_SCRIPTS): Remove a29k-udi.exp.
4389 * Makefile.in: Regenerate.
4390 * baseboards/a29k-udi.exp: Remove.
4391 * baseboards/dos.exp: Update comments.
4392 * config/udi.exp: Remove.
4393 * config/vrtx.exp: Remove.
4394 * doc/overview.sgml: Update. Don't mention mondfe and xsh support.
4395 * doc/ref.sgml: Likewise.
4396 * doc/user.sgml: Likewise.
4397 * lib/mondfe.exp: Remove.
4398 * lib/xsh.exp: Likewise.
4399 * lib/remote.exp: Don't load mondfe.exp or xsh.exp.
4400 * packaging/pkg/prototype: Update.
4403 2004-02-07 Ben Elliston <bje@wasabisystems.com>
4405 * Makefile.am (rpmspec): Remove.
4406 (rpm): Additionally depend on dejagnu.spec.
4407 ($(PKGDIR)/dejagnu): New target that installs DejaGnu into this
4408 directory. This saves duplicated code in the solpkg and hpdepot
4410 (solpkg): Depend on $(PKGDIR)/dejagnu.
4411 (hpdepot): Likewise.
4412 * Makefile.in: Regenerate.
4414 2004-02-07 Ben Elliston <bje@wasabisystems.com>
4416 * Makefile.am (RUNTEST, RUNTESTDEFAULTFLAGS): Remove.
4417 * Makefile.in: Regenerate.
4418 * testsuite/Makefile.am (CLEANFILES): Remove.
4419 (RUNTESTDEFAULTFLATS): Pass --srcdir and RUNTEST=$(RUNTEST).
4420 * testsuite/Makefile.in: Regenerate.
4422 2004-02-07 Ben Elliston <bje@wasabisystems.com>
4424 * lib/util-defs.exp: Move from here ..
4425 * testsuite/lib/util-defs.exp: .. to here.
4426 * Makefile.am (EXTRA_DIST): Remove lib/util-defs.exp.
4427 * Makefile.in: Regenerate.
4428 * testsuite/Makefile.am (EXTRA_DIST): Add lib/util-defs.exp.
4429 * testsuite/Makefile.in: Regenerate.
4430 * doc/ref.sgml (File Map): Remove util-defs.exp.
4431 * packaging/pkg/prototype: Update file list.
4433 2004-02-07 Ben Elliston <bje@wasabisystems.com>
4435 * NEWS: Document changes since 1.4.4.
4437 2004-02-07 Ben Elliston <bje@wasabisystems.com>
4439 * example/Makefile.am (check-recursive): Remove target.
4440 * example/Makefile.in: Regenerate.
4442 2004-02-07 Ben Elliston <bje@wasabisystems.com>
4444 * dejagnu.h: Conform with GNU coding standard.
4446 2004-02-07 Ben Elliston <bje@wasabisystems.com>
4448 * Makefile.am (PKGING): Remove.
4449 (PACKAGING_METAFILES): Update accordingly.
4450 (CLEANFILES, check-DEJAGNU): Remove.
4451 (tarball): Remove; use `dist'.
4452 (deb): Update target recipe to use `make dist'.
4454 2004-02-07 Ben Elliston <bje@wasabisystems.com>
4456 * Clean.tcl: Remove.
4458 * Makefile.am (SUBDIRS): Add testsuite, example directories.
4459 (EXTRA_DIST): Define.
4460 (pkgdata_SCRIPTS): Add lib/*.exp files.
4461 (DATE, TCLSH): Remove.
4462 (configdir, config_DATA, config_SCRIPTS): Define.
4463 (baseboarddir, baseboard_DATA, baseboard_SCRIPTS): Likewise.
4464 (pkgdata_DATA): Likewise.
4465 (djlibexecdir, djlibexec_SCRIPTS): Likewise.
4466 (PKGING, PACKAGING_METAFILES): New macros.
4467 (clean-local): Remove.
4468 (rpm): Depend on dist.
4470 (dist-hook): Remove.
4471 (lib_dest, lib_files): Likewise.
4472 (baseboard_dest, baseboard_files): Likewise.
4473 (include_dest, config_dest, config_files): Likewise.
4474 (install-data-local): Likewise.
4475 (uninstall-local): Likewise.
4476 (site.exp): Likewise.
4477 * Makefile.in: Regenerate.
4479 * testsuite/Makefile.am (all, all-am, etcetera): Remove.
4481 (EXTRA_DIST): Define.
4482 (site.exp): Remove target.
4483 * testsuite/Makefile.in: Regenerate.
4484 * testsuite/libdejagnu/Makefile.am (EXTRA_DIST): Define.
4485 (noinst_PROGRAMS): Rename from this ..
4486 (check_PROGRAMS): .. to this.
4487 * testsuite/libdejagnu/Makefile.in: Regenerate.
4489 * doc/Makefile.am (man_MANS): Rename from this ..
4490 (dist_man_MANS): .. to this.
4491 (info_TEXINFOS): Define.
4492 (TARGETS): Remove overview.rtf.
4493 (EXTRA_DIST): Define.
4494 (%.rtf: %.sgml): Remove rule.
4495 (%.gif: %.fig): Likewise.
4496 (%.epsi: %.eps): Likewise.
4497 (%.eps: %.fig): Likewise.
4498 (clean, realclean, distclean): Remove.
4499 (install-docs): Don't install overview.rtf.
4500 * doc/Makefile.in: Regenerate.
4501 * doc/texinfo.tex: New file.
4503 * example/calc/Makefile.am (noinst_PROGRAMS): Rename from this ..
4504 (check_PROGRAMS): .. to this.
4505 (EXTRA_DIST): Add test cases and calc.1 man page.
4506 * example/calc/Makefile.in: Regenerate.
4507 * example/calc/aclocal.m4: Likewise.
4508 * example/calc/configure: Likewise.
4509 * example/calc/stamp-h.in: Remove.
4510 * example/hello/Makefile.am (bin_PROGRAMS): Rename from this ..
4511 (check_PROGRAMS): .. to this.
4512 (EXTRA_DIST): Define.
4513 * example/hello/Makefile.in: Regenerate.
4514 * example/hello/aclocal.m4: Likewise.
4515 * example/hello/configure: Likewise.
4516 * example/hello/testsuite/Makefile.am (EXTRA_DIST): Define.
4517 * example/hello/testsuite/Makefile.in: Regenerate.
4519 2004-02-07 Ben Elliston <bje@wasabisystems.com>
4521 * configure.ac: Remove commented out code.
4522 * configure: Regenerate.
4524 2004-02-06 Ben Elliston <bje@wasabisystems.com>
4528 2004-02-06 Ben Elliston <bje@wasabisystems.com>
4530 * INSTALL: Import latest version.
4531 * depcomp: Likewise.
4532 * install-sh: Likewise.
4533 * missing: Likewise.
4535 2004-02-06 Ben Elliston <bje@wasabisystems.com>
4537 * configure.in: Rename from this ..
4538 * configure.ac: .. to this. Require Autoconf 2.50.
4539 * Makefile.in: Regenerate.
4540 * doc/Makefile.in: Likewise.
4541 * example/Makefile.in: Likewise.
4542 * testsuite/Makefile.in: Likewise.
4543 * testsuite/libdejagnu/Makefile.in: Likewise.
4545 2004-02-06 Ben Elliston <bje@wasabisystems.com>
4547 * lib/target.exp (prune_warnings): Add spaces where required in
4548 NetBSD warnings. Supersedes a patch in pkgsrc's devel/dejagnu.
4550 2004-02-05 Ben Elliston <bje@wasabisystems.com>
4552 * config.guess: Update to current revision.
4553 * config.sub: Likewise.
4555 2004-02-04 Ben Elliston <bje@wasabisystems.com>
4557 * configure.in (AC_NO_EXECUTABLES): Remove.
4558 * configure: Rebuild with Autoconf 2.59.
4559 * acinclude.m4 (DJ_AC_STL): Quote macro name to appease aclocal.
4560 (DJ_AC_PATH_TCLSH): Likewise.
4561 (DJ_AC_PATH_DOCBOOK): Likewise.
4562 * aclocal.m4: Rebuild.
4563 * Makefile.in: Rebuild with Automake 1.8.2.
4564 * doc/Makefile.in: Likewise.
4565 * example/Makefile.in: Likewise.
4566 * testsuite/Makefile.in: Likewise.
4567 * testsuite/libdejagnu/Makefile.in: Likewise.
4569 2004-01-30 Ben Elliston <bje@wasabisystems.com>
4571 Import orphaned patches from sources.redhat.com:
4573 2002-05-02 Fernando Nasser <fnasser@redhat.com>
4574 * doc/dejagnu.texi: Document KFAIL and KPASS.
4576 2002-02-20 Richard Henderson <rth@redhat.com>
4577 * lib/target.exp (prune_warnings): Revert early "In function"
4578 strip, as this breaks g++.dg tests. Match dangerous regexp
4579 without the "In function" header.
4581 2002-02-09 Richard Henderson <rth@redhat.com>
4582 * lib/target.exp (prune_warnings): Strip "In function" etc early.
4583 Adjust "dangerous" regexp for glibc's tmpnam warning.
4585 2001-09-10 Jim Blandy <jimb@redhat.com>
4586 * baseboards/rom68k-idp.exp: Use -Tidpgdb.ld as the linker script,
4587 so we get the version of the `outbyte' function that does console
4588 output in a way that GDB's rom68k target recognizes. Note that
4589 the board can now do output.
4591 2000-04-25 Felix Lee <flee@cygnus.com>
4592 * baseboards/tx39-sim.exp: Use idt, not dve linker script. Delete
4593 misleading comments and null statements.
4595 2004-01-30 Ben Elliston <bje@wasabisystems.com>
4597 * DejaGnu 1.4.4 released.
4599 2004-01-27 Ben Elliston <bje@wasabisystems.com>
4601 * Makefile.am (tarball): Depend on book1.html, not overview.html.
4602 Don't echo needless messages. Portably copy the source tree to
4603 dejagnu-${VERSION}. Portably copy documentation files from the
4604 source tree to the distribution directory. Don't copy RPM-related
4605 files -- leave that to the rpm target.
4606 (snapshot): Remove target.
4607 (overview.html): Rename target from this ..
4608 (book1.htm): .. to this.
4609 (rpm): Portably copy tar file to SOURCES directory.
4610 (deb): Depend on book1.html, not overview.html.
4611 (dist-hook): Depend on book1.html, not overview.html.
4612 * Makefile.in: Rebuild.
4613 * doc/Makefile.am (TARGETS): Depend on book1.html.
4614 (book1.html): Depend on html/book1.html.
4615 (overview.dvi): Remove target.
4616 * doc/Makefile.in: Rebuild.
4618 2004-01-27 Ben Elliston <bje@wasabisystems.com>
4620 * Clean.tcl: Run tclsh via /usr/bin/env for portability.
4621 (cleanfiles): Concatenate regular filenames that match .*.
4623 2004-01-12 Ben Elliston <bje@wasabisystems.com>
4625 * baseboards/frv-sim.exp: Remove reference to devo/sim.
4627 2004-01-27 Ben Elliston <bje@wasabisystems.com>
4629 * doc/overview: Remove all files.
4631 2003-12-03 Ben Elliston <bje@wasabisystems.com>
4633 * testsuite/runtest.all/utils.test: Fix a test for proc find which
4634 assumed that "subsubfile1" would appear at the end of the returned
4635 list. Adjust to use a more robust regular expression.
4637 2003-11-26 Ben Elliston <bje@wasabisystems.com>
4639 * doc/overview.sgml (version): Update.
4640 * doc/overview/installation.html: Likewise.
4642 * packaging/rpm/dejagnu.spec: Update version numbers throughout.
4643 * packaging/pkg/pkginfo: Likewise.
4644 * packaging/depot/dejagnu.psf: Likewise.
4646 2003-10-25 Ben Elliston <bje@wasabisystems.com>
4648 * runtest.exp (frame_version): Bump version.
4649 * configure.in (AM_INIT_AUTOMAKE): Likewise.
4650 * configure: Regenerate.
4652 2003-10-16 Rob Savoye <rob@welcomehome.org>
4654 * packaging/prototype: Remove sh-hms-sim.exp, add sh-sim.
4656 2003-10-13 Ben Elliston <bje@wasabisystems.com>
4658 * baseboards/sh-hms-sim.exp: Remove. Replaced by sh-sim.exp.
4660 2003-10-11 Corinna Vinschen <vinschen@redhat.com>
4662 * baseboards/sh-sim.exp: New file.
4664 2003-10-11 Ben Elliston <bje@wasabisystems.com>
4667 * AUTHORS: Don't list maintainers, reference MAINTAINERS instead.
4669 2003-10-08 Ben Elliston <bje@wasabisystems.com>
4671 * i960glue.c: Remove.
4672 * packaging/pkg/prototype: Remove i960glue.c.
4674 2003-10-07 Ben Elliston <bje@wasabisystems.com>
4676 * contrib/README: Remove.
4677 * contrib/testit: Remove bitrotten script.
4678 * contrib/test-g++: Likewise.
4679 * contrib/test-tool: Likewise.
4681 2003-08-23 Ben Elliston <bje@wasabisystems.com>
4684 * contrib/README: Bring up to date.
4686 2003-08-23 Corinna Vinschen <vinschen@redhat.com>
4688 * config/sid.exp: Add gdb settings to use no hardware watchpoints.
4690 2003-08-23 Ben Elliston <bje@wasabisystems.com>
4692 * README: Update section on reporting bugs.
4694 2003-08-22 Ben Elliston <bje@wasabisystems.com>
4696 * lib/kermit.exp: Document procs.
4697 * lib/ftp.exp: Likewise.
4699 2003-08-19 Ben Elliston <bje@wasabisystems.com>
4701 * contrib/testit: Run wish via /usr/bin/env for portability.
4703 2003-08-18 Ben Elliston <bje@wasabisystems.com>
4705 * Makefile.am: Tidy comments and unused command lines.
4706 * Makefile.in: Regenerate.
4707 * testsuite/libdejagnu/Makefile.in: Likewise.
4709 * contrib/bluegnu2.0.3: Remove unsupported subtree.
4711 2003-08-18 Ben Elliston <bje@wasabisystems.com>
4713 * MAINTAINERS: New file.
4715 2003-08-17 Ben Elliston <bje@wasabisystems.com>
4717 * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove empty variable.
4718 * doc/Makefile.in: Regenerate.
4720 2003-08-16 Ben Elliston <bje@wasabisystems.com>
4722 * doc/overview.sgml (overview): Start overhauling chapter.
4724 * doc/README.Writers: New document on style conventions.
4725 * doc/ref.sgml: Replace "test suite" with "testsuite" throughout.
4726 * doc/user.sgml: Likewise.
4727 * doc/overview.sgml: Likewise.
4728 * doc/dejagnu.texi (Design Goals): Change "Deja Gnu" to "DejaGnu".
4730 2003-08-12 Ben Elliston <bje@wasabisystems.com>
4732 * Makefile.am (tarball): Update path to dejagnu.spec.
4733 (rpmspec): Likewise.
4734 (deb): Likewise, update path to package metafiles.
4736 (hpdepot): Likewise.
4737 * Makefile.in: Regenerate.
4738 * aclocal.m4: Likewise.
4739 * configure: Likewise.
4740 * doc/Makefile.in: Likewise.
4741 * example/Makefile.in: Likewise.
4742 * testsuite/Makefile.in: Likewise.
4743 * deb: Move from here ..
4744 * packaging/deb: .. to here.
4745 * redhat: Move from here ..
4746 * packaging/rpm: .. to here.
4747 * depot: Move from here ..
4748 * packaging/depot: .. to here.
4749 * pkg: Move from here ..
4750 * packaging/pkg: .. to here.
4752 * testsuite/libdejagnu/Makefile.am (CXXFLAGS): Rename from this ..
4753 (AM_CXXFLAGS): .. to this, in order to suppress Automake warning.
4754 * testsuite/libdejagnu/Makefile.in: Regenerate.
4756 2003-08-07 Ben Elliston <bje@wasabisystems.com>
4758 * config/ddb.exp (${board}_init): Fix thinko: use Tcl incr command
4759 to increment count rather than count++ as in C.
4761 2003-08-06 Ben Elliston <bje@wasabisystems.com>
4763 * lib/remote.exp: Replace "TCL" with "Tcl".
4765 2003-07-30 Ben Elliston <bje@wasabisystems.com>
4767 * doc/runtest.1: Replace "TCL" with "Tcl".
4768 Make last revision date current.
4770 2003-07-29 Ben Elliston <bje@wasabisystems.com>
4772 * doc/overview.sgml: Replace "NT" with "Windows", correct Cygwin
4773 URLs and other stylistic improvements.
4774 * doc/ref.sgml: Likewise.
4775 * doc/user.sgml: Likewise.
4777 2003-07-25 Mike Stump <mrs@apple.com>
4779 * lib/target.exp (prune_warnings): Handle "nfs server .* not
4780 responding" and "nfs server .* is alive again".
4782 2003-07-20 Ben Elliston <bje@wasabisystems.com>
4784 * config.guess: Update to most recent version.
4785 * config.sub: Ditto.
4786 * AUTHORS: Add self to list of maintainers.
4788 2003-07-25 Jim Dein <jdein@deinji5.apple.com> (RIP)
4790 * lib/utils.exp (find): Fix double recursion bug.
4792 2002-02-25 Jackie Smith Cashion <jsmith@redhat.com>
4794 * baseboards/am33_2.0-libremote.exp: New file.
4796 2000-11-21 Drew Moseley <dmoseley@redhat.com>
4798 * baseboards/mn10300-cygmon.exp: Use the am33-2 flag for the
4801 2000-08-10 Drew Moseley <dmoseley@cygnus.com>
4803 * baseboards/mn10300-cygmon.exp: Added support for Cygmon based
4806 2003-06-13 Phil Edwards <pme@devphil.com>
4808 * baseboards/mips64-sim.exp, baseboards/mips-sim.exp,
4809 baseboards/mips-sim-idt32.exp, baseboards/mips-sim-idt64.exp: Use
4810 only -T[linker] instead of -Wl,-T[linker].
4812 2003-06-13 Jason Thorpe <thorpej@wasabisystems.com>
4814 * lib/target.exp (prune_warnings): Add two more linker
4815 warning patterns for warnings generated by modern verions
4818 2003-05-12 H.J. Lu <hongjiu.lu@intel.com>
4820 * lib/libgloss.exp (build_wrapper): Add -Wl,-wrap,_exit.
4822 2003-05-09 H.J. Lu <hongjiu.lu@intel.com>
4824 * runtest: Fix a typo.
4826 2003-05-03 Nitin Dhavale <nitinpdhavale@indiatimes.com>
4828 * doc/user.sgml: Clarify how to set the verbose option.
4830 2003-03-28 Chris Demetriou <cgd@broadcom.com>
4832 * lib/framework.exp (check_conditional_xfail): Adjust so that
4833 an empty 'includes' list matches all sets of flags.
4834 * doc/dejagnu.texi: Document the above.
4835 * doc/ref.sgml: Likewise.
4837 2003-03-27 David Heine <dlheine@tensilica.com>
4839 * baseboards/xtensa-sim.exp: Fix a syntax error.
4841 2003-03-16 Rob Savoye <rob@direwolf.welcomehome.org>
4843 * lib/unix.exp: Preserve the value of LD_LIBRARY_PATH, rather
4844 than stomp on it. This is based on a patch from Brendan Conoboy
4846 * Most files: Update copyright dates.
4848 2003-03-13 Mike Stump <mrs@apple.com>
4850 * lib/dg.exp(dg-test): Add compiler flags to testcase name, to
4851 help ensure uniqueness.
4853 2003-03-05 Alexandre Oliva <aoliva@redhat.com>
4855 * lib/remote.exp (standard_download, standard_upload): Support
4856 nfsdir and nfsroot_server.
4858 See ChangeLog-1992 for earlier changes.