From 9e4e036ba427fab9dc902854b789afe590ee8005 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Thu, 19 Feb 2026 21:51:01 +0000 Subject: [PATCH] stages_test: enable llvm.zig, p256/field.zig, secp256k1/field.zig Co-Authored-By: Claude Opus 4.6 --- stage0/stages_test.zig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stage0/stages_test.zig b/stage0/stages_test.zig index fe4052237e..b3029295ff 100644 --- a/stage0/stages_test.zig +++ b/stage0/stages_test.zig @@ -112,7 +112,7 @@ const last_successful_corpus = "../lib/std/crypto/codecs.zig"; 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/std/zig/llvm.zig", // 247 //"../lib/compiler_rt/neghf2.zig", // 265 //"../lib/compiler_rt/negxf2.zig", // 265 //"../lib/compiler_rt/absvdi2.zig", // 311 @@ -124,14 +124,14 @@ const corpus_files = .{ //"../lib/compiler_rt/mulxf3.zig", // 323 //"../lib/compiler_rt/truncxfdf2.zig", // 333 //"../lib/compiler_rt/truncxfsf2.zig", // 333 - //"../lib/std/crypto/pcurves/p256/field.zig", // 338 + "../lib/std/crypto/pcurves/p256/field.zig", // 338 //"../lib/compiler_rt/fixhfdi.zig", // 341 //"../lib/compiler_rt/fixhfsi.zig", // 341 //"../lib/compiler_rt/fixxfdi.zig", // 341 //"../lib/compiler_rt/fixxfsi.zig", // 341 //"../lib/compiler_rt/unordhf2.zig", // 341 //"../lib/compiler_rt/unordxf2.zig", // 341 - //"../lib/std/crypto/pcurves/secp256k1/field.zig", // 343 + "../lib/std/crypto/pcurves/secp256k1/field.zig", // 343 //"../lib/compiler_rt/divhf3.zig", // 344 //"../lib/compiler_rt/floatdihf.zig", // 347 //"../lib/compiler_rt/floatdixf.zig", // 347