Skip to content

Commit 899e44e

Browse files
authored
Add RMW tests to fuzzer ignore list (#8481)
1 parent e2dd078 commit 899e44e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

scripts/test/fuzzing.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@
8080
'type-refining-rmw.wast',
8181
'type-ssa-exact-rmw.wast',
8282
'cfp-rmw.wast',
83+
'unsubtyping-cmpxchg.wast',
84+
'struct-atomic-threads.wast',
8385
# contains too many segments to run in a wasm VM
8486
'limit-segments_disable-bulk-memory.wast',
8587
# https://github.com/WebAssembly/binaryen/issues/7176

0 commit comments

Comments
 (0)