This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository dejagnu.
from d747eee Buffer test results in case the pruning callback aborts the test adds 999b7c0 Add explicit end-of-test marker to DejaGnu unit test protocol adds c173c00 Fix miscounting of expected failures in C unit test API adds e8446c3 Add tests for C unit test library adds 92bf23d Add test for NOTE message type adds add1e3e Add UNSUPPORTED test result to DejaGnu unit test protocol adds 23862f5 Update DejaGnu internal testsuite for changes to unit test protocol adds e940383 Remove wait() function in dejagnu.h to resolve PR59586 adds 1757c1e Document the dejagnu.h functions for the UNSUPPORTED status adds b1a3781 Fix incorrect documentation adds 9e26e77 Add NOTE function to C++ unit test API adds ebcfc94 Align C++ TestState::totals() with C totals() adds dfd3174 Add tests for C++ unit test library adds 93b2a2b Remove old unit test program adds 907d26d Add comment in libdejagnu test driver that the framework test [...] adds 5b0b2df Add tests for mixed C/C++ unit test library usage adds ee140a3 Document use of "DG_" and "DG__" prefixes in dejagnu.h adds a90a46c Move unit test summary counters into global struct in dejagnu.h adds ccb3c51 Eliminate global buffer in dejagnu.h adds 25c50aa Move C++ internals to prefixed names in dejagnu.h adds cc2dcde Revise generation of "END" messages in dejagnu.h adds ac0996c Avoid spurious reinitialization in TestState adds ad376ed Add global TestState object in dejagnu.h adds c999134 Document the recent C++ API improvements and the rest of the C++ API adds dedbb52 Rename libdejagnu test driver adds 61273e9 Add tests for result conversion after errors adds 4d82991 Add support for errors and warnings in the unit test protocol adds d807904 Add support for reporting errors and warnings in dejagnu.h adds 865dc67 Change summary totals emitted by dejagnu.h for consistency
No new revisions were added by this update.
Summary of changes: ChangeLog | 178 +++++++++++ Makefile.am | 14 +- Makefile.in | 101 ++++-- dejagnu.h | 345 ++++++++++++++------- doc/dejagnu.texi | 166 +++++++++- lib/dejagnu.exp | 16 +- testsuite/libdejagnu/harness.exp | 154 +++++++++ testsuite/libdejagnu/tunit.exp | 24 -- testsuite/libdejagnu/unit-c.c | 63 ++++ testsuite/libdejagnu/unit-ccxxmix.cxx | 82 +++++ testsuite/libdejagnu/unit-cxx.cxx | 59 ++++ testsuite/libdejagnu/unit.cc | 139 --------- .../nested/testsuite/stat.test/stats-sub.exp | 5 +- .../nested/testsuite/stat.test/unit-sub.awk | 11 +- .../nested/testsuite/stat.test/unit-sub.exp | 4 +- testsuite/runtest.main/stats.exp | 82 +++-- 16 files changed, 1096 insertions(+), 347 deletions(-) create mode 100644 testsuite/libdejagnu/harness.exp delete mode 100644 testsuite/libdejagnu/tunit.exp create mode 100644 testsuite/libdejagnu/unit-c.c create mode 100644 testsuite/libdejagnu/unit-ccxxmix.cxx create mode 100644 testsuite/libdejagnu/unit-cxx.cxx delete mode 100644 testsuite/libdejagnu/unit.cc