coreutils/tests/by-util
Daniel Hofstetter 6b23e6f321
Merge pull request #9673 from ChrisDryden/fix-nl-preserve-bytes
nl: preserve raw bytes in output instead of using from_utf8_lossy
2025-12-16 15:22:29 +01:00
..
test_arch.rs tests: patch tests to simplify imports 2025-07-01 03:36:46 +02:00
test_base32.rs base32, base64, basenc: Simplifying the base encoding uu_app and adding basic buffer tests (#9409) 2025-12-12 09:43:38 +01:00
test_base64.rs fix(base64): allow padded chunks mid-stream 2025-11-08 22:18:19 +01:00
test_basename.rs add more emoji tests 2025-09-03 22:39:21 +02:00
test_basenc.rs basenc: Fix basenc.pl GNU-compat tests pass (#9203) 2025-11-10 19:13:51 +01:00
test_cat.rs Fix EINTR handling in cat, od, and comm (#8946) 2025-10-26 13:59:47 +01:00
test_chcon.rs tests: patch tests to simplify imports 2025-07-01 03:36:46 +02:00
test_chgrp.rs safe traversal: adjust chmod & chgrp to use it (#8632) 2025-09-23 09:28:15 +02:00
test_chmod.rs chmod:fix safe traversal/access (#9554) 2025-12-05 19:50:34 +01: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 uutests: adjust the tests to use them 2025-03-28 21:40:31 +01:00
test_cksum.rs test(cksum): Add test for ignore-missing standard input 2025-12-05 01:09:13 +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: add readonly file regression tests (#9045) 2025-12-10 14:54:17 +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: add --uct alias and allow multiple option aliases together 2025-11-07 23:27:55 +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: disable test_type_option_with_file on OpenBSD 2025-11-09 08:53:55 +01: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: handle --files0-from=- with piped in - (#8985) 2025-12-05 23:07:16 +01: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 Adding integration tests for the braced variable parsing in env (#9459) 2025-11-23 21:21:53 +01: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 crash for test_long_input on OpenBSD 2025-11-09 08:53:55 +01:00
test_factor.rs factor: fix two "unused import" warnings in test 2025-08-28 10:15:53 +02:00
test_false.rs tests: patch tests to simplify imports 2025-07-01 03:36:46 +02:00
test_fmt.rs add more emoji tests 2025-09-03 22:39:21 +02:00
test_fold.rs fold: Adding combining character support (#9328) 2025-11-20 09:36:56 +01:00
test_groups.rs uutests: adjust the tests to use them 2025-03-28 21:40:31 +01:00
test_hashsum.rs test(hashsum): Improve tests for checking length validation errors for BLAKE2b 2025-12-08 13:10:37 +01:00
test_head.rs split: bring back the test 2025-08-14 10:54:17 +02:00
test_hostid.rs tests: patch tests to simplify imports 2025-07-01 03:36:46 +02:00
test_hostname.rs hostname: enable test test_hostname_ip on OpenBSD 2025-11-13 09:42:14 +01:00
test_id.rs id: add test for digital format username 2025-10-02 16:30:18 +08:00
test_install.rs Enhance mode parsing to support comma-separated mode strings in install command (#9298) 2025-11-17 10:14:22 +01:00
test_join.rs add tests with emoji for various commands (#8545) 2025-09-03 09:57:04 +02:00
test_kill.rs tests: patch tests to simplify imports 2025-07-01 03:36:46 +02:00
test_link.rs tests: patch tests to simplify imports 2025-07-01 03:36:46 +02:00
test_ln.rs ln: simplify hard link directory test assertion 2025-11-20 09:12:39 -03:00
test_logname.rs tests: fix execution on WSL2, Ubuntu 24.04 (#8235) 2025-08-03 14:38:49 +02:00
test_ls.rs Merge pull request #9410 from vikram-kangotra/fix/ls-proc-self-fd-regression 2025-11-26 23:15:04 +01:00
test_mkdir.rs Merge pull request #8947 from naoNao89/fix/mkdir-stack-overflow 2025-11-01 08:55:12 +01:00
test_mkfifo.rs tests/mkfifo: added a test to check mkfifo permission denied error for code coverage (#9586) 2025-12-07 13:05:45 +01:00
test_mknod.rs Add tests for multiple mode specifications 2025-12-06 15:08:13 +00:00
test_mktemp.rs mktemp: options support non-ut8 too 2025-08-14 10:54:17 +02:00
test_more.rs Only using imports on unix since more integration tests only supported on unix 2025-11-21 23:39:21 +00: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 tests: patch tests to simplify imports 2025-07-01 03:36:46 +02:00
test_nl.rs nl: preserve raw bytes in output instead of using from_utf8_lossy 2025-12-16 13:04:18 +00:00
test_nohup.rs nohup: fix warnings for tests on OpenBSD 2025-11-09 08:53:54 +01:00
test_nproc.rs uutests: adjust the tests to use them 2025-03-28 21:40:31 +01:00
test_numfmt.rs numfmt: add Q/R/k suffixes and fix bugs 2025-11-15 01:38:48 +07:00
test_od.rs fix(od):fix GNU coreutils test od float.sh (#9534) 2025-12-01 14:09:16 +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: fix warnings for tests on OpenBSD 2025-11-09 08:53:53 +01:00
test_pr.rs pr: fix header formatting for custom date formats starting with '+' 2025-11-13 21:14:44 +01:00
test_printenv.rs tests/printenv: add more tests (#9151) 2025-11-06 13:40:23 +01:00
test_printf.rs printf: handle extremely large format widths gracefully to fix GNU test panic 2025-11-03 23:32:37 +01:00
test_ptx.rs ptx: implement GNU mode with dumb terminal format 2025-12-05 23:15:59 +01:00
test_pwd.rs tests: patch tests to simplify imports 2025-07-01 03:36:46 +02:00
test_readlink.rs chore(tests): update spell-checker ignore list in test_readlink.rs 2025-12-11 20:19:24 +09: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 tests: patch tests to simplify imports 2025-07-01 03:36:46 +02:00
test_runcon.rs clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
test_seq.rs test: ensure seq test triggers broken pipe with infinite output 2025-11-29 20:34:42 +09:00
test_shred.rs test: improve support non-utf-8 2025-08-14 10:54:04 +02:00
test_shuf.rs tests: patch tests to simplify imports 2025-07-01 03:36:46 +02:00
test_sleep.rs tests: patch tests to simplify imports 2025-07-01 03:36:46 +02:00
test_sort.rs Add legacy +POS/-POS handling in sort to pass GNU sort-field-limit test (#9501) 2025-12-15 09:59:56 +01: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 fix(stdbuf): remove unsafe unwrap() calls for proper error handling 2025-11-21 08:04:56 +07:00
test_stty.rs stty: Implemented saved state parser for stty (#9480) 2025-11-26 07:33:26 +01:00
test_sum.rs Fix sum to handle non-UTF-8 filenames 2025-08-14 10:52:24 +02:00
test_sync.rs tests: patch tests to simplify imports 2025-07-01 03:36:46 +02:00
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: existing file is newer than non-existing 2025-11-13 16:42:59 +01:00
test_timeout.rs Merge pull request #9580 from Ecordonnier/eco/remove-fixme 2025-12-06 14:48:02 +01:00
test_touch.rs touch: simplify some tests by using new_ucmd!() 2025-09-10 11:28:23 +02:00
test_tr.rs tr: Fix regression causing read error with sockets (#8083) 2025-07-09 15:47:16 +02:00
test_true.rs tests: patch tests to simplify imports 2025-07-01 03:36:46 +02:00
test_truncate.rs feat(truncate): allow negative size values for truncation 2025-11-03 21:20:42 +09:00
test_tsort.rs fix(tsort): correct minimal cycle reporting and precise back-edge removal with iterative DFS (#8786) 2025-11-07 23:48:11 +01:00
test_tty.rs tests: patch tests to simplify imports 2025-07-01 03:36:46 +02:00
test_uname.rs tests: patch tests to simplify imports 2025-07-01 03:36:46 +02:00
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 Fix build and tests for uptime on OpenBSD (#9158) 2025-11-07 19:07:15 +01:00
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 tests: patch tests to simplify imports 2025-07-01 03:36:46 +02:00
test_yes.rs tests: patch tests to simplify imports 2025-07-01 03:36:46 +02:00