aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-03-29Change quotes around 'make check' in manual headingsJacob Bachmeyer1-2/+2
Use of only the simple straight quotes causes TeX output to look bad.
2022-01-21Reset error and warning counters before running each test fileJacob Bachmeyer2-2/+9
2022-01-21Add new testsuite files to Makefile.amJacob Bachmeyer3-0/+8
2022-01-21Add regression test for PR53427Jacob Bachmeyer4-0/+120
2021-07-09Adjust conditional for broken legacy caseJacob Bachmeyer2-1/+10
DejaGnu has always required testsuites to be rooted in a directory named exactly "testsuite" but older versions happened to work even if this requirement was violated. Special handling for this broken case was included, but the conditional to invoke this handling was too narrow and missed several cases in the GNU Automake testsuite.
2021-06-16Merge fixes from 1.6.3 release branchJacob Bachmeyer27-745/+1334
Conflicts: ChangeLog configure configure.ac doc/version.texi runtest.exp
2021-05-22Add forgotten testsuite file to distribution listJacob Bachmeyer3-0/+4
2021-05-22Update doc/version.texi to match actual datestampJacob Bachmeyer1-2/+2
2021-05-22Regenerate build system filesJacob Bachmeyer4-79/+111
2021-05-22Update version numbers for 1.6.3 release candidate 5Jacob Bachmeyer4-4/+6
2021-05-22Add test mode for "dejagnu help" commandJacob Bachmeyer3-8/+22
2021-05-22Fix error message in auxiliary launcherJacob Bachmeyer2-1/+3
2021-05-22Update config.guess with patched version for backwards compatibilityJacob Bachmeyer2-581/+637
2021-05-20Change test for [which make] to [which sh]Jacob Bachmeyer2-4/+9
2021-05-20Ensure that PR42399 regression test produces resultsJacob Bachmeyer3-8/+21
2021-05-20Fix spurious UNRESOLVED result when size(1) is not in PATHJacob Bachmeyer2-1/+4
2021-05-20Preserve nested runtest log messages when test fails in stats.expJacob Bachmeyer3-0/+14
2021-05-20Fix portability problem with /usr/bin/awk on Solaris 10 in stats testJacob Bachmeyer2-1/+7
The /usr/bin/awk on Solaris 10 is a pre-POSIX Awk that, among other limitations, does not recognize the ARGV array as special.
2021-05-20Search for POSIX Awk in dejagnu auxiliary launcherJacob Bachmeyer3-4/+45
2021-05-19Replace non-portable Awk code in dejagnu auxiliary launcherJacob Bachmeyer2-13/+17
2021-05-18Avoid hang on Solaris 10 in dejagnu auxiliary launcherJacob Bachmeyer2-1/+5
2021-05-18Avoid Tcl error when report-card tool fails to produce output in testsJacob Bachmeyer2-4/+13
2021-05-18Avoid dependency on exit code from false(1) in PR48155 testJacob Bachmeyer2-2/+7
2021-05-05Add regression test for PR48155Jacob Bachmeyer4-1/+124
2021-05-05Fix typo in ChangeLogJacob Bachmeyer1-1/+1
2021-05-04Tighten regexp pattern used for validating output of config.guessJacob Bachmeyer2-1/+9
2021-04-28Regenerate build system filesJacob Bachmeyer1-1/+1
2021-04-28Workaround Automake assumed default to actually produce v7 tarballsJacob Bachmeyer2-1/+4
2021-04-28Regenerate build system filesJacob Bachmeyer3-34/+21
2021-04-28Update version numbers for 1.6.3 release candidate 4Jacob Bachmeyer4-4/+8
2021-04-20Adjust Automake options to build maximally portable tarballsJacob Bachmeyer3-1/+16
2021-04-16Allow environment to specify a shell for running config.guessJacob Bachmeyer2-6/+51
2021-04-16Remove experimental support for patching config.guess interpreter lineJacob Bachmeyer2-20/+3
2021-04-16Revise help system in dejagnu launcher to use AwkJacob Bachmeyer2-12/+10
2021-04-16Replace non-portable `grep -q` with shell "case" in dejagnu launcherJacob Bachmeyer2-5/+7
2021-04-16Replace non-portable `basename | sed` with Awk in dejagnu launcherJacob Bachmeyer2-1/+21
2021-04-15Avoid dependency on exit code from false(1) in dejagnu auxiliary launcherJacob Bachmeyer2-7/+15
2021-04-14Use shell "case" for pattern matching in dejagnu auxiliary launcherJacob Bachmeyer2-6/+9
2021-04-14Add initial infrastructure for DejaGnu "specs" stringsJacob Bachmeyer3-0/+460
2021-04-08Regenerate build system filesJacob Bachmeyer1-10/+10
2021-04-08Update version numbers for 1.6.3 release candidate 3Jacob Bachmeyer4-4/+6
2021-04-08Regenerate build system filesJacob Bachmeyer3-2/+30
2021-04-08Add support for patching config.guess interpreter line with CONFIG_SHELLJacob Bachmeyer2-0/+22
2021-04-08Change comments that should appear in the configure script accordinglyJacob Bachmeyer2-2/+7
2021-04-01Rework declaration of "Variants" list in dejagnu launcherJacob Bachmeyer2-1/+7
2021-04-01Clean up another non-portable shell construct in runtest launcherJacob Bachmeyer2-1/+6
2021-04-01Revise usage messages to better fit GNU conventionsJacob Bachmeyer4-5/+13
2021-03-30Regenerate build system filesJacob Bachmeyer2-10/+12
2021-03-30Update version numbers for 1.6.3 release candidate 2Jacob Bachmeyer4-4/+8
2021-03-26Address PR47386Jacob Bachmeyer4-8/+41