summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorLines
2026-04-05cut: support -O as an alias for --output-delimiterPádraig Brady-2/+1
2026-04-05cut: implement -n to avoid outputting partial charactersPádraig Brady-0/+23
2026-04-05tests: cut: add a test for divergence from i18n patchPádraig Brady-0/+3
2026-04-05tests: cut: add case currently failing for coreutils-i18n patchPádraig Brady-0/+3
2026-04-05tests: cut: check multi-byte output delimiterPádraig Brady-1/+4
2026-04-05cut: adjust error message to be less specificPádraig Brady-1/+1
2026-04-05cut: implement -w,--whitespace-delimitedPádraig Brady-0/+12
2026-04-05cut: support single byte -d with GB18030 inputPádraig Brady-0/+34
2026-04-05cut: support multi-byte field delimitersPádraig Brady-0/+9
2026-04-05cut: support multi-byte input with -cPádraig Brady-0/+11
2026-04-05tests: cut: ensure no unecessary bufferingPádraig Brady-0/+3
2026-04-01tests: dd: ensure memory exhaustion is handled gracefullyoech3-0/+10
2026-04-01tests: dd: avoid false failure with no controlling terminalPádraig Brady-1/+1
2026-03-31tests: dd: check that erroneous seeks are not done in outputoech3-0/+6
2026-03-30tests: coreutils: ensure empty arg is diagnosedoech3-0/+3
2026-03-27tests: env/env.sh: improve portabilityoech3-6/+6
2026-03-25od: suppress address output on read errorPádraig Brady-0/+7
2026-03-25tests: od: ensure -j1 /dev/null succeedsoech3-0/+2
2026-03-24tests: truncate: don't rely on errno being EISDIRCollin Funk-5/+1
2026-03-24tests: yes: support more zero-copy related syscallsoech3-4/+13
2026-03-23tests: cut: add test for -z with NUL delimiter and -s flagSylvestre Ledru-0/+1
2026-03-23tests: tr: add test for invalid character class nameSylvestre Ledru-0/+4
2026-03-22maint: fix an incomplete sentenceCollin Funk-1/+1
2026-03-21tests: pwd: test the behavior when given an argumentCollin Funk-0/+34
2026-03-21tests: rm: fix a test that would sometimes hangCollin Funk-1/+1
2026-03-21tac: promptly diagnose write errorsCollin Funk-0/+1
2026-03-21tests: support checking for specific write errorsPádraig Brady-3/+8
2026-03-20tests: nl: check that all files are processedCollin Funk-0/+34
2026-03-19test: truncate: improve the test added in the previous commitCollin Funk-1/+8
2026-03-19tests: truncate: check that all files are processedCollin Funk-0/+27
2026-03-16tests: dd: fix false failure on NetBSD 10Pádraig Brady-0/+1
2026-03-16tests: ls: fix false failure on FreeBSDPádraig Brady-2/+2
2026-03-13timeout: don't exit immediately if the parent is the init processCollin Funk-0/+33
2026-03-12dd: always diagnose partial writes on write failurePádraig Brady-0/+38
2026-03-10tests: rm: check for hints when running 'rm -foo'Collin Funk-0/+54
2026-03-10yes: use a zero-copy implementation via (vm)splicePádraig Brady-0/+20
2026-03-09tests: expand: fix false failure on various systemsPádraig Brady-3/+5
2026-03-07expand,unexpand: support multi-byte inputLukáš Zaoral-0/+336
2026-03-04install: allow the combination of --compare and --preserve-timestampsCollin Funk-2/+26
2026-03-04cksum: use more defensive escaping for --checkPádraig Brady-2/+2
2026-03-04maint: tests: refactor uses of bad_unicode()Pádraig Brady-8/+2
2026-03-04fold: fix output truncation with 0xFF bytes in inputPádraig Brady-4/+5
2026-03-04tests: date: add timezone conversion testSylvestre Ledru-0/+4
2026-03-04tests: date: add edge cases for modifiersSylvestre Ledru-0/+17
2026-03-04tests: cut: add test case for newline delimiter with -s flagSylvestre Ledru-0/+3
2026-03-03tests: mktemp: ensure mktemp does not depend on getrandom and ASLRoech3-0/+34
2026-03-03maint: tests: decouple debug output determinationPádraig Brady-14/+3
2026-03-03tests: avoid false test failure when using address sanitizerCollin Funk-0/+3
2026-03-02tests: avoid failure on systems without an optimized 'cksum' or 'wc -l'Collin Funk-0/+10
2026-03-02tests: shuf: ensure memory exhaustion is handled gracefullyoech3-0/+5