This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 9c30df6 Add comments to check-c++-types.sh. new 5f0b843 support: Add support for delayed test failure reporting new eb4dcae Add file missing from ChangeLog in previous commit new ffcf0f1 Fix various typos in the ChangeLog
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: ChangeLog | 57 +++++--- support/Makefile | 18 ++- support/check.h | 38 +++++- support/support_record_failure.c | 106 +++++++++++++++ support/support_test_main.c | 22 ++- ...d_check_return.c => support_test_verify_impl.c} | 19 ++- support/tst-support_record_failure-2.sh | 66 +++++++++ support/tst-support_record_failure.c | 150 +++++++++++++++++++++ support/{oom_error.c => xfork.c} | 17 ++- support/{xsignal.h => xunistd.h} | 19 +-- support/{xpthread_check_return.c => xwaitpid.c} | 17 +-- 11 files changed, 471 insertions(+), 58 deletions(-) create mode 100644 support/support_record_failure.c copy support/{xpthread_check_return.c => support_test_verify_impl.c} (71%) create mode 100644 support/tst-support_record_failure-2.sh create mode 100644 support/tst-support_record_failure.c copy support/{oom_error.c => xfork.c} (80%) copy support/{xsignal.h => xunistd.h} (71%) copy support/{xpthread_check_return.c => xwaitpid.c} (77%)