From c8f7a7fc1a09e67b57ea95230a6eaa23cc080628 Mon Sep 17 00:00:00 2001 From: Liu Jia Date: Mon, 14 Jul 2025 13:08:58 +0800 Subject: [PATCH] fix regression running_config.json (#4477) --- tests/regression/ba-issues/running_config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/regression/ba-issues/running_config.json b/tests/regression/ba-issues/running_config.json index 2532decfe..9288eb970 100644 --- a/tests/regression/ba-issues/running_config.json +++ b/tests/regression/ba-issues/running_config.json @@ -96,7 +96,7 @@ "argument": "", "expected return": { "ret code": 255, - "stdout content": "WASM module load failed: END opcode expected", + "stdout content": "WASM module load failed: unexpected end opcodes from unbalanced control flow structures", "description": "no sanitizer 'Heap Buffer Overflow'" } }, @@ -979,7 +979,7 @@ "argument": "", "expected return": { "ret code": 255, - "stdout content": "WASM module load failed: unexpected end of section or function", + "stdout content": "WASM module load failed: section size mismatch: function body END opcode expected", "description": "no 'Heap out of bound read of size 1 in wasm_loader_prepare_bytecode function'" } },