summaryrefslogtreecommitdiff
path: root/lib/libc/tests
Commit message (Expand)AuthorAgeFilesLines
* libc: locale: fix EUC shift checkKyle Evans2025-04-261-0/+13
* libc: tests: add some tests for __cxa_atexit handlingKyle Evans2025-04-174-0/+212
* getentropy tests: Update after commit 473681a1a506daMark Johnston2025-04-011-5/+6
* Fix lib/libc/nss/getgr_test with large numbers of groupsAlan Somers2025-01-203-0/+12
* strptime: Fix day-of-week calculation.Dag-Erling Smørgrav2024-12-163-0/+58
* libc: fix access mode tests in fmemopen(3)Ed Maste2024-10-291-0/+33
* regex: mixed sets are misidentified as singletonsBill Sommerfeld2024-09-251-1/+42
* libc/tests: Further refine the condition for installing h_rawMark Johnston2024-07-141-1/+2
* libc/tests: Fix installation without MK_TOOLCHAINMark Johnston2024-07-141-1/+1
* pkgbase: install all libc test files into the tests packageBaptiste Daroussin2024-03-273-0/+3
* libc/sys: add errno testKonstantin Belousov2024-03-022-0/+37
* lib/libc/tests/string: add memrchr unit testsRobert Clausecker2024-01-242-0/+117
* lib/libc/tests/string: add unit tests for memccpy()Robert Clausecker2024-01-242-0/+206
* lib/libc/tests/string: add unit test for strlcpyRobert Clausecker2024-01-242-0/+184
* lib/libc/tests/string/stpncpy_test.c: extend for upcoming SSE implementationRobert Clausecker2024-01-241-13/+84
* lib/libc/tests/string: add unit tests for strncmp(3)Robert Clausecker2024-01-242-0/+166
* lib/libc/tests/string/strcspn_test.c: add test for correct match orderRobert Clausecker2023-12-281-1/+50
* lib/libc/tests/string: expand memcmp test to bcmp, timingsafe_{b,mem}cmpRobert Clausecker2023-12-285-26/+155
* lib/libc/tests/string/memcmp_test.c: extend test to support custom memcmp fun...Robert Clausecker2023-12-281-24/+33
* lib/libc/tests/string: add extended unit tests for strcmp()Robert Clausecker2023-12-282-0/+134
* libc: Purge unneeded cdefs.hWarner Losh2023-11-2786-86/+0
* fflush: Add test for buffer handling in __sflushDag-Erling Smørgrav2023-11-072-0/+156
* Remove a few more stray __FBSDID usesJohn Baldwin2023-10-241-3/+0
* libc: Rewrite quick_exit() and at_quick_exit() using C11 atomics.Dag-Erling Smørgrav2023-10-042-0/+82
* lib/libc/tests/string/strcspn_test.c: extend tests to catch previous bugRobert Clausecker2023-09-231-0/+64
* lib/libc/tests/string: derive strspn(3) tests from strcspn(3) testsRobert Clausecker2023-09-233-4/+54
* lib/libc/tests/string: add unit tests for strcspn(3)Robert Clausecker2023-09-232-1/+138
* libc: Don't assume signed char.Dag-Erling Smørgrav2023-09-142-4/+4
* libc: Implement N2680.Dag-Erling Smørgrav2023-09-074-3/+267
* libc: Implement N2630.Dag-Erling Smørgrav2023-09-075-1/+823
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-1661-61/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1683-166/+0
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-168-16/+0
* lib/libc/tests/string: add unit tests for ffs, ffsl, ffsll, fls, flsl, and flsllRobert Clausecker2023-07-037-0/+313
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-125-5/+5
* libc: use separate collate objects for C, POSIX, and C.UTF-8Yuri Pankov2023-03-282-0/+112
* netbsd-tests: Serialize message queue testsMark Johnston2023-03-101-0/+7
* libc: Add tests for strchrnul(3).Dag-Erling Smørgrav2023-02-021-0/+1
* strfmon_l: Use specified locale for number formattingJose Luis Duran2022-10-291-2/+2
* strfmon_test: Add a test for strfmon_lJose Luis Duran2022-10-291-0/+33
* strfmon_test: Reserve space for the null terminatorJose Luis Duran2022-10-291-5/+5
* strfmon: Fix formatting of a second fixed-width valueJose Luis Duran2022-10-251-1/+1
* strfmon: Fix an edge case when sep_by_space is 2Jose Luis Duran2022-10-251-1/+1
* strfmon: Fix alignment when enclosed by parenthesesJose Luis Duran2022-10-251-2/+2
* strfmon: Trim the SPACE from international currency symbolJose Luis Duran2022-10-251-2/+2
* strfmon: Avoid an out-of-bounds accessJose Luis Duran2022-10-251-1/+1
* strfmon_test: Add some testsJose Luis Duran2022-10-251-0/+151
* strfmon_test: Fix typo and remove extra spaceJose Luis Duran2022-10-251-2/+2
* qsort_b_test: Only build on clang.John Baldwin2022-10-031-0/+2