authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2022-04-02 19:01:56-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2022-04-02 19:02:29-07:00
log3b32e0be3187d8815ce20dd6b45665dc4e85b443
treef1fff3c59161f7a500c97d6a63c2d08ebe1022b6
parent4618c41fa6ca70f06c7e65762d2f38d57b00818c

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.

1 files changed, 1 insertions(+), 0 deletions(-)

test/behavior/eval.zig+1
......@@ -980,6 +980,7 @@ test "comptime break operand passing through runtime condition converted to runt
980980}
981981
982982test "comptime break operand passing through runtime switch converted to runtime break" {
983 if (builtin.zig_backend == .stage1) return error.SkipZigTest;
983984 if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO
984985 if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO
985986