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:
Jonathan Wakely 2022-01-07 21:15:48 +00:00
parent e1b8a91e47
commit e54dda45f9
4 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,5 @@
// { dg-do run { target c++11 } }
// { dg-timeout-factor 2 }
#include <regex>
#include <testsuite_hooks.h>

View File

@ -1,4 +1,5 @@
// { dg-do run { target c++11 } }
// { dg-timeout-factor 2 }
#include <regex>
#include <string>
#include <testsuite_hooks.h>

View File

@ -1,4 +1,5 @@
// { dg-do run { target c++11 } }
// { dg-timeout-factor 2 }
#include <regex>
#include <testsuite_iterators.h>
#include <testsuite_hooks.h>

View File

@ -1,4 +1,5 @@
// { dg-do run { target c++11 } }
// { dg-timeout-factor 2 }
#include <regex>
#include <testsuite_hooks.h>