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.16-ports-merge-4-ge2283f3


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  e2283f38febb8f1721f896680bed251ceef58a6b (commit)
      from  06e3c8a22dc63727ab09703446568754cef2ffa5 (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://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=e2283f38febb8f1721f896680bed251ceef58a6b

commit e2283f38febb8f1721f896680bed251ceef58a6b
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Tue Jul 3 17:06:55 2012 +0000

    Add cosh tests for bug 14273.

diff --git a/ChangeLog b/ChangeLog
index e480f5a..f8bd145 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
 
+	[BZ #14273]
+	* math/libm-test.inc (cosh_test): Add more tests.
+
 	* version.h (RELEASE): Set to "development".
 	(VERSION): Set to "2.16.90".
 
diff --git a/math/libm-test.inc b/math/libm-test.inc
index 8e4d02e..48b05a6 100644
--- a/math/libm-test.inc
+++ b/math/libm-test.inc
@@ -2759,6 +2759,11 @@ cosh_test (void)
 
   TEST_f_f (cosh, 0.75L, 1.29468328467684468784170818539018176L);
 
+#ifndef TEST_FLOAT
+  TEST_f_f (cosh, 709.8893558127259666434838436543941497802734375L, 9.9999998999995070652573675944761818416035e+307L);
+  TEST_f_f (cosh, -709.8893558127259666434838436543941497802734375L, 9.9999998999995070652573675944761818416035e+307L);
+#endif
+
   END (cosh);
 }
 

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

Summary of changes:
 ChangeLog          |    3 +++
 math/libm-test.inc |    5 +++++
 2 files changed, 8 insertions(+), 0 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]