mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-19 17:15:02 +08:00
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.
This commit is contained in:
parent
e1b8a91e47
commit
e54dda45f9
@ -1,4 +1,5 @@
|
||||
// { dg-do run { target c++11 } }
|
||||
// { dg-timeout-factor 2 }
|
||||
|
||||
#include <regex>
|
||||
#include <testsuite_hooks.h>
|
||||
|
@ -1,4 +1,5 @@
|
||||
// { dg-do run { target c++11 } }
|
||||
// { dg-timeout-factor 2 }
|
||||
#include <regex>
|
||||
#include <string>
|
||||
#include <testsuite_hooks.h>
|
||||
|
@ -1,4 +1,5 @@
|
||||
// { dg-do run { target c++11 } }
|
||||
// { dg-timeout-factor 2 }
|
||||
#include <regex>
|
||||
#include <testsuite_iterators.h>
|
||||
#include <testsuite_hooks.h>
|
||||
|
@ -1,4 +1,5 @@
|
||||
// { dg-do run { target c++11 } }
|
||||
// { dg-timeout-factor 2 }
|
||||
|
||||
#include <regex>
|
||||
#include <testsuite_hooks.h>
|
||||
|
Loading…
Reference in New Issue
Block a user