From: Antony Dovgal Date: Thu, 26 Apr 2007 23:30:00 +0000 (+0000) Subject: fix tests X-Git-Tag: php-5.2.2~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=66859a74deae600a355d43afb0876cf189877396;p=php fix tests --- diff --git a/Zend/tests/double_to_string.phpt b/Zend/tests/double_to_string.phpt index d5793b192a..d1098e7198 100644 --- a/Zend/tests/double_to_string.phpt +++ b/Zend/tests/double_to_string.phpt @@ -1,5 +1,7 @@ --TEST-- double to string conversion tests +--INI-- +precision=14 --SKIPIF-- --FILE-- diff --git a/Zend/tests/hex_overflow_32bit.phpt b/Zend/tests/hex_overflow_32bit.phpt index 34306ccc53..36e9a7e9d3 100644 --- a/Zend/tests/hex_overflow_32bit.phpt +++ b/Zend/tests/hex_overflow_32bit.phpt @@ -1,5 +1,7 @@ --TEST-- testing integer overflow (32bit) +--INI-- +precision=14 --SKIPIF-- --FILE-- diff --git a/Zend/tests/oct_overflow_32bit.phpt b/Zend/tests/oct_overflow_32bit.phpt index 77befbaa7a..d27c1f547c 100644 --- a/Zend/tests/oct_overflow_32bit.phpt +++ b/Zend/tests/oct_overflow_32bit.phpt @@ -1,5 +1,7 @@ --TEST-- testing integer overflow (32bit) +--INI-- +precision=14 --SKIPIF-- --FILE-- diff --git a/ext/filter/tests/010.phpt b/ext/filter/tests/010.phpt index 0ebf66f231..e868c10c4c 100644 --- a/ext/filter/tests/010.phpt +++ b/ext/filter/tests/010.phpt @@ -1,5 +1,7 @@ --TEST-- filter_var() +--INI-- +precision=14 --SKIPIF-- --FILE-- diff --git a/ext/filter/tests/011.phpt b/ext/filter/tests/011.phpt index 5ead90213c..6a9bf1fa34 100644 --- a/ext/filter/tests/011.phpt +++ b/ext/filter/tests/011.phpt @@ -1,5 +1,7 @@ --TEST-- input_get() +--INI-- +precision=14 --SKIPIF-- --GET-- diff --git a/ext/filter/tests/bug7715.phpt b/ext/filter/tests/bug7715.phpt index 62e0735218..4298d505d3 100644 --- a/ext/filter/tests/bug7715.phpt +++ b/ext/filter/tests/bug7715.phpt @@ -1,5 +1,7 @@ --TEST-- bug 7715, floats value with integer or incomplete input +--INI-- +precision=14 --SKIPIF-- --FILE-- diff --git a/ext/json/tests/bug40503.phpt b/ext/json/tests/bug40503.phpt index d451eea35d..48f18a4e0f 100644 --- a/ext/json/tests/bug40503.phpt +++ b/ext/json/tests/bug40503.phpt @@ -1,5 +1,7 @@ --TEST-- Bug #40503 (json_encode() value corruption on 32bit systems with overflown values) +--INI-- +precision=14 --SKIPIF-- --FILE-- diff --git a/ext/json/tests/pass001.1.phpt b/ext/json/tests/pass001.1.phpt index 5592bef493..7e27028196 100644 --- a/ext/json/tests/pass001.1.phpt +++ b/ext/json/tests/pass001.1.phpt @@ -1,5 +1,7 @@ --TEST-- JSON (http://www.crockford.com/JSON/JSON_checker/test/pass1.json) +--INI-- +precision=14 --SKIPIF-- --FILE-- diff --git a/ext/standard/tests/array/array_sum.phpt b/ext/standard/tests/array/array_sum.phpt index a483eaae35..08aec2155e 100644 --- a/ext/standard/tests/array/array_sum.phpt +++ b/ext/standard/tests/array/array_sum.phpt @@ -1,6 +1,7 @@ --TEST-- Test array_sum() --INI-- +precision=14 memory_limit=128M --FILE-- --FILE-- diff --git a/ext/standard/tests/file/disk.phpt b/ext/standard/tests/file/disk.phpt index 7b3f6c0891..6eef4b4a77 100644 --- a/ext/standard/tests/file/disk.phpt +++ b/ext/standard/tests/file/disk.phpt @@ -1,5 +1,7 @@ --TEST-- disk_total_space() and disk_free_space() tests +--INI-- +precision=14 --SKIPIF-- 2147483647) { diff --git a/ext/standard/tests/strings/ucfirst.phpt b/ext/standard/tests/strings/ucfirst.phpt index dbcb3ac265..eebc4cc9c7 100644 Binary files a/ext/standard/tests/strings/ucfirst.phpt and b/ext/standard/tests/strings/ucfirst.phpt differ