This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.17-596-gd5dc2af


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  d5dc2af39081cb7035d6d672d458a369307be5f1 (commit)
      from  164fd39d05925717e75715929c7ced14a2c1505e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=d5dc2af39081cb7035d6d672d458a369307be5f1

commit d5dc2af39081cb7035d6d672d458a369307be5f1
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Fri May 3 19:04:52 2013 +0000

    Don't use IGNORE_ZERO_INF_SIGN in hypot tests.

diff --git a/ChangeLog b/ChangeLog
index 0e4ce2f..ad28e91 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/math/libm-test.inc b/math/libm-test.inc
index 8feb0a6..343590a 100644
--- a/math/libm-test.inc
+++ b/math/libm-test.inc
@@ -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);

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog          |    5 +++++
 math/libm-test.inc |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]