1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-17 18:51:05 +00:00
Commit graph

308 commits

Author SHA1 Message Date
Sylvestre Ledru
62db489f51
Merge pull request #7101 from cakebaker/doc_remove_fixed_errors
doc: remove fixed tests from `why-error.md`
2025-01-08 08:40:49 +01:00
Sylvestre Ledru
2d3effab76
Merge pull request #7095 from jfinkels/seq-precision-test
seq: re-enable GNU test file precision.sh
2025-01-08 08:31:24 +01:00
Daniel Hofstetter
763589c99c doc: remove fixed tests from why-error.md 2025-01-08 07:28:44 +01:00
Daniel Hofstetter
beb76856ed
Merge pull request #7091 from sylvestre/doc22
doc: improve why-error doc
2025-01-08 07:03:46 +01:00
Jeffrey Finkelstein
0eb6f9bddb seq: re-enable GNU test file precision.sh 2025-01-07 21:34:56 -05:00
Sylvestre Ledru
6cb552828c doc: add some details on the failures 2025-01-08 00:39:38 +01:00
Sylvestre Ledru
1d2119d6a7 doc: improve the rendering 2025-01-08 00:35:07 +01:00
Sylvestre Ledru
19d3f57464 doc: rename to md 2025-01-08 00:33:08 +01:00
Daniel Hofstetter
190cc66406 build-gnu.sh: adapt GNU numfmt error message 2025-01-07 10:38:32 +01:00
Sylvestre Ledru
24f4b9ca4f document two more failures 2024-12-31 14:41:20 +01:00
Sylvestre Ledru
049a1fbce8 doc: https://github.com/uutils/coreutils/pull/7009 is being worked on 2024-12-31 11:53:30 +01:00
Sylvestre Ledru
f14dff0dc9 doc: rm/fail-2eperm.sh has been fixed 2024-12-31 11:51:21 +01:00
Sylvestre Ledru
4677dd5b3a doc: seq/seq has been fixed
https://github.com/uutils/coreutils/pull/7032
2024-12-31 11:50:38 +01:00
Sylvestre Ledru
44073e7b23 doc: chmod/symlinks.sh is being worked on 2024-12-31 11:49:30 +01:00
Sylvestre Ledru
3760163b3f document the remaining failures/errors 2024-12-31 11:45:36 +01:00
Sylvestre Ledru
4e2246f4b8 why-skip.txt: remove a test that now passes 2024-12-31 11:44:14 +01:00
Sylvestre Ledru
254f762e86 GNU: try to remove the fail-2eperm.sh workaround
Now fails with:
2024-12-28T14:55:18.9355074Z -rm: cannot remove 'a': Operation not permitted
2024-12-28T14:55:18.9355364Z +rm: cannot remove 'a/b': Operation not permitted
2024-12-28 21:53:12 +01:00
Daniel Hofstetter
e221d2a624 comm: adapt GNU error messages 2024-12-25 09:54:12 +01:00
Sylvestre Ledru
ffc6eb094a ls: Don't call the capabilites features of the system when passed an empty ca=
in LS_COLORS

