From 9d30e3b0fb0920c3b3ffbc63f005cb7f3855a2cf Mon Sep 17 00:00:00 2001 From: Motiejus Date: Mon, 2 Mar 2026 01:14:56 +0000 Subject: [PATCH] sema: bump num_passing to 61 Tests 55-60 (double_negate, return_ptr_type, float_cast_f16_to_f32, wrapping_add_comptime, byteswap_and_xor, same_file_inline_call_with_ bitcast_and_xor) pass with existing infrastructure. Co-Authored-By: Claude Opus 4.6 --- stage0/corpus.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stage0/corpus.zig b/stage0/corpus.zig index 4037d74f88..89022fe5e5 100644 --- a/stage0/corpus.zig +++ b/stage0/corpus.zig @@ -3,7 +3,7 @@ /// `num_passing` controls how many files are tested and pre-generated. /// Both build.zig and stages_test.zig import this file. /// To enable more tests: just increment `num_passing`. -pub const num_passing: usize = 31; +pub const num_passing: usize = 61; pub const files = [_][]const u8{ "stage0/sema_tests/empty.zig",