summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/nolibc
AgeCommit message (Expand)Author
2025-01-13selftests/nolibc: use waitid() over waitpid()Thomas Weißschuh
2025-01-08selftests/nolibc: run-tests.sh: detect missing toolchainWilly Tarreau
2024-10-07selftests/nolibc: start qemu with 1 GiB of memoryThomas Weißschuh
2024-08-12selftests/nolibc: run-tests.sh: allow building through LLVMThomas Weißschuh
2024-08-12selftests/nolibc: use correct clang target for s390/systemzThomas Weißschuh
2024-08-12selftests/nolibc: don't use libgcc when building with clangThomas Weißschuh
2024-08-12selftests/nolibc: run-tests.sh: avoid overwriting CFLAGS_EXTRAThomas Weißschuh
2024-08-12selftests/nolibc: add cc-option compatible with clang cross buildsThomas Weißschuh
2024-08-12selftests/nolibc: add support for LLVM= parameterThomas Weißschuh
2024-08-12selftests/nolibc: determine $(srctree) firstThomas Weißschuh
2024-08-12selftests/nolibc: avoid passing NULL to printf("%s")Thomas Weißschuh
2024-08-12selftests/nolibc: report failure if no testcase passedThomas 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: run-tests.sh: use -Werror by defaultThomas 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-11tools/nolibc: mips: add support for PICThomas Weißschuh
2023-12-11selftests/nolibc: run-tests.sh: enable testing via qemu-userThomas Weißschuh
2023-12-11selftests/nolibc: introduce QEMU_ARCH_USERThomas Weißschuh
2023-12-11selftests/nolibc: fix testcase status alignmentThomas Weißschuh
2023-12-11selftests/nolibc: add configuration for mipso32beThomas Weißschuh
2023-12-11selftests/nolibc: extraconfig supportThomas Weißschuh
2023-12-11selftests/nolibc: explicitly specify ABI for MIPSThomas Weißschuh
2023-12-11selftests/nolibc: use XARCH for MIPSThomas Weißschuh
2023-12-11selftests/nolibc: add script to run testsuiteThomas Weißschuh
2023-12-11selftests/nolibc: support out-of-tree buildsThomas Weißschuh
2023-12-11selftests/nolibc: anchor paths in $(srcdir) if possibleThomas Weißschuh
2023-12-11selftests/nolibc: use EFI -bios for LoongArch qemuThomas Weißschuh
2023-11-13selftests/nolibc: don't hang on config inputThomas Weißschuh
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