Skip to content

Commit c8f7a7f

Browse files
authored
fix regression running_config.json (#4477)
1 parent 2c4a660 commit c8f7a7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/regression/ba-issues/running_config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"argument": "",
9797
"expected return": {
9898
"ret code": 255,
99-
"stdout content": "WASM module load failed: END opcode expected",
99+
"stdout content": "WASM module load failed: unexpected end opcodes from unbalanced control flow structures",
100100
"description": "no sanitizer 'Heap Buffer Overflow'"
101101
}
102102
},
@@ -979,7 +979,7 @@
979979
"argument": "",
980980
"expected return": {
981981
"ret code": 255,
982-
"stdout content": "WASM module load failed: unexpected end of section or function",
982+
"stdout content": "WASM module load failed: section size mismatch: function body END opcode expected",
983983
"description": "no 'Heap out of bound read of size 1 in wasm_loader_prepare_bytecode function'"
984984
}
985985
},

0 commit comments

Comments
 (0)