Promote bytecode repeat test to hard gate (bug fixed)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-08 21:40:34 +00:00
parent 52165f6a2a
commit ddc48c6d48

View File

@@ -36,6 +36,6 @@ echo "=== 5. Run WASM tests ==="
node test_wasm_native.js node test_wasm_native.js
echo "=== 6. Run bytecode regression tests ===" echo "=== 6. Run bytecode regression tests ==="
node test_bytecode_repeat.js || echo "WARNING: bytecode repeat test failed (known bug)" node test_bytecode_repeat.js
echo "=== Done ===" echo "=== Done ==="