coreutils/tests/by-util
Daniel Hofstetter ca6d69a520
Some checks failed
Devcontainer / Verify devcontainer (push) Has been cancelled
FreeBSD / Style and Lint (push) Has been cancelled
FreeBSD / Tests (push) Has been cancelled
CICD / Style/cargo-deny (push) Has been cancelled
Android / Test builds (push) Has been cancelled
CICD / Dependencies (push) Has been cancelled
CICD / Style/deps (push) Has been cancelled
CICD / Documentation/warnings (push) Has been cancelled
CICD / MinRustV (push) Has been cancelled
CICD / Code Coverage (push) Has been cancelled
CICD / Separate Builds (push) Has been cancelled
Benchmarks / Run benchmarks (CodSpeed) (push) Has been cancelled
Code Quality / Pre-commit hooks (push) Has been cancelled
WSL2 / Test (push) Has been cancelled
GnuTests / Run GNU tests (native) (push) Has been cancelled
GnuTests / Run GNU tests (SELinux) (push) Has been cancelled
Code Quality / Style/format (push) Has been cancelled
Code Quality / Style/lint (push) Has been cancelled
Code Quality / Style/spelling (push) Has been cancelled
Code Quality / Style/toml (push) Has been cancelled
Code Quality / Style/Python (push) Has been cancelled
CICD / Build/Makefile (push) Has been cancelled
CICD / Build/stable (push) Has been cancelled
CICD / Build/nightly (push) Has been cancelled
CICD / Binary sizes (push) Has been cancelled
CICD / Build (push) Has been cancelled
CICD / Tests/BusyBox test suite (push) Has been cancelled
CICD / Tests/Toybox test suite (push) Has been cancelled
CICD / Test all features separately (push) Has been cancelled
CICD / Build/SELinux (push) Has been cancelled
CICD / Build/SELinux-Stubs (Non-Linux) (push) Has been cancelled
CICD / Safe Traversal Security Check (push) Has been cancelled
GnuTests / Aggregate GNU test results (push) Has been cancelled
Merge pull request #9063 from RenjiSann/cksum-fix-tests
cksum: Fix GNU `cksum-c.sh` and `cksum-sha3.sh`
2025-10-28 16:55:25 +01:00
..
test_arch.rs
test_base32.rs fix some last clap errors mgmt 2025-08-14 10:52:03 +02:00
test_base64.rs uudoc: move manpage generation away from the binary 2025-10-22 01:17:08 -07:00
test_basename.rs add more emoji tests 2025-09-03 22:39:21 +02:00
test_basenc.rs base58: it wasn't working properly with long input 2025-10-06 15:53:56 +02:00
test_cat.rs Fix EINTR handling in cat, od, and comm (#8946) 2025-10-26 13:59:47 +01:00
test_chcon.rs
test_chgrp.rs safe traversal: adjust chmod & chgrp to use it (#8632) 2025-09-23 09:28:15 +02:00
test_chmod.rs safe traversal: adjust chmod & chgrp to use it (#8632) 2025-09-23 09:28:15 +02:00
test_chown.rs test/chown: don't chown if user is in wheel group 2025-10-27 20:36:31 +01:00
test_chroot.rs
test_cksum.rs test(cksum): add tests for --length, refactor tests 2025-10-28 03:06:19 +01:00
test_comm.rs Fix EINTR handling in cat, od, and comm (#8946) 2025-10-26 13:59:47 +01:00
test_cp.rs cp: display symlink creation with --verbose 2025-10-15 22:30:27 +01:00
test_csplit.rs csplit: create final empty file with --suppress-matched to match GNU (fixes #7286) 2025-09-18 00:29:55 +07:00
test_cut.rs add tests with emoji for various commands (#8545) 2025-09-03 09:57:04 +02:00
test_date.rs date: support(Military timezone with optional hour offset 2025-10-27 10:31:01 +01:00
test_dd.rs fix(dd): handle O_DIRECT partial block writes 2025-10-26 07:09:04 +07:00
test_df.rs df: treat env var with zero block size as invalid 2025-10-17 09:32:37 -04:00
test_dir.rs clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
test_dircolors.rs Fix dircolors to handle non-UTF-8 filenames 2025-08-14 10:52:24 +02:00
test_dirname.rs Merge pull request #8911 from naoNao89/fix-dirname-trailing-dot 2025-10-15 20:19:14 -04:00
test_du.rs du: ignore env zero blocksize 2025-10-20 07:26:32 -04:00
test_echo.rs add more emoji tests 2025-09-03 22:39:21 +02:00
test_eintr_handling.rs Fix EINTR handling in cat, od, and comm (#8946) 2025-10-26 13:59:47 +01:00
test_env.rs Merge pull request #8551 from sylvestre/emoji-2 2025-09-05 11:28:38 +02:00
test_expand.rs Fix expand to handle non-UTF-8 filenames 2025-08-14 10:52:24 +02:00
test_expr.rs expr: fix some multibyte issues and refactor a bit 2025-09-14 01:12:57 +02:00
test_factor.rs factor: fix two "unused import" warnings in test 2025-08-28 10:15:53 +02:00
test_false.rs
test_fmt.rs add more emoji tests 2025-09-03 22:39:21 +02:00
test_fold.rs
test_groups.rs
test_hashsum.rs Merge pull request #8930 from Ada-Armstrong/hashsum_continue_on_dirs 2025-10-26 14:25:00 +01:00
test_head.rs split: bring back the test 2025-08-14 10:54:17 +02:00
test_hostid.rs
test_hostname.rs hostname: fix -d flag (#8657) 2025-10-15 22:07:54 -04:00
test_id.rs id: add test for digital format username 2025-10-02 16:30:18 +08:00
test_install.rs Install: implement -Z 2025-10-21 23:27:06 +02:00
test_join.rs add tests with emoji for various commands (#8545) 2025-09-03 09:57:04 +02:00
test_kill.rs
test_link.rs
test_ln.rs Fix ln -f handling when source and destination are the same entry (#8838) 2025-10-10 13:28:10 +02:00
test_logname.rs
test_ls.rs test/ls: add test to verify ACL from different dir 2025-10-27 21:46:34 +01:00
test_mkdir.rs --version should just print the command name, not the path (#8921) 2025-10-23 10:23:51 +02:00
test_mkfifo.rs
test_mknod.rs
test_mktemp.rs mktemp: options support non-ut8 too 2025-08-14 10:54:17 +02:00
test_more.rs test: improve support non-utf-8 2025-08-14 10:54:04 +02:00
test_mv.rs mv: improve the verbose mode to make tests/mv/mv-special-1.sh pass 2025-10-24 00:00:21 +02:00
test_nice.rs
test_nl.rs nl: allow non-UTF8 section delimiter 2025-09-08 11:32:07 +02:00
test_nohup.rs test(nohup): improve coverage for fd replacement and error paths (#8920) 2025-10-15 21:39:19 -04:00
test_nproc.rs
test_numfmt.rs
test_od.rs Fix EINTR handling in cat, od, and comm (#8946) 2025-10-26 13:59:47 +01:00
test_paste.rs Fix paste to handle non-UTF-8 filenames 2025-08-14 10:52:24 +02:00
test_pathchk.rs Update tests/by-util/test_pathchk.rs 2025-08-14 10:52:37 +02:00
test_pinky.rs pinky: cleanup imports in test file 2025-09-19 17:26:22 +02:00
test_pr.rs
test_printenv.rs Port printenv translation: fix tests/misc/invalid-opt 2025-08-14 10:52:03 +02:00
test_printf.rs add more emoji tests 2025-09-03 22:39:21 +02:00
test_ptx.rs fix(ptx): Align text wrapping behavior with GNU in traditional mode and add related test 2025-10-06 00:17:50 +08:00
test_pwd.rs
test_readlink.rs test: improve support non-utf-8 2025-08-14 10:54:04 +02:00
test_realpath.rs realpath: implement -E 2025-09-28 10:34:56 +02:00
test_rm.rs rm: add the --progress option like with cp & mv 2025-10-22 00:27:49 +02:00
test_rmdir.rs
test_runcon.rs clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
test_seq.rs seq: support non-utf8 for --terminator 2025-09-20 17:50:47 +02:00
test_shred.rs test: improve support non-utf-8 2025-08-14 10:54:04 +02:00
test_shuf.rs
test_sleep.rs
test_sort.rs sort: generate test_start_buffer fixtures programmatically 2025-10-11 16:35:10 +02:00
test_split.rs split: adjust the test for windows 2025-08-14 14:18:15 +02:00
test_stat.rs Include subsecond precision in stat atime/ctime 2025-10-13 10:54:42 -07:00
test_stdbuf.rs non-utf8: address review commits 2025-08-14 10:54:17 +02:00
test_stty.rs
test_sum.rs Fix sum to handle non-UTF-8 filenames 2025-08-14 10:52:24 +02:00
test_sync.rs
test_tac.rs Fix tac to handle non-UTF-8 filenames 2025-08-14 10:52:24 +02:00
test_tail.rs add more emoji tests 2025-09-03 22:39:21 +02:00
test_tee.rs tests(tee): Add GNU-compat write-error and broken-pipe tests (#4627) (#8797) 2025-10-04 21:20:54 +02:00
test_test.rs
test_timeout.rs tests/timeout: remove unnecessary stderr check 2025-10-08 00:07:44 -07:00
test_touch.rs touch: simplify some tests by using new_ucmd!() 2025-09-10 11:28:23 +02:00
test_tr.rs
test_true.rs
test_truncate.rs tac/touch: fix support non-utf-8 2025-08-14 10:53:55 +02:00
test_tsort.rs tsort: use iterative dfs to avoid crashes on stack overflow 2025-10-28 11:31:32 +01:00
test_tty.rs
test_uname.rs
test_unexpand.rs unexpand: add support for non-utf8 filenames 2025-10-07 07:32:52 +02:00
test_uniq.rs clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
test_unlink.rs tac/touch: fix support non-utf-8 2025-08-14 10:53:55 +02:00
test_uptime.rs
test_users.rs users: fix unused imports in tests on FreeBSD 2025-08-16 16:57:43 +02:00
test_vdir.rs clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
test_wc.rs wc: adapt error message to pass wc-files0-from 2025-09-26 17:46:59 +02:00
test_who.rs who: honor locale settings 2025-09-01 22:36:54 +08:00
test_whoami.rs
test_yes.rs