summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* extend icon test corpus with a set generated with AFLVincent Sanders2016-08-23218-0/+4
* update icon decoding test to allow for output file on commandlineVincent Sanders2016-08-232-104/+108
* cope with bmp headers close to UINT32_MAXVincent Sanders2016-08-222-0/+0
* force image size comparison type to be long longVincent Sanders2016-08-211-1/+1
* limit maximum size of image the test tool will allow to be createdVincent Sanders2016-08-211-89/+93
* add simple netsurf bitmapVincent Sanders2016-08-211-0/+0
* allow the bmp decode test program to take a filename for the outputVincent Sanders2016-08-211-24/+41
* add previously failing icon with transparancy as testVincent Sanders2016-08-193-2/+9
* allow icons with transparaency to be saved in P7 formatVincent Sanders2016-08-191-133/+182
* fix test runner icon image selectionVincent Sanders2016-08-141-1/+1
* generate output ppm if the decode was incompleteVincent Sanders2016-08-142-129/+132
* Add AFL demo bitmap and icon corpus to unit testsVincent Sanders2016-08-13968-1/+21
* Improve test runner and prevent generation of excessively large outputVincent Sanders2016-08-122-10/+70
* add tests for problematic bitmapsVincent Sanders2016-08-112-0/+7
* Range check colour table accesses.John-Mark Bell2015-11-201-0/+0
* Fix pixels_left calculation in RLE decoding.John-Mark Bell2015-11-201-0/+0
* test decoding of ico filesVincent Sanders2015-09-021-3/+3
* add decode test suiteVincent Sanders2015-09-0149-0/+570