diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-05-05 19:38:31 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-05-05 19:38:31 +0000 |
commit | 5779f134a0f2d52effc24afc1fdb201055bbb3fe (patch) | |
tree | 773a372c4abca21c6c2bda634e890155dc194dd1 /math/libm-test.inc | |
parent | 41498f4db1ebfeb2fb76b9137cba38c20000f1d3 (diff) | |
download | glibc-5779f134a0f2d52effc24afc1fdb201055bbb3fe.tar.gz glibc-5779f134a0f2d52effc24afc1fdb201055bbb3fe.tar.xz glibc-5779f134a0f2d52effc24afc1fdb201055bbb3fe.zip |
Disable one hypot test for inline double testing.
Diffstat (limited to 'math/libm-test.inc')
-rw-r--r-- | math/libm-test.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/libm-test.inc b/math/libm-test.inc index fce27f31d2..59192ed0c5 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 |