aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-05-11default_target_compile: Add more traces to log filelinaro-local/stableChristophe Lyon
In an attempt at debugging random failures in the GCC testsuite, add more debug output to the log file. We have noticed several cases where "compiler exited with status 1" is appended to the compiler error messages without \n between the two strings, apparently leading to errors when dejagnu tries to match the compiler output. It looks as if $comp_output is missing a final \n for some reason. Change-Id: I4785cdd1b5e52871dd01e037264923f9650668f1
2023-05-11Add verbose log output for testcase executionMaxim Kuvyrkov
Change-Id: I0382e5b9340db61efad94ddae6dba99d41c89cdb
2023-05-11Add .gitreviewMaxim Kuvyrkov
Change-Id: I188855eb03c2efc7ab51ee8619a9d4cd42a007db
2021-06-16Mark ChangeLog for releasedejagnu-1.6.3-releasedejagnu-1.6.3Jacob Bachmeyer
2021-06-16Regenerate build system filesJacob Bachmeyer
2021-06-16Update version numbers for 1.6.3 releaseJacob Bachmeyer
2021-05-22Add forgotten testsuite file to distribution listJacob Bachmeyer
2021-05-22Update doc/version.texi to match actual datestampJacob Bachmeyer
2021-05-22Regenerate build system filesJacob Bachmeyer
2021-05-22Update version numbers for 1.6.3 release candidate 5Jacob Bachmeyer
2021-05-22Add test mode for "dejagnu help" commandJacob Bachmeyer
2021-05-22Fix error message in auxiliary launcherJacob Bachmeyer
2021-05-22Update config.guess with patched version for backwards compatibilityJacob Bachmeyer
2021-05-20Change test for [which make] to [which sh]Jacob Bachmeyer
2021-05-20Ensure that PR42399 regression test produces resultsJacob Bachmeyer
2021-05-20Fix spurious UNRESOLVED result when size(1) is not in PATHJacob Bachmeyer
2021-05-20Preserve nested runtest log messages when test fails in stats.expJacob Bachmeyer
2021-05-20Fix portability problem with /usr/bin/awk on Solaris 10 in stats testJacob Bachmeyer
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 Bachmeyer
2021-05-19Replace non-portable Awk code in dejagnu auxiliary launcherJacob Bachmeyer
2021-05-18Avoid hang on Solaris 10 in dejagnu auxiliary launcherJacob Bachmeyer
2021-05-18Avoid Tcl error when report-card tool fails to produce output in testsJacob Bachmeyer
2021-05-18Avoid dependency on exit code from false(1) in PR48155 testJacob Bachmeyer
2021-05-05Add regression test for PR48155Jacob Bachmeyer
2021-05-05Fix typo in ChangeLogJacob Bachmeyer
2021-05-04Tighten regexp pattern used for validating output of config.guessJacob Bachmeyer
2021-04-28Regenerate build system filesJacob Bachmeyer
2021-04-28Workaround Automake assumed default to actually produce v7 tarballsJacob Bachmeyer
2021-04-28Regenerate build system filesJacob Bachmeyer
2021-04-28Update version numbers for 1.6.3 release candidate 4Jacob Bachmeyer
2021-04-20Adjust Automake options to build maximally portable tarballsJacob Bachmeyer
2021-04-16Allow environment to specify a shell for running config.guessJacob Bachmeyer
2021-04-16Remove experimental support for patching config.guess interpreter lineJacob Bachmeyer
2021-04-16Revise help system in dejagnu launcher to use AwkJacob Bachmeyer
2021-04-16Replace non-portable `grep -q` with shell "case" in dejagnu launcherJacob Bachmeyer
2021-04-16Replace non-portable `basename | sed` with Awk in dejagnu launcherJacob Bachmeyer
2021-04-15Avoid dependency on exit code from false(1) in dejagnu auxiliary launcherJacob Bachmeyer
2021-04-14Use shell "case" for pattern matching in dejagnu auxiliary launcherJacob Bachmeyer
2021-04-08Regenerate build system filesJacob Bachmeyer
2021-04-08Update version numbers for 1.6.3 release candidate 3Jacob Bachmeyer
2021-04-08Regenerate build system filesJacob Bachmeyer
2021-04-08Add support for patching config.guess interpreter line with CONFIG_SHELLJacob Bachmeyer
2021-04-08Change comments that should appear in the configure script accordinglyJacob Bachmeyer
2021-04-01Rework declaration of "Variants" list in dejagnu launcherJacob Bachmeyer
2021-04-01Clean up another non-portable shell construct in runtest launcherJacob Bachmeyer
2021-04-01Revise usage messages to better fit GNU conventionsJacob Bachmeyer
2021-03-30Regenerate build system filesJacob Bachmeyer
2021-03-30Update version numbers for 1.6.3 release candidate 2Jacob Bachmeyer
2021-03-26Address PR47386Jacob Bachmeyer
2021-03-26Remove automatic search for local Expect executable in DejaGnu testsuiteJacob Bachmeyer
This search supported the old Cygnus tree layout, which has been obsolete for a very long time. Anyone still wanting to use a newly-built Expect to run DejaGnu tests can do so by passing EXPECT explicitly on the runtest command line (to use the new Expect only for the library unit tests) or in the environment (which will also cause the runtest launcher script to use it to run the framework). Passing EXPECT in the environment can also be achieved by setting EXPECT on the "make check" command line. This remediates the test failures in PR47385 but does not address the underlying root causes, which will be fixed in the 1.6.4 development phase.