Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Split ExpressionFuzzer into ExpressionFuzzer and ExpressionFuzzerVeri…
…fier (facebookincubator#7544) Summary: Before this diff, ExpressionFuzzer had a the logic of two components. 1. Generating a random expression. 2. A framework for testing correctness of expressions by generating random expressions and running them in different paths...etc. This diff splits into ExpressionFuzzer and ExpressionFuzzerVerifier, ExpressionFuzzer become an independent component to generate random expressions. The diff also makes ExpressionFuzzer independent on global configs, but rather uses ExpressionFuzzer::options. Differential Revision: D51265828
- Loading branch information