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

Add new fuzzers: cut, sort, split and wc #5760

Merged
merged 13 commits into from
Jan 4, 2024
Merged

Conversation

sylvestre
Copy link
Sponsor Contributor

to merge after
#5758

@cakebaker
Copy link
Contributor

Needs a rebase.

Copy link

github-actions bot commented Jan 3, 2024

GNU testsuite comparison:

Skip an intermittent issue tests/tail/inotify-dir-recreate (fails in this run but passes in the 'main' branch)

Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
match rng.gen_range(0..=5) {
0 => args.push(String::from("-c")),
1 => args.push(String::from("-m")),
// TODO
Copy link
Contributor

Choose a reason for hiding this comment

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

What's the reason for not adding the other args?

Copy link
Sponsor Contributor Author

Choose a reason for hiding this comment

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

just time :)

sylvestre and others added 2 commits January 3, 2024 16:55
Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
Copy link

github-actions bot commented Jan 3, 2024

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/du/files0-from is no longer failing!

sylvestre and others added 2 commits January 4, 2024 09:28
Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
match rng.gen_range(0..=4) {
0 => args.push(String::from("-b") + &rng.gen_range(1..=10).to_string()),
1 => args.push(String::from("-c") + &rng.gen_range(1..=10).to_string()),
2 => args.push(String::from("-d,") + &generate_random_string(1)), // Using a comma as a default delimiter
Copy link
Contributor

Choose a reason for hiding this comment

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

Is it the intended behavior that the delimiter is always invalid?

sylvestre and others added 3 commits January 4, 2024 10:29
Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
Copy link

github-actions bot commented Jan 4, 2024

GNU testsuite comparison:

Skipping an intermittent issue tests/tail/inotify-dir-recreate (passes in this run but fails in the 'main' branch)

@cakebaker cakebaker merged commit d07a2f0 into uutils:main Jan 4, 2024
60 of 61 checks passed
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