coreutils/tests/by-util
Ben Wiederhake e91d0bd14f uniq: fix flaky test gnu_tests
The testcase tries to write to the stdin pipe while the process under
test is simultaneously exiting with an error code. Naturally, this is a
race, and we should ignore any stdin write errors. However, adding this
feature to the list makes it even more unreadable, and adds no real
value, so let's skip the input data entirely.
2024-02-25 17:59:09 +01:00
..
test_arch.rs Add license headers on all files 2023-08-21 10:49:27 +02:00
test_base32.rs all: normalize license notice in all *.rs files 2023-08-24 12:21:09 +02:00
test_base64.rs Add license headers on all files 2023-08-21 10:49:27 +02:00
test_basename.rs Add license headers on all files 2023-08-21 10:49:27 +02:00
test_basenc.rs add missing \n 2024-01-15 10:43:20 +01:00
test_cat.rs clippy: fix warnings introduced by Rust 1.76 2024-02-08 16:56:01 +01:00
test_chcon.rs Add license headers on all files 2023-08-21 10:49:27 +02:00
test_chgrp.rs Add license headers on all files 2023-08-21 10:49:27 +02:00
test_chmod.rs Add license headers on all files 2023-08-21 10:49:27 +02:00
test_chown.rs Merge pull request #5168 from cakebaker/chown_remove_duplication_in_tests 2023-08-21 12:22:32 +02:00
test_chroot.rs dd/chroot: improve the skip message (not root) 2023-12-28 00:44:19 +01:00
test_cksum.rs cksum: stops when one of given files doesn't exist #5809 (#5820) 2024-01-15 09:37:56 +01:00
test_comm.rs Add license headers on all files 2023-08-21 10:49:27 +02:00
test_cp.rs cp: test_cp_preserve_xattr_fails_on_android disabled as its now failing to fail 2024-01-28 08:56:08 +01:00
test_csplit.rs csplit: fix up tests and error message for filenames 2024-02-16 11:51:04 +01:00
test_cut.rs cut: show error for multiple mode args (-b, -c, -f) 2024-02-09 15:56:15 +09:00
test_date.rs Add license headers on all files 2023-08-21 10:49:27 +02:00
test_dd.rs dd: fix flaky test_final_stats_unspec 2024-02-23 06:24:11 +01:00
test_df.rs df: fix rounding issue in test 2023-12-21 10:46:11 +01:00
test_dir.rs Add license headers on all files 2023-08-21 10:49:27 +02:00
test_dircolors.rs Rest of the comments 2023-12-04 23:39:10 +01:00
test_dirname.rs Add license headers on all files 2023-08-21 10:49:27 +02:00
test_du.rs du: adapt error msg to match GNU's 2024-01-30 10:08:50 +01:00
test_echo.rs echo: do not infer long args 2024-01-29 17:40:22 +01:00
test_env.rs Add license headers on all files 2023-08-21 10:49:27 +02:00
test_expand.rs Merge pull request #5875 from cakebaker/expand_make_tab_explicit_in_test 2024-01-26 14:36:48 +01:00
test_expr.rs expr: coerce to string before comparing values 2023-12-18 22:24:31 +01:00
test_factor.rs factor: remove clippy exceptions by reformatting "unreadable literals" 2024-01-27 17:23:44 +01:00
test_false.rs Add license headers on all files 2023-08-21 10:49:27 +02:00
test_fmt.rs fmt: use clap's value parser for goal & width 2023-09-28 10:50:56 +02:00
test_fold.rs Add license headers on all files 2023-08-21 10:49:27 +02:00
test_groups.rs all: normalize license notice in all *.rs files 2023-08-24 12:21:09 +02:00
test_hashsum.rs hashsum: when the filename contains some special chars, escape them 2024-01-20 19:27:45 +01:00
test_head.rs head: fix 'test_spams_newline' to check *against* newline spam 2024-02-23 00:21:19 +01:00
test_hostid.rs Add license headers on all files 2023-08-21 10:49:27 +02:00
test_hostname.rs tests/hostname: disable failing test_hostname::test_hostname_ip on OpenBSD 2023-12-11 12:45:16 +01:00
test_id.rs all: normalize license notice in all *.rs files 2023-08-24 12:21:09 +02:00
test_install.rs install: fix strip program stdout and destination hyphen handling #5718 (#5848) 2024-01-17 10:07:34 +01:00
test_join.rs Add license headers on all files 2023-08-21 10:49:27 +02:00
test_kill.rs Add license headers on all files 2023-08-21 10:49:27 +02:00
test_link.rs Merge pull request #5182 from sylvestre/clippy_ 2023-08-21 16:21:02 -04:00
test_ln.rs ln: fix "unused import" warning on Android 2024-01-08 17:17:43 +01:00
test_logname.rs Add license headers on all files 2023-08-21 10:49:27 +02:00
test_ls.rs Fix errors reported by new version of cspell 2024-02-05 09:12:52 +01:00
test_mkdir.rs Add license headers on all files 2023-08-21 10:49:27 +02:00
test_mkfifo.rs Add license headers on all files 2023-08-21 10:49:27 +02:00
test_mknod.rs Add license headers on all files 2023-08-21 10:49:27 +02:00
test_mktemp.rs Add license headers on all files 2023-08-21 10:49:27 +02:00
test_more.rs more handle errors with multiple files (#4997) 2024-02-04 16:32:14 +01:00
test_mv.rs mv: preserve the xattr 2024-01-16 13:12:02 +01:00
test_nice.rs Add license headers on all files 2023-08-21 10:49:27 +02:00
test_nl.rs Fix errors reported by new version of cspell 2024-02-05 09:12:52 +01:00
test_nohup.rs Add license headers on all files 2023-08-21 10:49:27 +02:00
test_nproc.rs Add license headers on all files 2023-08-21 10:49:27 +02:00
test_numfmt.rs Add license headers on all files 2023-08-21 10:49:27 +02:00
test_od.rs disable failing test_od::test_f16() for android CI. 2024-02-17 18:24:09 +01:00
test_paste.rs Add license headers on all files 2023-08-21 10:49:27 +02:00
test_pathchk.rs pathchk: remove useless comments 2024-01-09 15:19:22 +01:00
test_pinky.rs tests: disable tests for tools unsupported on OpenBSD 2024-01-19 17:37:45 +01:00
test_pr.rs pr: check the correct timestamp in test_with_pr_core_utils_tests 2024-02-24 23:48:33 +01:00
test_printenv.rs Add license headers on all files 2023-08-21 10:49:27 +02:00
test_printf.rs printf: fix padding and prefixes for unsigned ints 2024-02-09 13:28:18 +01:00
test_ptx.rs Add license headers on all files 2023-08-21 10:49:27 +02:00
test_pwd.rs Add license headers on all files 2023-08-21 10:49:27 +02:00
test_readlink.rs Add license headers on all files 2023-08-21 10:49:27 +02:00
test_realpath.rs Add license headers on all files 2023-08-21 10:49:27 +02:00
test_rm.rs rm: add test for "rm .\dir\ -rf" on Windows 2024-01-28 16:36:55 +01:00
test_rmdir.rs Add license headers on all files 2023-08-21 10:49:27 +02:00
test_runcon.rs Fix clippy warnings with Rust 1.72.0 2023-08-25 13:22:02 +02:00
test_seq.rs Merge branch 'main' into issue-5766 2024-01-06 22:55:54 +01:00
test_shred.rs shred: implemented "--remove" arg (#5790) 2024-01-06 22:50:21 +01:00
test_shuf.rs shuf: handle --input-range with huge number ranges 2024-02-24 18:33:46 +01:00
test_sleep.rs Add license headers on all files 2023-08-21 10:49:27 +02:00
test_sort.rs test/sort: run cargo fmt 2023-12-21 10:19:52 +01:00
test_split.rs split: r-chunk tests and infinite input 2023-11-25 11:12:08 -05:00
test_stat.rs stat: should fail without arguments #5928 (#5935) 2024-02-02 17:00:35 +01:00
test_stdbuf.rs stdbuf: remove crash macro (#5549) 2023-11-20 10:16:18 +01:00
test_stty.rs Add license headers on all files 2023-08-21 10:49:27 +02:00
test_sum.rs Add license headers on all files 2023-08-21 10:49:27 +02:00
test_sync.rs Add license headers on all files 2023-08-21 10:49:27 +02:00
test_tac.rs Add license headers on all files 2023-08-21 10:49:27 +02:00
test_tail.rs cp,tail: fix warnings in tests on Android 2023-11-05 13:56:39 +01:00
test_tee.rs tee test: fix a warning on not(linux) 2023-12-25 11:06:24 +01:00
test_test.rs clippy: fix warnings introduced by Rust 1.75 2023-12-28 18:17:06 +01:00
test_timeout.rs Add license headers on all files 2023-08-21 10:49:27 +02:00
test_touch.rs touch: re-enable test, fix typo in expected error messge 2024-02-23 00:21:19 +01:00
test_tr.rs tr: enable passing -t multiple times 2024-02-24 18:37:45 +01:00
test_true.rs Add license headers on all files 2023-08-21 10:49:27 +02:00
test_truncate.rs uucore: implement SI suffixes R and Q 2023-10-17 10:50:50 -04:00
test_tsort.rs tsort: returns error when input is dir - same as GNU tsort (#5860) 2024-01-19 15:39:00 +01:00
test_tty.rs Add license headers on all files 2023-08-21 10:49:27 +02:00
test_uname.rs Add license headers on all files 2023-08-21 10:49:27 +02:00
test_unexpand.rs unexpand: allow multiple files & show error message if a directory is specified 2024-01-24 16:01:26 +01:00
test_uniq.rs uniq: fix flaky test gnu_tests 2024-02-25 17:59:09 +01:00
test_unlink.rs Add license headers on all files 2023-08-21 10:49:27 +02:00
test_uptime.rs tests: disable tests for tools unsupported on OpenBSD 2024-01-19 17:37:45 +01:00
test_users.rs clippy: fix warnings introduced by Rust 1.74 2023-11-16 16:21:28 +01:00
test_vdir.rs Add license headers on all files 2023-08-21 10:49:27 +02:00
test_wc.rs wc: disable part of test on Android 2023-12-24 13:20:57 +01:00
test_who.rs tests: disable tests for tools unsupported on OpenBSD 2024-01-19 17:37:45 +01:00
test_whoami.rs all: normalize license notice in all *.rs files 2023-08-24 12:21:09 +02:00
test_yes.rs Add license headers on all files 2023-08-21 10:49:27 +02:00