coreutils icon indicating copy to clipboard operation
coreutils copied to clipboard

fuzzing: add a new fuzzer for cksum

Open sylvestre opened this issue 1 year ago • 1 comments

sylvestre avatar Jul 18 '24 22:07 sylvestre

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!

github-actions[bot] avatar Jul 25 '24 23:07 github-actions[bot]

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

sylvestre avatar Nov 11 '24 22:11 sylvestre

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)

github-actions[bot] avatar Nov 11 '24 22:11 github-actions[bot]

GNU testsuite comparison:

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

github-actions[bot] avatar Dec 28 '24 11:12 github-actions[bot]