Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-10-29 | selftests/nolibc: Add 7 tests for memcmp() | Willy Tarreau | 1 | -0/+7 |
2022-08-31 | selftests/nolibc: support glibc as well | Willy Tarreau | 1 | -2/+45 |
2022-08-31 | selftests/nolibc: condition some tests on /proc existence | Willy Tarreau | 1 | -5/+9 |
2022-08-31 | selftests/nolibc: recreate and populate /dev and /proc if missing | Willy Tarreau | 1 | -0/+56 |
2022-08-31 | selftests/nolibc: on x86, support exiting with isa-debug-exit | Willy Tarreau | 1 | -0/+9 |
2022-08-31 | selftests/nolibc: exit with poweroff on success when getpid() == 1 | Willy Tarreau | 1 | -0/+14 |
2022-08-31 | selftests/nolibc: add a few tests for some libc functions | Willy Tarreau | 1 | -0/+35 |
2022-08-31 | selftests/nolibc: implement a few tests for various syscalls | Willy Tarreau | 1 | -0/+110 |
2022-08-31 | selftests/nolibc: support a test definition format | Willy Tarreau | 1 | -0/+91 |
2022-08-31 | selftests/nolibc: add basic infrastructure to ease creation of nolibc tests | Willy Tarreau | 1 | -0/+395 |