aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/tests/stdlib/libc_exit_test.c
Commit message (Collapse)AuthorAgeFilesLines
* libc tests: Add some test cases for recursive exitingMark Johnston2024-08-071-0/+69
| | | | | | | | | Derived from tests posted by kib in D46108. I made one of them use a pthread barrier instead of sleeping. Reviewed by: kib MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D46176
* libc tests: Rename the quick_exit test file, fix styleMark Johnston2024-08-071-0/+85
Call it libc_exit_test instead of exit_test because the NetBSD test suite already has a file with the latter name. This is in preparation for adding other exit()-related tests. MFC after: 2 weeks