1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 18:23:26 +02:00
Commit Graph

134 Commits

Author SHA1 Message Date
Raphael Geissert cf711f6ee8 Properly skip tests that require the bundled gd lib when the external is used 2010-03-11 05:49:50 +00:00
Takeshi Abe e03c60f064 fix libgd FS100 (spurious horizontal line drawn by gdImageFilledPolygon) 2010-01-20 09:39:06 +00:00
Takeshi Abe cadb49463c imagepolygon() and imagefilledpolygon() does not allow negative number of points causing invalid allocation 2010-01-14 11:11:56 +00:00
Takeshi Abe 9a73e1c2bf Bug #49600 (imageTTFText text shifted right)
- fix difference of horizontal position between imagettftext() and imagettfbbox()
2010-01-08 12:18:52 +00:00
Pierre Joye 6e1f999423 - check max colors while loading gd2 palette image (patch by Tomas Hoger) 2009-10-12 10:01:37 +00:00
Felipe Pena c5449ae3c1 - Fixed tests 2009-09-26 16:54:08 +00:00
andy wharmby 1690a26b60 Fix SKIPIF sections 2009-09-15 21:44:08 +00:00
Zoe Slattery 157453148a More tests from 2009 testfest 2009-08-28 14:31:19 +00:00
Zoe Slattery 7effcd5f6c Test from 2009 testfest 2009-08-26 17:17:58 +00:00
Rafael Machado Dohms 0410d21364 Adding tests for imagecolorallocatealpha 2009-08-24 02:50:19 +00:00
Kalle Sommer Nielsen 4bd13ad92a Test case for bug #42434 2009-07-30 03:54:27 +00:00
Jani Taskinen 527d06032d - Skip some tests in 32bit systems, add cleanups where missing 2009-07-28 19:16:02 +00:00
Takeshi Abe 2d2f18dedc fixed #48732 (TTF Bounding box wrong for letters below baseline) and #48801 (Problem with imagettfbbox) 2009-07-27 15:02:15 +00:00
Rafael Machado Dohms 74e4637e38 Adding tests for imagesetthickness, basic and errors for both params, and complementing imagetruecolortopalette with out of bound params 2009-07-24 03:06:05 +00:00
Rafael Machado Dohms 75550d8aae Removing deprecated test replaced by individual tests for imageistruecolor and imagetruecolortopalette 2009-07-20 03:48:55 +00:00
Rafael Machado Dohms bc342035ca Separating and complementing imageistruecolor and imagetruecolortopalette tests 2009-07-20 03:47:29 +00:00
Rafael Machado Dohms eb33cd0070 Adjusting tests to use EXPECTF (faster testing) and adjusting 5_2 version to lack of parameter validation 2009-07-19 22:16:35 +00:00
Rafael Machado Dohms 4c0885dcd8 Adding tests for imagecreatetruecolor for PHP_5_2 and trunk 2009-07-19 01:44:19 +00:00
andy wharmby 62945b541a Fix test 2009-07-09 11:45:37 +00:00
Felipe Pena 9d6c4888bc - Fixed tests 2009-07-01 12:02:45 +00:00
Felipe Pena 9c916aa98c - Fixed tests 2009-07-01 02:32:10 +00:00
Felipe Pena 51b78f6306 - New tests (SaoPaulo UG testfest) 2009-07-01 00:51:26 +00:00
Takeshi Abe 8990a91fd7 fixed bug #48555 (ImageFTBBox() differs from previous versions for texts with new lines) 2009-06-21 05:59:25 +00:00
Takeshi Abe cd31aa574b MFB: #43073, TrueType bounding box is wrong for angle<>0 2009-03-25 16:15:18 +00:00
Takeshi Abe 7d91684a11 fix test to follow #47757 2009-03-25 15:25:05 +00:00
Takeshi Abe 27cf6d587f Fixed libgd #186 (Tiling true colour with palette image does not work) 2009-03-18 15:29:56 +00:00
Scott MacVicar 43842949b7 Fix bug #47359 - Use the official unofficial mimetype for bmp files, this stops IE from getting confused. 2009-03-17 03:25:44 +00:00
Takeshi Abe c1b257fc45 Fixed bug #45799 (imagepng() crashes on empty image) 2009-03-14 16:06:57 +00:00
andy wharmby 9539c83095 New image tests. Tested on Windows, LInux and Linux 64 bit 2009-01-22 13:27:33 +00:00
Takeshi Abe a98959be35 fixed the bug of libgd #191 (A circle becomes square) 2009-01-19 15:41:15 +00:00
Kalle Sommer Nielsen 02dffc868b Change optional parameter for IMG_FILTER_PIXELATE to be a boolean 2009-01-15 07:55:18 +00:00
Takeshi Abe 1b9910b645 added pixelate filter. 2009-01-14 18:57:51 +00:00
Antony Dovgal 8eee656594 fix test 2009-01-10 22:46:57 +00:00
Scott MacVicar 29ab16ee67 Fix segfault and potential security issue in imagerotate(). 2008-12-10 13:30:12 +00:00
Felipe Pena ebb28b484a - Fixed test 2008-08-04 18:26:15 +00:00
Antony Dovgal 2560c18bf6 fix tests 2008-07-30 09:57:55 +00:00
Kalle Sommer Nielsen a00f7db067 Add test for imagecolorclosesthwb() 2008-07-30 04:35:21 +00:00
Kalle Sommer Nielsen 73558cf334 MFB: Add test case for #44849 2008-07-30 01:38:37 +00:00
Jani Taskinen a1981bf2d8 - Cleanup after test 2008-07-25 09:10:02 +00:00
Pierre Joye a883ec0aca - MFB: fix crash when some crafted font are given 2008-07-17 23:28:11 +00:00
Antony Dovgal 0830b0026d cleanup on test failure 2008-07-01 11:20:15 +00:00
Zoe Slattery 3b99caaa7d Test committed for felixdv 2008-06-16 19:23:43 +00:00
Zoe Slattery de67854ff7 Commited for Sanjay, reviewed by Pierre. Testfest task 5. 2008-06-13 15:59:31 +00:00
Zoe Slattery d88bbe3434 Commited for Sanjay, reviewed by Pierre. Testfest task 79. 2008-06-13 13:51:22 +00:00
Felipe Pena 7504d57043 - Fixed tests (unicode results, UEXPECT, line endings) 2008-06-13 00:18:57 +00:00
Zoe Slattery bc84bcc19c Written by Sanjay Mantoor and reviewed by Pierre. 2008-06-10 18:31:37 +00:00
Steph Fox 4be7f4aecd - killed off UEXPECT
- com_dotnet gets a .cvsignore
- Ulf will take care of mysql extensions, rest complete
2008-05-27 18:16:04 +00:00
Robert Nicholson 6da9b239aa - a few more gd tests (committed on behalf of andy wharmby) 2008-02-01 16:32:37 +00:00
Mattias Bengtsson a074d094a2 -MFB, Right filename 2007-11-05 01:14:44 +00:00
Mattias Bengtsson 7e0ca9e1d7 -MFB, Fixed Bug #43121 (gdImageFill with IMG_COLOR_TILED crashes httpd) 2007-11-04 23:57:07 +00:00