aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/tests
Commit message (Expand)AuthorAgeFilesLines
* lib/libc/tests/string: add memrchr unit testsRobert Clausecker2023-12-252-0/+117
* lib/libc/tests/string: add unit tests for memccpy()Robert Clausecker2023-12-252-0/+206
* lib/libc/tests/string: add unit test for strlcpyRobert Clausecker2023-12-252-0/+184
* lib/libc/tests/string/stpncpy_test.c: extend for upcoming SSE implementationRobert Clausecker2023-12-251-14/+85
* lib/libc/tests/string: add unit tests for strncmp(3)Robert Clausecker2023-12-252-0/+166
* regex: mixed sets are misidentified as singletonsBill Sommerfeld2023-12-221-1/+42
* lib/libc/tests/string/strcspn_test.c: add test for correct match orderRobert Clausecker2023-12-211-1/+50
* lib/libc/tests/string: add extended unit tests for strcmp()Robert Clausecker2023-11-142-0/+134
* fflush: Add test for buffer handling in __sflushDag-Erling Smørgrav2023-11-072-0/+156
* libc: Purge unneeded cdefs.hWarner Losh2023-11-0186-86/+0
* lib/libc/tests/string: expand memcmp test to bcmp, timingsafe_{b,mem}cmpRobert Clausecker2023-10-025-26/+155
* lib/libc/tests/string/memcmp_test.c: extend test to support custom memcmp fun...Robert Clausecker2023-10-021-24/+33
* libc: Add a rudimentary test for quick_exit(3).Dag-Erling Smørgrav2023-09-262-0/+82
* Remove a few more stray __FBSDID usesJohn Baldwin2023-09-251-3/+0
* lib/libc/tests/string/strcspn_test.c: extend tests to catch previous bugRobert Clausecker2023-09-171-0/+64
* libc: Don't assume signed char.Dag-Erling Smørgrav2023-09-112-4/+4
* lib/libc/tests/string: derive strspn(3) tests from strcspn(3) testsRobert Clausecker2023-09-083-4/+54
* lib/libc/tests/string: add unit tests for strcspn(3)Robert Clausecker2023-09-082-1/+138
* libc: Add test cases for N2680.Dag-Erling Smørgrav2023-09-074-3/+267
* libc: Suppress format checks on printf() / scanf() tests.Dag-Erling Smørgrav2023-09-071-1/+7
* libc: Add a wide version of snprintf_test.Dag-Erling Smørgrav2023-09-073-10/+152
* libc: Fix fixed-width case in the new integer parser.Dag-Erling Smørgrav2023-08-282-0/+34
* Revert "libc/locale tests: temporarily skip lib.libc.locale.c16rtomb_test.c16...Li-Wen Hsu2023-08-281-3/+0
* libc: Add unit tests for N2630 and possible collateral damage.Dag-Erling Smørgrav2023-08-284-0/+640
* 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
* Alter the prototype of qsort_r(3) to match POSIX, which adopted theEd Schouten2022-09-303-3/+96
* libc: add test case for qsort_b(3)Xin LI2022-09-072-0/+83
* libc: Add strverscmp(3) and versionsort(3)Aymeric Wibo2022-08-252-2/+96
* libc/locale tests: temporarily skip lib.libc.locale.c16rtomb_test.c16rtomb_ut...Li-Wen Hsu2022-08-161-0/+3
* Have stpncpy tests ask the kernel for the page sizeAndrew Turner2022-04-072-10/+16
* sendfile_test: fix copy-paste bugEric van Gyzen2022-02-241-1/+1