kit

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

commit 33c0793b31d1645ebd37017a6b3a22533c01b431
parent 17f3105cecf6f5774fa1c1f3526112013104bff8
Author: Ryan Sepassi <rsepassi@gmail.com>
Date:   Thu, 16 Jul 2026 11:05:55 -0700

audit: track remaining cross-format verification

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

diff --git a/doc/RELEASE_AUDIT_2026_6_0.md b/doc/RELEASE_AUDIT_2026_6_0.md @@ -491,7 +491,7 @@ Implementation checkpoint (updated 2026-07-16): | KIT-P2-007 | **Complete** | `test-selfdist`: 105 pass, 0 fail; release/dist gates reject the test key by Minisign material even after copy/comment changes | | KIT-P1-012 | **Complete** | authenticated updater result cases included in `test-selfdist`: 105 pass, 0 fail | | 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-P0-004 | In progress | initial public matrix 60/0 and driver suite 15/0; Mach-O DSO, COFF import-library, pointer-width, and endian boundary cases active | | 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 | **Complete** | independent `llvm-readelf` rv32/rv64 soft/hard, mixed-ABI, and RVC merge oracle: 36 pass, 0 fail | @@ -500,7 +500,7 @@ Implementation checkpoint (updated 2026-07-16): | KIT-P2-001 | **Complete** | `test-driver-stack-protector`: 133 pass, 0 fail; cJSON build/test passes | | KIT-P1-015 | **Complete** | 21 multi-source dependency assertions pass within `test-driver-cc`: 162 pass, 0 fail | | KIT-P2-003 | **Complete** | `test-driver-diagnostics`: 15 pass, 0 fail | -| KIT-P1-007 | **Complete** | `test-driver-strip`: object API 26/0, relocatable/archive 5/0, linked ELF/Mach-O/PE matrix 91/0 | +| KIT-P1-007 | In progress | format rewrite/API and structural matrix pass; Linux shared-object and Windows PE runtime verification active | | KIT-P1-017 | **Complete** | relocatable ELF/Mach-O/COFF/Wasm-module and linked ELF/Mach-O/PE image cases, including loader-segment vs section spans and `objcopy` parity: `test-driver-tools` 284 pass, 0 fail; Wasm v1 has no distinct linked-image path | | KIT-P2-002 | **Complete** | 32-bit boundary/overflow, negative bias, entry records, metadata, and transactional cases included in `test-driver-tools`: 251 pass, 0 fail | | KIT-P3-003 | **Complete** | `test-link-macho-symbols` passes aarch64 and x86-64 Kit/platform oracles |