aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/tests
Commit message (Expand)AuthorAgeFilesLines
* fts: add fts_capsicum_test.cJitendra Bhati4 days2-0/+211
* fts: add fts_openat() APIJitendra Bhati4 days2-0/+251
* fts: fix file descriptor leak in fts_closeJitendra Bhati4 days1-0/+66
* fts: fix trailing-slash regression in fts_read after fts_childrenJitendra Bhati5 days1-0/+58
* libc/tests: Add assertions for BOOL_WIDTH, BOOL_MAX, and BITINT_MAXWIDTHFaraz Vahedi9 days1-0/+6
* fts: fix fts_accpath regression after fts_children()Jitendra Bhati2026-08-061-0/+60
* libc: Add strfromd, strfromf, and strfroml per C23Faraz Vahedi2026-08-022-0/+591
* stdio: *memstream: grow the buffer by 1.5x on writeKyle Evans2026-08-012-0/+77
* tests/libc: Fix fortify_source uio testsMark Johnston2026-07-312-29/+98
* [test] libatexit: leverage __{BEGIN,END}_DECLSEnji Cooper2026-07-251-4/+7
* libc: tests: add static to resolve -Wmissing-prototypesZhang Qiyue2026-07-251-1/+1
* iconv(3): Draft some automatic tests.Taylor R Campbell2026-06-301-0/+1
* libc: gen: add a test for rtld underflowing our posix_spawn threadKyle Evans2026-06-304-0/+93
* libc/dbm: Differentiate between uninitialized and end-of-db cursorsBojan Novković2026-06-201-0/+33
* powerpc64le: switch long double to IEEE binary128Piotr Kubaj2026-06-192-0/+2
* libc/fortify_uio_test: replace stdin in base readv testsSiva Mahadevan2026-06-102-0/+20
* libc/tests: Enable fpsetround_basic which was never triggered since ported.K Rin2026-06-103-24/+38
* libc/tests: copy ieeefp tests out from contrib/netbsd-tests and rename them a...K Rin2026-06-104-3/+741
* fts: add fts regression testsJitendra Bhati2026-06-052-0/+317
* fts: add misc fts traversal testsJitendra Bhati2026-06-051-1/+520
* fts: address post-merge feedback on fts_children_test.cJitendra Bhati2026-06-051-8/+8
* fts: address post-merge feedback on fts_set_test.cJitendra Bhati2026-06-051-27/+34
* lib/libc/tests/gen: add fts_set() testsJitendra Bhati2026-06-022-0/+362
* fts: Add some depth to the options testDag-Erling Smørgrav2026-05-291-0/+74
* lib/libc/tests/gen: add fts_children() testsJitendra Bhati2026-05-222-0/+324
* lib/libc/tests/gen: add fts_open() error and edge case testsJitendra Bhati2026-05-222-0/+231
* tests: fix remaining test failures under _FORTIFY_SOURCEKyle Evans2026-05-011-0/+1
* libc/tests/string: add a more comprehensive unit test for strrchr()Robert Clausecker2026-04-082-0/+158
* libc: Fix cxa_thread_atexit{,nothr} test.ShengYi Hung2026-03-222-5/+16
* system(3): Fix brain glitch in previous commitDag-Erling Smørgrav2026-03-091-7/+7
* system(3): Address test robustness issueDag-Erling Smørgrav2026-03-091-11/+27
* system(3): Fix null caseDag-Erling Smørgrav2026-02-251-0/+10
* system(3): Write our own testsDag-Erling Smørgrav2026-02-252-1/+166
* libc/tests: Clean up *dir() testsDag-Erling Smørgrav2026-02-031-15/+13
* tdestroy(3): add testsKonstantin Belousov2025-12-291-0/+65
* libc/test: fix typoRobert Clausecker2025-12-141-1/+1
* libc/tests/string: improve stpncpy() "bounds" unit testRobert Clausecker2025-12-141-16/+39
* libc/limits_test: add no-op testcase to satisfy kyuaSiva Mahadevan2025-12-051-1/+4
* libc: Fix TESTSDIR for new stdbit testsJessica Clarke2025-12-011-0/+2
* libc/tests: add stdbit test framework and unit testsRobert Clausecker2025-11-3018-0/+511
* libc/tests: add test for *_MAX, *_MIN, and *_WIDTHRobert Clausecker2025-11-302-0/+102
* strfmon: Fix negative sign handling for C localeJose Luis Duran2025-11-261-3/+3
* strfmon: EINVAL if the '+' flag and both signs are emptyJose Luis Duran2025-11-261-4/+4
* strfmon: Add tests for Austin Group Defect 1199Jose Luis Duran2025-11-261-23/+57
* libc: report _SC_NPROCESSORS_ONLN more accurately in cpu-limited jailsKyle Evans2025-10-291-3/+137
* inet_net_test: Compare pointers against nullptrJohn Baldwin2025-10-201-6/+6
* inet_net_test: Use int to hold expected return values from inet_net_ptonJohn Baldwin2025-10-201-2/+2
* libc: Import OpenBSD's inet_net_{ntop,pton}Lexi Winter2025-10-182-0/+335
* realpath: Report correct path on failureDag-Erling Smørgrav2025-10-131-9/+2
* realpath: Additional test casesDag-Erling Smørgrav2025-10-131-12/+101