aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/tests
Commit message (Expand)AuthorAgeFilesLines
* inet_net_test: Compare pointers against nullptrJohn Baldwin3 days1-6/+6
* inet_net_test: Use int to hold expected return values from inet_net_ptonJohn Baldwin3 days1-2/+2
* libc: Import OpenBSD's inet_net_{ntop,pton}Lexi Winter5 days2-0/+335
* realpath: Report correct path on failureDag-Erling Smørgrav10 days1-9/+2
* realpath: Additional test casesDag-Erling Smørgrav10 days1-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
* libc: Improve scanfloat test.Dag-Erling Smørgrav2025-05-161-68/+68
* link_addr: be more strict about address formatsLexi Winter2025-05-151-1/+151
* fts: Rename fts_options to fts_options_testDag-Erling Smørgrav2025-05-082-1/+1
* fts: Give the blocks test a description.Dag-Erling Smørgrav2025-05-081-1/+6
* fts: Add tests for most FTS options.Dag-Erling Smørgrav2025-05-082-0/+455
* libc: add link_ntoa_r()Lexi Winter2025-05-071-0/+111
* link_addr_test: use <cstddef>, not <sys/stddef.h>Lexi Winter2025-05-061-4/+6
* getenv_r tests: Fix getenv_r_erangeMark Johnston2025-05-061-1/+1
* libc tests: add tests for link_addr(3) and link_ntoa(3)Lexi Winter2025-05-052-0/+272
* libc: Add getenv_r() function.Dag-Erling Smørgrav2025-04-274-0/+226
* bsd.compiler.mk: Add a blocks compiler feature.Dag-Erling Smørgrav2025-04-222-2/+2