summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorLines
2026-04-17tests: reinstate logname error verificationBruno Haible-3/+4
2026-04-17tests: fix false failure with dashPádraig Brady-1/+1
2026-04-16tests: Avoid accidental matching of the vendor field of $host, part 2Collin Funk-3/+2
2026-04-16tests: mktemp: test the behavior when writing to standard output failsCollin Funk-0/+37
2026-04-16tests: avoid a failure on muslCollin Funk-0/+9
2026-04-16test: avoid false failure on OpenBSDPádraig Brady-1/+2
2026-04-16tests: avoid false failure with hidden /proc on GuixPádraig Brady-1/+4
2026-04-16tests: avoid failure on Manjaro LinuxPádraig Brady-2/+3
2026-04-16tests: fix false failure due to ulimit usagePádraig Brady-3/+4
2026-04-16tests: avoid failure on older Centos 7Pádraig Brady-1/+5
2026-04-16tests: fix false failure on Centos 7Pádraig Brady-1/+2
2026-04-15tests: avoid intermittent false failures with kshPádraig Brady-0/+6
2026-04-15tests: use more accurate ulimit with $SHELL -cPádraig Brady-1/+1
2026-04-15tests: avoid $SHELL -c "ulimit ..." patternPádraig Brady-26/+16
2026-04-15tests: fix false failure due to racePádraig Brady-23/+37
2026-04-15df: improve detection of duplicate entriesLukáš Zaoral-2/+4
2026-04-12tests: fix false failure under some shellsPádraig Brady-4/+3
2026-04-11tests: validate error handling when reading multiple filesPádraig Brady-41/+53
2026-04-10tests: validate command responsivenessPádraig Brady-0/+86
2026-04-10tests: stat: ensure independence from /proc/Pádraig Brady-1/+9
2026-04-10tests: cut: ensure separate read paths checkedPádraig Brady-1/+1
2026-04-10tests: Avoid accidental matching of the vendor field of $hostBruno Haible-15/+15
2026-04-09maint: move tty-eof.pl to misc directoryPádraig Brady-1/+1
2026-04-09tests: tty-eof.pl: address FIXME re hardcoded Ctrl-dPádraig Brady-4/+34
2026-04-09tests: tty-eof.pl: make fully table drivenPádraig Brady-8/+8
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