-
Notifications
You must be signed in to change notification settings - Fork 757
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Fuzzing] Use initial contents in ClusterFuzz (#7192)
The ClusterFuzz bundler now looks through all of our test suites and packages all testcases that are suitable for ClusterFuzz to use. This adds more variety to the wasm files we fuzz there, as the test suite has corner cases that the main fuzzer is unlikely to generate. This adds a comment in the JS whenever it uses initial content, to make debugging easier, something like [10, 20, 30] /* using initial content 17.wasm */ (this is the reason for the change to extract_wasms.py)
- Loading branch information
Showing
4 changed files
with
140 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters