public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Szabolcs Nagy <nsz@sourceware.org>
To: glibc-cvs@sourceware.org
Subject: [glibc] Increase the test timeout of some string tests
Date: Fri,  1 Apr 2022 15:03:12 +0000 (GMT)	[thread overview]
Message-ID: <20220401150312.BEBC03947429@sourceware.org> (raw)

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


                 reply	other threads:[~2022-04-01 15:03 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220401150312.BEBC03947429@sourceware.org \
    --to=nsz@sourceware.org \
    --cc=glibc-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).