Skip to content

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

Merged
cakebaker merged 13 commits intouutils:mainfrom
sylvestre:more-fuzzers
Jan 4, 2024
Merged

Add new fuzzers: cut, sort, split and wc #5760
cakebaker merged 13 commits intouutils:mainfrom
sylvestre:more-fuzzers

Conversation

@sylvestre
Copy link
Copy Markdown
Contributor

to merge after
#5758

@cakebaker
Copy link
Copy Markdown
Contributor

Needs a rebase.

@github-actions
Copy link
Copy Markdown

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
Copy Markdown
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
Copy Markdown
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>
@github-actions
Copy link
Copy Markdown

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
Copy Markdown
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>
@github-actions
Copy link
Copy Markdown

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
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