aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* tzcode: Test escape from TZDIRDag-Erling Smørgrav2025-09-291-13/+26
* tzcode: Fix issues when TZ is an absolute pathDag-Erling Smørgrav2025-09-272-8/+83
* packages: Remove the tests-dev packageLexi Winter2025-09-182-0/+2
* Fix floaing point test. (again)Warner Losh2025-09-141-1/+1
* Fix floaing point test.Warner Losh2025-09-141-1/+1
* libc: prevent incorrect %a/%La rounding at full precisionOsamu Sho2025-09-141-0/+13
* libc: Have memcmp test what the standard requiresEd Maste2025-09-131-6/+6
* tzcode: Add a test case for plain issetugid caseDag-Erling Smørgrav2025-09-011-17/+43
* tzcode: Add a test case for thin jailsDag-Erling Smørgrav2025-08-271-7/+36
* tzcode: Add test case for setugid programsDag-Erling Smørgrav2025-08-252-12/+45
* tzcode: Fix TZ for non-setugid programsDag-Erling Smørgrav2025-08-221-19/+42