nx_crashresume_census_gate.nx
buildroot/runtime/nx_crashresume_census_gate.nx
about
nx_crashresume_census_gate.nx -- liar-killed GATE for the crash-resume census core (CR-R0).
Proves the cells DISCRIMINATE and never fabricate: fresh evidence -> GREEN, stale -> RED, missing
-> UNKNOWN (not GREEN, not RED-from-nothing), garbage tolerated, thresholds are PARAMETERS
(neg-control: same stale fixture flips GREEN under a huge window -- no hardcoded verdicts), mtime
cells driven by forged deterministic mtimes (sys_utimensat), dir walk honors the extension filter.
Fixtures live under /tmp (ext4, wiped-safe: everything recreated per run). Exit 0 only on 9/9.
license_tier: ORIGINAL expect_exit: 0
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_crashresume_census_core.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| none |
functions
| 11 | func g_puts(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 13 | func g_putn(v: i64) -> i64 |
| 20 | func g_write(path: *u8, s: *u8) -> i64 |
| 29 | func g_touch(path: *u8, e: i64) -> i64 |
| 38 | func g_check(name: *u8, got: i64, want: i64, passp: *i64) -> i64 |
| 49 | func main(argc: i64, argv: *i64) -> i64 |