Skip to content

Commit 0e68ed9

Browse files
authored
[Custom Descriptors] Fuzz tests with br_on_cast_desc (#7811)
The known bugs in V8 have been fixed, so we can fuzz these now.
1 parent 05aac53 commit 0e68ed9

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

scripts/test/fuzzing.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -96,14 +96,6 @@
9696
# it removes unknown imports
9797
'string-lifting.wast',
9898
'string-lifting-custom-module.wast',
99-
# TODO: V8 still has bugs in br_on_cast_desc
100-
'custom-descriptors.wast',
101-
'abstract-type-refining-desc.wast',
102-
'abstract-type-refining-tnh-exact-casts.wast',
103-
'precompute-desc.wast',
104-
'remove-unused-brs-desc.wast',
105-
'vacuum-desc.wast',
106-
'br_on_cast_desc.wast',
10799
# TODO: fuzzer support for stack switching
108100
'tag_linked.wast',
109101
'stack_switching.wast',

0 commit comments

Comments
 (0)