aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-20Fix handling of lists given as command-line parametersHEADmastermainJacob Bachmeyer
2023-04-20Change argument lists in option tests to use braced list notationJacob Bachmeyer
2023-04-18Tighten --objdir option testJacob Bachmeyer
2022-12-20Change summary totals emitted by dejagnu.h for consistencyJacob Bachmeyer
2022-12-20Add support for reporting errors and warnings in dejagnu.hJacob Bachmeyer
2022-12-20Add support for errors and warnings in the unit test protocolJacob Bachmeyer
2022-12-20Add tests for result conversion after errorsJacob Bachmeyer
2022-11-30Rename libdejagnu test driverJacob Bachmeyer
2022-11-30Document the recent C++ API improvements and the rest of the C++ APIJacob Bachmeyer
2022-11-30Add global TestState object in dejagnu.hJacob Bachmeyer
2022-11-30Avoid spurious reinitialization in TestStateJacob Bachmeyer
2022-11-30Revise generation of "END" messages in dejagnu.hJacob Bachmeyer
2022-11-30Move C++ internals to prefixed names in dejagnu.hJacob Bachmeyer
2022-11-30Eliminate global buffer in dejagnu.hJacob Bachmeyer
2022-11-30Move unit test summary counters into global struct in dejagnu.hJacob Bachmeyer
2022-11-30Document use of "DG_" and "DG__" prefixes in dejagnu.hJacob Bachmeyer
2022-11-29Add tests for mixed C/C++ unit test library usageJacob Bachmeyer
2022-11-29Add comment in libdejagnu test driver that the framework tests are elsewhereJacob Bachmeyer
2022-11-29Remove old unit test programJacob Bachmeyer
2022-11-29Add tests for C++ unit test libraryJacob Bachmeyer
2022-11-29Align C++ TestState::totals() with C totals()Jacob Bachmeyer
2022-11-29Add NOTE function to C++ unit test APIJacob Bachmeyer
2022-11-29Fix incorrect documentationJacob Bachmeyer
2022-11-28Document the dejagnu.h functions for the UNSUPPORTED statusJacob Bachmeyer
2022-11-28Remove wait() function in dejagnu.h to resolve PR59586Jacob Bachmeyer
2022-11-28Update DejaGnu internal testsuite for changes to unit test protocolJacob Bachmeyer
2022-11-28Add UNSUPPORTED test result to DejaGnu unit test protocolJacob Bachmeyer
2022-11-28Add test for NOTE message typeJacob Bachmeyer
2022-11-26Add tests for C unit test libraryJacob Bachmeyer
2022-11-26Fix miscounting of expected failures in C unit test APIJacob Bachmeyer
2022-11-26Add explicit end-of-test marker to DejaGnu unit test protocolJacob Bachmeyer
2022-10-04Buffer test results in case the pruning callback aborts the testJacob Bachmeyer
2022-10-04Add regression test for PR58065Jacob Bachmeyer
2022-10-04Add lib/dg.exp unit tests for skipping files by callbackJacob Bachmeyer
2022-10-01Add lib/dg.exp unit tests for xfail by targetJacob Bachmeyer
2022-10-01Add lib/dg.exp unit tests for skipping files by targetJacob Bachmeyer
2022-10-01Avoid needless errors in internal unit test infrastructureJacob Bachmeyer
2022-10-01Add unit tests with explicit line numbers for lib/dg.expJacob Bachmeyer
2022-09-30Add initial unit tests for lib/dg.expJacob Bachmeyer
2022-09-29Add initial mockvfs support for internal unit testsJacob Bachmeyer
2022-09-26Allow internal unit test names to contain forward slashJacob Bachmeyer
2022-03-29Change quotes around 'make check' in manual headingsJacob Bachmeyer
2022-01-21Reset error and warning counters before running each test fileJacob Bachmeyer
2022-01-21Add new testsuite files to Makefile.amJacob Bachmeyer
2022-01-21Add regression test for PR53427Jacob Bachmeyer
2021-07-09Adjust conditional for broken legacy caseJacob Bachmeyer
2021-06-16Merge fixes from 1.6.3 release branchJacob 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