kit

kit
git clone https://git.ryansepassi.com/git/kit.git
Log | Files | Refs | README

commit d15d250fb38fb5b0bb94679b377815e38f374cba
parent d72d3e9d7c53bf41dc81145c34137f9abbaec07a
Author: Ryan Sepassi <rsepassi@gmail.com>
Date:   Thu, 16 Jul 2026 10:51:32 -0700

test: execute both native macOS architectures

Diffstat:
Mdoc/RELEASE_AUDIT_2026_6_0.md | 2+-
Mtest/driver/native_macos_sdk.sh | 2++
2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/doc/RELEASE_AUDIT_2026_6_0.md b/doc/RELEASE_AUDIT_2026_6_0.md @@ -485,7 +485,7 @@ Implementation checkpoint (updated 2026-07-16): | Finding | Status | Focused evidence | |---|---|---| | KIT-P0-001 | **Complete** | release `standalone`: 3 pass, 0 fail/blocked (direct/PATH/alias/spaces/read-only/default/invalid/cwd); Windows relocation VM: rc 0 | -| KIT-P0-002 | **Complete** | `test-driver-native-macos-sdk`: 33 pass, 0 fail across aarch64/x86-64 and cc/check/cpp/build-*; precedence/ld/no-xcrun cases pass | +| KIT-P0-002 | **Complete** | `test-driver-native-macos-sdk`: 35 pass, 0 fail across aarch64/x86-64 compile and execution plus cc/check/cpp/build-*; precedence/ld/no-xcrun cases pass | | KIT-P1-013 | **Complete** | POSIX move fails before repair and compiles/runs after `install --force`; Windows hardlink move/repair VM: rc 0 | | KIT-P1-011 | **Complete** | `test-driver-pkg`: 194 pass, 0 fail | | KIT-P2-007 | **Complete** | `test-selfdist`: 101 pass, 0 fail; release/dist configuration and test-anchor gates pass | diff --git a/test/driver/native_macos_sdk.sh b/test/driver/native_macos_sdk.sh @@ -128,6 +128,8 @@ done run_ok native-cc-run "$work/aa64-cc-program" run_ok native-build-exe-run "$work/aa64-build-program" +run_ok x64-cc-run "$work/x64-cc-program" +run_ok x64-build-exe-run "$work/x64-build-program" # Both freestanding opt-outs must avoid SDK resolution even when KIT_SYSROOT # is an invalid authoritative value.