mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 12:59:04 +00:00
behavior tests: disable failing stage1 test
I forgot to check that the new behavior tests also pass in stage1. One of them does not. Fixes regression from 4618c41fa6ca70f06c7e65762d2f38d57b00818c.
This commit is contained in:
parent
4618c41fa6
commit
3b32e0be31
@ -980,6 +980,7 @@ test "comptime break operand passing through runtime condition converted to runt
|
||||
}
|
||||
|
||||
test "comptime break operand passing through runtime switch converted to runtime break" {
|
||||
if (builtin.zig_backend == .stage1) return error.SkipZigTest;
|
||||
if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO
|
||||
if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user