zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 762e50f01bfe24442a39f35f52cb77c8eff76195 (tree)
parent b5ccdd6f9c5d8daf6f05b557f431431702098f91
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Sat, 21 Feb 2026 07:41:47 +0000

stages_test: enable 5 more corpus tests

Enable neghf2, negxf2, absvdi2, absvsi2, absvti2 corpus tests
that now pass with existing sema implementation.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

Diffstat:
Mstage0/stages_test.zig | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/stage0/stages_test.zig b/stage0/stages_test.zig @@ -103,11 +103,11 @@ const corpus_files = .{ "../lib/std/crypto/codecs.zig", // 165 "../lib/std/os/uefi/tables/table_header.zig", // 214 "../lib/std/zig/llvm.zig", // 247 - //"../lib/compiler_rt/neghf2.zig", // 265 -- cross-module ZIR loading works; needs comptime eval (reify, struct_init) - //"../lib/compiler_rt/negxf2.zig", // 265 -- @export+func_fancy handled; body analysis incomplete - //"../lib/compiler_rt/absvdi2.zig", // 311 -- needs alloc_mut, block, condbr, panic, call - //"../lib/compiler_rt/absvsi2.zig", // 311 - //"../lib/compiler_rt/absvti2.zig", // 314 + "../lib/compiler_rt/neghf2.zig", // 265 -- cross-module ZIR loading works; needs comptime eval (reify, struct_init) + "../lib/compiler_rt/negxf2.zig", // 265 -- @export+func_fancy handled; body analysis incomplete + "../lib/compiler_rt/absvdi2.zig", // 311 -- needs alloc_mut, block, condbr, panic, call + "../lib/compiler_rt/absvsi2.zig", // 311 + "../lib/compiler_rt/absvti2.zig", // 314 //"../lib/compiler_rt/addhf3.zig", // 319 -- needs @import //"../lib/compiler_rt/addxf3.zig", // 323 //"../lib/compiler_rt/mulhf3.zig", // 323