In parallel, in the GNU test, adjust the GNU tests as we don't use libcap
but xattr instead.
2024-12-22 16:17:05 +01:00
Daniel Hofstetter
dd741eac19 build-gnu.sh: adapt basenc message to clap changes 2024-12-17 14:59:40 +01:00
Sylvestre Ledru
6755956bc4
cut.pl: adjust to our messages as they are better (#6921)
* cut.pl: adjust to our messages as they are better

but we still have some differences on this test

* cut: add some missing line return when needed

* cut: add failing tests covered by cut.pl

* Remove dup test

* cut: add spell-checker:ignore line to test

---------

Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
2024-12-16 15:37:29 +01:00
Daniel Hofstetter
a8ad6d92f1 factor: adapt message in patch to clap change 2024-12-15 16:34:20 +01:00
Daniel Hofstetter
def66f335c build-gnu.sh: adapt "du" error message 2024-12-15 16:34:20 +01:00
Sylvestre Ledru
c60203ddd3
stat: improve GNU compatibility (#6933)
* stat: fix the quotes when dealing with %N

and other formats
should fix
tests/stat/stat-fmt.sh

* stats: use an enum instead of a string

* stats: split the functions into smaller functions

* stat: handle byte as a format for better display

* stat: handle error better. should make tests/stat/stat-printf.pl pass

* stat: Some escape sequences are non-standard

* Fix tests

* Take comments into account
2024-12-10 08:48:52 +01:00
Sylvestre Ledru
7ffe3d49ef mv: fix the output of an error message
+ adjust a GNU test

Should make tests/mv/dup-source.sh pass
2024-11-20 08:03:40 -05:00
Sylvestre Ledru
9932aec085 prepare version 0.0.28 2024-11-03 20:59:42 +01:00
Sylvestre Ledru
5baf675b34 tsort.pl: adjust error message 2024-10-17 00:27:52 +02:00
mhead
68e724f9a4 patch build-gnu.sh for quote-align 2024-10-15 11:11:23 +02:00
Sylvestre Ledru
01db148aeb run misc/invalid-opt.pl in the CI (Closes: #6660) 2024-08-21 19:47:42 +02:00
Sylvestre Ledru
001b97f445 adjust error for runcon & stdbuf to make tests/misc/invalid-opt.pl pass 2024-08-20 22:28:16 +02:00
Sylvestre Ledru
13c90ed44a mv: adjust the error message to make 'tests/mv/mv-exchange.sh' pass 2024-08-12 17:51:19 +02:00
Justin Tracey
5882304dcd
Fix Android CI (#6580)
* android CI: get termux user from emulator

* stat: fix android builds
2024-07-18 09:45:00 +02:00
Daniel Hofstetter
b774000351
Merge pull request #6535 from sylvestre/sort
sort: improve the error mgmt with --batch-size
2024-07-05 09:45:54 +02:00
Sylvestre Ledru
e2c66ea092 sort: improve the error mgmt with --batch-size
should make the gnu test tests/sort/sort-merge.pl pass
2024-07-04 22:16:46 +02:00
sreehari prasad
dbeae9f444
ls: gnu color-clear-to-eol fix (#6507)
---------

Co-authored-by: Sylvestre Ledru <sylvestre@debian.org>
2024-06-29 10:06:00 +02:00
Daniel Hofstetter
9b3b9e8407
Merge pull request #6452 from sylvestre/base64
cksum/hashsum: add support of --check with base64  + other improvs
2024-06-27 09:47:52 +02:00
Sylvestre Ledru
ab2cc2f17a cksum base64: update the GNU test to manage our output 2024-06-25 19:00:23 +02:00
sreehari prasad
92665144c9
ls: gnu color-norm test fix (#6481) 2024-06-24 21:38:10 +02:00
Sylvestre Ledru
276bebcf14 prepare version 0.0.27 2024-06-23 00:24:02 +02:00
Laurent Cheylus
e50a3a4471
show-utils.sh: fix jq query to get coreutils deps
In jq query, the correct regex to select .id is ".*coreutils[ |@|#]\\d+\\.\\d+\\.\\d+"

With cargo <= v1.76, id = "coreutils 0.0.26 (path+file://<coreutils local directory>)"

With cargo >= v1.77,
- if local path == '<parent directory>/coreutils/', id = "path+file://<parent directory>/coreutils#0.0.26"
- if local path != '<parent directory>/coreutils/', id = "path+file://<coreutils local directory>#coreutils@0.0.26"

Fix uutils/coreutils#6479

Signed-off-by: Laurent Cheylus <foxy@free.fr>
2024-06-19 17:35:45 +02:00
Laurent Cheylus
3b96ff1d10 show-utils.sh: fix jq query to get coreutils deps
In jq query, the correct regex to select .id is ".*coreutils[ |@]\\d+\\.\\d+\\.\\d+"

- with cargo v1.76, id = "coreutils 0.0.26 (path+file://<coreutils local directory>)"
- with cargo v1.77, id = "path+file://<coreutils local directory>#coreutils@0.0.26"

Fix uutils/coreutils#6242

Signed-off-by: Laurent Cheylus <foxy@free.fr>
2024-05-04 18:20:03 +02:00
Ulrich Hornung
5d763358fa
android CI: incremental install when retry 2024-04-26 12:07:35 +02:00
Sylvestre Ledru
4090d468c0
Merge pull request #6162 from BenWiederhake/dev-undo-custom-exit-codes
all: Undo custom exit codes
2024-04-25 08:11:41 +02:00
Ulrich Hornung
d202baba97 use num_prime for factorisation to fix gnu test 2024-04-21 11:24:25 +02:00
Sylvestre Ledru
6ef08d7f1c hashsum: improve the error management to match GNU
Should make tests/cksum/md5sum.pl and tests/cksum/sha1sum.pl pass
2024-04-21 09:08:27 +02:00
Sylvestre Ledru
128c0bc6b5 hashsum: gnu compat no need to replicate this output with hashsum 2024-04-21 09:08:27 +02:00
Ben Wiederhake
120f0312e7 util: undo custom GNU exit codes, reduce number of special cases 2024-04-14 15:42:13 +02:00
Sylvestre Ledru
01ea23ba21 Try to release 0.0.26 to see if the artifacts are generated 2024-03-30 22:51:24 +01:00
Sylvestre Ledru
d535095d0f build-gnu.sh: adjust of some of the path 2024-03-28 21:10:09 +01:00
Sylvestre Ledru
3222c9225c upgrade to GNU coreutils 9.5 as ref 2024-03-28 20:43:49 +01:00