public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] Increase the test timeout of some string tests
@ 2022-04-01 15:03 Szabolcs Nagy
0 siblings, 0 replies; only message in thread
From: Szabolcs Nagy @ 2022-04-01 15:03 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=6ff3c7714900529b8f5ca64b58d5da9cd5d5b345
commit 6ff3c7714900529b8f5ca64b58d5da9cd5d5b345
Author: Szabolcs Nagy <szabolcs.nagy@arm.com>
Date: Tue Mar 29 09:50:23 2022 +0100
Increase the test timeout of some string tests
Recent changes in test-strncasecmp and test-strncmp pushed the run time
of the tests above the 4 minute limit specified in test-string.h on an
arm tester machine.
Diff:
---
string/test-strncasecmp.c | 1 +
string/test-strncmp.c | 1 +
2 files changed, 2 insertions(+)
diff --git a/string/test-strncasecmp.c b/string/test-strncasecmp.c
index b86c630bf6..1aebc37bb6 100644
--- a/string/test-strncasecmp.c
+++ b/string/test-strncasecmp.c
@@ -24,6 +24,7 @@
#define TEST_MAIN
#define TEST_NAME "strncasecmp"
+#define TIMEOUT (5 * 60)
#include "test-string.h"
typedef int (*proto_t) (const char *, const char *, size_t);
diff --git a/string/test-strncmp.c b/string/test-strncmp.c
index bba9e3d2dc..3e35142548 100644
--- a/string/test-strncmp.c
+++ b/string/test-strncmp.c
@@ -25,6 +25,7 @@
#else
# define TEST_NAME "strncmp"
#endif
+#define TIMEOUT (5 * 60)
#include "test-string.h"
#ifdef WIDE
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2022-04-01 15:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-01 15:03 [glibc] Increase the test timeout of some string tests Szabolcs Nagy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).