summaryrefslogtreecommitdiffstats
path: root/tools/testing
AgeCommit message (Expand)AuthorLines
2023-08-23selftests/nolibc: add test support for ppc64leZhangjin Wu-0/+6
2023-08-23selftests/nolibc: add test support for ppcZhangjin Wu-0/+7
2023-08-23selftests/nolibc: add XARCH and ARCH mapping supportZhangjin Wu-12/+34
2023-08-23selftests/nolibc: enable compiler warningsThomas Weißschuh-1/+1
2023-08-23selftests/nolibc: don't strip nolibc-testThomas Weißschuh-1/+1
2023-08-23selftests/nolibc: prevent out of bounds access in expect_vfprintfThomas Weißschuh-1/+1
2023-08-23selftests/nolibc: use correct return type for read() and write()Thomas Weißschuh-3/+4
2023-08-23selftests/nolibc: avoid sign-compare warningsThomas Weißschuh-4/+4
2023-08-23selftests/nolibc: avoid unused parameter warningsThomas Weißschuh-1/+2
2023-08-23selftests/nolibc: make functions static if possibleThomas Weißschuh-6/+6
2023-08-23selftests/nolibc: mark test helpers as potentially unusedThomas Weißschuh-25/+50
2023-08-23selftests/nolibc: drop unused variablesThomas Weißschuh-4/+0
2023-08-23selftests/nolibc: avoid warnings during intptr testsWilly Tarreau-12/+7
2023-08-23tools/nolibc: fix return type of getpagesize()Thomas Weißschuh-1/+1
2023-08-23selftests/nolibc: add testcase for pipeYuan Tan-0/+22
2023-08-23selftests/nolibc: mmap_munmap_good: fix up return valueZhangjin Wu-4/+4
2023-08-23selftests/nolibc: avoid buffer underrun in space printingThomas Weißschuh-1/+2
2023-08-23selftests/nolibc: allow test -include /path/to/nolibc.hZhangjin Wu-0/+6
2023-08-23selftests/nolibc: allow run nolibc-test locallyZhangjin Wu-0/+6
2023-08-23selftests/nolibc: add testcases for startup codeZhangjin Wu-1/+55
2023-08-23selftests/nolibc: add EXPECT_PTRGE, EXPECT_PTRGT, EXPECT_PTRLE, EXPECT_PTRLTZhangjin Wu-0/+50
2023-08-23selftests/nolibc: avoid gaps in test numbersThomas Weißschuh-17/+13
2023-08-23selftests/nolibc: simplify status printingThomas Weißschuh-73/+81
2023-08-23selftests/nolibc: make evaluation of test conditionsThomas Weißschuh-21/+21
2023-08-23tools/nolibc: completely remove optional environ supportThomas Weißschuh-3/+4
2023-08-23selftests/nolibc: report: add newline before test failuresZhangjin Wu-1/+1
2023-08-23selftests/nolibc: report: extrude the test status lineZhangjin Wu-2/+2
2023-08-23selftests/nolibc: report: align passed, skipped and failedZhangjin Wu-1/+1
2023-08-23selftests/nolibc: report: print total testsZhangjin Wu-1/+1
2023-08-23selftests/nolibc: report: print a summarized test statusZhangjin Wu-1/+2
2023-08-23selftests/nolibc: add chmod_argv0 testZhangjin Wu-0/+1
2023-08-23selftests/nolibc: chroot_exe: remove procfs dependencyZhangjin Wu-1/+1
2023-08-23selftests/nolibc: stat_timestamps: remove procfs dependencyZhangjin Wu-1/+1
2023-08-23selftests/nolibc: chdir_root: restore current path after testZhangjin Wu-1/+1
2023-08-23selftests/nolibc: vfprintf: remove MEMFD_CREATE dependencyZhangjin Wu-3/+3
2023-08-23selftests/nolibc: prepare /tmp for tests that need to writeZhangjin Wu-0/+3
2023-08-23selftests/nolibc: fix up failures when CONFIG_PROC_FS=nZhangjin Wu-2/+5
2023-08-23selftests/nolibc: add a new rmdir() test caseZhangjin Wu-0/+1
2023-08-23selftests/nolibc: link_cross: use /proc/self/cmdlineZhangjin Wu-1/+1
2023-08-23selftests/nolibc: fix up kernel parameters supportZhangjin Wu-2/+31
2023-08-23selftests/nolibc: prefer <sys/reboot.h> to <linux/reboot.h>Zhangjin Wu-2/+1
2023-08-23selftests/nolibc: fix up int_fast16/32_t test cases for muslZhangjin Wu-4/+8
2023-08-23selftests/nolibc: add _LARGEFILE64_SOURCE for muslZhangjin Wu-0/+1
2023-08-23selftests/nolibc: gettid: restore for glibc and muslZhangjin Wu-3/+7
2023-08-23selftests/nolibc: stat_fault: silence NULL argument warning with glibcZhangjin Wu-1/+1
2023-08-23selftests/nolibc: add run-libc-test targetZhangjin Wu-0/+4
2023-08-23selftests/nolibc: add mmap_munmap_good test caseZhangjin Wu-0/+60
2023-08-23selftests/nolibc: add munmap_bad test caseZhangjin Wu-0/+1
2023-08-23selftests/nolibc: add mmap_bad test caseZhangjin Wu-0/+1
2023-08-23selftests/nolibc: add sbrk_0 to test current brk gettingZhangjin Wu-0/+1