summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* return 0 on successbug/402Pierre Joye2021-08-261-3/+3
* Fix #402, negative determinant fails, only 0 or not finite should failPierre Joye2021-08-263-0/+36
* Merge pull request #636 from willson-chen/mv_gd_color_map_test_to_testsPierre Joye2021-08-266-0/+37
|\
| * Move src/gd_color_map_test.c to testswillson-chen2020-05-066-0/+37
* | #661, restore correct clamping, fixing alpha artifacts (these ones are the mo...Pierre Joye2021-08-243-0/+0
* | let see which one failed herePierre Joye2021-08-201-7/+12
* | not usedPierre Joye2021-08-171-1/+1
* | fix leaks in tests and extend a bit the timeout for ASAN modePierre Joye2021-08-135-5/+7
* | WebP: Fix memory leak in test and avoid possible memory leak if size is not c...Pierre Joye2021-08-131-2/+7
* | Clean formatting.Adam Silverstein2021-05-051-43/+41
* | Merge branch 'master' into webp-losslessAdam Silverstein2021-05-05309-723/+3858
|\ \
| * | fix #655 relax test when libraqm is usedRemi Collet2021-03-181-1/+1
| * | Permit compilation with libheif version 1.7.0 (#686)Martin Reboredo2021-03-161-0/+3
| * | add missing image for heif testRemi Collet2021-03-161-1/+2
| * | avif: simplify tests with gdtest helpersMike Frysinger2021-03-062-39/+16
| * | avif: add test images to distMike Frysinger2021-03-061-1/+9
| * | HEIF codecs check in test suite (#676)Martin Reboredo2021-03-062-0/+10
| * | avif: fix build warnings in new codeMike Frysinger2021-03-041-2/+2
| * | AVIF support (#671)Ben Morss2021-03-0318-0/+337
| * | revert unneeded test change in previous commitMike Frysinger2021-03-031-6/+0
| * | Allow GIFs missing both Global and Local Colormaps to still decode (#494)az66672021-03-036-0/+35
| * | HEIF support through libheif (#670)Martin Reboredo2021-03-0212-1/+180
| * | scripts: clean up various shellcheck warningsMike Frysinger2021-02-081-7/+6
| * | tests/gdimageline/gdimageline_bug5: add im null judgement (#624)wilson chen2020-05-201-0/+6
| |/
| * Fix #615: gdImageStringFT() fails for empty strings as of libgd 2.3.0 (#633)Christoph M. Becker2020-05-054-0/+28
| * Improve test cases for gdImageString16 and gdImageStringUp16 (#625)wilson chen2020-04-152-8/+4
| * Fixed test case build configure error in issue #626wilson chen2020-04-131-1/+3
| * tests/gdtest/CMakeLists.txt: include readdir.c under win (#520)wilson chen2020-04-011-1/+5
| * Fix two build configure errors in tests (#616)wilson chen2020-03-283-2/+11
| * Fixed #596: gdTransformAffineCopy run errorwilson chen2020-03-216-2/+47
| * Fix some memory leakage in test caseswilson chen2020-03-213-1/+9
| * tests/gif/bug00006.c: fix memory leakagewilson chen2020-03-171-0/+1
| * add testcase for gdimagesquaretocircle()wilson chen2020-03-087-0/+48
| * Add testcase for gdimagecompare()wilson chen2020-03-076-0/+68
| * add testcase for gdimagecreatefromgd2partwilson chen2020-02-264-0/+38
| * Fix #301: brect boundswilson chen2020-02-251-16/+16
| * Fixed #169: update var type to hold bigger w&h for ellipse (#565)wilson chen2020-02-0912-0/+66
| * add testcase gdImageCopyResizedwilson chen2020-01-237-0/+53
| * Fix #586: gdTransformAffineCopy() segfaults on palette imagesChristoph M. Becker2020-01-054-1/+30
| * Fix #585: gdTransformAffineCopy() changes interpolation methodChristoph M. Becker2020-01-044-1/+37
| * Remove trailing whitespaceChristoph M. Becker2020-01-041-1/+1
| * Fix #584: gdImageSetInterpolationMethod(im, GD_DEFAULT) inconsistentChristoph M. Becker2020-01-046-0/+44
| * Fix #583: gdTransformAffineCopy() may use unitialized valuesChristoph M. Becker2020-01-046-0/+43
| * add testcase for gdImageWebpExwilson chen2020-01-044-1/+30
| * tests: Correct some test depend errorswilson chen2020-01-0231-89/+28
| * add testcase for gdimagecreatefromgd2partptrwilson chen2019-12-244-0/+62
| * Fix potential NULL pointer dereference in gdImageClone()Fábio Cabral Pacheco2019-12-204-1/+34
| * Fix #497: gdImageColorMatch Out Of Bounds Write on Heap (CVE-2019-6977)wilson chen2019-12-204-0/+28
| * Fixed #369: fix new_a init error in gdImageConvolution()willson-chen2019-12-134-0/+34
| * add testcase for gdImageColorClosestHWBwillson-chen2019-11-286-0/+43