mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-07-30 17:25:58 -04:00
Since the Zig 0.16 merge, console.log and completion echoes from the agent runtime tests reach the real stdout (0.15 silently swallowed them), polluting the bench.json that CI captures from 'zig build test' and breaking the perf-fmt job's JSON decoding. Add Runtime.console_sink: when set, console lines write there instead of stdout/stderr. The three printing tests now capture their output and assert it, covering console argument joining and the top-level return echo.