Skip to content

Commit 9b1d22d

Browse files
authored
[NFC] Skip a testcase with non-utf8 names in it that trips up the fuzzer (#8483)
Works around #8482 for now.
1 parent 29ef3a4 commit 9b1d22d

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
@@ -124,6 +124,8 @@
124124
'local-cse_idempotent.wast',
125125
# Not fully implemented.
126126
'waitqueue.wast',
127+
# TODO: fix handling of the non-utf8 names here
128+
'name-high-bytes.wast',
127129
]
128130

129131

0 commit comments

Comments
 (0)