pub fn tw_outcome(source: &str) -> RunOutcomeExpand description
Run source on the TREE-WALKER (the oracle), capturing partial output and
the error, if any. This entry point always uses the tree-walker — the
dispatching interpret_for_ui_sync now runs the VM for the sync path, and
the differential suites need the oracle by itself.