Don't use IGNORE_ZERO_INF_SIGN in hypot tests.

This commit is contained in:
Joseph Myers 2013-05-03 19:04:52 +00:00
parent 164fd39d05
commit d5dc2af390
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2013-05-03 Joseph Myers <joseph@codesourcery.com>
* math/libm-test.inc (hypot_test): Do not use
IGNORE_ZERO_INF_SIGN.
2013-05-03 Andreas Jaeger <aj@suse.de>
* sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from

View File

@ -9129,8 +9129,8 @@ hypot_test (void)
START (hypot);
TEST_ff_f (hypot, plus_infty, 1, plus_infty, IGNORE_ZERO_INF_SIGN);
TEST_ff_f (hypot, minus_infty, 1, plus_infty, IGNORE_ZERO_INF_SIGN);
TEST_ff_f (hypot, plus_infty, 1, plus_infty);
TEST_ff_f (hypot, minus_infty, 1, plus_infty);
#ifndef TEST_INLINE
TEST_ff_f (hypot, plus_infty, qnan_value, plus_infty);