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

[request] fuzztest/cci.20240229 #22933

Open
phallot opened this issue Feb 29, 2024 · 2 comments · May be fixed by #22995
Open

[request] fuzztest/cci.20240229 #22933

phallot opened this issue Feb 29, 2024 · 2 comments · May be fixed by #22995

Comments

@phallot
Copy link

phallot commented Feb 29, 2024

Package Name/Version

cci.20240229

Webpage

https://github.com/google/fuzztest

Source code

https://github.com/google/fuzztest

Description of the library/tool

FuzzTest is a C++ testing framework for writing and executing fuzz tests, which are property-based tests executed using coverage-guided fuzzing under the hood.
It is our [Google's] latest fuzz testing technology and the successor of previously used fuzzing tools, such as libFuzzer. It allows you to write powerful fuzz tests more easily than with previously used fuzz targets. You can use it together with GoogleTest, or other unit testing frameworks, allowing you to write fuzz test side by side with regular unit tests, and just as easily.

@Ahajha
Copy link
Contributor

Ahajha commented Mar 5, 2024

I'm looking into this, seems doable but likely requires some updates to some other packages first.

@Ahajha Ahajha linked a pull request Mar 5, 2024 that will close this issue
3 tasks
@Ahajha
Copy link
Contributor

Ahajha commented Mar 5, 2024

Recipe has a ways to go, but I opened #22995 for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants