summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* TEST: Style: Fix whitespace.Michael Drake2021-11-241-190/+182
|
* GIF: Unify insufficient data error codes.Michael Drake2021-11-191-3/+0
| | | | | | | | | | | | | | | There is no difference in what the client needs to do. If there are displayable frames, they can display them. Otherwise more data is needed. Internally only `GIF_INSUFFICIENT_DATA` is used now. To remove the `GIF_INSUFFICIENT_FRAME_DATA` could make existing client applications fail to compile, so it is left as an alias to the same value. At some point the API will be changed drastically, but for now I want existing applications to still build.
* test: Print filename of any gif that errors.Michael Drake2021-09-241-0/+1
|
* test decode: Skip frames that are not meant for display.Michael Drake2021-04-051-0/+4
|
* Clean up in test suite to satisfy sanitizersDaniel Silverstone2018-07-281-0/+2
|
* Test tool: Add option to disable output.Michael Drake2017-04-031-25/+41
|
* Add AFL derived test vectorsVincent Sanders2016-08-26283-3/+59
|
* improve gif test decoder to limit image size and output to fileVincent Sanders2016-08-231-161/+178
|
* Ensure code is valid before use.John-Mark Bell2015-11-211-0/+0
| | | | Issue-reported-by: Hans Jerry Illikainen
* Ensure LZW decode stack does not overflow.John-Mark Bell2015-11-211-0/+0
| | | | Issue-reported-by: Hans Jerry Illikainen
* add a basic decode testVincent Sanders2015-09-014-0/+236