Jeremy Soller 7d27737c3f Disable dynamic tests as they are not compiling %!s(int64=2) %!d(string=hai) anos
..
dirent eae28f6dd9 Fix scandir test on Redox %!s(int64=5) %!d(string=hai) anos
example_dir 83949290c9 Implement dirent.h %!s(int64=6) %!d(string=hai) anos
expected 5b2a12ca6d strtof, strtod: Fix parsing floats with exponents %!s(int64=2) %!d(string=hai) anos
fcntl a1c3510761 Fix fd dup tests to be more robust %!s(int64=5) %!d(string=hai) anos
netdb 12beb13987 netdb: implement getnetbynane and getnetent %!s(int64=4) %!d(string=hai) anos
resource 9a0ea6ff34 tests: More refactoring, add helper header to every test, override exit for better error reporting %!s(int64=6) %!d(string=hai) anos
src 0cd4e349c0 Formatting of tests runner %!s(int64=4) %!d(string=hai) anos
stdio 021a8e00fc Fix stdio/scanf test case %!s(int64=4) %!d(string=hai) anos
stdlib 5b2a12ca6d strtof, strtod: Fix parsing floats with exponents %!s(int64=2) %!d(string=hai) anos
string 9aac2672e3 Fix few warnings %!s(int64=5) %!d(string=hai) anos
sys_epoll b399e87ef8 Add epoll test %!s(int64=5) %!d(string=hai) anos
sys_utsname 9a0ea6ff34 tests: More refactoring, add helper header to every test, override exit for better error reporting %!s(int64=6) %!d(string=hai) anos
time e3a0fdbc4a Test for time.h constants %!s(int64=4) %!d(string=hai) anos
unistd 2e5d4a4d25 Merge remote-tracking branch 'origin/truncate-n-mkfifo' %!s(int64=5) %!d(string=hai) anos
wchar 9a1e9c327a Make byte stream functions set stream orientation. %!s(int64=4) %!d(string=hai) anos
wctype 9725d3418a Test towlower and towupper %!s(int64=4) %!d(string=hai) anos
.gitignore 7fd366be70 Convert test runner to rust %!s(int64=4) %!d(string=hai) anos
Cargo.lock 7fd366be70 Convert test runner to rust %!s(int64=4) %!d(string=hai) anos
Cargo.toml 7fd366be70 Convert test runner to rust %!s(int64=4) %!d(string=hai) anos
Makefile 7d27737c3f Disable dynamic tests as they are not compiling %!s(int64=2) %!d(string=hai) anos
alloca.c 9a0ea6ff34 tests: More refactoring, add helper header to every test, override exit for better error reporting %!s(int64=6) %!d(string=hai) anos
args.c 9a0ea6ff34 tests: More refactoring, add helper header to every test, override exit for better error reporting %!s(int64=6) %!d(string=hai) anos
arpainet.c 9a0ea6ff34 tests: More refactoring, add helper header to every test, override exit for better error reporting %!s(int64=6) %!d(string=hai) anos
assert.c 9a0ea6ff34 tests: More refactoring, add helper header to every test, override exit for better error reporting %!s(int64=6) %!d(string=hai) anos
constructor.c 9a0ea6ff34 tests: More refactoring, add helper header to every test, override exit for better error reporting %!s(int64=6) %!d(string=hai) anos
ctype.c efd6947d8e tests: Fix function-like macros %!s(int64=6) %!d(string=hai) anos
destructor.c 9a0ea6ff34 tests: More refactoring, add helper header to every test, override exit for better error reporting %!s(int64=6) %!d(string=hai) anos
dlfcn.c 19ac34f2a0 Extend dlfcn tests %!s(int64=4) %!d(string=hai) anos
errno.c 65bd3ed1e3 Fixes for program_invocation_name and program_invocation_short_name %!s(int64=3) %!d(string=hai) anos
error.c d373bcb032 Avoid accessing memory without initialization %!s(int64=4) %!d(string=hai) anos
fnmatch.c 9a0ea6ff34 tests: More refactoring, add helper header to every test, override exit for better error reporting %!s(int64=6) %!d(string=hai) anos
futimens.c a7480ea656 Fix global symbols relocations %!s(int64=4) %!d(string=hai) anos
libgen.c fa2c6d29db tests: Rewrite libgen tests based on ctype (nice table layout), fix error handling of sleep tests %!s(int64=6) %!d(string=hai) anos
locale.c 9a0ea6ff34 tests: More refactoring, add helper header to every test, override exit for better error reporting %!s(int64=6) %!d(string=hai) anos
math.c 9a0ea6ff34 tests: More refactoring, add helper header to every test, override exit for better error reporting %!s(int64=6) %!d(string=hai) anos
mkfifo.c 30d3cd5c88 Fix the mkfifo call on Linux and add a test to avoid regression %!s(int64=5) %!d(string=hai) anos
ptrace.c a1e45941bf Fix ptrace after latest kernel changes %!s(int64=5) %!d(string=hai) anos
pwd.c 4f2a93ea90 Vast refactor of pwd.h, add getpwent/setpwent/endpwent %!s(int64=5) %!d(string=hai) anos
regex.c 9a0ea6ff34 tests: More refactoring, add helper header to every test, override exit for better error reporting %!s(int64=6) %!d(string=hai) anos
select.c 54fb8b9b2b Fix select on regular files %!s(int64=5) %!d(string=hai) anos
setjmp.c 9a0ea6ff34 tests: More refactoring, add helper header to every test, override exit for better error reporting %!s(int64=6) %!d(string=hai) anos
sharedlib.c 19ac34f2a0 Extend dlfcn tests %!s(int64=4) %!d(string=hai) anos
sigaction.c 2283e25cde sigaction should set sigaction.sa_restorer %!s(int64=4) %!d(string=hai) anos
signal.c 0a558de76c Fix reference getting moved %!s(int64=5) %!d(string=hai) anos
strings.c 9a0ea6ff34 tests: More refactoring, add helper header to every test, override exit for better error reporting %!s(int64=6) %!d(string=hai) anos
sys_mman.c 4c148c1860 Make munmap use funmap2 %!s(int64=4) %!d(string=hai) anos
test_helpers.h efd6947d8e tests: Fix function-like macros %!s(int64=6) %!d(string=hai) anos
tls.c a72c5f4aca Add static tls test %!s(int64=5) %!d(string=hai) anos
waitpid.c 513f4ba53c tests: Documentation for test_helpers.h, more refactoring %!s(int64=6) %!d(string=hai) anos