test: Phase 107 find_balanced_array_end fixture + smokes

This commit is contained in:
nyash-codex
2025-12-17 22:47:42 +09:00
parent d8ce9fdb99
commit d42117ac5f
4 changed files with 120 additions and 1 deletions

View File

@ -4,7 +4,7 @@
形状: `loop(i < n)` + `ch = s.substring(i, i+1)` + `depth += 1/-1` + `if depth == 0 { return i }` + `i = i + 1`
受け入れ基準: fixture で `[]``1`, `[[]]``3` を VM と LLVM EXE の両方で出すLLVM 前提不足時は SKIP のみ許容)。
TODO実装後に追記:
DONE:
- fixture: `apps/tests/phase107_find_balanced_array_end_min.hako`
- smoke(VM): `tools/smokes/v2/profiles/integration/apps/phase107_find_balanced_array_end_vm.sh`
- smoke(LLVM EXE): `tools/smokes/v2/profiles/integration/apps/phase107_find_balanced_array_end_llvm_exe.sh`