Skip to content

Commit 6986a9b

Browse files
authored
Add unused-descriptors.wast to fuzzer ignore list (#7795)
1 parent 21464e7 commit 6986a9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/test/fuzzing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@
136136
'vacuum-desc.wast',
137137
'j2cl-merge-itables-desc.wast',
138138
'heap-store-optimization-desc.wast',
139+
'unused-descriptors.wast',
139140
# TODO: fix split_wast() on tricky escaping situations like a string ending
140141
# in \\" (the " is not escaped - there is an escaped \ before it)
141142
'string-lifting-section.wast',

0 commit comments

Comments
 (0)