summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorLines
2026-04-09tests: all: check empty tty input is handled appropriatelyPádraig Brady-40/+56
2026-04-09tests: tee: ensure intermittent data is handledoech3-0/+5
2026-04-07tests: date: fix false failure on OpenBSD 7.8Pádraig Brady-2/+4
2026-04-07tests: numfmt: avoid false failure on systems without long doublePádraig Brady-5/+5
2026-04-07tests: cat: avoid false failure on systems without splicePádraig Brady-1/+8
2026-04-06cat: use splice if operating on pipes or if copy_file_range failsCollin Funk-0/+67
2026-04-06tests: date: add large year testSylvestre Ledru-0/+17
2026-04-06tests: expr: add short-circuit tests with parenthesized branchesSylvestre Ledru-0/+6
2026-04-06tests: split: verify non-UTF-8 bytes are preserved in filenamesSylvestre Ledru-0/+39
2026-04-06tests: ln: add test for non-UTF-8 source names in target-dir modeSylvestre Ledru-0/+41
2026-04-06test: od: verify -t f defaults to double precisionSylvestre Ledru-0/+15
2026-04-06tests: ls: add quoting-utf8 test for Unicode quotes in UTF-8 localesSylvestre Ledru-0/+71
2026-04-06tests: numfmt: cover GNU/uutils compatibility edge casesSylvestre Ledru-0/+38
2026-04-06tests: cut: add remaining tests to ensure 100% coveragePádraig Brady-0/+14
2026-04-06tests: cut: expand GB18030 testsPádraig Brady-1/+48
2026-04-06cut: -f: fix handling of multi-byte delimiters that span buffersPádraig Brady-0/+3
2026-04-05cut: fix logic issue with field delim in last byte of bufferPádraig Brady-0/+5
2026-04-05tests: cut: add more multi-byte testsPádraig Brady-0/+73
2026-04-05cut: optimize UTF-8 input with 0xF5-0xFF delimitersPádraig Brady-0/+3
2026-04-05cut: optimize when no delimiter in inputPádraig Brady-0/+1
2026-04-05tests: cut: ensure multi-byte delimiter is rejected in uni-byte localesPádraig Brady-0/+19
2026-04-05cut: merge cut_fields and cut_fields_bytesearchPádraig Brady-0/+2
2026-04-05cut: faster utf8 processingPádraig Brady-0/+6
2026-04-05cut: support -F as an alias for -f -w -O ' 'Pádraig Brady-0/+3
2026-04-05cut: support --whitespace-delimited=trimmedPádraig Brady-0/+6
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