tony2001                Thu Apr 26 23:30:00 2007 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src/ext/filter/tests   010.phpt 011.phpt bug7715.phpt 
    /php-src/ext/json/tests     bug40503.phpt pass001.1.phpt pass001.phpt 
    /php-src/ext/reflection/tests       bug29986.phpt 
    /php-src/ext/standard/tests/array   array_sum.phpt bug41121.phpt 
    /php-src/ext/standard/tests/file    disk.phpt 
    /php-src/ext/standard/tests/math    constants.phpt hexdec.phpt 
    /php-src/ext/standard/tests/serialize       bug31442.phpt 
    /php-src/ext/standard/tests/strings printf.phpt ucfirst.phpt 
  Log:
  fix tests
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/filter/tests/010.phpt?r1=1.4.2.7&r2=1.4.2.8&diff_format=u
Index: php-src/ext/filter/tests/010.phpt
diff -u php-src/ext/filter/tests/010.phpt:1.4.2.7 
php-src/ext/filter/tests/010.phpt:1.4.2.8
--- php-src/ext/filter/tests/010.phpt:1.4.2.7   Tue Dec 19 14:16:23 2006
+++ php-src/ext/filter/tests/010.phpt   Thu Apr 26 23:30:00 2007
@@ -1,5 +1,7 @@
 --TEST--
 filter_var()
+--INI--
+precision=14
 --SKIPIF--
 <?php if (!extension_loaded("filter")) die("skip"); ?>
 --FILE--
http://cvs.php.net/viewvc.cgi/php-src/ext/filter/tests/011.phpt?r1=1.2.2.5&r2=1.2.2.6&diff_format=u
Index: php-src/ext/filter/tests/011.phpt
diff -u php-src/ext/filter/tests/011.phpt:1.2.2.5 
php-src/ext/filter/tests/011.phpt:1.2.2.6
--- php-src/ext/filter/tests/011.phpt:1.2.2.5   Wed Apr 18 07:55:52 2007
+++ php-src/ext/filter/tests/011.phpt   Thu Apr 26 23:30:00 2007
@@ -1,5 +1,7 @@
 --TEST--
 input_get()
+--INI--
+precision=14
 --SKIPIF--
 <?php if (!extension_loaded("filter")) die("skip"); ?>
 --GET--
http://cvs.php.net/viewvc.cgi/php-src/ext/filter/tests/bug7715.phpt?r1=1.1.2.4&r2=1.1.2.5&diff_format=u
Index: php-src/ext/filter/tests/bug7715.phpt
diff -u php-src/ext/filter/tests/bug7715.phpt:1.1.2.4 
php-src/ext/filter/tests/bug7715.phpt:1.1.2.5
--- php-src/ext/filter/tests/bug7715.phpt:1.1.2.4       Fri Apr 20 08:00:52 2007
+++ php-src/ext/filter/tests/bug7715.phpt       Thu Apr 26 23:30:00 2007
@@ -1,5 +1,7 @@
 --TEST--
 bug 7715, floats value with integer or incomplete input
+--INI--
+precision=14
 --SKIPIF--
 <?php if (!extension_loaded("filter")) die("skip"); ?>
 --FILE--
http://cvs.php.net/viewvc.cgi/php-src/ext/json/tests/bug40503.phpt?r1=1.1.2.1&r2=1.1.2.2&diff_format=u
Index: php-src/ext/json/tests/bug40503.phpt
diff -u php-src/ext/json/tests/bug40503.phpt:1.1.2.1 
php-src/ext/json/tests/bug40503.phpt:1.1.2.2
--- php-src/ext/json/tests/bug40503.phpt:1.1.2.1        Sun Feb 18 16:54:59 2007
+++ php-src/ext/json/tests/bug40503.phpt        Thu Apr 26 23:30:00 2007
@@ -1,5 +1,7 @@
 --TEST--
 Bug #40503 (json_encode() value corruption on 32bit systems with overflown 
values)
+--INI--
+precision=14
 --SKIPIF--
 <?php if (!extension_loaded("json")) print "skip"; ?>
 --FILE--
