Skip to content

Commit 4790636

Browse files
authored
Add reorder-types-real.wast to fuzzer block list (#7885)
The subtype chains in that test exceed the limits on subtyping depth in real engines.
1 parent b1e24dc commit 4790636

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
@@ -105,6 +105,8 @@
105105
'exact-references.wast',
106106
# We do not have full suppor for these imports in all parts of the fuzzer.
107107
'instrument-branch-hints.wast',
108+
# Contains a subtype chain that exceeds depth limits.
109+
'reorder-types-real.wast',
108110
]
109111

110112

0 commit comments

Comments
 (0)