From 3b32e0be3187d8815ce20dd6b45665dc4e85b443 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Sat, 2 Apr 2022 19:01:56 -0700 Subject: [PATCH] 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. --- test/behavior/eval.zig | 1 + 1 file changed, 1 insertion(+) diff --git a/test/behavior/eval.zig b/test/behavior/eval.zig index c84f3b0e6a..3895b4b7b2 100644 --- a/test/behavior/eval.zig +++ b/test/behavior/eval.zig @@ -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