uw                                       Tue, 22 Nov 2011 16:52:42 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=319691

Log:
Skipping with libmysql. If a documentation points to more or less unmaintained 
wiki contents, I take it as a request to stop testing a feature. Can't tell if 
I get false positive, hit a bug or not. This is not libmysql testing. Its PHP 
MySQL API testing.

Changed paths:
    U   php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_debug_append.phpt
    U   
php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_debug_control_string.phpt
    U   
php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_debug_mysqlnd_control_string.phpt
    U   php/php-src/branches/PHP_5_4/ext/mysqli/tests/mysqli_debug_append.phpt
    U   
php/php-src/branches/PHP_5_4/ext/mysqli/tests/mysqli_debug_control_string.phpt
    U   
php/php-src/branches/PHP_5_4/ext/mysqli/tests/mysqli_debug_mysqlnd_control_string.phpt
    U   php/php-src/trunk/ext/mysqli/tests/mysqli_debug_append.phpt
    U   php/php-src/trunk/ext/mysqli/tests/mysqli_debug_control_string.phpt
    U   
php/php-src/trunk/ext/mysqli/tests/mysqli_debug_mysqlnd_control_string.phpt

Modified: php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_debug_append.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_debug_append.phpt      
2011-11-22 16:38:06 UTC (rev 319690)
+++ php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_debug_append.phpt      
2011-11-22 16:52:42 UTC (rev 319691)
@@ -14,6 +14,9 @@

 if (defined('MYSQLI_DEBUG_TRACE_ENABLED') && !MYSQLI_DEBUG_TRACE_ENABLED)
        die("skip: debug functionality not enabled");
