Conformance Suite
The Conformance Suite proves that production source behavior agrees across the
supported compiler and runtime paths.
Backend Conformance
Backend conformance is tracked by:
compat/backend-conformance.tsv;release/backend-conformance-report.json;make backend-parity-closure-check.
The backend conformance gate checks native runtime, VM runtime, direct ELF, and
unified WASM-shaped lowering for the production source surface. Object,
archive, and linker paths are release-scoped ABI artifact paths with their own
diagnostic and symbol checks.
Runtime Conformance
Runtime conformance uses:
make runtime-depth-closure-check;make host-effects-closure-check;make framework-runtime-closure-check;make distributed-cluster-check.
Release Report
Release reports must record the exact source corpus, expected output, backend
set, and artifact hashes used for conformance.