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