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

Clang source-based code coverage with fuzz test #11855

Open
xis19 opened this issue Dec 29, 2024 · 1 comment
Open

Clang source-based code coverage with fuzz test #11855

xis19 opened this issue Dec 29, 2024 · 1 comment

Comments

@xis19
Copy link
Collaborator

xis19 commented Dec 29, 2024

It seems clang supports source-based code coverage tool, if it is possible to map flow-generated code back to original code, we may not need to handle our own set of macro-based coverage tool which brings extra complicity.

@jzhou77
Copy link
Contributor

jzhou77 commented Jan 8, 2025

This is interesting, but may not completely cover what CODE_PROBE does. For instance, CODE_PROBE macro has more features like checking different conditions, e.g.,

			CODE_PROBE(quarantine, "Quarantining TSS because it got mismatch");
			CODE_PROBE(!quarantine, "Killing TSS because it got mismatch");

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

No branches or pull requests

2 participants