| ... | @@ -980,6 +980,7 @@ test "comptime break operand passing through runtime condition converted to runt | ... | @@ -980,6 +980,7 @@ test "comptime break operand passing through runtime condition converted to runt |
| 980 | } | 980 | } |
| 981 | | 981 | |
| 982 | test "comptime break operand passing through runtime switch converted to runtime break" { | 982 | test "comptime break operand passing through runtime switch converted to runtime break" { |
| | 983 | if (builtin.zig_backend == .stage1) return error.SkipZigTest; |
| 983 | if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO | 984 | if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO |
| 984 | if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO | 985 | if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO |
| 985 | | 986 | |