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

fuzz: From<CompactString> for String #122

Merged
merged 2 commits into from
Jun 21, 2022
Merged

fuzz: From<CompactString> for String #122

merged 2 commits into from
Jun 21, 2022

Conversation

ParkMyCar
Copy link
Owner

This PR updates the fuzzing harness to convert a CompactString into a String at the end of every run, and assert their equality. This covers the new impl From<CompactString> for String that was added in #118.

I fuzzed for an hour which executed ~150,000,000 million runs, and then minimized the new corpus

@ParkMyCar ParkMyCar merged commit 6e6a74d into main Jun 21, 2022
@ParkMyCar ParkMyCar deleted the fuzz/into_string branch June 26, 2022 20:56
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