aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/nolibc/nolibc-test.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-03-27tools/nolibc: tests: add test for -fstack-protectorThomas Weißschuh1-2/+60
2023-03-27tools/nolibc: tests: constify test_namesThomas Weißschuh1-1/+1
2023-03-20selftests/nolibc: skip the chroot_root and link_dir tests when not privilegedWilly Tarreau1-2/+6
2023-03-20tools/nolibc: add tests for the integer limits in stdint.hVincent Dagonneau1-0/+53
2023-03-20tools/nolibc: enlarge column width of testsVincent Dagonneau1-48/+48
2023-01-10selftests/nolibc: Add `getpagesize(2)` selftestAmmar Faizi1-0/+30
2022-10-28selftests/nolibc: Add 7 tests for memcmp()Willy Tarreau1-0/+7
2022-08-31selftests/nolibc: support glibc as wellWilly Tarreau1-2/+45
2022-08-31selftests/nolibc: condition some tests on /proc existenceWilly Tarreau1-5/+9
2022-08-31selftests/nolibc: recreate and populate /dev and /proc if missingWilly Tarreau1-0/+56
2022-08-31selftests/nolibc: on x86, support exiting with isa-debug-exitWilly Tarreau1-0/+9
2022-08-31selftests/nolibc: exit with poweroff on success when getpid() == 1Willy Tarreau1-0/+14
2022-08-31selftests/nolibc: add a few tests for some libc functionsWilly Tarreau1-0/+35
2022-08-31selftests/nolibc: implement a few tests for various syscallsWilly Tarreau1-0/+110
2022-08-31selftests/nolibc: support a test definition formatWilly Tarreau1-0/+91
2022-08-31selftests/nolibc: add basic infrastructure to ease creation of nolibc testsWilly Tarreau1-0/+395