This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository dejagnu.
from 0184343 Change quotes around 'make check' in manual headings adds 369c52e Allow internal unit test names to contain forward slash adds 3554566 Add initial mockvfs support for internal unit tests adds af17601 Add initial unit tests for lib/dg.exp adds 51e4b3f Add unit tests with explicit line numbers for lib/dg.exp adds bbc8691 Avoid needless errors in internal unit test infrastructure adds 1a141d0 Add lib/dg.exp unit tests for skipping files by target adds e4657c2 Add lib/dg.exp unit tests for xfail by target adds ae2a87b Add lib/dg.exp unit tests for skipping files by callback adds e2c7bce Add regression test for PR58065 adds d747eee Buffer test results in case the pruning callback aborts the test
No new revisions were added by this update.
Summary of changes: ChangeLog | 46 ++++++ lib/dg.exp | 31 +++- testsuite/runtest.libs/dg.test | 293 ++++++++++++++++++++++++++++++++++++ testsuite/runtest.libs/libs.exp | 2 +- testsuite/runtest.libs/mockutil.tcl | 28 +++- testsuite/runtest.libs/mockvfs.tcl | 261 ++++++++++++++++++++++++++++++++ 6 files changed, 647 insertions(+), 14 deletions(-) create mode 100644 testsuite/runtest.libs/dg.test create mode 100644 testsuite/runtest.libs/mockvfs.tcl