-
Notifications
You must be signed in to change notification settings - Fork 1.6k
refs #12442 - generate a fuzzing corpus by extracting code from testrunner
#7232
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
base: main
Are you sure you want to change the base?
Conversation
|
I tried to do this via an option. It would be possible to pass this as an internal field via the |
|
The idea is to have a corpus generated from all our test cases which will generate an artifact which can be pulled from the OSS-Fuzz integration to be used. This will give us a broad spectrum of code. Some of the files are rather big though and I wonder if we should filter those out since they could provide misleading timeouts and too big inputs. But that could also be handled by specify the maximum input size via a fuzzing CLI parameter. |
1e619f4 to
49fba2a
Compare
testrunnertestrunner
c8d31df to
8871022
Compare
|
8bdab58 to
423ff5b
Compare
|
|
If the code relies on additional files (i.e. includes) it would not work as expected. This suggests that we should move tests which require additional files from unit tests to Python. |
423ff5b to
400e22f
Compare
400e22f to
ec127c0
Compare
|



No description provided.