Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion test/lit/wasm-reduce/reduce-validation-error.wast
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
Loading