- Timestamp:
- 09/15/2025 07:15:41 PM (11 months ago)
- Location:
- branches/6.8
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
tests/phpunit/tests/image/editorImagick.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.8
- Property svn:mergeinfo changed
/trunk merged: 60735-60736
- Property svn:mergeinfo changed
-
branches/6.8/tests/phpunit/tests/image/editorImagick.php
r60030 r60744 702 702 * 703 703 * @ticket 62285 704 * 705 * Temporarily disabled until we can figure out why it fails on the Trixie based PHP container. 706 * See https://core.trac.wordpress.org/ticket/63932. 707 * @requires PHP < 8.3 704 708 */ 705 709 public function test_image_max_bit_depth() { … … 774 778 public function test_resizes_are_small_for_16bit_images( $file ) { 775 779 780 // Temporarily disabled. See https://core.trac.wordpress.org/ticket/63932. 781 if ( DIR_TESTDATA . '/images/png-tests/test8.png' === $file ) { 782 $version = Imagick::getVersion(); 783 if ( $version['versionNumber'] >= 0x700 ) { 784 $this->markTestSkipped( 'ImageMagick 7 is unable to optimize grayscale images with 1-bit transparency.' ); 785 } 786 } 787 776 788 $temp_file = DIR_TESTDATA . '/images/test-temp.png'; 777 789
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)