Differential testing. Both runtimes, the same programs, the same inputs —
and every read, every write and every arithmetic result hashed and compared. Not a smoke
test. Not a sample. The whole file, record for record, and the pennies digit for digit under
the same rounding model.
This is exactly how the runtime was built in the first place. We used the incumbent as a
golden-master oracle for years: it answered, we answered, and any disagreement was a failing
test on our side. That harness didn't get thrown away when the engine worked. It is now the
migration tool.
So the mirror isn't a demo environment. It is a continuous, machine-checked argument about
whether the two systems are the same system — and you can watch it run for as long as you
like. Most people want at least one clean month-end close diffed before they will talk about
a date, which is the correct instinct.
Byte-exact or it doesn't ship. There is no second definition of "working" here.