mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
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.
This commit is contained in:
parent
afd176d6cf
commit
4ef91cdca8
@ -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>
|
2014-12-19 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
|
* sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
|
||||||
|
@ -191,5 +191,6 @@ do_test (void)
|
|||||||
return failures == 0 ? 0 : 1;
|
return failures == 0 ? 0 : 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#define TIMEOUT 10
|
||||||
#define TEST_FUNCTION do_test ()
|
#define TEST_FUNCTION do_test ()
|
||||||
#include "../test-skeleton.c"
|
#include "../test-skeleton.c"
|
||||||
|
@ -228,5 +228,6 @@ do_test (void)
|
|||||||
return failures == 0 ? 0 : 1;
|
return failures == 0 ? 0 : 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#define TIMEOUT 10
|
||||||
#define TEST_FUNCTION do_test ()
|
#define TEST_FUNCTION do_test ()
|
||||||
#include "../test-skeleton.c"
|
#include "../test-skeleton.c"
|
||||||
|
@ -278,5 +278,6 @@ do_test (void)
|
|||||||
return (sin_failures == 0 && cos_failures == 0) ? 0 : 1;
|
return (sin_failures == 0 && cos_failures == 0) ? 0 : 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#define TIMEOUT 10
|
||||||
#define TEST_FUNCTION do_test ()
|
#define TEST_FUNCTION do_test ()
|
||||||
#include "../test-skeleton.c"
|
#include "../test-skeleton.c"
|
||||||
|
Loading…
Reference in New Issue
Block a user