aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/nolibc (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-21selftests/nolibc: drop include guards around standard headersThomas Weißschuh2-7/+0
2025-05-21tools/nolibc: add fopen()Thomas Weißschuh1-0/+24
2025-05-21tools/nolibc: add namespace functionalityThomas Weißschuh2-0/+69
2025-05-21tools/nolibc: add difftime()Thomas Weißschuh1-0/+12
2025-05-21tools/nolibc: add timerfd functionalityThomas Weißschuh1-0/+48
2025-05-21tools/nolibc: add timer functionsThomas Weißschuh1-0/+51
2025-05-21tools/nolibc: add clock_getres(), clock_gettime() and clock_settime()Thomas Weißschuh1-0/+5
2025-05-21tools/nolibc: add support for access() and faccessat()Thomas Weißschuh1-0/+2
2025-05-21tools/nolibc: add abs() and friendsThomas Weißschuh1-0/+2
2025-05-21tools/nolibc: add getrandom()Thomas Weißschuh1-0/+22
2025-05-21tools/nolibc: add mremap()Thomas Weißschuh1-3/+11
2025-05-21tools/nolibc: add %m printf formatThomas Weißschuh1-0/+18
2025-05-21tools/nolibc: add strstr()Thomas Weißschuh1-0/+3
2025-05-21tools/nolibc: Add m68k supportDaniel Palmer2-0/+10
2025-05-21selftests/nolibc: always run nolibc header checkThomas Weißschuh1-1/+1
2025-04-22tools/nolibc: implement width padding in printf()Thomas Weißschuh1-0/+3
2025-04-22selftests/nolibc: add test for snprintf() truncationThomas Weißschuh1-1/+3
2025-04-22selftests/nolibc: rename vfprintf test suiteThomas Weißschuh1-2/+2
2025-04-22selftests/nolibc: use snprintf() for printf testsThomas Weißschuh1-27/+3
2025-04-22Revert "selftests/nolibc: use waitid() over waitpid()"Thomas Weißschuh1-6/+4
2025-04-22tools/nolibc: add tolower() and toupper()Thomas Weißschuh1-0/+5
2025-04-22tools/nolibc: handle intmax_t/uintmax_t in printfThomas Weißschuh1-0/+2
2025-04-19selftests/nolibc: enable UBSAN if availableThomas Weißschuh1-1/+2
2025-04-19selftests/nolibc: disable ubsan for smash_stack()Thomas Weißschuh1-0/+1
2025-04-11tools/nolibc: Add support for SPARCThomas Weißschuh2-0/+13
2025-04-11selftests/nolibc: only consider XARCH for CFLAGS when requestedThomas Weißschuh1-1/+4
2025-04-11selftests/nolibc: drop dependency from sysroot to defconfigThomas Weißschuh1-1/+1
2025-04-10selftests/nolibc: drop unnecessary sys/io.h includeThomas Weißschuh1-1/+0
2025-03-07selftests/nolibc: stop testing constructor orderThomas Weißschuh2-7/+7
2025-03-06selftests/nolibc: use O_RDONLY flag instead of 0Louis Taylor1-2/+2
2025-03-06tools/nolibc: add support for openat(2)Louis Taylor1-0/+17
2025-03-02selftests/nolibc: add armthumb configurationThomas Weißschuh2-2/+9
2025-03-02selftests/nolibc: explicitly enable ARM modeThomas Weißschuh1-0/+1
2025-02-26tools/nolibc: add support for [v]sscanf()Thomas Weißschuh1-0/+68
2025-02-20tools/nolibc: add support for 32-bit s390Thomas Weißschuh2-1/+10
2025-02-20selftests/nolibc: rename s390 to s390xThomas Weißschuh2-6/+8
2025-02-20selftests/nolibc: only run constructor tests on nolibcThomas Weißschuh1-2/+2
2025-02-12selftests/nolibc: split up architecture list in run-tests.shThomas Weißschuh1-1/+10
2025-02-09tools/nolibc: add support for directory accessThomas Weißschuh1-0/+39
2025-02-03selftests/nolibc: always keep test kernel configuration up to dateThomas Weißschuh1-4/+3
2025-02-03selftests/nolibc: execute defconfig before other targetsThomas Weißschuh1-3/+3
2025-02-03selftests/nolibc: drop call to mrproper targetThomas Weißschuh1-1/+1
2025-02-03selftests/nolibc: drop call to prepare targetThomas Weißschuh1-1/+1
2025-02-03selftests/nolibc: drop mips32be EXTRACONFIGThomas Weißschuh1-2/+1
2025-02-03selftests/nolibc: enable -Wmissing-prototypesThomas Weißschuh1-1/+1
2025-02-03selftests/nolibc: ignore -Wmissing-prototypesThomas Weißschuh1-0/+2
2025-01-13selftests/nolibc: add configurations for riscv32Thomas Weißschuh2-1/+6
2025-01-13selftests/nolibc: rename riscv to riscv64Thomas Weißschuh2-1/+7
2025-01-13selftests/nolibc: skip tests for unimplemented syscallsThomas Weißschuh1-3/+11
2025-01-13selftests/nolibc: use a pipe to in vfprintf testsThomas Weißschuh1-11/+9