This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: TR1 Math Special Functions
- From: Paolo Carlini <pcarlini at suse dot de>
- To: Paolo Carlini <pcarlini at suse dot de>
- Cc: Ed Smith-Rowland <3dw4rd at verizon dot net>, libstdc++ at gcc dot gnu dot org
- Date: Thu, 08 Feb 2007 18:45:23 +0100
- Subject: Re: TR1 Math Special Functions
- References: <45C63159.1070706@verizon.net> <45CB5AA2.6000100@suse.de>
Paolo Carlini wrote:
I just finished regtesting on x86_64-linux and got the following 4
failures:
On x86-linux I'm seeing:
check_value.exe:
*/tr1/5_numerical_facilities/special_functions/01_assoc_laguerre/check_value.cc:2143:
void test049() [with Tp = double]: Assertion `max_abs_frac < Tp(0.002)'
failed.
FAIL:
tr1/5_numerical_facilities/special_functions/01_assoc_laguerre/check_value.cc
execution test
check_value.exe:
*/tr1/5_numerical_facilities/special_functions/02_assoc_legendre/check_value.cc:460:
void test008() [with Tp = double]: Assertion `max_abs_frac <
Tp(1.0000000000000009e-15)' failed.
FAIL:
tr1/5_numerical_facilities/special_functions/02_assoc_legendre/check_value.cc
execution test
check_value.exe:
*/tr1/5_numerical_facilities/special_functions/03_beta/check_value.cc:446:
void test010() [with Tp = double]: Assertion `max_abs_frac <
Tp(2.0000000000000016e-14)' failed.
FAIL:
tr1/5_numerical_facilities/special_functions/03_beta/check_value.cc
execution test
check_value.exe:
*/tr1/5_numerical_facilities/special_functions/17_hyperg/check_value.cc:5836:
void test116() [with Tp = double]: Assertion `max_abs_frac < Tp(0.002)'
failed.
FAIL:
tr1/5_numerical_facilities/special_functions/17_hyperg/check_value.cc
execution test
check_value.exe:
*/tr1/5_numerical_facilities/special_functions/18_laguerre/check_value.cc:400:
void test007() [with Tp = double]: Assertion `max_abs_frac < Tp(0.002)'
failed.
FAIL:
tr1/5_numerical_facilities/special_functions/18_laguerre/check_value.cc
execution test
check_value.exe:
*/tr1/5_numerical_facilities/special_functions/22_sph_legendre/check_value.cc:1361:
void test025() [with Tp = double]: Assertion `max_abs_frac <
Tp(2.0000000000000016e-14)' failed.
FAIL:
tr1/5_numerical_facilities/special_functions/22_sph_legendre/check_value.cc
execution test
Paolo.