aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/nolibc
AgeCommit message (Expand)AuthorFilesLines
2023-03-27tools/nolibc: x86_64: add stackprotector supportGravatar Thomas Weißschuh 1-0/+2
2023-03-27tools/nolibc: i386: add stackprotector supportGravatar Thomas Weißschuh 1-0/+1
2023-03-27tools/nolibc: tests: add test for -fstack-protectorGravatar Thomas Weißschuh 2-2/+63
2023-03-27tools/nolibc: tests: fold in no-stack-protector cflagsGravatar Thomas Weißschuh 1-2/+3
2023-03-27tools/nolibc: tests: constify test_namesGravatar Thomas Weißschuh 1-1/+1
2023-03-20selftests/nolibc: Adjust indentation for MakefileGravatar Feiyang Chen 1-37/+37
2023-03-20selftests/nolibc: Add support for LoongArchGravatar Feiyang Chen 1-0/+4
2023-03-20selftests/nolibc: skip the chroot_root and link_dir tests when not privilegedGravatar Willy Tarreau 1-2/+6
2023-03-20tools/nolibc: add tests for the integer limits in stdint.hGravatar Vincent Dagonneau 1-0/+53
2023-03-20tools/nolibc: enlarge column width of testsGravatar Vincent Dagonneau 1-48/+48
2023-03-20tools/nolibc: always disable stack protector for testsGravatar Thomas Weißschuh 1-0/+3
2023-01-24selftests/nolibc: Add a "run-user" target to test the program in user landGravatar Willy Tarreau 1-0/+6
2023-01-24selftests/nolibc: Support "x86_64" for arch nameGravatar Willy Tarreau 1-0/+4
2023-01-10selftests/nolibc: Add `getpagesize(2)` selftestGravatar Ammar Faizi 1-0/+30
2023-01-09selftests/nolibc: add s390 supportGravatar Sven Schnelle 1-1/+6
2022-10-28selftests/nolibc: Always rebuild the sysroot when running a testGravatar Willy Tarreau 1-0/+3
2022-10-28selftests/nolibc: Add 7 tests for memcmp()Gravatar Willy Tarreau 1-0/+7
2022-08-31selftests/nolibc: Avoid generated files being committedGravatar Fernanda Ma'rouf 1-0/+4
2022-08-31selftests/nolibc: add a "help" targetGravatar Willy Tarreau 1-1/+26
2022-08-31selftests/nolibc: "sysroot" target installs a local copy of the sysrootGravatar Willy Tarreau 1-2/+11
2022-08-31selftests/nolibc: add a "run" target to start the kernel in QEMUGravatar Willy Tarreau 1-0/+33
2022-08-31selftests/nolibc: add a "defconfig" targetGravatar Willy Tarreau 1-0/+12
2022-08-31selftests/nolibc: add a "kernel" target to build the kernel with the initramfsGravatar Willy Tarreau 1-0/+13
2022-08-31selftests/nolibc: support glibc as wellGravatar Willy Tarreau 1-2/+45
2022-08-31selftests/nolibc: condition some tests on /proc existenceGravatar Willy Tarreau 1-5/+9
2022-08-31selftests/nolibc: recreate and populate /dev and /proc if missingGravatar Willy Tarreau 1-0/+56
2022-08-31selftests/nolibc: on x86, support exiting with isa-debug-exitGravatar Willy Tarreau 1-0/+9
2022-08-31selftests/nolibc: exit with poweroff on success when getpid() == 1Gravatar Willy Tarreau 1-0/+14
2022-08-31selftests/nolibc: add a few tests for some libc functionsGravatar Willy Tarreau 1-0/+35
2022-08-31selftests/nolibc: implement a few tests for various syscallsGravatar Willy Tarreau 1-0/+110
2022-08-31selftests/nolibc: support a test definition formatGravatar Willy Tarreau 1-0/+91
2022-08-31selftests/nolibc: add basic infrastructure to ease creation of nolibc testsGravatar Willy Tarreau 2-0/+438