public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r11-10127] libstdc++: Add dg-timeout-factor to some more regex tests
@ 2022-07-07 23:33 Jonathan Wakely
  0 siblings, 0 replies; only message in thread
From: Jonathan Wakely @ 2022-07-07 23:33 UTC (permalink / raw)
  To: gcc-cvs, libstdc++-cvs

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>


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-07-07 23:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-07 23:33 [gcc r11-10127] libstdc++: Add dg-timeout-factor to some more regex tests Jonathan Wakely

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).