http://cvs.php.net/viewvc.cgi/php-src/ext/json/tests/pass001.1.phpt?r1=1.3.2.3&r2=1.3.2.4&diff_format=u
Index: php-src/ext/json/tests/pass001.1.phpt
diff -u php-src/ext/json/tests/pass001.1.phpt:1.3.2.3 
php-src/ext/json/tests/pass001.1.phpt:1.3.2.4
--- php-src/ext/json/tests/pass001.1.phpt:1.3.2.3       Fri Apr 20 10:16:46 2007
+++ php-src/ext/json/tests/pass001.1.phpt       Thu Apr 26 23:30:00 2007
@@ -1,5 +1,7 @@
 --TEST--
 JSON (http://www.crockford.com/JSON/JSON_checker/test/pass1.json)
+--INI--
+precision=14
 --SKIPIF--
 <?php
   if (!extension_loaded('json')) die('skip: json extension not available');
http://cvs.php.net/viewvc.cgi/php-src/ext/json/tests/pass001.phpt?r1=1.1.2.1&r2=1.1.2.2&diff_format=u
Index: php-src/ext/json/tests/pass001.phpt
diff -u php-src/ext/json/tests/pass001.phpt:1.1.2.1 
php-src/ext/json/tests/pass001.phpt:1.1.2.2
--- php-src/ext/json/tests/pass001.phpt:1.1.2.1 Mon Aug  7 23:28:05 2006
+++ php-src/ext/json/tests/pass001.phpt Thu Apr 26 23:30:00 2007
@@ -1,5 +1,7 @@
 --TEST--
 JSON (http://www.crockford.com/JSON/JSON_checker/test/pass1.json)
+--INI--
+precision=14
 --SKIPIF--
 <?php
   if (!extension_loaded('json')) die('skip: json extension not available');
http://cvs.php.net/viewvc.cgi/php-src/ext/reflection/tests/bug29986.phpt?r1=1.1.2.4.2.1&r2=1.1.2.4.2.2&diff_format=u
Index: php-src/ext/reflection/tests/bug29986.phpt
diff -u php-src/ext/reflection/tests/bug29986.phpt:1.1.2.4.2.1 
php-src/ext/reflection/tests/bug29986.phpt:1.1.2.4.2.2
--- php-src/ext/reflection/tests/bug29986.phpt:1.1.2.4.2.1      Tue Sep 12 
10:42:32 2006
+++ php-src/ext/reflection/tests/bug29986.phpt  Thu Apr 26 23:30:00 2007
@@ -1,5 +1,7 @@
 --TEST--
 Reflection Bug #29986 (Class constants won't work with predefined constants 
when using ReflectionClass)
+--INI--
+precision=14
 --SKIPIF--
 <?php extension_loaded('reflection') or die('skip'); ?>
 --FILE--
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/array/array_sum.phpt?r1=1.5.4.1&r2=1.5.4.2&diff_format=u
Index: php-src/ext/standard/tests/array/array_sum.phpt
diff -u php-src/ext/standard/tests/array/array_sum.phpt:1.5.4.1 
php-src/ext/standard/tests/array/array_sum.phpt:1.5.4.2
--- php-src/ext/standard/tests/array/array_sum.phpt:1.5.4.1     Mon Dec 25 
21:07:53 2006
+++ php-src/ext/standard/tests/array/array_sum.phpt     Thu Apr 26 23:30:00 2007
@@ -1,6 +1,7 @@
 --TEST--
 Test array_sum()
 --INI--
+precision=14
 memory_limit=128M
 --FILE--
 <?php
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/array/bug41121.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u
Index: php-src/ext/standard/tests/array/bug41121.phpt
diff -u php-src/ext/standard/tests/array/bug41121.phpt:1.1.2.2 
php-src/ext/standard/tests/array/bug41121.phpt:1.1.2.3
--- php-src/ext/standard/tests/array/bug41121.phpt:1.1.2.2      Fri Apr 20 
16:14:37 2007
+++ php-src/ext/standard/tests/array/bug41121.phpt      Thu Apr 26 23:30:00 2007
@@ -1,5 +1,7 @@
 --TEST--
 Bug #41121 (range() overflow handling for large numbers on 32bit machines)
+--INI--
+precision=14
 --SKIPIF--
 <?php if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); 
