coreutils icon indicating copy to clipboard operation
coreutils copied to clipboard

fix docs hashsumS and test

Open Its-Just-Nans opened this issue 6 months ago • 8 comments

Fixing the mdbook docs for

  • https://github.com/uutils/coreutils/issues/5692

Its-Just-Nans avatar May 15 '25 03:05 Its-Just-Nans

Hi

With #7936

Usage: target/debug/coreutils md5sum [OPTIONS]... [FILE]...
Usage: target/debug/coreutils sha1sum [OPTIONS]... [FILE]...
Usage: target/debug/coreutils sha224sum [OPTIONS]... [FILE]...
Usage: target/debug/coreutils sha256sum [OPTIONS]... [FILE]...
Usage: target/debug/coreutils sha384sum [OPTIONS]... [FILE]...
Usage: target/debug/coreutils sha512sum [OPTIONS]... [FILE]...
Usage: target/debug/coreutils sha3sum [OPTIONS]... [FILE]...
Usage: target/debug/coreutils sha3-224sum [OPTIONS]... [FILE]...
Usage: target/debug/coreutils sha3-256sum [OPTIONS]... [FILE]...
Usage: target/debug/coreutils sha3-384sum [OPTIONS]... [FILE]...
Usage: target/debug/coreutils sha3-512sum [OPTIONS]... [FILE]...
Usage: target/debug/coreutils shake128sum [OPTIONS]... [FILE]...
Usage: target/debug/coreutils shake256sum [OPTIONS]... [FILE]...
Usage: target/debug/coreutils b2sum [OPTIONS]... [FILE]...
Usage: target/debug/coreutils b3sum [OPTIONS]... [FILE]...
Usage: target/debug/coreutils hashsum --<digest> [OPTIONS]... [FILE]...

Its-Just-Nans avatar May 15 '25 04:05 Its-Just-Nans

GNU testsuite comparison:

Skipping an intermittent issue tests/misc/tee (passes in this run but fails in the 'main' branch)

github-actions[bot] avatar May 15 '25 05:05 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 May 19 '25 04:05 github-actions[bot]

GNU testsuite comparison:

Skipping an intermittent issue tests/misc/stdbuf (passes in this run but fails in the 'main' branch)

github-actions[bot] avatar May 19 '25 10:05 github-actions[bot]

Can the testsuite currently test these behaviors @sylvestre ?

RenjiSann avatar May 22 '25 17:05 RenjiSann

@Its-Just-Nans yeah, maybe add tests for this to make sure we don't regress? thanks

@RenjiSann dunno, sorry :)

sylvestre avatar May 25 '25 21:05 sylvestre

@Its-Just-Nans yeah, maybe add tests for this to make sure we don't regress? thanks

done

Its-Just-Nans avatar May 25 '25 23:05 Its-Just-Nans

GNU testsuite comparison:

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

github-actions[bot] avatar May 25 '25 23:05 github-actions[bot]

GNU testsuite comparison:

Skip an intermittent issue tests/misc/tee (fails in this run but passes in the 'main' branch)
Skip an intermittent issue tests/tail/overlay-headers (fails in this run but passes in the 'main' branch)

github-actions[bot] avatar Nov 09 '25 23:11 github-actions[bot]

GNU testsuite comparison:

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

github-actions[bot] avatar Nov 10 '25 00:11 github-actions[bot]

@sylvestre I think now it's ready

Note that it seems that some binaries where missing in build.rs If it's a mistake to add them, the test_uudocs.rs should be updated accordingly

Its-Just-Nans avatar Nov 10 '25 00:11 Its-Just-Nans