summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/nolibc
AgeCommit message (Expand)AuthorFilesLines
2023-06-09selftests/nolibc: make sure gcc always use little endian on MIPSWilly Tarreau1-0/+1
2023-06-09selftests/nolibc: also count skipped and failed tests in outputWilly Tarreau1-3/+12
2023-06-09selftests/nolibc: add new gettimeofday test casesZhangjin Wu1-0/+4
2023-06-09selftests/nolibc: remove gettimeofday_bad1/2 completelyZhangjin Wu1-4/+0
2023-06-09selftests/nolibc: support two errnos with EXPECT_SYSER2()Zhangjin Wu1-4/+10
2023-06-09selftests/nolibc: use INT_MAX instead of __INT_MAX__Zhangjin Wu1-2/+2
2023-06-09selftests/nolibc: not include limits.h for nolibcZhangjin Wu1-3/+1
2023-06-09selftests/nolibc: fix up compile warning with glibc on x86_64Zhangjin Wu1-1/+1
2023-06-09selftests/nolibc: allow specify extra arguments for qemuZhangjin Wu1-1/+1
2023-06-09selftests/nolibc: remove test gettimeofday_nullThomas Weißschuh1-1/+0
2023-06-09tools/nolibc: ensure fast64 integer types have 64 bitsThomas Weißschuh1-3/+3
2023-06-09selftests/nolibc: test_fork: fix up duplicated printZhangjin Wu1-1/+7
2023-06-09selftests/nolibc: remove the duplicated gettimeofday_bad2Zhangjin Wu1-1/+0
2023-06-09selftests/nolibc: print name instead of number for EOVERFLOWZhangjin Wu1-0/+1
2023-06-09tools/nolibc: support nanoseconds in stat()Thomas Weißschuh1-0/+23
2023-06-09selftests/nolibc: prevent coredumps during test executionThomas Weißschuh1-0/+1
2023-06-09tools/nolibc: add support for prctl()Thomas Weißschuh1-0/+2
2023-06-09tools/nolibc: simplify stackprotector compiler flagsThomas Weißschuh1-12/+2
2023-06-09tools/nolibc: add autodetection for stackprotector supportThomas Weißschuh1-2/+2
2023-06-09tools/nolibc: add test for __stack_chk_guard initializationThomas Weißschuh1-0/+8
2023-06-09tools/nolibc: riscv: add stackprotector supportThomas Weißschuh1-0/+1
2023-06-09tools/nolibc: mips: add stackprotector supportThomas Weißschuh1-0/+1
2023-06-09tools/nolibc: loongarch: add stackprotector supportThomas Weißschuh1-0/+1
2023-06-09tools/nolibc: arm: add stackprotector supportThomas Weißschuh1-0/+1
2023-06-09tools/nolibc: aarch64: add stackprotector supportThomas Weißschuh1-0/+1
2023-06-09selftests/nolibc: reduce syscalls during space paddingThomas Weißschuh1-4/+11
2023-06-09selftests/nolibc: syscall_args: use generic __NR_statxZhangjin Wu1-1/+1
2023-06-09tools/nolibc/unistd: add syscall()Thomas Weißschuh1-0/+2
2023-06-09tools/nolibc: add testcase for fork()/waitpid()Thomas Weißschuh1-0/+20
2023-06-09tools/nolibc: validate C89 compatibilityThomas Weißschuh1-1/+1
2023-06-09tools/nolibc: use C89 comment syntaxThomas Weißschuh1-6/+6
2023-06-09tools/nolibc: use standard __asm__ statementsThomas Weißschuh1-1/+1
2023-06-09tools/nolibc: add testcases for vfprintfThomas Weißschuh1-0/+86
2023-06-09tools/nolibc: add libc-test binaryThomas Weißschuh2-0/+7
2023-06-09tools/nolibc: fix build of the test case using glibcWilly Tarreau1-0/+2
2023-06-09tools/nolibc: tests: fix build on non-c99 compliant compilersWilly Tarreau1-1/+2
2023-06-09tools/nolibc: tests: use volatile to force stack smashingThomas Weißschuh1-6/+2
2023-03-28tools/nolibc: x86_64: add stackprotector supportThomas Weißschuh1-0/+2
2023-03-28tools/nolibc: i386: add stackprotector supportThomas Weißschuh1-0/+1
2023-03-28tools/nolibc: tests: add test for -fstack-protectorThomas Weißschuh2-2/+63
2023-03-28tools/nolibc: tests: fold in no-stack-protector cflagsThomas Weißschuh1-2/+3
2023-03-28tools/nolibc: tests: constify test_namesThomas Weißschuh1-1/+1
2023-03-20selftests/nolibc: Adjust indentation for MakefileFeiyang Chen1-37/+37
2023-03-20selftests/nolibc: Add support for LoongArchFeiyang Chen1-0/+4
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-03-20tools/nolibc: always disable stack protector for testsThomas Weißschuh1-0/+3
2023-01-25selftests/nolibc: Add a "run-user" target to test the program in user landWilly Tarreau1-0/+6
2023-01-25selftests/nolibc: Support "x86_64" for arch nameWilly Tarreau1-0/+4