Skip to content
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

[infra] Indicate coverage run failure when libFuzzer reports an error #13103

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

phi-go
Copy link
Contributor

@phi-go phi-go commented Feb 25, 2025

Currently OOM's and timeouts for individual corpus entries during coverage measurement are silently ignored, as libFuzzer still exits with a zero returncode. This PR adds a grep for error messages during the coverage run. Additionally, add a small log file is created to indicate the fuzzer target for which the coverage measurement did not complete succesfully.

code is non-zero. Additionally, add a small log file to indicate the
fuzzer target for which the coverage measurement did not complete
succesfully.


Signed-off-by: phi-go <[email protected]>
@phi-go phi-go changed the title Indicate coverage run failure when libFuzzer reports an error [infra] Indicate coverage run failure when libFuzzer reports an error Feb 25, 2025
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