summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/nolibc/nolibc-test.c
AgeCommit message (Expand)Author
2023-12-11selftests/nolibc: disable coredump via setrlimitThomas Weißschuh
2023-12-11tools/nolibc: add support for getrlimit/setrlimitThomas Weißschuh
2023-12-11tools/nolibc: drop duplicated testcase ioctl_tiocinqThomas Weißschuh
2023-12-11selftests/nolibc: make result alignment more robustThomas Weißschuh
2023-12-11selftests/nolibc: fix testcase status alignmentThomas Weißschuh
2023-10-12selftests/nolibc: add tests for multi-object linkageThomas 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: libc-test: avoid -Wstringop-overflow warningsThomas 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: 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: 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: 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
2023-08-23selftests/nolibc: link_cross: use /proc/self/cmdlineZhangjin Wu
2023-08-23selftests/nolibc: fix up kernel parameters supportZhangjin Wu
2023-08-23selftests/nolibc: prefer <sys/reboot.h> to <linux/reboot.h>Zhangjin Wu
2023-08-23selftests/nolibc: fix up int_fast16/32_t test cases for muslZhangjin Wu
2023-08-23selftests/nolibc: add _LARGEFILE64_SOURCE for muslZhangjin Wu
2023-08-23selftests/nolibc: gettid: restore for glibc and muslZhangjin Wu
2023-08-23selftests/nolibc: stat_fault: silence NULL argument warning with glibcZhangjin Wu
2023-08-23selftests/nolibc: add mmap_munmap_good test caseZhangjin Wu
2023-08-23selftests/nolibc: add munmap_bad test caseZhangjin Wu
2023-08-23selftests/nolibc: add mmap_bad test caseZhangjin Wu
2023-08-23selftests/nolibc: add sbrk_0 to test current brk gettingZhangjin Wu
2023-08-23selftests/nolibc: add EXPECT_PTREQ, EXPECT_PTRNE and EXPECT_PTRERZhangjin Wu
2023-08-23selftests/nolibc: prepare: create /dev/zeroZhangjin Wu
2023-08-23selftests/nolibc: export argv0 for some testsZhangjin Wu