Tier 1 System Sentinels
These scripts are manifest-driven wrappers around dedicated Tier 1 kitchen sentinels. They are intended to catch broad system regressions quickly without pulling in full driver corpora, cross-provisioning, VM, ecosystem, libc, or release suites.
Each wrapper redirects command output into
build/test/tier1/logs/system/<area>/ and prints the log path. On failure it
tails the captured log.
Coverage
tools.shruns one kitchen fixture over the byte utilities, archive tools, object inspection/transformation tools,cpio, compression, disassembly, machine-code assembly, and image emission.driver-kitchen.shruns one multitool dispatch fixture overcc,check,cpp,as,ld,run,install,nm,size, andaddr2line.runtime-headers.shrunstest-rt-headersfor the triples listed inmanifests/system/runtime-headers.txt, then checks that every requested smoke object was produced.debug-dwarf.shruns DWARF reader and debug producer unit targets, one committedobjdump --dwarfgolden, the lightweightkit dbghelp transcript, and a singleaddr2line/symbolizebacktrace lane.dist.shruns one CAS/package fixture covering tree add/verify/materialize, tar.gz verification, kpkg create/inspect/verify/unpack, and one tamper rejection.test-t1-wasmalso runs the driver Wasm sandbox fixture, covering the supported WASI Preview1 import subset and unsupported-import diagnostics.
Deferred
The intentionally deferred suites are the heavier runtime execution sweep
(test-rt-runtime), full debugger transcript matrix (test-dbg),
self-distribution/update flow (test-selfdist), release artifact smoke, libc
containers, ecosystem builds, and port/selfhost/cross-provisioning.