+
+if (!$IS_MYSQLND)
+       die("SKIP Libmysql feature not sufficiently spec'd in MySQL C API 
documentation");
 ?>
 --FILE--
 <?php

Modified: 
php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_debug_control_string.phpt
===================================================================
--- 
php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_debug_control_string.phpt  
    2011-11-22 16:38:06 UTC (rev 319690)
+++ 
php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_debug_control_string.phpt  
    2011-11-22 16:52:42 UTC (rev 319691)
@@ -14,6 +14,9 @@

 if (defined('MYSQLI_DEBUG_TRACE_ENABLED') && !MYSQLI_DEBUG_TRACE_ENABLED)
        die("skip: debug functionality not enabled");
+
+if (!$IS_MYSQLND)
+       die("SKIP Libmysql feature not sufficiently spec'd in MySQL C API 
documentation");
 ?>
 --FILE--
 <?php

Modified: 
php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_debug_mysqlnd_control_string.phpt
===================================================================
--- 
php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_debug_mysqlnd_control_string.phpt
      2011-11-22 16:38:06 UTC (rev 319690)
+++ 
php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_debug_mysqlnd_control_string.phpt
      2011-11-22 16:52:42 UTC (rev 319691)
@@ -14,6 +14,9 @@

 if (defined('MYSQLI_DEBUG_TRACE_ENABLED') && !MYSQLI_DEBUG_TRACE_ENABLED)
        die("skip: debug functionality not enabled");
+
+if (!$IS_MYSQLND)
+       die("SKIP Libmysql feature not sufficiently spec'd in MySQL C API 
documentation");
 ?>
 --FILE--
 <?php

Modified: php/php-src/branches/PHP_5_4/ext/mysqli/tests/mysqli_debug_append.phpt
===================================================================
--- php/php-src/branches/PHP_5_4/ext/mysqli/tests/mysqli_debug_append.phpt      
2011-11-22 16:38:06 UTC (rev 319690)
+++ php/php-src/branches/PHP_5_4/ext/mysqli/tests/mysqli_debug_append.phpt      
2011-11-22 16:52:42 UTC (rev 319691)
@@ -14,6 +14,9 @@

 if (defined('MYSQLI_DEBUG_TRACE_ENABLED') && !MYSQLI_DEBUG_TRACE_ENABLED)
        die("skip: debug functionality not enabled");
+
+if (!$IS_MYSQLND)
+       die("SKIP Libmysql feature not sufficiently spec'd in MySQL C API 
documentation");
 ?>
 --FILE--
 <?php

Modified: 
php/php-src/branches/PHP_5_4/ext/mysqli/tests/mysqli_debug_control_string.phpt
===================================================================
--- 
php/php-src/branches/PHP_5_4/ext/mysqli/tests/mysqli_debug_control_string.phpt  
    2011-11-22 16:38:06 UTC (rev 319690)
+++ 
php/php-src/branches/PHP_5_4/ext/mysqli/tests/mysqli_debug_control_string.phpt  
    2011-11-22 16:52:42 UTC (rev 319691)
@@ -14,6 +14,9 @@

 if (defined('MYSQLI_DEBUG_TRACE_ENABLED') && !MYSQLI_DEBUG_TRACE_ENABLED)
        die("skip: debug functionality not enabled");
+
+if (!$IS_MYSQLND)
+       die("SKIP Libmysql feature not sufficiently spec'd in MySQL C API 
documentation");
 ?>
 --FILE--
 <?php

Modified: 
php/php-src/branches/PHP_5_4/ext/mysqli/tests/mysqli_debug_mysqlnd_control_string.phpt
===================================================================
--- 
php/php-src/branches/PHP_5_4/ext/mysqli/tests/mysqli_debug_mysqlnd_control_string.phpt
      2011-11-22 16:38:06 UTC (rev 319690)
+++ 
php/php-src/branches/PHP_5_4/ext/mysqli/tests/mysqli_debug_mysqlnd_control_string.phpt
      2011-11-22 16:52:42 UTC (rev 319691)
@@ -14,6 +14,9 @@

 if (defined('MYSQLI_DEBUG_TRACE_ENABLED') && !MYSQLI_DEBUG_TRACE_ENABLED)
        die("skip: debug functionality not enabled");
+
+if (!$IS_MYSQLND)
+       die("SKIP Libmysql feature not sufficiently spec'd in MySQL C API 
documentation");
 ?>
 --FILE--
 <?php

Modified: php/php-src/trunk/ext/mysqli/tests/mysqli_debug_append.phpt
===================================================================
--- php/php-src/trunk/ext/mysqli/tests/mysqli_debug_append.phpt 2011-11-22 
16:38:06 UTC (rev 319690)
+++ php/php-src/trunk/ext/mysqli/tests/mysqli_debug_append.phpt 2011-11-22 
16:52:42 UTC (rev 319691)
@@ -14,6 +14,9 @@

 if (defined('MYSQLI_DEBUG_TRACE_ENABLED') && !MYSQLI_DEBUG_TRACE_ENABLED)
        die("skip: debug functionality not enabled");
+
+if (!$IS_MYSQLND)
+       die("SKIP Libmysql feature not sufficiently spec'd in MySQL C API 
documentation");
 ?>
 --FILE--
 <?php

Modified: php/php-src/trunk/ext/mysqli/tests/mysqli_debug_control_string.phpt
===================================================================
--- php/php-src/trunk/ext/mysqli/tests/mysqli_debug_control_string.phpt 
2011-11-22 16:38:06 UTC (rev 319690)
+++ php/php-src/trunk/ext/mysqli/tests/mysqli_debug_control_string.phpt 
2011-11-22 16:52:42 UTC (rev 319691)
@@ -14,6 +14,9 @@

 if (defined('MYSQLI_DEBUG_TRACE_ENABLED') && !MYSQLI_DEBUG_TRACE_ENABLED)
        die("skip: debug functionality not enabled");
+
+if (!$IS_MYSQLND)
+       die("SKIP Libmysql feature not sufficiently spec'd in MySQL C API 
documentation");
 ?>
 --FILE--
 <?php

Modified: 
php/php-src/trunk/ext/mysqli/tests/mysqli_debug_mysqlnd_control_string.phpt
===================================================================
--- php/php-src/trunk/ext/mysqli/tests/mysqli_debug_mysqlnd_control_string.phpt 
2011-11-22 16:38:06 UTC (rev 319690)
+++ php/php-src/trunk/ext/mysqli/tests/mysqli_debug_mysqlnd_control_string.phpt 
2011-11-22 16:52:42 UTC (rev 319691)
@@ -14,6 +14,9 @@

 if (defined('MYSQLI_DEBUG_TRACE_ENABLED') && !MYSQLI_DEBUG_TRACE_ENABLED)
        die("skip: debug functionality not enabled");
+
+if (!$IS_MYSQLND)
+       die("SKIP Libmysql feature not sufficiently spec'd in MySQL C API 
documentation");
 ?>
 --FILE--
 <?php

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to