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.15-747-g5779f13


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  5779f134a0f2d52effc24afc1fdb201055bbb3fe (commit)
      from  41498f4db1ebfeb2fb76b9137cba38c20000f1d3 (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=5779f134a0f2d52effc24afc1fdb201055bbb3fe

commit 5779f134a0f2d52effc24afc1fdb201055bbb3fe
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Sat May 5 19:38:31 2012 +0000

    Disable one hypot test for inline double testing.

diff --git a/ChangeLog b/ChangeLog
index 06fe04f..e121392 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]
diff --git a/math/libm-test.inc b/math/libm-test.inc
index fce27f3..59192ed 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
 

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

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