aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/nolibc
AgeCommit message (Expand)AuthorFilesLines
2026-08-02tools/nolibc: add support for AlphaThomas Weißschuh3-1/+8
2026-07-12selftests/nolibc: add debug informationThomas Weißschuh1-1/+1
2026-07-03selftests/nolibc: Add test for getcwd() and readlink()Daniel Palmer1-0/+53
2026-05-26selftests/nolibc: test against -Wwrite-stringsThomas Weißschuh1-1/+1
2026-05-26selftests/nolibc: use mutable buffer for execve() argv stringThomas Weißschuh1-1/+1
2026-05-24tools/nolibc: add ftruncate()Thomas Weißschuh1-0/+52
2026-05-24selftests/nolibc: enable CONFIG_TMPFS for sparc32Thomas Weißschuh1-0/+1
2026-05-14selftests/nolibc: test open mode handlingThomas Weißschuh1-0/+23
2026-05-03tools/nolibc: add support for 32-bit pariscThomas Weißschuh2-1/+11
2026-05-03selftests/nolibc: avoid function pointer comparisonsThomas Weißschuh1-4/+9
2026-05-03tools/nolibc: add support for OpenRISC / or1kThomas Weißschuh2-1/+7
2026-05-03selftests/nolibc: use vmlinux for MIPS testsThomas Weißschuh1-6/+0
2026-05-03selftests/nolibc: trim IMAGE mappingsThomas Weißschuh1-4/+1
2026-05-03selftests/nolibc: trim DEFCONFIG mappingsThomas Weißschuh1-9/+1
2026-05-03selftests/nolibc: trim QEMU_ARCH mappingsThomas Weißschuh1-12/+1
2026-05-03selftests/nolibc: use QEMU_ARCH for QEMU_ARCH_USERThomas Weißschuh1-1/+1
2026-05-03selftests/nolibc: drop riscv configurationThomas Weißschuh1-4/+0
2026-05-03selftests/nolibc: align QEMU_ARCH_mips32beThomas Weißschuh1-1/+1
2026-04-27selftests/nolibc: test large file supportThomas Weißschuh1-0/+48
2026-04-27selftests/nolibc: drop unnecessary 'mode' argument to open()Thomas Weißschuh1-1/+1
2026-04-27tools/nolibc: make __nolibc_enosys() a compile time errorThomas Weißschuh1-0/+18
2026-04-27tools/nolibc: add alloca()Thomas Weißschuh1-0/+14
2026-04-09selftests/nolibc: use gcc 15Thomas Weißschuh1-1/+1
2026-04-07selftests/nolibc: don't skip tests for unimplemented syscalls anymoreThomas Weißschuh1-11/+3
2026-04-07selftests/nolibc: explicitly handle ENOSYS from ptrace()Thomas Weißschuh1-1/+1
2026-04-07tools/nolibc: add byteorder conversionsThomas Weißschuh1-0/+13
2026-04-07tools/nolibc: add the _syscall() macroThomas Weißschuh1-0/+4
2026-04-06selftests/nolibc: only use libgcc when really necessaryThomas Weißschuh1-13/+4
2026-04-06selftests/nolibc: test the memory allocatorThomas Weißschuh1-0/+55
2026-04-06tools/nolibc: add support for asprintf()Thomas Weißschuh1-0/+24
2026-04-04tools/nolibc: handle all major and minor numbers in makedev() and friendsThomas Weißschuh1-0/+3
2026-04-04selftests/nolibc: add a test for stat().st_rdevThomas Weißschuh1-0/+1
2026-04-04selftests/nolibc: add some tests for makedev() and friendsThomas Weißschuh1-0/+3
2026-04-01tools/nolibc/printf: Support negative variable width and precisionDavid Laight1-2/+3
2026-03-22selftests/nolibc: enable -WundefThomas Weißschuh1-1/+2
2026-03-22tools/nolibc: add support for program_invocation_{,short_}nameThomas Weißschuh1-0/+34
2026-03-20selftests/nolibc: validate NOLIBC_IGNORE_ERRNO compilationThomas Weißschuh2-1/+7
2026-03-20selftests/nolibc: add a variable for nolibc-test source filesThomas Weißschuh3-6/+8
2026-03-20selftests/nolibc: Use printf variable field widths and precisionsDavid Laight1-21/+5
2026-03-20tools/nolibc/printf: Add support for octal outputDavid Laight1-3/+6
2026-03-20tools/nolibc/printf: Add support for zero padding and field precisionDavid Laight1-2/+17
2026-03-20tools/nolibc/printf: Add support for left aligning fieldsDavid Laight1-1/+3
2026-03-20tools/nolibc/printf: Special case 0 and add support for %#xDavid Laight1-0/+3
2026-03-20tools/nolibc/printf: Add support for length modifiers tzqL and formats iXDavid Laight1-3/+11
2026-03-20tools/nolibc: Implement strerror() in terms of strerror_r()David Laight1-18/+2
2026-03-20selftests/nolibc: Rename w to written in expect_vfprintf()David Laight1-4/+4
2026-03-20selftests/nolibc: Let EXPECT_VFPRINTF() tests be skippedDavid Laight1-17/+17
2026-03-20selftests/nolibc: Check that snprintf() doesn't write beyond the buffer endDavid Laight1-0/+13
2026-03-20selftests/nolibc: Use length of 'expected' string to check snprintf() outputDavid Laight1-26/+41
2026-03-20selftests/nolibc: check vsnprintf() output buffer before the lengthDavid Laight1-7/+9