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.20-391-g4ef91cd


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  4ef91cdca8441dba53a01427d95d77789951b9aa (commit)
      from  afd176d6cfaa2a61e5866e896dd50b64eae7f47c (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=4ef91cdca8441dba53a01427d95d77789951b9aa

commit 4ef91cdca8441dba53a01427d95d77789951b9aa
Author: Chris Metcalf <cmetcalf@ezchip.com>
Date:   Fri Dec 19 15:11:04 2014 -0500

    math: increase timeout for math/atest-*.c
    
    These tests run in the 2-5 second range on tilegx, so just bump
    up the timeout to 10 seconds generically.

diff --git a/ChangeLog b/ChangeLog
index e7392a8..e15a3cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
+
+	* math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
+	* math/atest-exp2.c (TIMEOUT): Likewise.
+	* math/atest-sincos.c (TIMEOUT): Likewise.
+
 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
 
 	* sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
diff --git a/math/atest-exp.c b/math/atest-exp.c
index 6a551de..406b00b 100644
--- a/math/atest-exp.c
+++ b/math/atest-exp.c
@@ -191,5 +191,6 @@ do_test (void)
    return failures == 0 ? 0 : 1;
 }
 
+#define TIMEOUT 10
 #define TEST_FUNCTION do_test ()
 #include "../test-skeleton.c"
diff --git a/math/atest-exp2.c b/math/atest-exp2.c
index 945bb7a..4599994 100644
--- a/math/atest-exp2.c
+++ b/math/atest-exp2.c
@@ -228,5 +228,6 @@ do_test (void)
   return failures == 0 ? 0 : 1;
 }
 
+#define TIMEOUT 10
 #define TEST_FUNCTION do_test ()
 #include "../test-skeleton.c"
diff --git a/math/atest-sincos.c b/math/atest-sincos.c
index 1f5e730..fd0aa2b 100644
--- a/math/atest-sincos.c
+++ b/math/atest-sincos.c
@@ -278,5 +278,6 @@ do_test (void)
    return (sin_failures == 0 && cos_failures == 0) ? 0 : 1;
 }
 
+#define TIMEOUT 10
 #define TEST_FUNCTION do_test ()
 #include "../test-skeleton.c"

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

Summary of changes:
 ChangeLog           |    6 ++++++
 math/atest-exp.c    |    1 +
 math/atest-exp2.c   |    1 +
 math/atest-sincos.c |    1 +
 4 files changed, 9 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]