test(stageb): ParserStringUtilsBox.skip_ws Void < 0 TypeError 再現テスト追加
- 目的: commit227ce61dの修正効果を検証 - テスト内容: 1. mir_stageb_string_utils_skip_ws_compile: MIRコンパイル成功確認 2. mir_stageb_string_utils_skip_ws_exec_reproduce_void_lt_zero: エラー再現(修正前用) 3. mir_stageb_string_utils_skip_ws_exec_success: 正常動作確認(修正後用・ignore) - 検証済み: - 修正前 (b00cc8d5): Type error: unsupported compare Le on Void and Integer(0) - 修正後 (227ce61d): RC=0 正常終了 - Phase 25.1: Stage-B scan系バグ修正完了
This commit is contained in:
@ -19,6 +19,7 @@ pub mod mir_stage1_using_resolver_verify;
|
||||
pub mod stage1_cli_entry_ssa_smoke;
|
||||
pub mod mir_stageb_like_args_length;
|
||||
pub mod mir_stageb_loop_break_continue;
|
||||
pub mod mir_stageb_string_utils_skip_ws; // Phase 25.1: skip_ws Void < 0 TypeError 再現
|
||||
pub mod mir_value_kind; // Phase 26-A-5: ValueId型安全化統合テスト
|
||||
pub mod nyash_abi_basic;
|
||||
pub mod parser_static_box_members;
|
||||
|
||||
Reference in New Issue
Block a user