| ... | @@ -124,6 +124,8 @@ test "while copies its payload" { | ... | @@ -124,6 +124,8 @@ test "while copies its payload" { |
| 124 | } | 124 | } |
| 125 | | 125 | |
| 126 | test "continue and break" { | 126 | test "continue and break" { |
| | 127 | if (builtin.zig_backend == .stage2_aarch64 and builtin.os.tag == .macos) return error.SkipZigTest; |
| | 128 | |
| 127 | try runContinueAndBreakTest(); | 129 | try runContinueAndBreakTest(); |
| 128 | try expect(continue_and_break_counter == 8); | 130 | try expect(continue_and_break_counter == 8); |
| 129 | } | 131 | } |