public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
From: Jonathan Wakely <redi@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org
Subject: [gcc r11-10127] libstdc++: Add dg-timeout-factor to some more regex tests
Date: Thu,  7 Jul 2022 23:33:00 +0000 (GMT)	[thread overview]
Message-ID: <20220707233300.4AC923848592@sourceware.org> (raw)

https://gcc.gnu.org/g:e925af11d9c1c9a0dfd74a11f5a331be595d7d3c

commit r11-10127-ge925af11d9c1c9a0dfd74a11f5a331be595d7d3c
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Fri Jan 7 21:15:48 2022 +0000

    libstdc++: Add dg-timeout-factor to some more regex tests
    
    I'm seeing these fail with tool_timeout=30 on a busy machine.
    
    libstdc++-v3/ChangeLog:
    
            * testsuite/28_regex/algorithms/regex_replace/char/103664.cc:
            Add dg-timeout-factor directive.
            * testsuite/28_regex/basic_regex/84110.cc: Likewise.
            * testsuite/28_regex/basic_regex/ctors/char/other.cc: Likewise.
            * testsuite/28_regex/match_results/102667.cc: Likewise.
    
    (cherry picked from commit e54dda45f9acc96f9898b0ed514d7cc1020dd7a4)

Diff:
---
 libstdc++-v3/testsuite/28_regex/algorithms/regex_replace/char/103664.cc | 1 +
 libstdc++-v3/testsuite/28_regex/basic_regex/84110.cc                    | 1 +
 libstdc++-v3/testsuite/28_regex/basic_regex/ctors/char/other.cc         | 1 +
 libstdc++-v3/testsuite/28_regex/match_results/102667.cc                 | 1 +
 4 files changed, 4 insertions(+)

diff --git a/libstdc++-v3/testsuite/28_regex/algorithms/regex_replace/char/103664.cc b/libstdc++-v3/testsuite/28_regex/algorithms/regex_replace/char/103664.cc
index ca75e49ed3e..c61912823d5 100644
--- a/libstdc++-v3/testsuite/28_regex/algorithms/regex_replace/char/103664.cc
+++ b/libstdc++-v3/testsuite/28_regex/algorithms/regex_replace/char/103664.cc
@@ -1,4 +1,5 @@
 // { dg-do run { target c++11 } }
+// { dg-timeout-factor 2 }
 
 #include <regex>
 #include <testsuite_hooks.h>
diff --git a/libstdc++-v3/testsuite/28_regex/basic_regex/84110.cc b/libstdc++-v3/testsuite/28_regex/basic_regex/84110.cc
index 16f928b40ef..a4d5db6c14a 100644
--- a/libstdc++-v3/testsuite/28_regex/basic_regex/84110.cc
+++ b/libstdc++-v3/testsuite/28_regex/basic_regex/84110.cc
@@ -1,4 +1,5 @@
 // { dg-do run { target c++11 } }
+// { dg-timeout-factor 2 }
 #include <regex>
 #include <string>
 #include <testsuite_hooks.h>
diff --git a/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/char/other.cc b/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/char/other.cc
index f9b68a72f0a..10c20d9d4bc 100644
--- a/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/char/other.cc
+++ b/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/char/other.cc
@@ -1,4 +1,5 @@
 // { dg-do run { target c++11 } }
+// { dg-timeout-factor 2 }
 #include <regex>
 #include <testsuite_iterators.h>
 #include <testsuite_hooks.h>
diff --git a/libstdc++-v3/testsuite/28_regex/match_results/102667.cc b/libstdc++-v3/testsuite/28_regex/match_results/102667.cc
index 9e38c9edaa4..1614f3f9eb8 100644
--- a/libstdc++-v3/testsuite/28_regex/match_results/102667.cc
+++ b/libstdc++-v3/testsuite/28_regex/match_results/102667.cc
@@ -1,4 +1,5 @@
 // { dg-do run { target c++11 } }
+// { dg-timeout-factor 2 }
 
 #include <regex>
 #include <testsuite_hooks.h>


                 reply	other threads:[~2022-07-07 23:33 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=20220707233300.4AC923848592@sourceware.org \
    --to=redi@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    --cc=libstdc++-cvs@gcc.gnu.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).