From: Joseph Myers Date: Sat, 5 May 2012 19:38:31 +0000 (+0000) Subject: Disable one hypot test for inline double testing. X-Git-Tag: glibc-2.16-tps~465 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5779f134a0f2d52effc24afc1fdb201055bbb3fe;p=thirdparty%2Fglibc.git Disable one hypot test for inline double testing. --- diff --git a/ChangeLog b/ChangeLog index 06fe04f3281..e1213921633 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2012-05-05 Joseph Myers + * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]: + Disable one test. + [BZ #13787] [BZ #13922] [BZ #14036] diff --git a/math/libm-test.inc b/math/libm-test.inc index fce27f31d26..59192ed0c5e 100644 --- a/math/libm-test.inc +++ b/math/libm-test.inc @@ -4050,7 +4050,7 @@ hypot_test (void) TEST_ff_f (hypot, 0x1.234566p-126L, 0x1.234566p-126L, 1.891441686191081936598531534017449451173e-38L); #endif -#ifndef TEST_FLOAT +#if !defined TEST_FLOAT && !(defined TEST_DOUBLE && defined TEST_INLINE) TEST_ff_f (hypot, 0x3p1021L, 0x4p1021L, 0x5p1021L); #endif