aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/tests
Commit message (Expand)AuthorAgeFilesLines
* tdestroy(3): add testsKonstantin Belousov2 days1-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
* libc: Drop incorrect qsort optimizationDag-Erling Smørgrav2025-08-152-0/+114
* stdio: Fix bug in integer-parsing FSMDag-Erling Smørgrav2025-08-082-0/+50
* libc: Fix style nits in flushlbuf regression testDag-Erling Smørgrav2025-08-071-5/+5
* libc: gen: refactor execvPe() for readabilityKyle Evans2025-08-031-0/+50
* dbm_nextkey: Always return an error if we've reached the end of the databaseBojan Novković2025-07-312-0/+54
* db/hash.c: Allow O_WRONLY in dbm_openBojan Novković2025-07-303-7/+115
* dbm: Add tests for dbm_openBojan Novković2025-07-252-0/+45
* libc: Test time zone change detection.Dag-Erling Smørgrav2025-07-182-1/+285
* libc/powerpc64: Fix swapcontext(3)Timothy Pearson2025-07-132-2/+65
* readdir: Fix error check.Dag-Erling Smørgrav2025-07-112-7/+6
* wordexp(3): Handle ECHILD from waitpidKenny Levinsen2025-07-081-0/+26
* opendir, fdopendir: Add tests, clean up.Dag-Erling Smørgrav2025-07-082-0/+145
* fts: Add test cases for unreadable directories.Dag-Erling Smørgrav2025-07-024-72/+180
* scandir: Propagate errors from readdir().Dag-Erling Smørgrav2025-06-261-0/+63
* libc: Rename fscandir{,_b}() to fdscandir{,_b}().Dag-Erling Smørgrav2025-06-232-12/+12
* glob: Improve callback tests.Dag-Erling Smørgrav2025-06-232-35/+63
* scandir: Fix behavior when no entries match.Dag-Erling Smørgrav2025-06-201-0/+22
* libc: Add fscandir(), fscandir_b(), scandirat_b().Dag-Erling Smørgrav2025-06-203-1/+235
* include: ssp: fortify <signal.h>Ricardo Branco2025-06-113-0/+329
* Add tests for sig2str() / str2sig()Ricardo Branco2025-06-112-0/+214
* glob2_test: Add tests for error callback functions and blocksBojan Novković2025-06-023-2/+112
* Revert "Mark several getaddrinfo tests as XFAIL"Enji Cooper2025-05-281-6/+0
* Mark several getaddrinfo tests as XFAILEnji Cooper2025-05-281-0/+6