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