-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(fuzzer): Constrained input generators for fuzzers #11368
base: main
Are you sure you want to change the base?
Conversation
This pull request was exported from Phabricator. Differential Revision: D65101030 |
✅ Deploy Preview for meta-velox canceled.
|
Summary: DO NOT REVIEW FOR NOW. This diff adds a prototype of the constrained input generator for fuzzers. These generators can be used to generate random data satisfying given constraints, needed for fuzzers for testing functions that have special requirement on input data, such as cdf functions, subscript functions, etc. Differential Revision: D65101030
fa787ca
to
62e88e9
Compare
This pull request was exported from Phabricator. Differential Revision: D65101030 |
Summary: DO NOT REVIEW FOR NOW. This diff adds a prototype of the constrained input generator for fuzzers. These generators can be used to generate random data satisfying given constraints, needed for fuzzers for testing functions that have special requirement on input data, such as cdf functions, subscript functions, etc. Differential Revision: D65101030
62e88e9
to
f79b84d
Compare
This pull request was exported from Phabricator. Differential Revision: D65101030 |
Summary: Pull Request resolved: facebookincubator#11368 DO NOT REVIEW FOR NOW. This diff adds a prototype of the constrained input generator for fuzzers. These generators can be used to generate random data satisfying given constraints, needed for fuzzers for testing functions that have special requirement on input data, such as cdf functions, subscript functions, etc. Differential Revision: D65101030
Summary: Pull Request resolved: facebookincubator#11368 DO NOT REVIEW FOR NOW. This diff adds a prototype of the constrained input generator for fuzzers. These generators can be used to generate random data satisfying given constraints, needed for fuzzers for testing functions that have special requirement on input data, such as cdf functions, subscript functions, etc. Differential Revision: D65101030
f79b84d
to
705e671
Compare
This pull request was exported from Phabricator. Differential Revision: D65101030 |
Summary: Pull Request resolved: facebookincubator#11368 DO NOT REVIEW FOR NOW. This diff adds a prototype of the constrained input generator for fuzzers. These generators can be used to generate random data satisfying given constraints, needed for fuzzers for testing functions that have special requirement on input data, such as cdf functions, subscript functions, etc. Differential Revision: D65101030
Summary: Pull Request resolved: facebookincubator#11368 DO NOT REVIEW FOR NOW. This diff adds a prototype of the constrained input generator for fuzzers. These generators can be used to generate random data satisfying given constraints, needed for fuzzers for testing functions that have special requirement on input data, such as cdf functions, subscript functions, etc. Differential Revision: D65101030
705e671
to
8eaf1f1
Compare
This pull request was exported from Phabricator. Differential Revision: D65101030 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D65101030 |
Summary: Pull Request resolved: facebookincubator#11368 DO NOT REVIEW FOR NOW. This diff adds a prototype of the constrained input generator for fuzzers. These generators can be used to generate random data satisfying given constraints, needed for fuzzers for testing functions that have special requirement on input data, such as cdf functions, subscript functions, etc. Differential Revision: D65101030
8eaf1f1
to
1b04b3e
Compare
This pull request was exported from Phabricator. Differential Revision: D65101030 |
Summary: Pull Request resolved: facebookincubator#11368 DO NOT REVIEW FOR NOW. This diff adds a prototype of the constrained input generator for fuzzers. These generators can be used to generate random data satisfying given constraints, needed for fuzzers for testing functions that have special requirement on input data, such as cdf functions, subscript functions, etc. Differential Revision: D65101030
1b04b3e
to
648c22f
Compare
Same here ;) Please set WIP PRs into draft mode (does not notify codeowners) until you want a review to reduce notification volume for codeowners :) |
648c22f
to
adc5c9b
Compare
Summary: Pull Request resolved: facebookincubator#11368 DO NOT REVIEW FOR NOW. This diff adds a prototype of the constrained input generator for fuzzers. These generators can be used to generate random data satisfying given constraints, needed for fuzzers for testing functions that have special requirement on input data, such as cdf functions, subscript functions, etc. Differential Revision: D65101030
Summary: Pull Request resolved: facebookincubator#11368 DO NOT REVIEW FOR NOW. This diff adds a prototype of the constrained input generator for fuzzers. These generators can be used to generate random data satisfying given constraints, needed for fuzzers for testing functions that have special requirement on input data, such as cdf functions, subscript functions, etc. Differential Revision: D65101030
8eef8d7
to
bc1b6f2
Compare
Summary: Pull Request resolved: facebookincubator#11368 DO NOT REVIEW FOR NOW. This diff adds a prototype of the constrained input generator for fuzzers. These generators can be used to generate random data satisfying given constraints, needed for fuzzers for testing functions that have special requirement on input data, such as cdf functions, subscript functions, etc. Differential Revision: D65101030
Summary: Pull Request resolved: facebookincubator#11368 DO NOT REVIEW FOR NOW. This diff adds a prototype of the constrained input generator for fuzzers. These generators can be used to generate random data satisfying given constraints, needed for fuzzers for testing functions that have special requirement on input data, such as cdf functions, subscript functions, etc. Differential Revision: D65101030
bc1b6f2
to
710c0e2
Compare
This pull request was exported from Phabricator. Differential Revision: D65101030 |
Summary: DO NOT REVIEW FOR NOW. This diff adds a prototype of the constrained input generator for fuzzers. These generators can be used to generate random data satisfying given constraints, needed for fuzzers for testing functions that have special requirement on input data, such as cdf functions, subscript functions, etc. Differential Revision: D65101030
Summary: DO NOT REVIEW FOR NOW. This diff adds a prototype of the constrained input generator for fuzzers. These generators can be used to generate random data satisfying given constraints, needed for fuzzers for testing functions that have special requirement on input data, such as cdf functions, subscript functions, etc. Differential Revision: D65101030
Summary: DO NOT REVIEW FOR NOW. This diff adds a prototype of the constrained input generator for fuzzers. These generators can be used to generate random data satisfying given constraints, needed for fuzzers for testing functions that have special requirement on input data, such as cdf functions, subscript functions, etc. Differential Revision: D65101030
…ator#11368) Summary: This diff adds the constrained input generators for fuzzers. These generators can be used to generate random data satisfying given constraints, needed for fuzzers for testing functions that have special requirement on input data, such as json functions and cdf functions, etc. Differential Revision: D65101030
710c0e2
to
02b0bd3
Compare
This pull request was exported from Phabricator. Differential Revision: D65101030 |
…ator#11368) Summary: This diff adds the constrained input generators for fuzzers. These generators can be used to generate random data satisfying given constraints, needed for fuzzers for testing functions that have special requirement on input data, such as json functions and timestamp with timezone functions, etc. Differential Revision: D65101030
02b0bd3
to
df32f29
Compare
…ator#11368) Summary: This diff adds the constrained input generators for fuzzers. These generators can be used to generate random data satisfying given constraints, needed for fuzzers for testing functions that have special requirement on input data, such as json functions and timestamp with timezone functions, etc. Differential Revision: D65101030
This pull request was exported from Phabricator. Differential Revision: D65101030 |
…ator#11368) Summary: This diff adds the constrained input generators for fuzzers. These generators can be used to generate random data satisfying given constraints, needed for fuzzers for testing functions that have special requirement on input data, such as json functions and timestamp with timezone functions, etc. Differential Revision: D65101030
df32f29
to
e88fc13
Compare
This pull request was exported from Phabricator. Differential Revision: D65101030 |
…ator#11368) Summary: This diff adds the constrained input generators for fuzzers. These generators can be used to generate random data satisfying given constraints, needed for fuzzers for testing functions that have special requirement on input data, such as json functions and timestamp with timezone functions, etc. Differential Revision: D65101030
e88fc13
to
5a3fc86
Compare
…ator#11368) Summary: This diff adds the constrained input generators for fuzzers. These generators can be used to generate random data satisfying given constraints, needed for fuzzers for testing functions that have special requirement on input data, such as json functions and timestamp with timezone functions, etc. Differential Revision: D65101030
This pull request was exported from Phabricator. Differential Revision: D65101030 |
…ator#11368) Summary: This diff adds the constrained input generators for fuzzers. These generators can be used to generate random data satisfying given constraints, needed for fuzzers for testing functions that have special requirement on input data, such as json functions and timestamp with timezone functions, etc. Differential Revision: D65101030
5a3fc86
to
8a5d268
Compare
This pull request was exported from Phabricator. Differential Revision: D65101030 |
…ator#11368) Summary: This diff adds the constrained input generators for fuzzers. These generators can be used to generate random data satisfying given constraints, needed for fuzzers for testing functions that have special requirement on input data, such as json functions and timestamp with timezone functions, etc. Differential Revision: D65101030
…ator#11368) Summary: This diff adds the constrained input generators for fuzzers. These generators can be used to generate random data satisfying given constraints, needed for fuzzers for testing functions that have special requirement on input data, such as json functions and timestamp with timezone functions, etc. Differential Revision: D65101030
Summary:
This diff adds the constrained input generators for fuzzers. These generators can be
used to generate random data satisfying given constraints, needed for fuzzers for testing
functions that have special requirement on input data, such as json functions and
timestamp with timezone functions, etc.
Differential Revision: D65101030