summaryrefslogtreecommitdiffstats
path: root/tests/ts/colcrt
Commit message (Collapse)AuthorAgeFilesLines
* tests: check for timeout commandRuediger Meier2017-06-011-0/+1
| | | | Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
* colcrt: avoid the command getting hung [afl]Sami Kerola2016-04-132-1/+3
| | | | | | | Some inputs make getwc(3) not to progress file descriptor and neither to report EILSEQ. Detect such situation and skip the bad input. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* tests: add colcrt functional testsSami Kerola2016-02-023-0/+73
| | | | | | | | | Output formats are based on colcrt before recent asan fixes and magic constant replace, that are the commits ee24ab6f1..70e3fcf29. It seems the fixes caused unintentional, and not detected change to output format - which to me means colcrt has a regression that got to be part of release v2.27. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* tests: add colcrt regression testsSami Kerola2015-08-103-0/+34
Thanks to Alaa Mubaied for providing crash1 input file making colcrt to crash. The crash2 was generated using American Fuzzy Lop. Signed-off-by: Sami Kerola <kerolasa@iki.fi>