commit 9d30e3b0fb0920c3b3ffbc63f005cb7f3855a2cf (tree)
parent ae0ff31bac5cf62505b9e4855c7435a73ab3920a
Author: Motiejus <motiejus@jakstys.lt>
Date: Mon, 2 Mar 2026 01:14:56 +0000
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 <noreply@anthropic.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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",