From 9b2a17126acf4e1cb04d1d801bc1b9b5f6c36e4b Mon Sep 17 00:00:00 2001 From: Thomas Lively Date: Thu, 21 May 2026 08:14:15 -0700 Subject: [PATCH] Require linux on the wasm-reduce lit test For some reason this test is crashing on the Windows CI and possibly causing timeouts. Only run it on linux for now to avoid blocking other PRs from going in. --- test/lit/wasm-reduce/reduce-validation-error.wast | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/lit/wasm-reduce/reduce-validation-error.wast b/test/lit/wasm-reduce/reduce-validation-error.wast index 5b941fc8a18..31c918ba78a 100644 --- a/test/lit/wasm-reduce/reduce-validation-error.wast +++ b/test/lit/wasm-reduce/reduce-validation-error.wast @@ -3,7 +3,8 @@ ;; type to be set incorrectly to nullref instead of the original type, leading ;; to a validation error. -;; TODO: Why does this fail on CI without --force? +;; TODO: Why does this fail on CI without --force? Why does it crash on Windows? +;; REQUIRES: linux ;; RUN: wasm-reduce %s -t %t.t.wast -w %t.w.wast --force \ ;; RUN: --command='wasm-opt %t.t.wast -all --fuzz-exec'