]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
math: increase timeout for math/atest-*.c
authorChris Metcalf <cmetcalf@ezchip.com>
Fri, 19 Dec 2014 20:11:04 +0000 (15:11 -0500)
committerChris Metcalf <cmetcalf@ezchip.com>
Fri, 19 Dec 2014 20:11:04 +0000 (15:11 -0500)
These tests run in the 2-5 second range on tilegx, so just bump
up the timeout to 10 seconds generically.

ChangeLog
math/atest-exp.c
math/atest-exp2.c
math/atest-sincos.c

index e7392a8ac184ad26bdabca3faff4a1cbe5a7394d..e15a3cf8af511e5b0a0b07019698448313f07c0a 100644 (file)
--- 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
index 6a551deef0f75827a472deb91bb0f8bdaf7df282..406b00b6dcd0f4f37b3fcfbbd74fed973ef4f71a 100644 (file)
@@ -191,5 +191,6 @@ do_test (void)
    return failures == 0 ? 0 : 1;
 }
 
+#define TIMEOUT 10
 #define TEST_FUNCTION do_test ()
 #include "../test-skeleton.c"
index 945bb7accf91f3254a2af373c39d13e980f12ff2..45999948c4a66246410bb90a72cb7dd01d7aa4f4 100644 (file)
@@ -228,5 +228,6 @@ do_test (void)
   return failures == 0 ? 0 : 1;
 }
 
+#define TIMEOUT 10
 #define TEST_FUNCTION do_test ()
 #include "../test-skeleton.c"
index 1f5e7307e9ed915b611af96355855f702657dbf2..fd0aa2b2bf5f8893acc662a66b4ab4f352be0817 100644 (file)
@@ -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"