]> granicus.if.org Git - php/commitdiff
Add missing skip keyword in tests
authorFabien Villepinte <fabien.villepinte@gmail.com>
Tue, 1 Oct 2019 08:59:40 +0000 (10:59 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Tue, 1 Oct 2019 09:13:36 +0000 (11:13 +0200)
ext/gd/tests/bug77198_auto.phpt
ext/gd/tests/bug77198_threshold.phpt
ext/gd/tests/bug77200.phpt
ext/snmp/tests/snmp_set_enum_print.phpt
ext/snmp/tests/snmp_set_oid_output_format.phpt
ext/standard/tests/file/windows_mb_path/recursive_it.phpt

index d06f2be66381af340ae1d94a5edc5d02fb0c56a0..b010f974839064ab12f73bf3578d0ee6520f56e0 100644 (file)
@@ -3,7 +3,7 @@ Bug #77198 (auto cropping has insufficient precision)
 --SKIPIF--
 <?php
 if (!extension_loaded('gd')) die('skip gd extension not available');
-if (!GD_BUNDLED) die('upstream bugfix has not been released');
+if (!GD_BUNDLED) die('skip upstream bugfix has not been released');
 ?>
 --FILE--
 <?php
index fd03660c84dd1febea2e1dee239e3f668778a564..a7135ee07ee78bd66c4abd596819aa5160ae0e3a 100644 (file)
@@ -3,7 +3,7 @@ Bug #77198 (threshold cropping has insufficient precision)
 --SKIPIF--
 <?php
 if (!extension_loaded('gd')) die('skip gd extension not available');
-if (!GD_BUNDLED) die('upstream bugfix has not been released');
+if (!GD_BUNDLED) die('skip upstream bugfix has not been released');
 ?>
 --FILE--
 <?php
index 704b1796e71829c132d6d86e254eb92eeb6d523e..99d8efb5508d8a8f319ccabc4c86d500f7d89383 100644 (file)
@@ -3,7 +3,7 @@ Bug #77200 (imagecropauto(…, GD_CROP_SIDES) crops left but not right)
 --SKIPIF--
 <?php
 if (!extension_loaded('gd')) die('skip gd extension not available');
-if (!GD_BUNDLED) die('upstream bugfix has not been released');
+if (!GD_BUNDLED) die('skip upstream bugfix has not been released');
 ?>
 --FILE--
 <?php
index 6f8dcce1c2d14f4cd157d4cb39b7bbaa0eead1d8..cfc5c171d6c9f7ccbc86c246e54a6770075ab60f 100644 (file)
@@ -5,7 +5,7 @@ Olivier Doucet
 --SKIPIF--
 <?php
 require_once(dirname(__FILE__).'/skipif.inc');
-if (!function_exists('snmp_set_enum_print')) die('This function is only available if using NET_SNMP');
+if (!function_exists('snmp_set_enum_print')) die('skip This function is only available if using NET_SNMP');
 ?>
 --FILE--
 <?php
index 06c2240a782667a680b23f07f67f78bacd380d8b..7aef2c4489569a64ce6d5597e74625289a1a969e 100644 (file)
@@ -5,7 +5,7 @@ Olivier Doucet
 --SKIPIF--
 <?php
 require_once(dirname(__FILE__).'/skipif.inc');
-if (!function_exists('snmp_set_oid_output_format')) die('This function is only available if using NET_SNMP');
+if (!function_exists('snmp_set_oid_output_format')) die('skip This function is only available if using NET_SNMP');
 ?>
 --FILE--
 <?php
index 19c08a38c24b98680388c9794085e57fc6f37780..d2514bdb651a0a12af422d11b574e8f0df5c2029 100644 (file)
@@ -6,7 +6,7 @@ include dirname(__FILE__) . DIRECTORY_SEPARATOR . "util.inc";
 
 skip_if_not_win();
 
-if (strlen(dirname(__FILE__)) > 259) die("Unsuitable starting path length");
+if (strlen(dirname(__FILE__)) > 259) die("skip Unsuitable starting path length");
 ?>
 --FILE--
 <?php