?>
 --FILE--
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/disk.phpt?r1=1.1.2.3&r2=1.1.2.4&diff_format=u
Index: php-src/ext/standard/tests/file/disk.phpt
diff -u php-src/ext/standard/tests/file/disk.phpt:1.1.2.3 
php-src/ext/standard/tests/file/disk.phpt:1.1.2.4
--- php-src/ext/standard/tests/file/disk.phpt:1.1.2.3   Mon Apr  9 20:07:25 2007
+++ php-src/ext/standard/tests/file/disk.phpt   Thu Apr 26 23:30:00 2007
@@ -1,5 +1,7 @@
 --TEST--
 disk_total_space() and disk_free_space() tests
+--INI--
+precision=14
 --SKIPIF--
 <?php
 if (substr(PHP_OS, 0, 3) == 'WIN') {
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/math/constants.phpt?r1=1.1.2.3&r2=1.1.2.4&diff_format=u
Index: php-src/ext/standard/tests/math/constants.phpt
diff -u php-src/ext/standard/tests/math/constants.phpt:1.1.2.3 
php-src/ext/standard/tests/math/constants.phpt:1.1.2.4
--- php-src/ext/standard/tests/math/constants.phpt:1.1.2.3      Sun Oct 15 
13:43:45 2006
+++ php-src/ext/standard/tests/math/constants.phpt      Thu Apr 26 23:30:00 2007
@@ -1,5 +1,7 @@
 --TEST--
 Math constants
+--INI--
+precision=14
 --FILE--
 <?php
 $constants = array(
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/math/hexdec.phpt?r1=1.3&r2=1.3.6.1&diff_format=u
Index: php-src/ext/standard/tests/math/hexdec.phpt
diff -u php-src/ext/standard/tests/math/hexdec.phpt:1.3 
php-src/ext/standard/tests/math/hexdec.phpt:1.3.6.1
--- php-src/ext/standard/tests/math/hexdec.phpt:1.3     Sun Nov 17 09:27:48 2002
+++ php-src/ext/standard/tests/math/hexdec.phpt Thu Apr 26 23:30:00 2007
@@ -1,5 +1,7 @@
 --TEST--
 overflow check for _php_math_basetozval
+--INI--
+precision=14
 --FILE--
 <?php
 
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/serialize/bug31442.phpt?r1=1.1&r2=1.1.4.1&diff_format=u
Index: php-src/ext/standard/tests/serialize/bug31442.phpt
diff -u php-src/ext/standard/tests/serialize/bug31442.phpt:1.1 
php-src/ext/standard/tests/serialize/bug31442.phpt:1.1.4.1
--- php-src/ext/standard/tests/serialize/bug31442.phpt:1.1      Sat Jan  8 
13:47:05 2005
+++ php-src/ext/standard/tests/serialize/bug31442.phpt  Thu Apr 26 23:30:00 2007
@@ -1,5 +1,7 @@
 --TEST--
 Bug #31442 (unserialize broken on 64-bit systems)
+--INI--
+precision=14
 --FILE--
 <?php
 echo unserialize(serialize(2147483648));
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/printf.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u
Index: php-src/ext/standard/tests/strings/printf.phpt
diff -u php-src/ext/standard/tests/strings/printf.phpt:1.1.2.2 
php-src/ext/standard/tests/strings/printf.phpt:1.1.2.3
--- php-src/ext/standard/tests/strings/printf.phpt:1.1.2.2      Mon Apr  2 
15:02:02 2007
+++ php-src/ext/standard/tests/strings/printf.phpt      Thu Apr 26 23:30:00 2007
@@ -1,5 +1,7 @@
 --TEST--
 Test printf() function (32bit)
+--INI--
+precision=14
 --SKIPIF--
 <?php
 if (PHP_INT_MAX > 2147483647) {
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/ucfirst.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u
Index: php-src/ext/standard/tests/strings/ucfirst.phpt
diff -u php-src/ext/standard/tests/strings/ucfirst.phpt:1.1.2.2 
php-src/ext/standard/tests/strings/ucfirst.phpt:1.1.2.3
--- php-src/ext/standard/tests/strings/ucfirst.phpt:1.1.2.2     Wed Mar 28 
09:38:30 2007
+++ php-src/ext/standard/tests/strings/ucfirst.phpt     Thu Apr 26 23:30:00 2007
@@ -1,5 +1,7 @@
 --TEST--
 "ucfirst()" function
+--INI--
+precision=14
 --FILE--
 <?php
 /* Make a string's first character uppercase */

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

Reply via email to