summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix #847: enable back GD_BICUBIC* interpolation methodsCyprien Nicolas2023-01-254-1/+16
* Some fixes for MINGW (#828)مهدي شينون (Mehdi Chinoune)2022-04-151-0/+1
* partial #818, fix again that logic. I need to find something more generic and...Pierre Joye2022-02-011-4/+4
* Bug/818 (#821)Pierre Joye2022-02-013-12/+37
* Bug/818 (#820)Pierre Joye2022-02-012-9/+12
* Fix tests based on coverity reports (#819)Pierre Joye2022-02-019-34/+57
* #797 possible leak on png error, returns from setjmp lost the row_poi… (#802)Pierre Joye2022-01-234-0/+39
* #788 fix bug in HEIF usage, stride is require (#801)Pierre Joye2022-01-223-0/+44
* docs: Fix a few typosTim Gates2021-09-231-1/+1
* Fix #764 prevent crash in test code when AVIF encode/decode fails, fix memory...bug/764Pierre Joye2021-09-142-32/+8
* Merge from 2.3Pierre Joye2021-09-111-3/+3
* merge conflictPierre Joye2021-09-101-1/+1
|\
| * Stricter typing in test caseChristoph M. Becker2021-09-051-1/+1
* | fix warningPierre Joye2021-09-102-1/+3
|/
* Fix #320, should not convert the source to palettebug/320Pierre Joye2021-09-012-0/+25
* Merge pull request #747 from libgd/features/mingw-ciPierre Joye2021-09-014-84/+163
|\
| * disable these two on Graviton2, specific during runs it seems. Building&Runni...Pierre Joye2021-08-302-2/+4
| * typoPierre Joye2021-08-291-1/+1
| * restore logicPierre Joye2021-08-291-3/+2
| * let debug this on CIPierre Joye2021-08-281-0/+4
| * too early returnPierre Joye2021-08-281-3/+1
| * windows logicPierre Joye2021-08-281-1/+1
| * don't attempt to create it, fall back to /tmp on linux/mingw likePierre Joye2021-08-281-7/+3
| * fix linux variants mkdstempPierre Joye2021-08-281-3/+3
| * fix windows buildPierre Joye2021-08-281-4/+3
| * fix linux/macos buildPierre Joye2021-08-281-0/+4
| * Skip those on Mingw 32bit, rounding issues only on these enviromnents, won't ...Pierre Joye2021-08-282-1/+8
| * don't use gdTestAssert in these functions, we are not testing them. Proper nu...Pierre Joye2021-08-281-18/+78
| * for the tests, it seems mingw can fail too often to find/create the tmpidr, l...Pierre Joye2021-08-281-7/+6
| * MINGW32 or MINGW64Pierre Joye2021-08-281-1/+1
| * Mingw support, and refactor a bit gdTest on Windows, simplifiesPierre Joye2021-08-271-63/+74
* | Merge pull request #736 from libgd/bug/415Pierre Joye2021-08-312-0/+28
|\ \ | |/ |/|
| * fix #415, the same is needed in the other section, add testbug/415Pierre Joye2021-08-252-0/+28
* | Merge pull request #737 from libgd/bug/405Pierre Joye2021-08-271-1/+7
|\ \
| * | fix testPierre Joye2021-08-251-1/+1
| * | left overPierre Joye2021-08-251-2/+0
| * | Fix #405, -1 aims to reset the transparent color; refactor a bit; add test to...Pierre Joye2021-08-251-1/+9
| |/
* | skip on Windows, no X11 to initializePierre Joye2021-08-271-1/+2
* | 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