mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
Increase some test timeouts.
This patch increases the timeouts for some tests that I've seen timing out on slow systems in my 2.26 release testing. (In the case of tst-tsearch.c, increasing the timeout means removing a setting of 10 that was put there before the default timeout was increased to 20 seconds, so putting the default into effect.) * iconvdata/tst-loading.c (TIMEOUT): Define to 30. * misc/tst-tsearch.c (TIMEOUT): Remove. * nptl/tst-create-detached.c (TIMEOUT): Define to 100. * nptl/tst-robust-fork.c (TIMEOUT): Likewise. * nptl/tst-rwlock19.c (TIMEOUT): Likewise. * string/tst-cmp.c (TIMEOUT): Define to 600.
This commit is contained in:
parent
1bea5858dd
commit
3cefdd7310
@ -1,3 +1,12 @@
|
||||
2017-07-06 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* iconvdata/tst-loading.c (TIMEOUT): Define to 30.
|
||||
* misc/tst-tsearch.c (TIMEOUT): Remove.
|
||||
* nptl/tst-create-detached.c (TIMEOUT): Define to 100.
|
||||
* nptl/tst-robust-fork.c (TIMEOUT): Likewise.
|
||||
* nptl/tst-rwlock19.c (TIMEOUT): Likewise.
|
||||
* string/tst-cmp.c (TIMEOUT): Define to 600.
|
||||
|
||||
2017-07-06 Matthew Krupcale <mkrupcale@matthewkrupcale.com>
|
||||
|
||||
[BZ #21715]
|
||||
|
@ -181,5 +181,6 @@ do_test (void)
|
||||
return result;
|
||||
}
|
||||
|
||||
#define TIMEOUT 30
|
||||
#define TEST_FUNCTION do_test ()
|
||||
#include "../test-skeleton.c"
|
||||
|
@ -351,6 +351,5 @@ do_test (void)
|
||||
return total_error;
|
||||
}
|
||||
|
||||
#define TIMEOUT 10
|
||||
#define TEST_FUNCTION do_test ()
|
||||
#include "../test-skeleton.c"
|
||||
|
@ -134,4 +134,5 @@ do_test (void)
|
||||
return 0;
|
||||
}
|
||||
|
||||
#define TIMEOUT 100
|
||||
#include <support/test-driver.c>
|
||||
|
@ -181,4 +181,5 @@ do_test (void)
|
||||
return 0;
|
||||
}
|
||||
|
||||
#define TIMEOUT 100
|
||||
#include <support/test-driver.c>
|
||||
|
@ -122,6 +122,6 @@ do_test (void)
|
||||
return 0;
|
||||
}
|
||||
|
||||
#define TIMEOUT 30
|
||||
#define TIMEOUT 100
|
||||
#define TEST_FUNCTION do_test ()
|
||||
#include "../test-skeleton.c"
|
||||
|
@ -207,6 +207,6 @@ do_test (void)
|
||||
|
||||
/* The nested loops need a long time to complete on slower
|
||||
machines. */
|
||||
#define TIMEOUT 300
|
||||
#define TIMEOUT 600
|
||||
|
||||
#include <support/test-driver.c>
|
||||
|
Loading…
Reference in New Issue
Block a user