summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a test to verify the fpurge problem doesn't happen. fpurge()yasuoka2025-06-121-1/+41
* Test to verify the handling of fflush() for the pushed-back buffer thatyasuoka2025-06-081-1/+40
* Now our fflush() comply POSIX-2008. test_fflush is expected "pass".yasuoka2025-06-032-6/+3
* explicit_bzero test: don't redefine __SANITIZE_ADDRESS__tb2025-05-311-1/+3
* Add test whether fflush() complies POSIX for the handling ofyasuoka2025-05-251-1/+82
* Add test for ungetwc().yasuoka2025-05-252-1/+94
* Add tests for the functions in <stdio_ext.h>.yasuoka2025-05-257-2/+455
* Include "stdio" in SUBDIR. This should have been done along with theyasuoka2025-05-251-4/+4
* Add regress/lib/libc/stdio/test_fflush.c to test fflush() behavior foryasuoka2025-05-242-0/+236
* Adapt to new maloc_options declarationotto2025-05-241-2/+2
* Adapt test to new malloc_options regimeotto2025-05-241-7/+8
* Enable remaining tests with NULL, 0tb2025-04-142-9/+3
* Link hash regress to buildtb2025-04-141-1/+2
* Add some regress coverage for the hashes in libctb2025-04-142-0/+946
* Avoid compiler warning on some OStb2025-04-131-1/+1
* t_recvmmsg and t_sendmmsg were enabled in 2022guenther2024-08-151-2/+0
* sched_yield() is not strong enough to overflow the recv buffer on someclaudio2024-07-301-2/+2
* fix signature of main()anton2024-07-151-4/+3
* enable warnings and apply a dash of knfmtanton2024-07-152-1/+2
* Add elf_aux_info(3)jca2024-07-143-1/+59
* t22 and t23 can fail if the first chunk ends up being allocated atotto2024-04-141-2/+12
* Ugly workaround to let this compile again on non-clang platforms.miod2024-03-051-1/+9
* Cope with recent ctype.h prefix changes.anton2024-02-051-5/+5
* More missing voidtb2024-02-041-3/+3
* Remove 3 expected failures those got fixed in the regress code.claudio2023-10-311-4/+1
* unlink("/") just needs to error. Checking for a specific errno makesclaudio2023-10-311-2/+2
* When creating a file in a directory the file gid is inherited fromclaudio2023-10-311-2/+2
* Ignore closefrom() failure. This fails normally since fd 4 and up are allclaudio2023-10-311-3/+2
* Include wait(2) status in error message, in the hopes of providing cluesanton2023-10-271-2/+2
* A few more testsotto2023-10-221-1/+15
* We're not interested in the core dump, so prevent it. Also catchotto2023-09-271-3/+17
* Extent the modf() tests; from Willemijn Coene.miod2023-08-131-18/+50
* add regress tests for the remainder of the function provided by our uuid.hjasper2023-07-031-5/+137
* More thorough write-afetr-free checks.otto2023-06-041-6/+21
* Make malloc tests that set flags more robust against the user alsootto2023-05-092-15/+19
* Enable malloc_errs testotto2023-05-081-2/+2
* Add a regress test to test various malloc API and heap mismanagementotto2023-05-082-0/+291
* remove duplicate includesjsg2023-04-191-2/+1
* Fix compilation on sparc64.mbuhl2023-04-131-2/+3
* WTRAPPED is now supported by waitid(2)guenther2022-12-191-3/+3
* userspace: remove vestigial '?' cases from top-level getopt(3) loopscheloha2022-12-042-4/+2
* simplify makefileanton2022-11-221-8/+2
* Be more helpful and provide details on what the time conversion testsanton2022-11-221-9/+6
* Use /tmp as opposed of /var/tmp as the default directory for temporaryanton2022-11-101-2/+2
* Add tests for boundary conditions of struct tm.beck2022-11-091-1/+125
* Enable time_conversion regress testsbeck2022-11-061-1/+2
* Add a bunch of regression tests for time conversion.beck2022-11-062-0/+1736
* Enable waitid(2) regress tests and a new test derived from NetBSD'skettenis2022-10-263-12/+279
* Add regression tests for the sendmmsg and recvmmsg system calls.mbuhl2022-09-114-2/+410
* Remove test of non-portable implementation details (whether wctype_tguenther2022-07-251-5/+1