aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/tests
Commit message (Expand)AuthorAgeFilesLines
* 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-052-0/+82
* libc: use separate collate objects for C, POSIX, and C.UTF-8Yuri Pankov2023-09-202-0/+112
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-2361-61/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-2381-162/+0
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-231-1/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-238-16/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-254-4/+4
* lib/libc/tests/string: add unit tests for ffs, ffsl, ffsll, fls, flsl, and flsllRobert Clausecker2023-07-217-0/+313
* netbsd-tests: Serialize message queue testsMark Johnston2023-03-201-0/+7
* libc: Add tests for strchrnul(3).Dag-Erling Smørgrav2023-02-091-0/+1
* qsort_b_test: Only build on clang.John Baldwin2022-11-111-0/+2
* strfmon_l: Use specified locale for number formattingJose Luis Duran2022-11-051-2/+2
* strfmon_test: Add a test for strfmon_lJose Luis Duran2022-11-051-0/+33
* strfmon_test: Reserve space for the null terminatorJose Luis Duran2022-11-051-5/+5
* strfmon: Fix formatting of a second fixed-width valueJose Luis Duran2022-11-011-1/+1
* strfmon: Fix an edge case when sep_by_space is 2Jose Luis Duran2022-11-011-1/+1
* strfmon: Fix alignment when enclosed by parenthesesJose Luis Duran2022-11-011-2/+2
* strfmon: Trim the SPACE from international currency symbolJose Luis Duran2022-11-011-2/+2
* strfmon: Avoid an out-of-bounds accessJose Luis Duran2022-11-011-1/+1
* strfmon_test: Add some testsJose Luis Duran2022-11-011-0/+151
* strfmon_test: Fix typo and remove extra spaceJose Luis Duran2022-11-011-2/+2
* libc: add test case for qsort_b(3)Xin LI2022-09-212-0/+83
* libc: Add strverscmp(3) and versionsort(3)Aymeric Wibo2022-08-312-2/+96
* Have stpncpy tests ask the kernel for the page sizeAndrew Turner2022-05-032-10/+16
* sendfile_test: fix copy-paste bugEric van Gyzen2022-03-021-1/+1
* execve: disallow argc == 0Kyle Evans2022-02-101-6/+3
* stdio: add test for 86a16ada1ea608408cec370: fflush() handling of errorsKonstantin Belousov2022-02-012-0/+145
* libc/tests/stdlib/dynthr_mod/dynthr_mod.c: mark dummy as usedKonstantin Belousov2021-12-061-0/+1
* resolv_test: Fix racy exit check, remove mutexes, and reduce outputAlex Richardson2021-04-101-87/+87
* Allow using sanitizers for ssp tests with out-of-tree compilerAlex Richardson2021-04-101-15/+12
* AArch64: Don't set flush-subnormals-to-zero flag on startupAlex Richardson2021-03-171-1/+34
* jail: allow root to implicitly widen its cpuset to attachKyle Evans2021-03-041-1/+202
* libc/nss tests: Add regression tests for commit 55444c823e1fMark Johnston2021-01-212-19/+93
* libc/nss tests: Fix getpw and getgr single-pass testsMark Johnston2021-01-212-32/+8
* libc/nss tests: StyleMark Johnston2021-01-213-36/+37
* Remove remaining uses of ${COMPILER_FEATURES:Mc++11}Alex Richardson2021-01-191-2/+0
* Rename NO_WERROR -> MK_WERROR=noAlex Richardson2021-01-071-1/+1
* libc: tests: add some tests for cpuset(2)Kyle Evans2020-12-312-0/+494
* libc: tests: hook CPUSET(9) test up to the buildKyle Evans2020-12-311-1/+2
* Disable ssp raw test without ASANBrooks Davis2020-10-281-1/+1
* Only use ASAN when using the in-tree compilerBrooks Davis2020-10-231-1/+3
* lib/libc/tests/iconv: raise WARNS to 6Alan Somers2020-09-242-2/+1
* lib/libc/tests/sys: raise WARNS to 6Alan Somers2020-09-241-6/+0
* build: provide a default WARNS for all in-tree buildsKyle Evans2020-09-181-0/+1
* libc tests: dynthr_mod: fix some WARNS issuesKyle Evans2020-09-091-1/+3
* libc/resolv: attempt to fix the test under WARNS=6Kyle Evans2020-09-091-15/+38
* Various fixes to the load() function.John Baldwin2020-09-031-8/+9
* Pass a valid mode with O_CREATE to open(2).John Baldwin2020-09-021-6/+6