glibc/support
Maciej W. Rozycki 28f358bc42 support: Add FAIL test failure helper
Add a FAIL test failure helper analogous to FAIL_RET, that does not
cause the current function to return, providing a standardized way to
report a test failure with a message supplied while permitting the
caller to continue executing, for further reporting, cleaning up, etc.

Update existing test cases that provide a conflicting definition of FAIL
by removing the local FAIL definition and then as follows:

- tst-fortify-syslog: provide a meaningful message in addition to the
  file name already added by <support/check.h>; 'support_record_failure'
  is already called by 'support_print_failure_impl' invoked by the new
  FAIL test failure helper.

- tst-ctype: no update to FAIL calls required, with the name of the file
  and the line number within of the failure site additionally included
  by the new FAIL test failure helper, and error counting plus count
  reporting upon test program termination also already provided by
  'support_record_failure' and 'support_report_failure' respectively,
  called by 'support_print_failure_impl' and 'adjust_exit_status' also
  respectively.  However in a number of places 'printf' is called and
  the error count adjusted by hand, so update these places to make use
  of FAIL instead.  And last but not least adjust the final summary just
  to report completion, with any error count following as reported by
  the test driver.

- test-tgmath2: no update to FAIL calls required, with the name of the
  file of the failure site additionally included by the new FAIL test
  failure helper.  Also there is no need to track the return status by
  hand as any call to FAIL will eventually cause the test case to return
  an unsuccesful exit status regardless of the return status from the
  test function, via a call to 'adjust_exit_status' made by the test
  driver.

