nx_live_governor_test.nx
buildroot/runtime/nx_live_governor_test.nx
about
nx_live_governor_test.nx -- smoke for nx_live_governor (grading core).
Proves the liveness grading captures every real failure class:
- a public page serving correctly -> LIVE (1)
- 404 / dead-backend / redirect-loop -> BROKEN (2-4) [the /login bug]
- a public asset hidden behind the login wall -> WRONG_WALL (5)
- a walled section correctly showing the wall -> LIVE (6)
- the login PAGE serving (200, no loop) -> LIVE (7)
Exit code = failed assertion number; 0 = all pass.
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_live_governor.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
| 14 | func main() -> i64 calls 1: nx_lg_grade |