-
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.
make skipFunctions, onlyFunctions, and specialForms as ExpressionFuzz…
…er options. (#7882) Summary: Pull Request resolved: #7882 More refactoring for the expression fuzzer. 1) Push the skipFunctions, onlyFunctions, and specialForms as ExpressionFuzzer options. 2) FuzzerRunner: just a tool that wrap ExpressionFuzzerVerifier into a unit test. 3) Move the comment from FuzzerRunner class to ExpressionFuzzerVerifier since it describes the later. Next diff : 4) Move all the flags from ExpressionFuzzerVerifier to FuzzerRunner and pass them through ExpressionFuzzerVerifier::Options . 1. spark fuzzer used to only support and, or not it uses all of them "and,or,cast,coalesce,if,switch". Reviewed By: kevinwilfong Differential Revision: D51856248 fbshipit-source-id: f06c9667d05f82cb6f572bdf42e5dab9e9315ae2
- Loading branch information
1 parent
e7bebbd
commit e963545
Showing
9 changed files
with
380 additions
and
394 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
Oops, something went wrong.