Skip to content

Commit a8df0bf

Browse files
authored
[NFC][threads] Ignore type-ssa-shared.wast in fuzzer (#6754)
The fuzzer does not yet properly handle initial contents containing shared types.
1 parent 43e8809 commit a8df0bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/fuzz_opt.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,7 @@ def is_git_repo():
357357
'shared-struct.wast',
358358
'shared-array.wast',
359359
'shared-i31.wast',
360+
'type-ssa-shared.wast',
360361
]
361362

362363

0 commit comments

Comments
 (0)