-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[fuzz] add fuzz coverage CI check #11045
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
Changes from all commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
6cf628a
add fuzz coverage CI check
asraa b1e585f
add workflow
asraa 1c4a2db
Merge remote-tracking branch 'upstream/master' into add-fuzz-ci
asraa c30d149
JUST FOR CI FAILURE
asraa 89b95da
just make this mergeable with gtest
asraa ef0701c
Merge remote-tracking branch 'upstream/master' into add-fuzz-ci
asraa f9266bb
fix dependency
asraa 9e4b175
fix coverage publish
asraa da63fbb
Merge remote-tracking branch 'upstream/master' into add-fuzz-ci
asraa 2ce6603
fix
asraa baa334f
fixup
asraa 90f49ab
hopefully all fixed
asraa d8e804e
Merge remote-tracking branch 'upstream/master' into add-fuzz-ci
asraa b0588cc
Merge remote-tracking branch 'upstream/master' into add-fuzz-ci
asraa b1b3f54
add azp job
asraa 874b806
naming
asraa 056c439
Merge remote-tracking branch 'upstream/master' into add-fuzz-ci
asraa 0c61268
fix newline
asraa 0a9b839
use matrix
asraa 4b8548a
fix
asraa 37130ee
Merge remote-tracking branch 'upstream/master' into add-fuzz-ci
asraa afbcd2b
Merge remote-tracking branch 'upstream/master' into add-fuzz-ci
asraa 2c21084
address comments
asraa 0bd3e81
fix
asraa 2586e40
pie
asraa b8ac2a2
fix pie
asraa 48a423f
reduce size of binary and don't fail while fuzzing
asraa a183518
fix
asraa 463234c
just make binary smaller
asraa 1a0ef25
only instrument coverage over successful corpus
asraa afa8b13
Merge remote-tracking branch 'upstream/master' into add-fuzz-ci
asraa 2df8337
Merge remote-tracking branch 'upstream/master' into add-fuzz-ci
asraa c0f293f
dont use asan or libc++
asraa 7cebc32
test what happens with just -fsanitize=fuzzer
asraa 08a0531
Merge remote-tracking branch 'upstream/master' into add-fuzz-ci
asraa 7a6f975
Merge remote-tracking branch 'upstream/master' into add-fuzz-ci
asraa 6b0354c
optimize for binary size
asraa 11850bf
ready for review
asraa 25bac35
max size and leak detect
asraa ad35385
remove libc++ workaround
asraa aebe031
Merge remote-tracking branch 'upstream/master' into add-fuzz-ci
asraa 3b2dddd
test bin
asraa 4d3598c
add limits and fix script
asraa cb9b593
Merge remote-tracking branch 'upstream/master' into add-fuzz-ci
asraa 59ce7c4
fix fuzz filtering
asraa a33f522
fix script
asraa d77c18b
no more exception issues
asraa bbaaf58
Merge remote-tracking branch 'upstream/master' into add-fuzz-ci
asraa a4e3e2f
fix router fuzz test
asraa f94c392
address comment
asraa 7ea6e16
fix syntax
asraa 4a212b2
address comments
asraa File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This if has the same condition as the next if block. Can they be merged?