Commit Graph

  • 1b90c9c17a Update ChangeLog after installing patches mwr-patch-20231212-1 Jacob Bachmeyer 2023-12-13 20:01:24 -0600
  • ef0e2f9786 Harmonise test execution reporting across protocols Maciej W. Rozycki 2023-12-12 13:10:03 +0000
  • fbdcba4217 Use `test_timeout' consistently across protocols Maciej W. Rozycki 2023-12-12 13:09:54 +0000
  • 34d6720bb9 Set `testcase_timeout' earlier on in `gdb_comm_load' Maciej W. Rozycki 2023-12-12 13:09:45 +0000
  • 4d924d484a Do not set `test_timeout' in `unix_load' Maciej W. Rozycki 2023-12-12 13:09:37 +0000
  • 68464b73fd Document the grand totals reported by report-card tool master Jacob Bachmeyer 2023-11-22 20:25:51 -0600
  • a877b418a0 Fix tests that attempt to determine if target_alias has been set Jacob Bachmeyer 2023-11-07 21:08:04 -0600
  • c298959ef9 Fix handling of lists given as command-line parameters Jacob Bachmeyer 2023-04-20 21:24:32 -0500
  • 29ee012e9a Change argument lists in option tests to use braced list notation Jacob Bachmeyer 2023-04-20 21:23:51 -0500
  • 890006e411 Tighten --objdir option test Jacob Bachmeyer 2023-04-18 20:42:42 -0500
  • 865dc67cd4 Change summary totals emitted by dejagnu.h for consistency Jacob Bachmeyer 2022-12-20 22:32:56 -0600
  • d807904c11 Add support for reporting errors and warnings in dejagnu.h Jacob Bachmeyer 2022-12-20 22:27:28 -0600
  • 4d829912f7 Add support for errors and warnings in the unit test protocol Jacob Bachmeyer 2022-12-20 21:55:44 -0600
  • 61273e9de5 Add tests for result conversion after errors Jacob Bachmeyer 2022-12-20 21:43:12 -0600
  • dedbb52e0f Rename libdejagnu test driver Jacob Bachmeyer 2022-11-30 23:29:39 -0600
  • c9991345fe Document the recent C++ API improvements and the rest of the C++ API Jacob Bachmeyer 2022-11-30 23:24:48 -0600
  • ad376ed0b1 Add global TestState object in dejagnu.h Jacob Bachmeyer 2022-11-30 23:22:55 -0600
  • ac0996ca90 Avoid spurious reinitialization in TestState Jacob Bachmeyer 2022-11-30 23:22:32 -0600
  • cc2dcde3ed Revise generation of "END" messages in dejagnu.h Jacob Bachmeyer 2022-11-30 22:52:25 -0600
  • 25c50aa423 Move C++ internals to prefixed names in dejagnu.h Jacob Bachmeyer 2022-11-30 22:29:35 -0600
  • ccb3c518df Eliminate global buffer in dejagnu.h Jacob Bachmeyer 2022-11-30 22:09:10 -0600
  • a90a46c304 Move unit test summary counters into global struct in dejagnu.h Jacob Bachmeyer 2022-11-30 22:07:42 -0600
  • ee140a3ddf Document use of "DG_" and "DG__" prefixes in dejagnu.h Jacob Bachmeyer 2022-11-30 22:00:30 -0600
  • 5b0b2df48b Add tests for mixed C/C++ unit test library usage Jacob Bachmeyer 2022-11-29 23:08:42 -0600
  • 907d26ddf2 Add comment in libdejagnu test driver that the framework tests are elsewhere Jacob Bachmeyer 2022-11-29 22:50:45 -0600
  • 93b2a2bafe Remove old unit test program Jacob Bachmeyer 2022-11-29 22:41:14 -0600
  • dfd31745f6 Add tests for C++ unit test library Jacob Bachmeyer 2022-11-29 22:27:27 -0600
  • ebcfc9471d Align C++ TestState::totals() with C totals() Jacob Bachmeyer 2022-11-29 22:26:32 -0600
  • 9e26e771ed Add NOTE function to C++ unit test API Jacob Bachmeyer 2022-11-29 22:25:52 -0600
  • b1a37815d0 Fix incorrect documentation Jacob Bachmeyer 2022-11-29 21:48:48 -0600
  • 1757c1eeff Document the dejagnu.h functions for the UNSUPPORTED status Jacob Bachmeyer 2022-11-28 21:30:49 -0600
  • e940383f9d Remove wait() function in dejagnu.h to resolve PR59586 Jacob Bachmeyer 2022-11-28 21:21:00 -0600
  • 23862f5b87 Update DejaGnu internal testsuite for changes to unit test protocol Jacob Bachmeyer 2022-11-28 21:08:29 -0600
  • add1e3e32e Add UNSUPPORTED test result to DejaGnu unit test protocol Jacob Bachmeyer 2022-11-28 20:53:29 -0600
  • 92bf23d77f Add test for NOTE message type Jacob Bachmeyer 2022-11-28 20:31:45 -0600
  • e8446c3ff0 Add tests for C unit test library Jacob Bachmeyer 2022-11-26 23:23:55 -0600
  • c173c009bd Fix miscounting of expected failures in C unit test API Jacob Bachmeyer 2022-11-26 22:08:48 -0600
  • 999b7c0475 Add explicit end-of-test marker to DejaGnu unit test protocol Jacob Bachmeyer 2022-11-26 22:05:45 -0600
  • d747eee6ec Buffer test results in case the pruning callback aborts the test Jacob Bachmeyer 2022-10-04 22:14:00 -0500
  • e2c7bcea00 Add regression test for PR58065 Jacob Bachmeyer 2022-10-04 22:05:48 -0500
  • ae2a87b914 Add lib/dg.exp unit tests for skipping files by callback Jacob Bachmeyer 2022-10-04 20:40:17 -0500
  • e4657c2eda Add lib/dg.exp unit tests for xfail by target Jacob Bachmeyer 2022-10-01 21:13:08 -0500
  • 1a141d00bc Add lib/dg.exp unit tests for skipping files by target Jacob Bachmeyer 2022-10-01 19:46:37 -0500
  • bbc86915e4 Avoid needless errors in internal unit test infrastructure Jacob Bachmeyer 2022-10-01 19:45:06 -0500
  • 51e4b3f689 Add unit tests with explicit line numbers for lib/dg.exp Jacob Bachmeyer 2022-10-01 17:36:56 -0500
  • af1760154d Add initial unit tests for lib/dg.exp Jacob Bachmeyer 2022-09-30 21:14:37 -0500
  • 355456674c Add initial mockvfs support for internal unit tests Jacob Bachmeyer 2022-09-29 20:42:00 -0500
  • 369c52e5c8 Allow internal unit test names to contain forward slash Jacob Bachmeyer 2022-09-26 23:47:31 -0500
  • 018434324a Change quotes around 'make check' in manual headings Jacob Bachmeyer 2022-03-29 17:32:32 -0500
  • c5964e8fa2 Reset error and warning counters before running each test file Jacob Bachmeyer 2022-01-21 21:09:10 -0600
  • 4ae67fc9d7 Add new testsuite files to Makefile.am Jacob Bachmeyer 2022-01-21 21:08:22 -0600
  • df72833a0b Add regression test for PR53427 Jacob Bachmeyer 2022-01-21 21:05:38 -0600
  • cd94f0675d Adjust conditional for broken legacy case Jacob Bachmeyer 2021-07-09 21:51:06 -0500
  • be4c9afb60 Merge fixes from 1.6.3 release branch Jacob Bachmeyer 2021-06-16 23:13:33 -0500
  • d51e3f9f81 Mark ChangeLog for release dejagnu-1.6.3-release dejagnu-1.6.3 Jacob Bachmeyer 2021-06-16 21:54:35 -0500
  • 2902a292ed Regenerate build system files Jacob Bachmeyer 2021-06-16 22:20:32 -0400
  • e02e400979 Update version numbers for 1.6.3 release Jacob Bachmeyer 2021-06-16 21:17:38 -0500
  • 54bf1d8028 Add forgotten testsuite file to distribution list Jacob Bachmeyer 2021-05-22 23:17:20 -0500
  • a28ccd462a Update doc/version.texi to match actual datestamp Jacob Bachmeyer 2021-05-22 23:07:46 -0500
  • 33f35a765e Regenerate build system files Jacob Bachmeyer 2021-05-22 23:54:18 -0400
  • 19ffb41e41 Update version numbers for 1.6.3 release candidate 5 Jacob Bachmeyer 2021-05-22 22:27:23 -0500
  • cc6b01a96e Add test mode for "dejagnu help" command Jacob Bachmeyer 2021-05-22 22:23:15 -0500
  • fcd25d8438 Fix error message in auxiliary launcher Jacob Bachmeyer 2021-05-22 21:41:01 -0500
  • f7dbd32b37 Update config.guess with patched version for backwards compatibility Jacob Bachmeyer 2021-05-22 21:10:00 -0500
  • d58533b18e Change test for [which make] to [which sh] Jacob Bachmeyer 2021-05-20 17:06:49 -0500
  • dbd4a5a3b7 Ensure that PR42399 regression test produces results Jacob Bachmeyer 2021-05-20 17:00:17 -0500
  • 899ee182bf Fix spurious UNRESOLVED result when size(1) is not in PATH Jacob Bachmeyer 2021-05-20 16:35:01 -0500
  • e8d08f039b Preserve nested runtest log messages when test fails in stats.exp Jacob Bachmeyer 2021-05-20 00:55:49 -0500
  • 3be6fdc0ee Fix portability problem with /usr/bin/awk on Solaris 10 in stats test Jacob Bachmeyer 2021-05-20 00:34:56 -0500
  • 7e634eae63 Search for POSIX Awk in dejagnu auxiliary launcher Jacob Bachmeyer 2021-05-20 00:15:25 -0500
  • 9673505b54 Replace non-portable Awk code in dejagnu auxiliary launcher Jacob Bachmeyer 2021-05-19 00:19:20 -0500
  • 0bab163959 Avoid hang on Solaris 10 in dejagnu auxiliary launcher Jacob Bachmeyer 2021-05-18 23:45:27 -0500
  • 1f7ac1cf71 Avoid Tcl error when report-card tool fails to produce output in tests Jacob Bachmeyer 2021-05-18 21:49:56 -0500
  • 531c8aa5ac Avoid dependency on exit code from false(1) in PR48155 test Jacob Bachmeyer 2021-05-18 21:29:56 -0500
  • 4040555d28 Add regression test for PR48155 Jacob Bachmeyer 2021-05-05 17:38:20 -0500
  • 548769541e Fix typo in ChangeLog Jacob Bachmeyer 2021-05-05 16:05:45 -0500
  • da5984550f Tighten regexp pattern used for validating output of config.guess Jacob Bachmeyer 2021-05-04 22:52:00 -0500
  • 8de3c728cc Regenerate build system files Jacob Bachmeyer 2021-04-28 23:35:31 -0400
  • 28af7187e3 Workaround Automake assumed default to actually produce v7 tarballs Jacob Bachmeyer 2021-04-28 22:34:10 -0500
  • 749abc5fe1 Regenerate build system files Jacob Bachmeyer 2021-04-28 21:53:42 -0500
  • 9434672603 Update version numbers for 1.6.3 release candidate 4 Jacob Bachmeyer 2021-04-28 21:49:06 -0500
  • e3e1e07e96 Adjust Automake options to build maximally portable tarballs Jacob Bachmeyer 2021-04-20 22:24:48 -0500
  • d0f104991b Allow environment to specify a shell for running config.guess Jacob Bachmeyer 2021-04-16 16:34:56 -0500
  • 408cfae9ec Remove experimental support for patching config.guess interpreter line Jacob Bachmeyer 2021-04-16 16:30:52 -0500
  • e2fa0bcf54 Revise help system in dejagnu launcher to use Awk Jacob Bachmeyer 2021-04-16 16:29:55 -0500
  • 84c903914b Replace non-portable `grep -q` with shell "case" in dejagnu launcher Jacob Bachmeyer 2021-04-16 16:28:43 -0500
  • cc4d2e41f5 Replace non-portable `basename | sed` with Awk in dejagnu launcher Jacob Bachmeyer 2021-04-16 16:27:16 -0500
  • 9539a1e2ff Avoid dependency on exit code from false(1) in dejagnu auxiliary launcher Jacob Bachmeyer 2021-04-15 23:36:45 -0500
  • c95e2e9b56 Use shell "case" for pattern matching in dejagnu auxiliary launcher Jacob Bachmeyer 2021-04-14 21:13:11 -0500
  • 96d3794213 Add initial infrastructure for DejaGnu "specs" strings Jacob Bachmeyer 2021-04-14 21:04:16 -0500
  • 353bbb6823 Regenerate build system files Jacob Bachmeyer 2021-04-08 23:11:12 -0400
  • 016bb73c96 Update version numbers for 1.6.3 release candidate 3 Jacob Bachmeyer 2021-04-08 22:09:45 -0500
  • 2ca7d52dfa Regenerate build system files Jacob Bachmeyer 2021-04-08 22:36:24 -0400
  • c6d9e1e2b1 Add support for patching config.guess interpreter line with CONFIG_SHELL Jacob Bachmeyer 2021-04-08 21:31:21 -0500
  • 3c804107f4 Change comments that should appear in the configure script accordingly Jacob Bachmeyer 2021-04-08 21:01:31 -0500
  • 40c351f14a Rework declaration of "Variants" list in dejagnu launcher Jacob Bachmeyer 2021-04-01 18:28:56 -0500
  • c35660505e Clean up another non-portable shell construct in runtest launcher Jacob Bachmeyer 2021-04-01 18:20:56 -0500
  • ea9642561c Revise usage messages to better fit GNU conventions Jacob Bachmeyer 2021-04-01 18:08:49 -0500
  • bda78c625a Regenerate build system files Jacob Bachmeyer 2021-03-30 18:42:28 -0400
  • 4c4aa83321 Update version numbers for 1.6.3 release candidate 2 Jacob Bachmeyer 2021-03-30 17:36:21 -0500