summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/nolibc/nolibc-test.c
AgeCommit message (Expand)Author
2023-08-23selftests/nolibc: prepare: create /dev/zeroZhangjin Wu
2023-08-23selftests/nolibc: export argv0 for some testsZhangjin Wu
2023-08-23selftests/nolibc: simplify call to iopermThomas Weißschuh
2023-07-13selftests/nolibc: drop test chmod_netThomas Weißschuh
2023-06-09selftests/nolibc: add new gettimeofday test casesZhangjin Wu
2023-06-09selftests/nolibc: remove gettimeofday_bad1/2 completelyZhangjin Wu
2023-06-09selftests/nolibc: support two errnos with EXPECT_SYSER2()Zhangjin Wu
2023-06-09selftests/nolibc: use INT_MAX instead of __INT_MAX__Zhangjin Wu
2023-06-09selftests/nolibc: not include limits.h for nolibcZhangjin Wu
2023-06-09selftests/nolibc: fix up compile warning with glibc on x86_64Zhangjin Wu
2023-06-09selftests/nolibc: remove test gettimeofday_nullThomas Weißschuh
2023-06-09tools/nolibc: ensure fast64 integer types have 64 bitsThomas Weißschuh
2023-06-09selftests/nolibc: test_fork: fix up duplicated printZhangjin Wu
2023-06-09selftests/nolibc: remove the duplicated gettimeofday_bad2Zhangjin Wu
2023-06-09selftests/nolibc: print name instead of number for EOVERFLOWZhangjin Wu
2023-06-09tools/nolibc: support nanoseconds in stat()Thomas Weißschuh
2023-06-09selftests/nolibc: prevent coredumps during test executionThomas Weißschuh
2023-06-09tools/nolibc: add support for prctl()Thomas Weißschuh
2023-06-09tools/nolibc: add autodetection for stackprotector supportThomas Weißschuh
2023-06-09tools/nolibc: add test for __stack_chk_guard initializationThomas Weißschuh
2023-06-09selftests/nolibc: reduce syscalls during space paddingThomas Weißschuh
2023-06-09selftests/nolibc: syscall_args: use generic __NR_statxZhangjin Wu
2023-06-09tools/nolibc/unistd: add syscall()Thomas Weißschuh
2023-06-09tools/nolibc: add testcase for fork()/waitpid()Thomas Weißschuh
2023-06-09tools/nolibc: use C89 comment syntaxThomas Weißschuh
2023-06-09tools/nolibc: use standard __asm__ statementsThomas Weißschuh
2023-06-09tools/nolibc: add testcases for vfprintfThomas Weißschuh
2023-06-09tools/nolibc: fix build of the test case using glibcWilly Tarreau
2023-06-09tools/nolibc: tests: fix build on non-c99 compliant compilersWilly Tarreau
2023-06-09tools/nolibc: tests: use volatile to force stack smashingThomas Weißschuh
2023-03-27tools/nolibc: tests: add test for -fstack-protectorThomas Weißschuh
2023-03-27tools/nolibc: tests: constify test_namesThomas Weißschuh
2023-03-20selftests/nolibc: skip the chroot_root and link_dir tests when not privilegedWilly Tarreau
2023-03-20tools/nolibc: add tests for the integer limits in stdint.hVincent Dagonneau
2023-03-20tools/nolibc: enlarge column width of testsVincent Dagonneau
2023-01-10selftests/nolibc: Add `getpagesize(2)` selftestAmmar Faizi
2022-10-28selftests/nolibc: Add 7 tests for memcmp()Willy Tarreau
2022-08-31selftests/nolibc: support glibc as wellWilly Tarreau
2022-08-31selftests/nolibc: condition some tests on /proc existenceWilly Tarreau
2022-08-31selftests/nolibc: recreate and populate /dev and /proc if missingWilly Tarreau
2022-08-31selftests/nolibc: on x86, support exiting with isa-debug-exitWilly Tarreau
2022-08-31selftests/nolibc: exit with poweroff on success when getpid() == 1Willy Tarreau
2022-08-31selftests/nolibc: add a few tests for some libc functionsWilly Tarreau
2022-08-31selftests/nolibc: implement a few tests for various syscallsWilly Tarreau
2022-08-31selftests/nolibc: support a test definition formatWilly Tarreau
2022-08-31selftests/nolibc: add basic infrastructure to ease creation of nolibc testsWilly Tarreau