-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create ExpressionFuzzerVerifier::Options and move all flags to Fuzzer…
…Runner (#7634) Summary: Fuzzer runner is the component that wraps ExpressionFuzzerVerifier into a unit test. Instead of ExpressionFuzzerVerifier reading the options from global flags this diff add ExpressionFuzzerVerifier::Options. Fuzzer runner will read all configs and pass it to ExpressionFuzzerVerifier. With this change there is no more global configs controlling ExpressionFuzzerVerifier or ExpressionFuzzer. All config reading happens in FuzzerRunner.cpp only. Differential Revision: D51417731
- Loading branch information
1 parent
e3bc55a
commit b8fe3d0
Showing
6 changed files
with
285 additions
and
199 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
Oops, something went wrong.