cosmopolitan/test/libc/proc
Justine Tunney f24c854b28
Write more runtime tests and fix bugs
This change adds tests for the new memory manager code particularly with
its windows support. Function call tracing now works reliably on Silicon
since our function hooker was missing new Apple self-modifying code APIs

Many tests that were disabled a long time ago on aarch64 are reactivated
by this change, now that arm support is on equal terms with x86. There's
been a lot of places where ftrace could cause deadlocks, which have been
hunted down across all platforms thanks to new tests. A bug in Windows's
kill() function has been identified.
2025-01-01 22:25:22 -08:00
..
BUILD.mk Write more runtime tests and fix bugs 2025-01-01 22:25:22 -08:00
execve_test.c Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00
execve_test_prog1.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
fexecve_test.c Stop using .com extension in monorepo 2024-03-03 03:12:19 -08:00
fork_test.c Write more runtime tests and fix bugs 2025-01-01 22:25:22 -08:00
getpriority_test.c Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00
handkill_test.c Introduce interprocess signaling on Windows 2024-09-19 03:02:13 -07:00
life-pe Stop using .com extension in monorepo 2024-03-03 03:12:19 -08:00
life.c Write more runtime tests and fix bugs 2025-01-01 22:25:22 -08:00
posix_spawn_test.c Introduce interprocess signaling on Windows 2024-09-19 03:02:13 -07:00
sched_getaffinity_test.c Write more runtime tests and fix bugs 2025-01-01 22:25:22 -08:00