mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
Disable one hypot test for inline double testing.
This commit is contained in:
parent
41498f4db1
commit
5779f134a0
@ -1,5 +1,8 @@
|
||||
2012-05-05 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
|
||||
Disable one test.
|
||||
|
||||
[BZ #13787]
|
||||
[BZ #13922]
|
||||
[BZ #14036]
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user