summaryrefslogtreecommitdiff
path: root/ext/gd/tests/bug47946.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/tests/bug47946.phpt')
-rw-r--r--ext/gd/tests/bug47946.phpt4
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/gd/tests/bug47946.phpt b/ext/gd/tests/bug47946.phpt
index aeea7fb324..c329094863 100644
--- a/ext/gd/tests/bug47946.phpt
+++ b/ext/gd/tests/bug47946.phpt
@@ -1,11 +1,9 @@
--TEST--
Bug #47946 (ImageConvolution overwrites background)
---DESCRIPTION--
-The expected image has black pixel artifacts, what is another issue, though
-(perhaps #40158).
--SKIPIF--
<?php
if (!extension_loaded('gd')) die('skip gd extension not available');
+if (!GD_BUNDLED && version_compare(GD_VERSION, '2.2.5', '<=')) die('skip upstream fix not yet released');
?>
--FILE--
<?php