← board

Enroll the Pascal FPC-testsuite conformance battery in testmgr

The asymmetry

test-c-conformance runs in the limited and full tiers (native, plus per-target under qemu in full). The Pascal analog — tools/run_pascal_conformance.sh, same contract, same skip-list model (test/pascal-conformance/pxx.skip) — is enrolled NOWHERE. It runs only when someone types it, so a frontend regression that breaks a passing conformance test is invisible to the watcher until a human re-runs the sweep by hand.

Today it is at 0 fail, which is exactly when enrolling is cheap: any new red is a real regression, no baseline noise.

Scope

Done when

A pxx frontend regression that flips a passing FPC-conformance test shows up as a tstate NEW-RED tied to the offending SHA, with no human running the sweep manually.