kit

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

commit 4c25abcd94f9b53dde16e483505b9448de34b946
parent 1efa2147dd0ec3bd57642a4c5b232dd9939ef80e
Author: Ryan Sepassi <rsepassi@gmail.com>
Date:   Thu, 16 Jul 2026 10:46:39 -0700

audit: close hosted and target release gates

Diffstat:
Mdoc/RELEASE_AUDIT_2026_6_0.md | 14+++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/doc/RELEASE_AUDIT_2026_6_0.md b/doc/RELEASE_AUDIT_2026_6_0.md @@ -484,17 +484,17 @@ Implementation checkpoint (updated 2026-07-16): | Finding | Status | Focused evidence | |---|---|---| -| KIT-P0-001 | In progress | POSIX and Windows relocation/support probes implemented; final aggregate pending | -| KIT-P0-002 | In progress | native SDK precedence implementation present; final macOS matrix pending | -| KIT-P1-013 | In progress | Windows direct/PATH/move/repair VM scenario passes; POSIX aggregate pending | +| 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-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 | | KIT-P1-012 | **Complete** | authenticated updater result cases included in `test-selfdist`: 101 pass, 0 fail | -| KIT-P1-001 | In progress | public registry and `kit targets` implemented; final aggregate pending | -| KIT-P0-004 | In progress | public compatibility boundary implemented; final format matrix pending | -| KIT-P1-002 | In progress | owned Android define test passes; NDK matrix pending | +| KIT-P1-001 | **Complete** | `target_test`: 177 checks, 0 failures; `test-driver-targets`: 61 pass, 0 fail | +| KIT-P0-004 | **Complete** | public ELF/Mach-O/COFF input matrix: 60 checks, 0 failures; driver authority/inference/archive suite: 15 pass, 0 fail | +| KIT-P1-002 | **Complete** | NDK r27d NativeActivity preprocess/compile/shared-link at API 21 and 35: 3 pass, 0 fail | | KIT-P1-003 | **Complete** | `test-smoke-rv32`: 20 pass, 0 fail, including concurrent empty-cache/read-only/QEMU cases | -| KIT-P1-004 | In progress | rv32 flag/ABI cases pass; final rv64 oracle pending | +| KIT-P1-004 | **Complete** | independent `llvm-readelf` rv32/rv64 soft/hard, mixed-ABI, and RVC merge oracle: 36 pass, 0 fail | | KIT-P0-003 | **Complete** | `test-driver-cc`: 162 pass, 0 fail, including 12 portable-C native/cross O0/O1/O2 cases | | KIT-P1-014 | **Complete** | reserved-`typeof` focused suite: 6 pass, 0 fail, including uthash probe | | KIT-P2-001 | **Complete** | `test-driver-stack-protector`: 133 pass, 0 fail; cJSON build/test passes |