Skip to content

fuzzing: add a new fuzzer for cksum #6585

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

Merged
merged 4 commits into from
Dec 28, 2024
Merged

fuzzing: add a new fuzzer for cksum #6585

merged 4 commits into from
Dec 28, 2024

Conversation

sylvestre
Copy link
Contributor

No description provided.

Copy link
Collaborator

@BenWiederhake BenWiederhake left a comment

Choose a reason for hiding this comment

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

Just a few early comments. Is there a way to easily inspect a handful of generated command-lines?

Copy link

GNU testsuite comparison:

Skip an intermittent issue tests/tail/inotify-dir-recreate (fails in this run but passes in the 'main' branch)
Congrats! The gnu test tests/rm/rm2 is no longer failing!

@sylvestre
Copy link
Contributor Author

Just a few early comments. Is there a way to easily inspect a handful of generated command-lines?

Just run :)

cargo +nightly fuzz run fuzz_cksum -- -max_total_time=60 -detect_leaks=0

Copy link

GNU testsuite comparison:

Skipping an intermittent issue tests/rm/rm1 (passes in this run but fails in the 'main' branch)
Skipping an intermittent issue tests/timeout/timeout (passes in this run but fails in the 'main' branch)

@sylvestre sylvestre merged commit bae4756 into uutils:main Dec 28, 2024
62 of 63 checks passed
Copy link

GNU testsuite comparison:

Skip an intermittent issue tests/timeout/timeout (fails in this run but passes in the 'main' branch)

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.

2 participants