Reviewed-by: DJ Delorie <dj@redhat.com>
(cherry picked from commit 1b97a9f23b)
2024-08-28 16:43:33 -04:00
..
blob_repeat.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
blob_repeat.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
capture_subprocess.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
check_addrinfo.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
check_dns_packet.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
check_hostent.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
check_netent.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
check_nss.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
check.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
check.h support: Add FAIL test failure helper 2024-08-28 16:43:33 -04:00
delayed_exit.c support: Add delayed__exit (with two underscores) 2023-06-06 11:37:30 +02:00
Depend elf: Testing infrastructure for ld.so DSO sorting (BZ #17645) 2021-10-21 11:23:53 -03:00
descriptors.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
dtotimespec-time64.c posix: Fix system blocks SIGCHLD erroneously [BZ #30163] 2023-03-07 09:54:50 -03:00
dtotimespec.c posix: Fix system blocks SIGCHLD erroneously [BZ #30163] 2023-03-07 09:54:50 -03:00
echo-container.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
format_nss.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
ignore_stderr.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
links-dso-program-c.c nss_db: fix endent wrt NULL mappings [BZ #24695] [BZ #24696] 2019-07-10 14:51:18 -04:00
links-dso-program.cc nss_db: fix endent wrt NULL mappings [BZ #24695] [BZ #24696] 2019-07-10 14:51:18 -04:00
Makefile support: Build with exceptions and asynchronous unwind tables [BZ #30587] 2023-07-01 13:29:53 +00:00
namespace.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
next_to_fault.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
next_to_fault.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
oom_error.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
process_state.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
README Fix all the remaining misspellings -- BZ 25337 2023-06-02 01:39:48 +00:00
README-testing.c
resolv_response_context_duplicate.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
resolv_response_context_free.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
resolv_test.c Fix all the remaining misspellings -- BZ 25337 2023-06-02 01:39:48 +00:00
resolv_test.h Fix all the remaining misspellings -- BZ 25337 2023-06-02 01:39:48 +00:00
run_diff.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
set_fortify_handler.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
shell-container.c system: Add "--" after "-c" for sh (BZ #28519) 2023-03-28 10:12:30 -03:00
subprocess.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
support_become_root.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
support_can_chroot.c support: use 64-bit time_t (bug 30111) 2023-03-02 13:01:32 +01:00
support_capture_subprocess_check.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
support_capture_subprocess.c support: Don't fail on fchown when spawning sgid processes 2023-06-01 07:23:42 -04:00
support_chroot.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
support_copy_file_range.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
support_copy_file.c support: use 64-bit time_t (bug 30111) 2023-03-02 13:01:32 +01:00
support_create_timer.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
support_descriptor_supports_holes.c support: use 64-bit time_t (bug 30111) 2023-03-02 13:01:32 +01:00
support_descriptors.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
support_enter_mount_namespace.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
support_enter_network_namespace.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
support_format_address_family.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
support_format_addrinfo.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
support_format_dns_packet.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
support_format_herrno.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
support_format_hostent.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
support_format_netent.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
support_isolate_in_subprocess.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
support_mutex_pi_monotonic.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
support_need_proc.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
support_openpty.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
support_path_support_time64.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
support_paths.c support: introduce support_sysconfdir_prefix 2023-03-27 16:58:08 -03:00
support_process_state.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
support_ptrace.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
support_quote_blob_main.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
support_quote_blob_wide.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
support_quote_blob.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
support_quote_string.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
support_record_failure.c Fix all the remaining misspellings -- BZ 25337 2023-06-02 01:39:48 +00:00
support_run_diff.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
support_select_modifies_timeout.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
support_select_normalizes_timeout.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
support_set_small_thread_stack_size.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
support_shared_allocate.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
support_small_stack_thread_attribute.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
support_socket_so_timestamp_time64.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
support_stack_alloc.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
support_stat_nanoseconds.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
support_subprocess.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
support_test_compare_blob.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
support_test_compare_failure.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
support_test_compare_string_main.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
support_test_compare_string_wide.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
support_test_compare_string.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
support_test_main.c Fix all the remaining misspellings -- BZ 25337 2023-06-02 01:39:48 +00:00
support_test_verify_impl.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
support_wait_for_thread_exit.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
support_write_file_string.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
support-open-dev-null-range.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
support-xfstat-time64.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
support-xfstat.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
support-xstat-time64.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
support-xstat.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
support.h support: introduce support_sysconfdir_prefix 2023-03-27 16:58:08 -03:00
temp_file-internal.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
temp_file.c Fix all the remaining misspellings -- BZ 25337 2023-06-02 01:39:48 +00:00
temp_file.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
test-container.c tests: replace read by xread 2023-06-19 09:14:56 -04:00
test-driver.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
test-driver.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
test-run-command.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
timespec-add-time64.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
timespec-add.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
timespec-sub-time64.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
timespec-sub.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
timespec-time64.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
timespec.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
timespec.h posix: Fix system blocks SIGCHLD erroneously [BZ #30163] 2023-03-07 09:54:50 -03:00
true-container.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
tst-glibcpp.py Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
tst-support_blob_repeat.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
tst-support_capture_subprocess.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
tst-support_descriptors.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
tst-support_format_dns_packet.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
tst-support_quote_blob_wide.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
tst-support_quote_blob.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
tst-support_quote_string.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
tst-support_record_failure-2.sh Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
tst-support_record_failure.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
tst-support-namespace.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
tst-support-open-dev-null-range.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
tst-support-process_state.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
tst-test_compare_blob.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
tst-test_compare_string_wide.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
tst-test_compare_string.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
tst-test_compare.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
tst-timespec.c Fix all the remaining misspellings -- BZ 25337 2023-06-02 01:39:48 +00:00
tst-xreadlink.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
tst-xsigstack.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
tty.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
write_message.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xaccept4.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xaccept.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xasprintf.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xbind.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xcalloc.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xchdir.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xchmod.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xchroot.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xclock_gettime_time64.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xclock_gettime.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xclock_settime_time64.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xclock_settime.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xclone.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xclose.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xconnect.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xcopy_file_range.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xdlfcn.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xdlfcn.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xdlmopen.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xdup2.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xfchmod.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xfclose.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xfgets.c tests: replace fgets by xfgets 2023-06-13 19:59:08 -04:00
xfopen.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xfork.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xfread.c tests: replace fread by xfread 2023-06-13 19:59:08 -04:00
xfreopen.c C2x scanf binary constant handling 2023-03-02 19:10:37 +00:00
xftruncate.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xgetline.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xgetsockname.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xlisten.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xlseek.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xlstat-time64.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xlstat.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xmalloc.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xmemstream.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xmemstream.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xmkdir.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xmkdirp.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xmkfifo.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xmmap.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xmprotect.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xmunmap.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xnewlocale.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xopen.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xpipe.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xpoll.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xposix_memalign.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xposix_spawn_file_actions_addclose.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xposix_spawn_file_actions_adddup2.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xposix_spawn.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xpthread_attr_destroy.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xpthread_attr_init.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xpthread_attr_setaffinity_np.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xpthread_attr_setdetachstate.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xpthread_attr_setguardsize.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xpthread_attr_setstack.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xpthread_attr_setstacksize.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xpthread_barrier_destroy.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xpthread_barrier_init.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xpthread_barrier_wait.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xpthread_barrierattr_destroy.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xpthread_barrierattr_init.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xpthread_barrierattr_setpshared.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xpthread_cancel.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xpthread_check_return.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xpthread_cond_signal.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xpthread_cond_wait.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xpthread_create.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xpthread_detach.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xpthread_join.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xpthread_key_create.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xpthread_key_delete.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xpthread_kill.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xpthread_mutex_consistent.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xpthread_mutex_destroy.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xpthread_mutex_init.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xpthread_mutex_lock.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xpthread_mutex_unlock.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xpthread_mutexattr_destroy.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xpthread_mutexattr_init.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xpthread_mutexattr_setprotocol.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xpthread_mutexattr_setpshared.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xpthread_mutexattr_setrobust.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xpthread_mutexattr_settype.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xpthread_once.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xpthread_rwlock_destroy.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xpthread_rwlock_init.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xpthread_rwlock_rdlock.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xpthread_rwlock_unlock.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xpthread_rwlock_wrlock.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xpthread_rwlockattr_init.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xpthread_rwlockattr_setkind_np.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xpthread_sigmask.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xpthread_spin_lock.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xpthread_spin_unlock.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xptrace.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xraise.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xread.c tests: replace read by xread 2023-06-19 09:14:56 -04:00
xreadlink.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xrealloc.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xrecvfrom.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xsched.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xsendto.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xsetlocale.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xsetsockopt.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xsigaction.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xsignal.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xsignal.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xsigstack.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xsocket.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xsocket.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xspawn.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xstdio.h tests: replace fgets by xfgets 2023-06-13 19:59:08 -04:00
xstdlib.h tests: replace system by xsystem 2023-06-19 09:15:05 -04:00
xstrdup.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xstrndup.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xsymlink.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xsysconf.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xsystem.c tests: replace system by xsystem 2023-06-19 09:15:05 -04:00
xthread.h support: Add delayed__exit (with two underscores) 2023-06-06 11:37:30 +02:00
xtime.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xunistd.h tests: replace read by xread 2023-06-19 09:14:56 -04:00
xunlink.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xuselocale.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xwaitpid.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xwrite.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00

This subdirectory contains infrastructure which is not put into
installed libraries, but may be linked into programs (installed or
not) and tests.

# Error-checking wrappers

These wrappers test for error return codes an terminate the process on
error.  They are declared in these header files:

* support.h
* xsignal.h
* xthread.h
* xtime.h

In general, new wrappers should be added to support.h if possible.
However, support.h must remain fully compatible with C90 and therefore
cannot include headers which use identifiers not reserved in C90.  If
the wrappers need additional types, additional headers such as
signal.h need to be introduced.

# Test framework

The test framework provides a main program for tests, including a
timeout for hanging tests.  See README-testing.c for a minimal
example, and test-driver.c for details how to use it.  The following
header files provide related declarations:

* check.h
* temp_file.h
* test-driver.h

For tests that make use of struct timespec, the following header files
contain additional macros and helper functions:

* timespec.h