Skip to content

Generalize fuzz testing tools #379

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

Merged
merged 1 commit into from
Nov 3, 2023
Merged

Generalize fuzz testing tools #379

merged 1 commit into from
Nov 3, 2023

Conversation

c42f
Copy link
Member

@c42f c42f commented Nov 3, 2023

This rearrangement allows us to fuzz test the hooks (which use the low level parser API) as well as the high level parser API.

We've had various cases of bugs in the hook system which aren't reflected in the high level parser API. Fuzz testing more of the system is one way to catch some of these bugs.

@c42f c42f force-pushed the caf/improved-fuzz-testing branch from 4e39f26 to 3f49d2a Compare November 3, 2023 19:26
Copy link

codecov bot commented Nov 3, 2023

Codecov Report

Merging #379 (32b3806) into main (05c594b) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #379   +/-   ##
=======================================
  Coverage   96.57%   96.57%           
=======================================
  Files          14       14           
  Lines        4179     4179           
=======================================
  Hits         4036     4036           
  Misses        143      143           

This rearrangement allows us to fuzz test the hooks (which use the low
level parser API) as well as the high level parser API.
@c42f c42f force-pushed the caf/improved-fuzz-testing branch from 3f49d2a to 32b3806 Compare November 3, 2023 19:37
@c42f c42f merged commit cfdac5f into main Nov 3, 2023
@c42f c42f deleted the caf/improved-fuzz-testing branch November 3, 2023 19:55
@c42f c42f mentioned this pull request Nov 3, 2023
10 tasks
c42f added a commit that referenced this pull request Nov 12, 2023
This rearrangement allows us to fuzz test the hooks (which use the low
level parser API) as well as the high level parser API.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant