wasm-port: expand canonical runtime edge fixtures

This commit is contained in:
2026-06-07 05:58:11 +08:00
parent 173018162e
commit 1de1f9503e
4 changed files with 109 additions and 19 deletions

View File

@@ -97,6 +97,7 @@ check_fixture_output() {
local line_number
for ((line_number = 1; line_number <= line_count; line_number += 1)); do
if ! grep -Fq "execute_line_${line_number}=0" "$stdout_file" &&
! grep -Fq "execute_line_${line_number}=1" "$stdout_file" &&
! grep -Fq "execute_line_${line_number}=2" "$stdout_file"; then
echo "missing successful execute status for line $line_number in $stdout_file" >&2
exit 1