Files
Interpreter/tests/cases/06_while_cycle_limit/EXPECTED.md
T
Admin ef94ab1987 落地 12.2 二十个用例目录:toml + .st + 期望表。
- tests/cases/ 01~20:13 正例 / 6 负例 / 1 运行时故障
- 负例冻结报错类别:非 GVL 写全局、同名全局、io.var 未声明、FUNCTION 写全局、未声明实例、循环调用
- tests/README 补充用例清单与点亮节奏
2026-08-19 14:43:47 +08:00

5 lines
143 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 期望:运行时故障
- 单周期指令数超 `cycle_limit = 10`VM 报故障并停止
- 编译本身通过;WHILE 不做终止证明