summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/nolibc/nolibc-test.c
AgeCommit message (Expand)Author
2025-01-13selftests/nolibc: skip tests for unimplemented syscallsThomas Weißschuh
2025-01-13selftests/nolibc: use a pipe to in vfprintf testsThomas Weißschuh
2025-01-13selftests/nolibc: use waitid() over waitpid()Thomas Weißschuh
2024-08-12selftests/nolibc: avoid passing NULL to printf("%s")Thomas Weißschuh
2024-08-09tools/nolibc: pass argc, argv and envp to constructorsThomas Weißschuh
2024-06-29tools/nolibc: implement strerror()Thomas Weißschuh
2024-06-29selftests/nolibc: introduce condition to run tests only on nolibcThomas Weißschuh
2024-06-29tools/nolibc: implement strtol() and friendsThomas Weißschuh
2024-06-29selftests/nolibc: disable brk()/sbrk() tests on muslThomas Weißschuh
2024-06-29selftests/nolibc: fix printf format mismatch in expect_str_buf_eq()Thomas Weißschuh
2024-04-14tools/nolibc: add support for uname(2)Thomas Weißschuh
2024-04-10selftests/nolibc: Add tests for strlcat() and strlcpy()Rodrigo Campos
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