From 35cb180d9e1787ec93a5fb42becb29167ac13884 Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Sun, 26 Jan 2014 15:14:16 -0800 Subject: [PATCH] drop precision since trigonometric functions are non-portable See: http://stackoverflow.com/questions/21212326/floating-point-arithmetic-and-reproducibility --- .../tests/math/tan_basiclong_64bit.phpt | 37 ++++++++++--------- 1 file changed, 20 insertions(+), 17 deletions(-) diff --git a/ext/standard/tests/math/tan_basiclong_64bit.phpt b/ext/standard/tests/math/tan_basiclong_64bit.phpt index 8ab083d5007..3c8abe9d275 100644 --- a/ext/standard/tests/math/tan_basiclong_64bit.phpt +++ b/ext/standard/tests/math/tan_basiclong_64bit.phpt @@ -1,5 +1,7 @@ --TEST-- Test tan function : 64bit long tests +--INI-- +precision=5 --SKIPIF--