summaryrefslogtreecommitdiff
path: root/lib/libc/tests
AgeCommit message (Expand)Author
2025-12-29tdestroy(3): add testsKonstantin Belousov
2025-12-14libc/test: fix typoRobert Clausecker
2025-12-14libc/tests/string: improve stpncpy() "bounds" unit testRobert Clausecker
2025-12-05libc/limits_test: add no-op testcase to satisfy kyuaSiva Mahadevan
2025-12-01libc: Fix TESTSDIR for new stdbit testsJessica Clarke
2025-11-30libc/tests: add stdbit test framework and unit testsRobert Clausecker
2025-11-30libc/tests: add test for *_MAX, *_MIN, and *_WIDTHRobert Clausecker
2025-11-26strfmon: Fix negative sign handling for C localeJose Luis Duran
2025-11-26strfmon: EINVAL if the '+' flag and both signs are emptyJose Luis Duran
2025-11-26strfmon: Add tests for Austin Group Defect 1199Jose Luis Duran
2025-10-29libc: report _SC_NPROCESSORS_ONLN more accurately in cpu-limited jailsKyle Evans
2025-10-20inet_net_test: Compare pointers against nullptrJohn Baldwin
2025-10-20inet_net_test: Use int to hold expected return values from inet_net_ptonJohn Baldwin
2025-10-18libc: Import OpenBSD's inet_net_{ntop,pton}Lexi Winter
2025-10-13realpath: Report correct path on failureDag-Erling Smørgrav
2025-10-13realpath: Additional test casesDag-Erling Smørgrav
2025-09-29tzcode: Test escape from TZDIRDag-Erling Smørgrav
2025-09-27tzcode: Fix issues when TZ is an absolute pathDag-Erling Smørgrav
2025-09-18packages: Remove the tests-dev packageLexi Winter
2025-09-14Fix floaing point test. (again)Warner Losh
2025-09-14Fix floaing point test.Warner Losh
2025-09-13libc: prevent incorrect %a/%La rounding at full precisionOsamu Sho
2025-09-13libc: Have memcmp test what the standard requiresEd Maste
2025-09-01tzcode: Add a test case for plain issetugid caseDag-Erling Smørgrav
2025-08-27tzcode: Add a test case for thin jailsDag-Erling Smørgrav
2025-08-25tzcode: Add test case for setugid programsDag-Erling Smørgrav
2025-08-22tzcode: Fix TZ for non-setugid programsDag-Erling Smørgrav
2025-08-15libc: Drop incorrect qsort optimizationDag-Erling Smørgrav
2025-08-09stdio: Fix bug in integer-parsing FSMDag-Erling Smørgrav
2025-08-07libc: Fix style nits in flushlbuf regression testDag-Erling Smørgrav
2025-08-02libc: gen: refactor execvPe() for readabilityKyle Evans
2025-07-31dbm_nextkey: Always return an error if we've reached the end of the databaseBojan Novković
2025-07-30db/hash.c: Allow O_WRONLY in dbm_openBojan Novković
2025-07-25dbm: Add tests for dbm_openBojan Novković
2025-07-18libc: Test time zone change detection.Dag-Erling Smørgrav
2025-07-13libc/powerpc64: Fix swapcontext(3)Timothy Pearson
2025-07-11readdir: Fix error check.Dag-Erling Smørgrav
2025-07-08wordexp(3): Handle ECHILD from waitpidKenny Levinsen
2025-07-08opendir, fdopendir: Add tests, clean up.Dag-Erling Smørgrav
2025-07-02fts: Add test cases for unreadable directories.Dag-Erling Smørgrav
2025-06-26scandir: Propagate errors from readdir().Dag-Erling Smørgrav
2025-06-23libc: Rename fscandir{,_b}() to fdscandir{,_b}().Dag-Erling Smørgrav
2025-06-23glob: Improve callback tests.Dag-Erling Smørgrav
2025-06-20scandir: Fix behavior when no entries match.Dag-Erling Smørgrav
2025-06-20libc: Add fscandir(), fscandir_b(), scandirat_b().Dag-Erling Smørgrav
2025-06-11include: ssp: fortify <signal.h>Ricardo Branco
2025-06-11Add tests for sig2str() / str2sig()Ricardo Branco
2025-06-02glob2_test: Add tests for error callback functions and blocksBojan Novković
2025-05-28Revert "Mark several getaddrinfo tests as XFAIL"Enji Cooper
2025-05-28Mark several getaddrinfo tests as XFAILEnji Cooper