You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This makes tests build and run properly on macOS (14.4) arm64 (M3).
Many tests do not pass, but they can be at least run now.
Specifically, we:
- disable selfmod tests due to build failures on M3;
- fix macOS build for mangle_pauth test (test still fails for some reason);
- mark dump_ucontext as NYI on macOS;
- disable `reachable_client` option by default on macOS due to lack of
a private loader;
- fix NULL sigcontext_t in `os_forge_exception()` (the `mangle_pauth` test
was hitting this).
Issue: #5383#7296
0 commit comments