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

feat: fuzz testing RustParser #3479

Merged
merged 1 commit into from
Oct 30, 2023
Merged

Conversation

mastersans
Copy link
Member

fixes: #3328
added fuzz testing for RustParser(Cargo.lock) based on Rust docs and Cargo.lock of Rust itself.

Heres output of the test on my container :
Screenshot 2023-10-27 214251

Copy link
Contributor

@terriko terriko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thank you!

@terriko terriko merged commit 0c1d8ce into intel:main Oct 30, 2023
20 of 21 checks passed
@mastersans mastersans deleted the rust-fuzz-testing branch November 1, 2023 01:57
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.

feat: Create fuzzer for Rust language parser
2 participants