summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorLines
2025-10-20numfmt: support multi-byte --delimiterPádraig Brady-0/+7
2025-10-18numfmt: fix issues with multi-byte blanksPádraig Brady-0/+14
2025-10-17numfmt: add --unit-separatorPádraig Brady-0/+71
2025-10-17numfmt: support reading numbers with grouping charactersPádraig Brady-2/+14
2025-10-17numfmt: support reading numbers with NBSP before unitPádraig Brady-0/+23
2025-10-16tests: du/bigtime: try harder to find a suitable filesystemNicolas Boichat-14/+25
2025-10-13tests: date: check that the hour format of the current locale is usedCollin Funk-0/+41
2025-10-13tests: fix false failure in recent memory limit testPádraig Brady-1/+2
2025-10-11numfmt: fix buffer over-read (CWE-126)Pádraig Brady-0/+1
2025-10-11tests: basenc: use less redundant namingPádraig Brady-2/+2
2025-10-11tests: fix memory limit determination in new testPádraig Brady-1/+1
2025-10-11tests: basenc: add a test for bounded memory operationCollin Funk-0/+40
2025-10-10tests: ln -f: ensure existing link replacedSylvestre Ledru-0/+8
2025-10-07tests: cksum: add a test case for robust file name parsingPádraig Brady-0/+6
2025-10-07cksum: fix --check with untagged base64 format with tag matchesPádraig Brady-0/+8
2025-10-07cksum: fix length validation with SHA2- tagged formatPádraig Brady-0/+10
2025-10-07cksum: fix --check with --algorithm=sha2Pádraig Brady-4/+9
2025-10-05cksum: allow -a {blake2b,sha2,sha3} --check to work on base64Collin Funk-0/+51
2025-10-02tests: factor: add suggested large prime testsPádraig Brady-3/+11
2025-10-02unexpand: fix heap buffer overflow with --tabs=[+/]NUMPádraig Brady-0/+4
2025-09-30wc: add AVX512 function for line countingMathieu Bordere-2/+10
2025-09-26tests: test: ensure file operations are coveredPádraig Brady-0/+41
2025-09-24tail: fix tailing larger number of lines in regular filesHannes Braun-0/+29
2025-09-24tests: wc: fix hardware acceleration disabling testPádraig Brady-1/+1
2025-09-23basenc: --base58: fix buffer overflow with input > 15MBPádraig Brady-0/+28
2025-09-22tests: ls: avoid alignment check with non printable charactersPádraig Brady-0/+6
2025-09-22tests: du: avoid false failure in racy testPádraig Brady-4/+3
2025-09-21maint: comment spelling fixesPaul Eggert-1/+1
2025-09-21tests: fix OMP_NUM_THREADS misspellingPaul Eggert-1/+1
2025-09-21tests: avoid false failure on older Linux kernelsPádraig Brady-1/+3
2025-09-21tests: tail: avoid false failure with overlayfsPádraig Brady-0/+8
2025-09-20tests: fold: avoid false failures on Solaris 10Pádraig Brady-3/+8
2025-09-20tests: dd: avoid false failure on Solaris 10Pádraig Brady-1/+1
2025-09-20tests: avoid false failure on CentOS 5,6,7Pádraig Brady-1/+1
2025-09-19tests: env: skip a few tests if LD_LIBRARY_PATH is setCollin Funk-0/+23
2025-09-18tests: tail/overlay-headers.sh: protect against hangPádraig Brady-2/+2
2025-09-18tests: tests/tail/wait.sh: protect against hangPádraig Brady-1/+1
2025-09-17tests: write-errors.sh: avoid portability issue with dashPádraig Brady-2/+2
2025-09-17maint: STREQ → streqPaul Eggert-10/+4
2025-09-17tests: fix issues with fold-characters.sh testPádraig Brady-6/+1
2025-09-16fold: fix write error checks with invalid multi-byte inputPádraig Brady-3/+8
2025-09-16fold: exit promptly upon write errorsPádraig Brady-1/+3
2025-09-16tests: fold/fold-zero-width.sh: avoid false failure with ENOSPCPádraig Brady-5/+6
2025-09-15fold: fix out of bounds write with zero width charactersCollin Funk-0/+56
2025-09-14cksum,wc: support disabling hardware acceleration at runtimePádraig Brady-6/+52
2025-09-10maint: basenc: refactor all encodings to use finalizePádraig Brady-0/+29
2025-09-09nohup: avoid FORTIFY runtime failure on Bionic libcPádraig Brady-0/+20
2025-09-08basenc: ensure partial padding with newlines induces an errorPádraig Brady-2/+8
2025-09-07tests: ensure option aliases are supportedPádraig Brady-0/+62
2025-09-04tests: fold: check if multi-byte spaces are treated as blankCollin Funk-13/+26