summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/nolibc
AgeCommit message (Expand)Author
2023-10-12selftests/nolibc: add tests for multi-object linkageThomas Weißschuh
2023-10-12selftests/nolibc: use qemu-system-ppc64 for ppc64leThomas Weißschuh
2023-10-12tools/nolibc: add support for constructors and destructorsThomas Weißschuh
2023-10-12tools/nolibc: drop test for getauxval(AT_PAGESZ)Thomas Weißschuh
2023-10-12selftests/nolibc: allow building i386 with multiarch compilerThomas Weißschuh
2023-10-12selftests/nolibc: don't embed initramfs into kernel imageThomas Weißschuh
2023-10-12selftests/nolibc: libc-test: avoid -Wstringop-overflow warningsThomas Weißschuh
2023-10-12selftests/nolibc: use -nostdinc for nolibc-testThomas Weißschuh
2023-08-28Merge tag 'linux-kselftest-nolibc-6.6-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2023-08-23selftests/nolibc: libc-test: use HOSTCC instead of CCZhangjin Wu
2023-08-23selftests/nolibc: allow report with existing test logZhangjin Wu
2023-08-23selftests/nolibc: add test support for ppc64Zhangjin Wu
2023-08-23selftests/nolibc: add test support for ppc64leZhangjin Wu
2023-08-23selftests/nolibc: add test support for ppcZhangjin Wu
2023-08-23selftests/nolibc: add XARCH and ARCH mapping supportZhangjin Wu
2023-08-23selftests/nolibc: enable compiler warningsThomas Weißschuh
2023-08-23selftests/nolibc: don't strip nolibc-testThomas Weißschuh
2023-08-23selftests/nolibc: prevent out of bounds access in expect_vfprintfThomas Weißschuh
2023-08-23selftests/nolibc: use correct return type for read() and write()Thomas Weißschuh
2023-08-23selftests/nolibc: avoid sign-compare warningsThomas Weißschuh
2023-08-23selftests/nolibc: avoid unused parameter warningsThomas Weißschuh
2023-08-23selftests/nolibc: make functions static if possibleThomas Weißschuh
2023-08-23selftests/nolibc: mark test helpers as potentially unusedThomas Weißschuh
2023-08-23selftests/nolibc: drop unused variablesThomas Weißschuh
2023-08-23selftests/nolibc: avoid warnings during intptr testsWilly Tarreau
2023-08-23tools/nolibc: fix return type of getpagesize()Thomas Weißschuh
2023-08-23selftests/nolibc: add testcase for pipeYuan Tan
2023-08-23selftests/nolibc: mmap_munmap_good: fix up return valueZhangjin Wu
2023-08-23selftests/nolibc: avoid buffer underrun in space printingThomas Weißschuh
2023-08-23selftests/nolibc: allow test -include /path/to/nolibc.hZhangjin Wu
2023-08-23selftests/nolibc: allow run nolibc-test locallyZhangjin Wu
2023-08-23selftests/nolibc: add testcases for startup codeZhangjin Wu
2023-08-23selftests/nolibc: add EXPECT_PTRGE, EXPECT_PTRGT, EXPECT_PTRLE, EXPECT_PTRLTZhangjin Wu
2023-08-23selftests/nolibc: avoid gaps in test numbersThomas Weißschuh
2023-08-23selftests/nolibc: simplify status printingThomas Weißschuh
2023-08-23selftests/nolibc: make evaluation of test conditionsThomas Weißschuh
2023-08-23tools/nolibc: completely remove optional environ supportThomas Weißschuh
2023-08-23selftests/nolibc: report: add newline before test failuresZhangjin Wu
2023-08-23selftests/nolibc: report: extrude the test status lineZhangjin Wu
2023-08-23selftests/nolibc: report: align passed, skipped and failedZhangjin Wu
2023-08-23selftests/nolibc: report: print total testsZhangjin Wu
2023-08-23selftests/nolibc: report: print a summarized test statusZhangjin Wu
2023-08-23selftests/nolibc: add chmod_argv0 testZhangjin Wu
2023-08-23selftests/nolibc: chroot_exe: remove procfs dependencyZhangjin Wu
2023-08-23selftests/nolibc: stat_timestamps: remove procfs dependencyZhangjin Wu
2023-08-23selftests/nolibc: chdir_root: restore current path after testZhangjin Wu
2023-08-23selftests/nolibc: vfprintf: remove MEMFD_CREATE dependencyZhangjin Wu
2023-08-23selftests/nolibc: prepare /tmp for tests that need to writeZhangjin Wu
2023-08-23selftests/nolibc: fix up failures when CONFIG_PROC_FS=nZhangjin Wu
2023-08-23selftests/nolibc: add a new rmdir() test caseZhangjin Wu