1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 19:17:43 +00:00
Commit graph

128 commits

Author SHA1 Message Date
Daniel Hofstetter
072d503d80 fuzz: update dependencies 2025-01-31 10:03:32 +01:00
Daniel Hofstetter
9aec9dc454 fuzz: adapt to API changes of rand 2025-01-30 14:41:36 +01:00
Daniel Hofstetter
05ae1704ab Bump rand & rand_core to 0.9.0
rand from 0.8.5, rand_core from 0.6.4
2025-01-30 08:52:42 +01:00
Daniel Hofstetter
bcb374be9a Bump tempfile from 3.15.0 to 3.16.0 2025-01-29 08:27:51 +01:00
renovate[bot]
51ecb7542e
fix(deps): update rust crate libfuzzer-sys to v0.4.9 2025-01-28 18:24:21 +00:00
renovate[bot]
891529aa56
fix(deps): update rust crate similar to v2.7.0 2025-01-19 16:21:54 +00:00
Daniel Hofstetter
6bedec53ad Bump chrono-tz from 0.8.6 to 0.10.0 2025-01-16 11:44:45 +01:00
Daniel Hofstetter
2e4d4b4599 fuzz: bump bigdecimal from 0.4.3 to 0.4.7 2025-01-16 10:55:07 +01:00
Daniel Hofstetter
2ab6dac8f0 Bump tempfile from 3.14.0 to 3.15.0 2025-01-03 14:40:37 +01:00
Sylvestre Ledru
0d83c440e3
Merge branch 'main' into fuzz-cksum2 2024-12-28 12:13:35 +01:00
renovate[bot]
3295e831a1
fix(deps): update rust crate libc to v0.2.169 2024-12-19 06:09:57 +00:00
renovate[bot]
3211e43caa
fix(deps): update rust crate libc to v0.2.168 2024-12-09 11:51:47 +00:00
renovate[bot]
4f7f85da47
fix(deps): update rust crate libc to v0.2.167 2024-11-29 10:45:33 +00:00
renovate[bot]
3e1328c81a
fix(deps): update rust crate libc to v0.2.166 2024-11-27 02:09:06 +00:00
renovate[bot]
a81bd33b6b
fix(deps): update rust crate libc to v0.2.165 2024-11-25 22:58:46 +00:00
renovate[bot]
2f5e7f66a7
fix(deps): update rust crate tempfile to v3.14.0 2024-11-17 11:53:24 +00:00
renovate[bot]
1e47325ba2
fix(deps): update rust crate libfuzzer-sys to v0.4.8 2024-11-17 10:57:11 +00:00
renovate[bot]
96e42d6dd9
fix(deps): update rust crate libc to v0.2.164 2024-11-17 09:55:29 +00:00
Sylvestre Ledru
04f130ac08 fuzzing: add a new fuzzer for cksum 2024-11-16 20:18:12 +01:00
Sylvestre Ledru
6f43aa3739 fuzzing: add a function to generate a file with random content 2024-11-16 20:18:12 +01:00
Andrew Liebenow
bac29943cb fuzz: run GNU Core Utilities with LC_ALL=C 2024-10-18 09:33:02 -05:00
renovate[bot]
035c99c3eb
fix(deps): update rust crate libc to v0.2.161 2024-10-18 07:23:26 +00:00
renovate[bot]
508832c274
fix(deps): update rust crate libc to v0.2.160 2024-10-17 07:07:44 +00:00
renovate[bot]
d3ba132690
fix(deps): update rust crate tempfile to v3.13.0 2024-09-28 15:51:02 +00:00
renovate[bot]
04bc9b8fbd
fix(deps): update rust crate libc to v0.2.159 2024-09-24 15:26:15 +00:00
renovate[bot]
26c46ce8d5
fix(deps): update rust crate libc to v0.2.158 2024-08-22 08:18:32 +00:00
renovate[bot]
775ef22e07
fix(deps): update rust crate tempfile to v3.12.0 2024-08-22 07:45:07 +00:00
renovate[bot]
47d5088b0e
fix(deps): update rust crate similar to v2.6.0 2024-08-21 19:28:45 +00:00
Daniel Hofstetter
df50528665 fuzzing: add Cargo.lock 2024-08-16 10:32:09 +02:00
Daniel Hofstetter
06be3c55f3 Bump tempfile from 3.10.1 to 3.11.0 2024-08-03 08:06:34 +02:00
Daniel Hofstetter
3ce6794cb0 Downgrade libc to 0.2.153 2024-05-17 07:31:15 +02:00
renovate[bot]
13e482b9ac
fix(deps): update rust crate similar to 2.5.0 2024-05-03 06:14:30 +00:00
renovate[bot]
3eeda1e5e9
fix(deps): update rust crate rand to 0.8.5 2024-05-03 05:02:43 +00:00
renovate[bot]
0dd5bd38ab
fix(deps): update rust crate libfuzzer-sys to 0.4.7 2024-05-02 12:27:08 +00:00
renovate[bot]
64fd93308b
fix(deps): update rust crate libc to 0.2.154 2024-05-02 11:38:02 +00:00
renovate[bot]
e76891726a
chore(deps): update rust crate tempfile to 3.10.1 2024-05-02 07:01:17 +00:00
Sylvestre Ledru
10def29b96
seq: fuzz PreciseNumber::from_str (#6183)
* fuzz the seq parse number functions

* run fuzz_parse_number into the CI
2024-04-15 08:07:06 +02:00
Sylvestre Ledru
076710d288
Merge pull request #6167 from sylvestre/fuzz_env
add env & tr fuzzers + small improvs
2024-04-02 09:10:33 +02:00
Sylvestre Ledru
7919b4e3cd fuzz: start fuzzing env & tr 2024-04-01 23:19:02 +02:00
Ben Wiederhake
58aab48ab2 fuzz: also generate the empty string sometimes
Inspired by #6167, #6175, and the observation that 'echo hello "" world | hd' outputs extra spaces.
2024-04-01 21:02:08 +02:00
Sylvestre Ledru
08f324bf40 Silent some clippy warnings 2024-04-01 01:06:17 +02:00
Sylvestre Ledru
39b6059910 rustfmt the expr fuzzer 2024-04-01 01:06:17 +02:00
Daniel Hofstetter
89bad851e6 fuzzing: set LC_ALL=C when running GNU printf 2024-02-17 16:07:03 +01:00
Daniel Hofstetter
12f0972df4 fuzzing: use LC_ALL instead of LC_COLLATE 2024-01-27 15:04:12 +01:00
Sylvestre Ledru
8493800d4f
fuzzing: print the diff in case of issue (#5866)
* fuzzing: print the diff in case of issue

* Simplify the code

* fuzz: remove unused import similar::ChangeTag

---------

Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
2024-01-22 08:06:13 +01:00
Sylvestre Ledru
19e1f26e3d fuzz: with pipe, also capture stderr 2024-01-13 14:08:48 +01:00
Samuel Tardieu
4343ba6695 fuzz: fix file descriptor leak 2024-01-05 11:04:16 +01:00
Samuel Tardieu
c23dbd3166 fuzz: reset the exit code global variable after every test 2024-01-04 19:07:24 +01:00
Sylvestre Ledru
d07a2f0d86
Add new fuzzers: cut, sort, split and wc (#5760)
* fuzz: use thread to bypass the limitation of output

Closes: #5724

many thanks to @samueltardieu

* fuzz: enable seq as the stalled issue is fixed

* fuzz: add 4 more fuzzers

* fuzz: enable the 4 new fuzzers in the CI

* remove old import

Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>

* remove comment

Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>

* remove comment

Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>

* add more flags

Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>

* add space

Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>

* add a comment about sort local

Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>

* wrong copy/paste

Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>

* fuzz: import "std::env"

---------

Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
2024-01-04 13:40:47 +01:00
Sylvestre Ledru
cdd3492532 fuzz: use thread to bypass the limitation of output
Closes: #5724

many thanks to @samueltardieu
2024-01-01 13:26:56 +01:00