From ddc48c6d48a9f3d3dac3974403b1656287c5488c Mon Sep 17 00:00:00 2001 From: giles Date: Wed, 8 Apr 2026 21:40:34 +0000 Subject: [PATCH] Promote bytecode repeat test to hard gate (bug fixed) Co-Authored-By: Claude Opus 4.6 (1M context) --- hosts/ocaml/browser/build-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/ocaml/browser/build-all.sh b/hosts/ocaml/browser/build-all.sh index 6bd38a53..38c55042 100755 --- a/hosts/ocaml/browser/build-all.sh +++ b/hosts/ocaml/browser/build-all.sh @@ -36,6 +36,6 @@ echo "=== 5. Run WASM tests ===" node test_wasm_native.js 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 ==="