libstdc++: Set dg-timeout-factor for more slow tests
authorJonathan Wakely <jwakely@redhat.com>
Mon, 30 Nov 2020 14:39:54 +0000 (14:39 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Mon, 30 Nov 2020 14:39:54 +0000 (14:39 +0000)
As in r11-5449, this adds a muliplier to the timeout for slow tests.
This covers the majority of the <regex> and PSTL tests.

libstdc++-v3/ChangeLog:

* testsuite/20_util/specialized_algorithms/pstl/*: Add
dg-timeout-factor.
* testsuite/25_algorithms/pstl/*: Likewise.
* testsuite/26_numerics/pstl/*: Likewise.
* testsuite/28_regex/*: Likewise.

199 files changed:
libstdc++-v3/testsuite/20_util/specialized_algorithms/pstl/uninitialized_construct.cc
libstdc++-v3/testsuite/20_util/specialized_algorithms/pstl/uninitialized_copy_move.cc
libstdc++-v3/testsuite/20_util/specialized_algorithms/pstl/uninitialized_fill_destroy.cc
libstdc++-v3/testsuite/25_algorithms/pstl/alg_merge/inplace_merge.cc
libstdc++-v3/testsuite/25_algorithms/pstl/alg_merge/merge.cc
libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/copy_if.cc
libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/copy_move.cc
libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/fill.cc
libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/generate.cc
libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/is_partitioned.cc
libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/partition.cc
libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/partition_copy.cc
libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/remove.cc
libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/remove_copy.cc
libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/replace.cc
libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/replace_copy.cc
libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/rotate.cc
libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/rotate_copy.cc
libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/swap_ranges.cc
libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/transform_binary.cc
libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/transform_unary.cc
libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/unique.cc
libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/unique_copy_equal.cc
libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/adjacent_find.cc
libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/all_of.cc
libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/any_of.cc
libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/count.cc
libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/equal.cc
libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/find.cc
libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/find_end.cc
libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/find_first_of.cc
libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/find_if.cc
libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/for_each.cc
libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/mismatch.cc
libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/none_of.cc
libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/nth_element.cc
libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/reverse.cc
libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/reverse_copy.cc
libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/search_n.cc
libstdc++-v3/testsuite/25_algorithms/pstl/alg_sorting/includes.cc
libstdc++-v3/testsuite/25_algorithms/pstl/alg_sorting/is_heap.cc
libstdc++-v3/testsuite/25_algorithms/pstl/alg_sorting/is_sorted.cc
libstdc++-v3/testsuite/25_algorithms/pstl/alg_sorting/lexicographical_compare.cc
libstdc++-v3/testsuite/25_algorithms/pstl/alg_sorting/minmax_element.cc
libstdc++-v3/testsuite/25_algorithms/pstl/alg_sorting/partial_sort.cc
libstdc++-v3/testsuite/25_algorithms/pstl/alg_sorting/partial_sort_copy.cc
libstdc++-v3/testsuite/25_algorithms/pstl/alg_sorting/set.cc
libstdc++-v3/testsuite/25_algorithms/pstl/alg_sorting/sort.cc
libstdc++-v3/testsuite/26_numerics/pstl/numeric_ops/adjacent_difference.cc
libstdc++-v3/testsuite/26_numerics/pstl/numeric_ops/reduce.cc
libstdc++-v3/testsuite/26_numerics/pstl/numeric_ops/scan.cc
libstdc++-v3/testsuite/26_numerics/pstl/numeric_ops/transform_reduce.cc
libstdc++-v3/testsuite/26_numerics/pstl/numeric_ops/transform_scan.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_match/awk/cstring_01.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_match/basic/empty_range.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_match/basic/string_01.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_match/basic/string_range_00_03.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_match/basic/string_range_02_03.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_match/dr2329_neg.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/53622.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/57173.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/58576.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/61601.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/68863.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/anymatcher.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/empty_range.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/emptygroup.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/hex.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/quoted_char.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/ungreedy.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/cstring_plus.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/cstring_questionmark.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/cstring_range.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/string_any.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/string_range_00_03.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/string_range_01_03.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/string_range_02_03.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_replace/char/51711.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_replace/char/basic_replace.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_replace/char/dr2213.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_replace/char/pr83601.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_replace/wchar_t/51711.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_replace/wchar_t/pr83601.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_search/61424.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_search/basic/string_01.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_search/dr2332_neg.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_search/ecma/flags.cc
libstdc++-v3/testsuite/28_regex/algorithms/regex_search/ecma/greedy.cc
libstdc++-v3/testsuite/28_regex/basic_regex/85098.cc
libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/cstring.cc
libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/cstring_op.cc
libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/lwg3296.cc
libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/moveable.cc
libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/pstring.cc
libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/range.cc
libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/string.cc
libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/string_op.cc
libstdc++-v3/testsuite/28_regex/basic_regex/assign/wchar_t/cstring.cc
libstdc++-v3/testsuite/28_regex/basic_regex/assign/wchar_t/cstring_op.cc
libstdc++-v3/testsuite/28_regex/basic_regex/assign/wchar_t/lwg3296.cc
libstdc++-v3/testsuite/28_regex/basic_regex/assign/wchar_t/pstring.cc
libstdc++-v3/testsuite/28_regex/basic_regex/assign/wchar_t/range.cc
libstdc++-v3/testsuite/28_regex/basic_regex/assign/wchar_t/string.cc
libstdc++-v3/testsuite/28_regex/basic_regex/assign/wchar_t/string_op.cc
libstdc++-v3/testsuite/28_regex/basic_regex/ctors/47724.cc
libstdc++-v3/testsuite/28_regex/basic_regex/ctors/83598.cc
libstdc++-v3/testsuite/28_regex/basic_regex/ctors/basic/cstring.cc
libstdc++-v3/testsuite/28_regex/basic_regex/ctors/basic/default.cc
libstdc++-v3/testsuite/28_regex/basic_regex/ctors/basic/iter.cc
libstdc++-v3/testsuite/28_regex/basic_regex/ctors/basic/pstring_char.cc
libstdc++-v3/testsuite/28_regex/basic_regex/ctors/basic/pstring_wchar_t.cc
libstdc++-v3/testsuite/28_regex/basic_regex/ctors/basic/raw_string.cc
libstdc++-v3/testsuite/28_regex/basic_regex/ctors/basic/string_range_01_02_03.cc
libstdc++-v3/testsuite/28_regex/basic_regex/ctors/char/cstring.cc
libstdc++-v3/testsuite/28_regex/basic_regex/ctors/char/cstring_awk.cc
libstdc++-v3/testsuite/28_regex/basic_regex/ctors/char/cstring_ecma.cc
libstdc++-v3/testsuite/28_regex/basic_regex/ctors/char/cstring_egrep.cc
libstdc++-v3/testsuite/28_regex/basic_regex/ctors/char/cstring_grep.cc
libstdc++-v3/testsuite/28_regex/basic_regex/ctors/char/default.cc
libstdc++-v3/testsuite/28_regex/basic_regex/ctors/char/range.cc
libstdc++-v3/testsuite/28_regex/basic_regex/ctors/copy_char.cc
libstdc++-v3/testsuite/28_regex/basic_regex/ctors/extended/cstring.cc
libstdc++-v3/testsuite/28_regex/basic_regex/ctors/extended/string_range_01_02_03.cc
libstdc++-v3/testsuite/28_regex/basic_regex/ctors/move_char.cc
libstdc++-v3/testsuite/28_regex/basic_regex/ctors/string_char.cc
libstdc++-v3/testsuite/28_regex/basic_regex/ctors/string_wchar_t.cc
libstdc++-v3/testsuite/28_regex/basic_regex/ctors/wchar_t/cstring.cc
libstdc++-v3/testsuite/28_regex/basic_regex/ctors/wchar_t/default.cc
libstdc++-v3/testsuite/28_regex/basic_regex/ctors/wchar_t/range.cc
libstdc++-v3/testsuite/28_regex/basic_regex/imbue/string.cc
libstdc++-v3/testsuite/28_regex/basic_regex/multiple_quantifiers.cc
libstdc++-v3/testsuite/28_regex/basic_regex/requirements/constexpr_data.cc
libstdc++-v3/testsuite/28_regex/constants/constexpr.cc
libstdc++-v3/testsuite/28_regex/constants/error_type.cc
libstdc++-v3/testsuite/28_regex/constants/match_flag_type.cc
libstdc++-v3/testsuite/28_regex/constants/syntax_option_type.cc
libstdc++-v3/testsuite/28_regex/headers/regex/std_c++0x_neg.cc
libstdc++-v3/testsuite/28_regex/init-list.cc
libstdc++-v3/testsuite/28_regex/iterators/regex_iterator/char/64140.cc
libstdc++-v3/testsuite/28_regex/iterators/regex_iterator/char/string_01.cc
libstdc++-v3/testsuite/28_regex/iterators/regex_iterator/char/string_position_01.cc
libstdc++-v3/testsuite/28_regex/iterators/regex_iterator/ctors/char/default.cc
libstdc++-v3/testsuite/28_regex/iterators/regex_iterator/ctors/char/dr2332_neg.cc
libstdc++-v3/testsuite/28_regex/iterators/regex_iterator/ctors/wchar_t/default.cc
libstdc++-v3/testsuite/28_regex/iterators/regex_iterator/typedefs.cc
libstdc++-v3/testsuite/28_regex/iterators/regex_iterator/wchar_t/string_01.cc
libstdc++-v3/testsuite/28_regex/iterators/regex_iterator/wchar_t/string_02.cc
libstdc++-v3/testsuite/28_regex/iterators/regex_token_iterator/64303.cc
libstdc++-v3/testsuite/28_regex/iterators/regex_token_iterator/char/string_01.cc
libstdc++-v3/testsuite/28_regex/iterators/regex_token_iterator/ctors/char/default.cc
libstdc++-v3/testsuite/28_regex/iterators/regex_token_iterator/ctors/char/dr2332_neg.cc
libstdc++-v3/testsuite/28_regex/iterators/regex_token_iterator/ctors/wchar_t/default.cc
libstdc++-v3/testsuite/28_regex/iterators/regex_token_iterator/typedefs.cc
libstdc++-v3/testsuite/28_regex/iterators/regex_token_iterator/wchar_t/string_01.cc
libstdc++-v3/testsuite/28_regex/iterators/regex_token_iterator/wchar_t/wstring_02.cc
libstdc++-v3/testsuite/28_regex/match_results/94627.cc
libstdc++-v3/testsuite/28_regex/match_results/ctors/char/default.cc
libstdc++-v3/testsuite/28_regex/match_results/ctors/wchar_t/default.cc
libstdc++-v3/testsuite/28_regex/match_results/format.cc
libstdc++-v3/testsuite/28_regex/match_results/out_of_range_submatches.cc
libstdc++-v3/testsuite/28_regex/match_results/pmr_typedefs.cc
libstdc++-v3/testsuite/28_regex/match_results/swap.cc
libstdc++-v3/testsuite/28_regex/match_results/typedefs.cc
libstdc++-v3/testsuite/28_regex/range_access.cc
libstdc++-v3/testsuite/28_regex/regex_error/base.cc
libstdc++-v3/testsuite/28_regex/regex_error/regex_error.cc
libstdc++-v3/testsuite/28_regex/regression.cc
libstdc++-v3/testsuite/28_regex/requirements/typedefs.cc
libstdc++-v3/testsuite/28_regex/simple_c++11.cc
libstdc++-v3/testsuite/28_regex/sub_match/cast_char.cc
libstdc++-v3/testsuite/28_regex/sub_match/cast_wchar_t.cc
libstdc++-v3/testsuite/28_regex/sub_match/compare.cc
libstdc++-v3/testsuite/28_regex/sub_match/compare_c++20.cc
libstdc++-v3/testsuite/28_regex/sub_match/embedded_zeros_cmp.cc
libstdc++-v3/testsuite/28_regex/sub_match/length.cc
libstdc++-v3/testsuite/28_regex/sub_match/typedefs.cc
libstdc++-v3/testsuite/28_regex/traits/char/ctor.cc
libstdc++-v3/testsuite/28_regex/traits/char/icase.cc
libstdc++-v3/testsuite/28_regex/traits/char/isctype.cc
libstdc++-v3/testsuite/28_regex/traits/char/length.cc
libstdc++-v3/testsuite/28_regex/traits/char/lookup_classname.cc
libstdc++-v3/testsuite/28_regex/traits/char/lookup_collatename.cc
libstdc++-v3/testsuite/28_regex/traits/char/transform.cc
libstdc++-v3/testsuite/28_regex/traits/char/transform_primary.cc
libstdc++-v3/testsuite/28_regex/traits/char/translate.cc
libstdc++-v3/testsuite/28_regex/traits/char/translate_nocase.cc
libstdc++-v3/testsuite/28_regex/traits/char/user_defined.cc
libstdc++-v3/testsuite/28_regex/traits/char/value.cc
libstdc++-v3/testsuite/28_regex/traits/wchar_t/ctor.cc
libstdc++-v3/testsuite/28_regex/traits/wchar_t/isctype.cc
libstdc++-v3/testsuite/28_regex/traits/wchar_t/length.cc
libstdc++-v3/testsuite/28_regex/traits/wchar_t/lookup_classname.cc
libstdc++-v3/testsuite/28_regex/traits/wchar_t/lookup_collatename.cc
libstdc++-v3/testsuite/28_regex/traits/wchar_t/transform.cc
libstdc++-v3/testsuite/28_regex/traits/wchar_t/transform_primary.cc
libstdc++-v3/testsuite/28_regex/traits/wchar_t/translate.cc
libstdc++-v3/testsuite/28_regex/traits/wchar_t/translate_nocase.cc
libstdc++-v3/testsuite/28_regex/traits/wchar_t/user_defined.cc
libstdc++-v3/testsuite/28_regex/traits/wchar_t/value.cc

index 4f1911e..a6dbe69 100644 (file)
@@ -1,6 +1,7 @@
 // -*- C++ -*-
 // { dg-options "-std=gnu++17 -ltbb" }
 // { dg-do run { target c++17 } }
+// { dg-timeout-factor 3 }
 // { dg-require-effective-target tbb-backend }
 
 //===-- uninitialized_construct.pass.cpp ----------------------------------===//
index 2ecfde2..48b6a6a 100644 (file)
@@ -1,6 +1,7 @@
 // -*- C++ -*-
 // { dg-options "-std=gnu++17 -ltbb" }
 // { dg-do run { target c++17 } }
+// { dg-timeout-factor 3 }
 // { dg-require-effective-target tbb-backend }
 
 //===-- uninitialized_copy_move.pass.cpp ----------------------------------===//
index 31ea484..16a6ef2 100644 (file)
@@ -1,6 +1,7 @@
 // -*- C++ -*-
 // { dg-options "-std=gnu++17 -ltbb" }
 // { dg-do run { target c++17 } }
+// { dg-timeout-factor 3 }
 // { dg-require-effective-target tbb-backend }
 
 //===-- uninitialized_fill_destroy.pass.cpp -------------------------------===//
index a20bdf9..74af960 100644 (file)
@@ -1,6 +1,7 @@
 // -*- C++ -*-
 // { dg-options "-std=gnu++17 -ltbb" }
 // { dg-do run { target c++17 } }
+// { dg-timeout-factor 3 }
 // { dg-require-effective-target tbb-backend }
 
 //===-- inplace_merge.pass.cpp --------------------------------------------===//
index 3d450b9..d6dea08 100644 (file)
@@ -1,6 +1,7 @@
 // -*- C++ -*-
 // { dg-options "-std=gnu++17 -ltbb" }
 // { dg-do run { target c++17 } }
+// { dg-timeout-factor 3 }
 // { dg-require-effective-target tbb-backend }
 
 //===-- merge.pass.cpp ----------------------------------------------------===//
index fa4104a..ac5d643 100644 (file)
@@ -1,6 +1,7 @@
 // -*- C++ -*-
 // { dg-options "-std=gnu++17 -ltbb" }
 // { dg-do run { target c++17 } }
+// { dg-timeout-factor 3 }
 // { dg-require-effective-target tbb-backend }
 
 //===-- copy_if.pass.cpp --------------------------------------------------===//
index f711b90..8adca5b 100644 (file)
@@ -1,6 +1,7 @@
 // -*- C++ -*-
 // { dg-options "-std=gnu++17 -ltbb" }
 // { dg-do run { target c++17 } }
+// { dg-timeout-factor 3 }
 // { dg-require-effective-target tbb-backend }
 
 //===-- copy_move.pass.cpp ------------------------------------------------===//
index fd29a61..4e67d87 100644 (file)
@@ -1,6 +1,7 @@
 // -*- C++ -*-
 // { dg-options "-std=gnu++17 -ltbb" }
 // { dg-do run { target c++17 } }
+// { dg-timeout-factor 3 }
 // { dg-require-effective-target tbb-backend }
 
 //===-- fill.pass.cpp -----------------------------------------------------===//
index ebd922d..d732b5b 100644 (file)
@@ -1,6 +1,7 @@
 // -*- C++ -*-
 // { dg-options "-std=gnu++17 -ltbb" }
 // { dg-do run { target c++17 } }
+// { dg-timeout-factor 3 }
 // { dg-require-effective-target tbb-backend }
 
 //===-- generate.pass.cpp -------------------------------------------------===//
index 86c0341..055ec38 100644 (file)
@@ -1,6 +1,7 @@
 // -*- C++ -*-
 // { dg-options "-std=gnu++17 -ltbb" }
 // { dg-do run { target c++17 } }
+// { dg-timeout-factor 3 }
 // { dg-require-effective-target tbb-backend }
 
 //===-- is_partitioned.pass.cpp -------------------------------------------===//
index beff2b9..dbda3d8 100644 (file)
@@ -1,6 +1,7 @@
 // -*- C++ -*-
 // { dg-options "-std=gnu++17 -ltbb" }
 // { dg-do run { target c++17 } }
+// { dg-timeout-factor 3 }
 // { dg-require-effective-target tbb-backend }
 
 //===-- partition.pass.cpp ------------------------------------------------===//
index b10fa64..0f0606d 100644 (file)
@@ -1,6 +1,7 @@
 // -*- C++ -*-
 // { dg-options "-std=gnu++17 -ltbb" }
 // { dg-do run { target c++17 } }
+// { dg-timeout-factor 3 }
 // { dg-require-effective-target tbb-backend }
 
 //===-- partition_copy.pass.cpp -------------------------------------------===//
index c99e40c..3411a2d 100644 (file)
@@ -1,6 +1,7 @@
 // -*- C++ -*-
 // { dg-options "-std=gnu++17 -ltbb" }
 // { dg-do run { target c++17 } }
+// { dg-timeout-factor 3 }
 // { dg-require-effective-target tbb-backend }
 
 //===-- remove.pass.cpp ---------------------------------------------------===//
index c5883c6..fc5aca4 100644 (file)
@@ -1,6 +1,7 @@
 // -*- C++ -*-
 // { dg-options "-std=gnu++17 -ltbb" }
 // { dg-do run { target c++17 } }
+// { dg-timeout-factor 3 }
 // { dg-require-effective-target tbb-backend }
 
 //===-- remove_copy.pass.cpp ----------------------------------------------===//
index 4d68591..18e990b 100644 (file)
@@ -1,6 +1,7 @@
 // -*- C++ -*-
 // { dg-options "-std=gnu++17 -ltbb" }
 // { dg-do run { target c++17 } }
+// { dg-timeout-factor 3 }
 // { dg-require-effective-target tbb-backend }
 
 //===-- replace.pass.cpp --------------------------------------------------===//
index b36ce9a..7f7cfe1 100644 (file)
@@ -1,6 +1,7 @@
 // -*- C++ -*-
 // { dg-options "-std=gnu++17 -ltbb" }
 // { dg-do run { target c++17 } }
+// { dg-timeout-factor 3 }
 // { dg-require-effective-target tbb-backend }
 
 //===-- replace_copy.pass.cpp ---------------------------------------------===//
index 228293f..37fda26 100644 (file)
@@ -1,6 +1,7 @@
 // -*- C++ -*-
 // { dg-options "-std=gnu++17 -ltbb" }
 // { dg-do run { target c++17 } }
+// { dg-timeout-factor 3 }
 // { dg-require-effective-target tbb-backend }
 
 //===-- rotate.pass.cpp ---------------------------------------------------===//
index 802b7cb..b3275ea 100644 (file)
@@ -1,6 +1,7 @@
 // -*- C++ -*-
 // { dg-options "-std=gnu++17 -ltbb" }
 // { dg-do run { target c++17 } }
+// { dg-timeout-factor 3 }
 // { dg-require-effective-target tbb-backend }
 
 //===-- rotate_copy.pass.cpp ----------------------------------------------===//
index 3a19f36..a6d4fa4 100644 (file)
@@ -1,6 +1,7 @@
 // -*- C++ -*-
 // { dg-options "-std=gnu++17 -ltbb" }
 // { dg-do run { target c++17 } }
+// { dg-timeout-factor 3 }
 // { dg-require-effective-target tbb-backend }
 
 //===-- swap_ranges.pass.cpp ----------------------------------------------===//
index 37b2d12..518647a 100644 (file)
@@ -1,6 +1,7 @@
 // -*- C++ -*-
 // { dg-options "-std=gnu++17 -ltbb" }
 // { dg-do run { target c++17 } }
+// { dg-timeout-factor 3 }
 // { dg-require-effective-target tbb-backend }
 
 //===-- transform_binary.pass.cpp -----------------------------------------===//
index 2224c0a..ffb5a5c 100644 (file)
@@ -1,6 +1,7 @@
 // -*- C++ -*-
 // { dg-options "-std=gnu++17 -ltbb" }
 // { dg-do run { target c++17 } }
+// { dg-timeout-factor 3 }
 // { dg-require-effective-target tbb-backend }
 
 //===-- transform_unary.pass.cpp ------------------------------------------===//
index 0c35179..c7a6458 100644 (file)
@@ -1,6 +1,7 @@
 // -*- C++ -*-
 // { dg-options "-std=gnu++17 -ltbb" }
 // { dg-do run { target c++17 } }
+// { dg-timeout-factor 3 }
 // { dg-require-effective-target tbb-backend }
 
 //===-- unique.pass.cpp ---------------------------------------------------===//
index 2bbd104..6102a32 100644 (file)
@@ -1,6 +1,7 @@
 // -*- C++ -*-
 // { dg-options "-std=gnu++17 -ltbb" }
 // { dg-do run { target c++17 } }
+// { dg-timeout-factor 3 }
 // { dg-require-effective-target tbb-backend }
 
 //===-- unique_copy_equal.pass.cpp ----------------------------------------===//
index 1ec6690..5cb8302 100644 (file)
@@ -1,6 +1,7 @@
 // -*- C++ -*-
 // { dg-options "-std=gnu++17 -ltbb" }
 // { dg-do run { target c++17 } }
+// { dg-timeout-factor 3 }
 // { dg-require-effective-target tbb-backend }
 
 //===-- adjacent_find.pass.cpp --------------------------------------------===//
index c9cd76c..b7e7fd9 100644 (file)
@@ -1,6 +1,7 @@
 // -*- C++ -*-
 // { dg-options "-std=gnu++17 -ltbb" }
 // { dg-do run { target c++17 } }
+// { dg-timeout-factor 3 }
 // { dg-require-effective-target tbb-backend }
 
 //===-- all_of.pass.cpp ---------------------------------------------------===//
index dba6641..31585c6 100644 (file)
@@ -1,6 +1,7 @@
 // -*- C++ -*-
 // { dg-options "-std=gnu++17 -ltbb" }
 // { dg-do run { target c++17 } }
+// { dg-timeout-factor 3 }
 // { dg-require-effective-target tbb-backend }
 
 //===-- any_of.pass.cpp ---------------------------------------------------===//
index 6f39168..42e57f4 100644 (file)
@@ -1,6 +1,7 @@
 // -*- C++ -*-
 // { dg-options "-std=gnu++17 -ltbb" }
 // { dg-do run { target c++17 } }
+// { dg-timeout-factor 3 }
 // { dg-require-effective-target tbb-backend }
 
 //===-- count.pass.cpp ----------------------------------------------------===//
index e4dece2..fb8b302 100644 (file)
@@ -1,6 +1,7 @@
 // -*- C++ -*-
 // { dg-options "-std=gnu++17 -ltbb" }
 // { dg-do run { target c++17 } }
+// { dg-timeout-factor 3 }
 // { dg-require-effective-target tbb-backend }
 
 //===-- equal.pass.cpp ----------------------------------------------------===//
index 1aad79f..7bf6980 100644 (file)
@@ -1,6 +1,7 @@
 // -*- C++ -*-
 // { dg-options "-std=gnu++17 -ltbb" }
 // { dg-do run { target c++17 } }
+// { dg-timeout-factor 3 }
 // { dg-require-effective-target tbb-backend }
 
 //===-- find.pass.cpp -----------------------------------------------------===//
index 0959b96..08daa10 100644 (file)
@@ -1,6 +1,7 @@
 // -*- C++ -*-
 // { dg-options "-std=gnu++17 -ltbb" }
 // { dg-do run { target c++17 } }
+// { dg-timeout-factor 3 }
 // { dg-require-effective-target tbb-backend }
 
 //===-- find_end.pass.cpp -------------------------------------------------===//
index e0b1344..59e37ca 100644 (file)
@@ -1,6 +1,7 @@
 // -*- C++ -*-
 // { dg-options "-std=gnu++17 -ltbb" }
 // { dg-do run { target c++17 } }
+// { dg-timeout-factor 3 }
 // { dg-require-effective-target tbb-backend }
 
 //===-- find_first_of.pass.cpp --------------------------------------------===//
index b4ecdb0..39cc135 100644 (file)
@@ -1,6 +1,7 @@
 // -*- C++ -*-
 // { dg-options "-std=gnu++17 -ltbb" }
 // { dg-do run { target c++17 } }
+// { dg-timeout-factor 3 }
 // { dg-require-effective-target tbb-backend }
 
 //===-- find_if.pass.cpp --------------------------------------------------===//
index dc9e146..fc4ab3a 100644 (file)
@@ -1,6 +1,7 @@
 // -*- C++ -*-
 // { dg-options "-std=gnu++17 -ltbb" }
 // { dg-do run { target c++17 } }
+// { dg-timeout-factor 3 }
 // { dg-require-effective-target tbb-backend }
 
 //===-- for_each.pass.cpp -------------------------------------------------===//
index 50a6120..f792b51 100644 (file)
@@ -1,6 +1,7 @@
 // -*- C++ -*-
 // { dg-options "-std=gnu++17 -ltbb" }
 // { dg-do run { target c++17 } }
+// { dg-timeout-factor 3 }
 // { dg-require-effective-target tbb-backend }
 
 //===-- mismatch.pass.cpp -------------------------------------------------===//
index 9d34da8..2883385 100644 (file)
@@ -1,6 +1,7 @@
 // -*- C++ -*-
 // { dg-options "-std=gnu++17 -ltbb" }
 // { dg-do run { target c++17 } }
+// { dg-timeout-factor 3 }
 // { dg-require-effective-target tbb-backend }
 
 //===-- none_of.pass.cpp --------------------------------------------------===//
index 54fd817..65b192f 100644 (file)
@@ -1,6 +1,7 @@
 // -*- C++ -*-
 // { dg-options "-std=gnu++17 -ltbb" }
 // { dg-do run { target c++17 } }
+// { dg-timeout-factor 3 }
 // { dg-require-effective-target tbb-backend }
 
 //===-- nth_element.pass.cpp ----------------------------------------------===//
index ec41df3..dd4de34 100644 (file)
@@ -1,6 +1,7 @@
 // -*- C++ -*-
 // { dg-options "-std=gnu++17 -ltbb" }
 // { dg-do run { target c++17 } }
+// { dg-timeout-factor 3 }
 // { dg-require-effective-target tbb-backend }
 
 //===-- reverse.pass.cpp --------------------------------------------------===//
index efd16a9..2563cef 100644 (file)
@@ -1,6 +1,7 @@
 // -*- C++ -*-
 // { dg-options "-std=gnu++17 -ltbb" }
 // { dg-do run { target c++17 } }
+// { dg-timeout-factor 3 }
 // { dg-require-effective-target tbb-backend }
 
 //===-- reverse_copy.pass.cpp ---------------------------------------------===//
index f587bba..0720c37 100644 (file)
@@ -1,6 +1,7 @@
 // -*- C++ -*-
 // { dg-options "-std=gnu++17 -ltbb" }
 // { dg-do run { target c++17 } }
+// { dg-timeout-factor 3 }
 // { dg-require-effective-target tbb-backend }
 
 //===-- search_n.pass.cpp -------------------------------------------------===//
index 2e7dc8f..0a61e4f 100644 (file)
@@ -1,6 +1,7 @@
 // -*- C++ -*-
 // { dg-options "-std=gnu++17 -ltbb" }
 // { dg-do run { target c++17 } }
+// { dg-timeout-factor 3 }
 // { dg-require-effective-target tbb-backend }
 
 //===-- includes.pass.cpp -------------------------------------------------===//
index 76c1081..d9d7771 100644 (file)
@@ -1,6 +1,7 @@
 // -*- C++ -*-
 // { dg-options "-std=gnu++17 -ltbb" }
 // { dg-do run { target c++17 } }
+// { dg-timeout-factor 3 }
 // { dg-require-effective-target tbb-backend }
 
 //===-- is_heap.pass.cpp --------------------------------------------------===//
index 11fa230..daa1601 100644 (file)
@@ -1,6 +1,7 @@
 // -*- C++ -*-
 // { dg-options "-std=gnu++17 -ltbb" }
 // { dg-do run { target c++17 } }
+// { dg-timeout-factor 3 }
 // { dg-require-effective-target tbb-backend }
 
 //===-- is_sorted.pass.cpp ------------------------------------------------===//
index 5fce08b..fd758ba 100644 (file)
@@ -1,6 +1,7 @@
 // -*- C++ -*-
 // { dg-options "-std=gnu++17 -ltbb" }
 // { dg-do run { target c++17 } }
+// { dg-timeout-factor 3 }
 // { dg-require-effective-target tbb-backend }
 
 //===-- lexicographical_compare.pass.cpp ----------------------------------===//
index e194a1d..52306ec 100644 (file)
@@ -1,6 +1,7 @@
 // -*- C++ -*-
 // { dg-options "-std=gnu++17 -ltbb" }
 // { dg-do run { target c++17 } }
+// { dg-timeout-factor 3 }
 // { dg-require-effective-target tbb-backend }
 
 //===-- minmax_element.pass.cpp -------------------------------------------===//
index e99f593..63f2a1c 100644 (file)
@@ -1,6 +1,7 @@
 // -*- C++ -*-
 // { dg-options "-std=gnu++17 -ltbb" }
 // { dg-do run { target c++17 } }
+// { dg-timeout-factor 3 }
 // { dg-require-effective-target tbb-backend }
 
 //===-- partial_sort.pass.cpp ---------------------------------------------===//
index fde44d5..e4da0b3 100644 (file)
@@ -1,6 +1,7 @@
 // -*- C++ -*-
 // { dg-options "-std=gnu++17 -ltbb" }
 // { dg-do run { target c++17 } }
+// { dg-timeout-factor 3 }
 // { dg-require-effective-target tbb-backend }
 
 //===-- partial_sort_copy.pass.cpp ----------------------------------------===//
index 4b9e7aa..286a528 100644 (file)
@@ -1,6 +1,7 @@
 // -*- C++ -*-
 // { dg-options "-std=gnu++17 -ltbb" }
 // { dg-do run { target c++17 } }
+// { dg-timeout-factor 3 }
 // { dg-require-effective-target tbb-backend }
 
 //===-- set.pass.cpp ------------------------------------------------------===//
index e0c55df..f5cb00e 100644 (file)
@@ -1,6 +1,7 @@
 // -*- C++ -*-
 // { dg-options "-std=gnu++17 -ltbb" }
 // { dg-do run { target c++17 } }
+// { dg-timeout-factor 3 }
 // { dg-require-effective-target tbb-backend }
 
 //===-- sort.pass.cpp -----------------------------------------------------===//
index 14246d8..26dc280 100644 (file)
@@ -1,6 +1,7 @@
 // -*- C++ -*-
 // { dg-options "-std=gnu++17 -ltbb" }
 // { dg-do run { target c++17 } }
+// { dg-timeout-factor 3 }
 // { dg-require-effective-target tbb-backend }
 
 //===-- adjacent_difference.pass.cpp --------------------------------------===//
index 266af3a..b31cdcc 100644 (file)
@@ -1,6 +1,7 @@
 // -*- C++ -*-
 // { dg-options "-std=gnu++17 -ltbb" }
 // { dg-do run { target c++17 } }
+// { dg-timeout-factor 3 }
 // { dg-require-effective-target tbb-backend }
 
 //===-- reduce.pass.cpp ---------------------------------------------------===//
index c47eb23..41b92cb 100644 (file)
@@ -1,6 +1,7 @@
 // -*- C++ -*-
 // { dg-options "-std=gnu++17 -ltbb" }
 // { dg-do run { target c++17 } }
+// { dg-timeout-factor 3 }
 // { dg-require-effective-target tbb-backend }
 
 //===-- scan.pass.cpp -----------------------------------------------------===//
index 41c6457..a083d9c 100644 (file)
@@ -1,6 +1,7 @@
 // -*- C++ -*-
 // { dg-options "-std=gnu++17 -ltbb" }
 // { dg-do run { target c++17 } }
+// { dg-timeout-factor 3 }
 // { dg-require-effective-target tbb-backend }
 
 //===-- transform_reduce.pass.cpp -----------------------------------------===//
index eb2694e..babe84e 100644 (file)
@@ -1,6 +1,7 @@
 // -*- C++ -*-
 // { dg-options "-std=gnu++17 -ltbb" }
 // { dg-do run { target c++17 } }
+// { dg-timeout-factor 3 }
 // { dg-require-effective-target tbb-backend }
 
 //===-- transform_scan.pass.cpp -------------------------------------------===//
index 9c1c9b3..e8284da 100644 (file)
@@ -16,6 +16,7 @@
 // <http://www.gnu.org/licenses/>.
 
 // { dg-do compile { target c++11 } }
+// { dg-timeout-factor 2 }
 
 #include <regex>
 
index bd77feb..8768827 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do compile { target c++11 } }
+// { dg-timeout-factor 2 }
 
 // Copyright (C) 2011-2020 Free Software Foundation, Inc.
 //
index b9eb926..c9a516c 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do run { target c++11 } }
+// { dg-timeout-factor 2 }
 
 //
 // Copyright (C) 2014-2020 Free Software Foundation, Inc.
index c5f3f00..181e365 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do run { target c++11 } }
+// { dg-timeout-factor 2 }
 
 // Copyright (C) 2018-2020 Free Software Foundation, Inc.
 //
index 5165027..7fe2327 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do compile { target c++11 } }
+// { dg-timeout-factor 2 }
 
 // Copyright (C) 2011-2020 Free Software Foundation, Inc.
 //
index f15baea..823c0e5 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do run { target c++11 } }
+// { dg-timeout-factor 2 }
 
 // Copyright (C) 2014-2020 Free Software Foundation, Inc.
 //
index daa2d90..a5f59ab 100644 (file)
@@ -16,6 +16,7 @@
 // <http://www.gnu.org/licenses/>.
 
 // { dg-do compile { target c++11 } }
+// { dg-timeout-factor 2 }
 
 #include <regex>
 
index cfb282f..a16b7f9 100644 (file)
@@ -17,6 +17,7 @@
 
 // { dg-options "-O0" }
 // { dg-do link { target c++11 } }
+// { dg-timeout-factor 2 }
 
 #include <regex>
 
index b97f7ab..630f02c 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do run { target c++11 } }
+// { dg-timeout-factor 2 }
 
 // 2009-06-05  Stephen M. Webb  <stephen.webb@bregmasoft.ca>
 //
index 3cd4581..ccc6dc3 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do compile { target c++11 } }
+// { dg-timeout-factor 2 }
 
 // 2007-03-12  Stephen M. Webb  <stephen.webb@bregmasoft.com>
 //
index 3cac594..5ffcc6f 100644 (file)
@@ -16,6 +16,7 @@
 // <http://www.gnu.org/licenses/>.
 
 // { dg-do run { target c++11 } }
+// { dg-timeout-factor 2 }
 
 #include <regex>
 #include <testsuite_hooks.h>
index 45d575d..488f0f7 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do run { target c++11 } }
+// { dg-timeout-factor 2 }
 
 // 2010-07-07  Stephen M. Webb  <stephen.webb@bregmasoft.com>
 //
index 0e0d2c3..7a2d147 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do compile { target c++11 } }
+// { dg-timeout-factor 2 }
 
 // 2007-03-12  Stephen M. Webb  <stephen.webb@bregmasoft.com>
 //
index dfb816a..85acfbd 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do compile { target c++11 } }
+// { dg-timeout-factor 2 }
 
 // 2007-03-12  Stephen M. Webb  <stephen.webb@bregmasoft.com>
 //
index f416474..425e6f9 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do run { target c++11 } }
+// { dg-timeout-factor 2 }
 
 // 2007-03-12  Stephen M. Webb  <stephen.webb@bregmasoft.com>
 //
index c675423..27eb1d1 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do compile { target c++11 } }
+// { dg-timeout-factor 2 }
 
 // 2007-03-12  Stephen M. Webb  <stephen.webb@bregmasoft.com>
 //
index d15c7f4..5711b26 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do compile { target c++11 } }
+// { dg-timeout-factor 2 }
 
 // 2007-03-12  Stephen M. Webb  <stephen.webb@bregmasoft.com>
 //
index 2c1aeee..f27401e 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do compile { target c++11 } }
+// { dg-timeout-factor 2 }
 
 // 2007-03-12  Stephen M. Webb  <stephen.webb@bregmasoft.com>
 //
index 4a863c8..eaf253c 100644 (file)
@@ -16,6 +16,7 @@
 // <http://www.gnu.org/licenses/>.
 
 // { dg-do run { target c++11 } }
+// { dg-timeout-factor 2 }
 
 #include <regex>
 #include <testsuite_hooks.h>
index a6d1a58..a106728 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do compile { target c++11 } }
+// { dg-timeout-factor 2 }
 
 // 2007-03-12  Stephen M. Webb  <stephen.webb@bregmasoft.com>
 //
index 18d36ec..87aec0c 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do compile { target c++11 } }
+// { dg-timeout-factor 2 }
 
 // 2007-03-12  Stephen M. Webb  <stephen.webb@bregmasoft.com>
 //
index f2ee0f3..f945538 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do compile { target c++11 } }
+// { dg-timeout-factor 2 }
 
 // 2007-03-12  Stephen M. Webb  <stephen.webb@bregmasoft.com>
 //
index 10de7b2..c61a4af 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do compile { target c++11 } }
+// { dg-timeout-factor 2 }
 
 // 2007-03-12  Stephen M. Webb  <stephen.webb@bregmasoft.com>
 //
index 66dec60..f1af1db 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do run { target c++11 } }
+// { dg-timeout-factor 2 }
 
 // Copyright (C) 2011-2020 Free Software Foundation, Inc.
 //
index 79e7d9e..fb50817 100644 (file)
@@ -16,6 +16,7 @@
 // <http://www.gnu.org/licenses/>.
 
 // { dg-do run { target c++11 } }
+// { dg-timeout-factor 2 }
 
 #include <regex>
 #include <testsuite_hooks.h>
index 47c9f39..d8a77f6 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do compile { target c++11 } }
+// { dg-timeout-factor 2 }
 
 // 2007-03-12  Stephen M. Webb  <stephen.webb@bregmasoft.com>
 //
index 3389f67..dbc713a 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do compile { target c++11 } }
+// { dg-timeout-factor 2 }
 
 // 2007-03-12  Stephen M. Webb  <stephen.webb@bregmasoft.com>
 //
index 1c40fd2..4cd6ee3 100644 (file)
@@ -16,6 +16,7 @@
 // <http://www.gnu.org/licenses/>.
 
 // { dg-do compile { target c++11 } }
+// { dg-timeout-factor 2 }
 
 #include <regex>
 #include <testsuite_iterators.h>
index 36941ed..103c48e 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do run { target c++11 } }
+// { dg-timeout-factor 2 }
 
 // 2007-03-12  Stephen M. Webb  <stephen.webb@bregmasoft.com>
 //
index ff049b0..e0cdf67 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do compile { target c++11 } }
+// { dg-timeout-factor 2 }
 
 // 2007-03-12  Stephen M. Webb  <stephen.webb@bregmasoft.com>
 //
index 90993bf..e95aeab 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do compile { target c++11 } }
+// { dg-timeout-factor 2 }
 
 // 2007-03-12  Stephen M. Webb  <stephen.webb@bregmasoft.com>
 //
index 7aa7f2b..920a3da 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do compile { target c++11 } }
+// { dg-timeout-factor 2 }
 
 // 2007-03-12  Stephen M. Webb  <stephen.webb@bregmasoft.com>
 //
index 595b576..6ddb206 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do compile { target c++11 } }
+// { dg-timeout-factor 2 }
 
 // 2007-03-12  Stephen M. Webb  <stephen.webb@bregmasoft.com>
 //
index a178e03..0953fb0 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do compile { target c++11 } }
+// { dg-timeout-factor 2 }
 
 // 2007-03-12  Stephen M. Webb  <stephen.webb@bregmasoft.com>
 //
index c84d893..71993e4 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do compile { target c++11 } }
+// { dg-timeout-factor 2 }
 
 // 2007-03-12  Stephen M. Webb  <stephen.webb@bregmasoft.com>
 //
index 80ffbb6..396754a 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do compile { target c++11 } }
+// { dg-timeout-factor 2 }
 
 // 2007-03-12  Stephen M. Webb  <stephen.webb@bregmasoft.com>
 //
index 3004759..8253850 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do run { target c++11 } }
+// { dg-timeout-factor 2 }
 
 // 2010-07-07  Stephen M. Webb  <stephen.webb@bregmasoft.com>
 //
index cafd94f..d6fd8b4 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do run { target c++11 } }
+// { dg-timeout-factor 2 }
 
 // 2007-03-12  Stephen M. Webb  <stephen.webb@bregmasoft.com>
 //
index 252d202..7b84ced 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do run { target c++11 } }
+// { dg-timeout-factor 2 }
 
 // 2010-07-07  Stephen M. Webb  <stephen.webb@bregmasoft.com>
 //
index 7ded161..29c9ea0 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do compile { target c++11 } }
+// { dg-timeout-factor 2 }
 
 // 2007-03-12  Stephen M. Webb  <stephen.webb@bregmasoft.com>
 //
index cdf851a..99965cc 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do compile { target c++11 } }
+// { dg-timeout-factor 2 }
 
 // 2007-03-12  Stephen M. Webb  <stephen.webb@bregmasoft.com>
 //
index 2a452f8..2df3cd5 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do compile { target c++11 } }
+// { dg-timeout-factor 2 }
 
 // 2007-03-12  Stephen M. Webb  <stephen.webb@bregmasoft.com>
 //
index 6b69124..818bd19 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do compile { target c++11 } }
+// { dg-timeout-factor 2 }
 
 // 2007-03-12  Stephen M. Webb  <stephen.webb@bregmasoft.com>
 //
index c10f260..8049de0 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do compile { target c++11 } }
+// { dg-timeout-factor 2 }
 
 // 2007-03-12  Stephen M. Webb  <stephen.webb@bregmasoft.com>
 //
index 0e1464b..6a00bee 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do run { target c++11 } }
+// { dg-timeout-factor 2 }
 
 // Copyright (C) 2015-2020 Free Software Foundation, Inc.
 //
index 5836cc1..2b16fd4 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do run { target c++11 } }
+// { dg-timeout-factor 2 }
 
 // Copyright (C) 2014-2020 Free Software Foundation, Inc.
 //
index 26a36e6..ba69b0b 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do compile { target c++11 } }
+// { dg-timeout-factor 2 }
 //
 // Copyright (C) 2015-2020 Free Software Foundation, Inc.
 //
index e4f23fb..dd77694 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do compile { target c++11 } }
+// { dg-timeout-factor 2 }
 //
 // 2009-06-17  Stephen M. Webb  <stephen.webb@xandros.com>
 //
index 99c4e39..98b821e 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do compile { target c++11 } }
+// { dg-timeout-factor 2 }
 //
 // 2009-06-17  Stephen M. Webb  <stephen.webb@xandros.com>
 //
index 4cb0028..5e97ac6 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do run { target c++11 } }
+// { dg-timeout-factor 2 }
 //
 // 2009-06-17  Stephen M. Webb  <stephen.webb@xandros.com>
 //
index f07e438..0be20c8 100644 (file)
@@ -1,5 +1,6 @@
 // { dg-options "-std=gnu++98" }
 // { dg-do compile { target c++98_only } }
+// { dg-timeout-factor 2 }
 
 // Copyright (C) 2007-2020 Free Software Foundation, Inc.
 //
index f51453f..dfc6c86 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do run { target c++11 } }
+// { dg-timeout-factor 2 }
 
 // Copyright (C) 2008-2020 Free Software Foundation, Inc.
 //
index 186837e..9304d60 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do run { target c++11 } }
+// { dg-timeout-factor 2 }
 
 //
 // Copyright (C) 2014-2020 Free Software Foundation, Inc.
index b31c674..8a3e9c7 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do compile { target c++11 } }
+// { dg-timeout-factor 2 }
 
 //
 // 2010-06-10  Stephen M. Webb <stephen.webb@bregmasoft.ca>
index 2d7036d..95d39a7 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do run { target c++11 } }
+// { dg-timeout-factor 2 }
 
 //
 // Copyright (C) 2014-2020 Free Software Foundation, Inc.
index fbb1c7a..adb2691 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do compile { target c++11 } }
+// { dg-timeout-factor 2 }
 
 //
 // 2010-06-10  Stephen M. Webb <stephen.webb@bregmasoft.ca>
index dc4883c..9226929 100644 (file)
@@ -16,6 +16,7 @@
 // <http://www.gnu.org/licenses/>.
 
 // { dg-do run { target c++11 } }
+// { dg-timeout-factor 2 }
 
 #include <regex>
 #include <testsuite_hooks.h>
index ad644ff..72e321f 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do run { target c++11 } }
+// { dg-timeout-factor 2 }
 
 // 2009-06-10  Stephen M. Webb  <stephen.webb@bregmasoft.com>
 //
index cf53264..ba63be9 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do run { target c++11 } }
+// { dg-timeout-factor 2 }
 
 // 2009-06-05  Stephen M. Webb  <stephen.webb@bregmasoft.com>
 //
index 28c2396..df4e6bb 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do run { target c++11 } }
+// { dg-timeout-factor 2 }
 
 //
 // 2013-09-24  Tim Shen <timshen91@gmail.com>
index 43374e6..f7cf6d8 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do run { target c++11 } }
+// { dg-timeout-factor 2 }
 
 // Copyright (C) 2015-2020 Free Software Foundation, Inc.
 //
index 5df85fd..97df14d 100644 (file)
@@ -17,6 +17,7 @@
 
 // { dg-options "-std=gnu++17" }
 // { dg-do compile { target c++17 } }
+// { dg-timeout-factor 2 }
 // { dg-require-effective-target cxx11-abi }
 
 #include <regex>
index 8f9c3be..ff173a2 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do run { target c++11 } }
+// { dg-timeout-factor 2 }
 
 //
 // Copyright (C) 2015-2020 Free Software Foundation, Inc.
index 81a9e56..9af92d2 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do compile { target c++11 } }
+// { dg-timeout-factor 2 }
 
 //
 // 2010-06-10  Stephen M. Webb <stephen.webb@bregmasoft.ca>
index 07a5309..cda4936 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do compile { target c++11 } }
+// { dg-timeout-factor 2 }
 
 // Copyright (C) 2010-2020 Free Software Foundation, Inc.
 //
index dc98607..e42080a 100644 (file)
@@ -18,6 +18,7 @@
 // 28.6 [re.badexp]
 
 // { dg-do run { target c++11 } }
+// { dg-timeout-factor 2 }
 
 #include <regex>
 
index 3ec4194..1e9c884 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do run { target c++11 } }
+// { dg-timeout-factor 2 }
 //
 // 2009-06-17  Stephen M. Webb  <stephen.webb@xandros.com>
 //
index 754c3da..a479601 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do run { target c++11 } }
+// { dg-timeout-factor 2 }
 
 //
 // Copyright (C) 2015-2020 Free Software Foundation, Inc.
index 93ccc63..acd8821 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do compile { target c++11 } }
+// { dg-timeout-factor 2 }
 
 //
 // 2010-02-17  Stephen M. Webb <stephen.webb@bregmasoft.ca>
index 8b3fda5..3ad9a46 100644 (file)
@@ -17,6 +17,7 @@
 
 // { dg-options "-std=gnu++11" }
 // { dg-do compile { target c++11 } }
+// { dg-timeout-factor 2 }
 
 #include <regex>
 
index 292e53d..3969438 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do run { target c++11 } }
+// { dg-timeout-factor 2 }
 
 //
 // 2010-06-09  Stephen M. Webb <stephen.webb@bregmasoft.ca>
index 30a3aa6..5c32fdb 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do run { target c++11 } }
+// { dg-timeout-factor 2 }
 
 //
 // 2010-06-09  Stephen M. Webb <stephen.webb@bregmasoft.ca>
index babb576..86c147f 100644 (file)
@@ -16,6 +16,7 @@
 // <http://www.gnu.org/licenses/>.
 
 // { dg-do run { target c++11 } }
+// { dg-timeout-factor 2 }
 
 #include <regex>
 #include <testsuite_hooks.h>
index d632d00..a746173 100644 (file)
@@ -17,6 +17,7 @@
 
 // { dg-options "-std=gnu++2a" }
 // { dg-do run { target c++2a } }
+// { dg-timeout-factor 2 }
 
 #include <regex>
 #include <testsuite_hooks.h>
index 0c336b5..c948514 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do run { target c++11 } }
+// { dg-timeout-factor 2 }
 
 //
 // 2014-11-13  Daniel Kruegler <daniel.kruegler@gmail.com>
index fb6fdf7..edd2178 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do run { target c++11 } }
+// { dg-timeout-factor 2 }
 
 //
 // 2010-06-09  Stephen M. Webb <stephen.webb@bregmasoft.ca>
index bac764e..ce9f4f6 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do compile { target c++11 } }
+// { dg-timeout-factor 2 }
 
 //
 // 2010-06-07  Stephen M. Webb <stephen.webb@bregmasoft.ca>
index 8b8459e..6938772 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do link { target c++11 } }
+// { dg-timeout-factor 2 }
 
 // 2007-03-12  Stephen M. Webb  <stephen.webb@bregmasoft.com>
 //
index d42ce61..f083188 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do run { target c++11 } }
+// { dg-timeout-factor 2 }
 
 //
 // Copyright (C) 2016-2020 Free Software Foundation, Inc.
index b40f06d..a8f06c2 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do run { target c++11 } }
+// { dg-timeout-factor 2 }
 // { dg-additional-options "-DNEWLINE_IN_CLASS_BLANK" { target newlib } }
 
 //
index 3c05535..6180e01 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do run { target c++11 } }
+// { dg-timeout-factor 2 }
 
 //
 // 2010-02-17  Stephen M. Webb <stephen.webb@bregmasoft.ca>
index 9f0314e..0718a49 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do run { target c++11 } }
+// { dg-timeout-factor 2 }
 
 //
 // 2010-06-23  Stephen M. Webb <stephen.webb@bregmasoft.ca>
index 3897f25..44cc19e 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do run { target c++11 } }
+// { dg-timeout-factor 2 }
 
 //
 // 2010-06-23  Stephen M. Webb <stephen.webb@bregmasoft.ca>
index e838dcd..9ea9a09 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do run { target c++11 } }
+// { dg-timeout-factor 2 }
 
 //
 // 2010-02-17  Stephen M. Webb <stephen.webb@bregmasoft.ca>
index 5497a16..a18fd05 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do run { target c++11 } }
+// { dg-timeout-factor 2 }
 
 //
 // 2010-02-17  Stephen M. Webb <stephen.webb@bregmasoft.ca>
index e857fb1..63a0ff7 100644 (file)
@@ -1,5 +1,6 @@
 // { dg_do run }
 // { dg-do run { target c++11 } }
+// { dg-timeout-factor 2 }
 
 //
 // 2010-02-17  Stephen M. Webb <stephen.webb@bregmasoft.ca>
index 4caa954..9bbfef5 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do run { target c++11 } }
+// { dg-timeout-factor 2 }
 
 // 2007-03-12  Stephen M. Webb  <stephen.webb@bregmasoft.com>
 //
index d3241e2..782d418 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do run { target c++11 } }
+// { dg-timeout-factor 2 }
 
 //
 // 2014-01-07  Tim Shen <timshen91@gmail.com>
index 444c0ad..f26fa4b 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do run { target c++11 } }
+// { dg-timeout-factor 2 }
 
 // 2008-08-11  Stephen M. Webb  <stephen.webb@bregmasoft.com>
 //
index 8c48116..a376cd6 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do link { target c++11 } }
+// { dg-timeout-factor 2 }
 
 // 2007-03-12  Stephen M. Webb  <stephen.webb@bregmasoft.com>
 //
index 0a27f01..92d1614 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do run { target c++11 } }
+// { dg-timeout-factor 2 }
 // { dg-additional-options "-DNEWLINE_IN_CLASS_BLANK" { target newlib } }
 
 // Copyright (C) 2010-2020 Free Software Foundation, Inc.
index 458311c..99686cc 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do run { target c++11 } }
+// { dg-timeout-factor 2 }
 
 //
 // 2010-02-17  Stephen M. Webb <stephen.webb@bregmasoft.ca>
index b168950..c7ec260 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do run { target c++11 } }
+// { dg-timeout-factor 2 }
 
 // Copyright (C) 2010-2020 Free Software Foundation, Inc.
 //
index 4fea3b1..9399fe1 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do run { target c++11 } }
+// { dg-timeout-factor 2 }
 
 //
 // Copyright (C) 2010-2020 Free Software Foundation, Inc.
index 9eeb3b2..33d3117 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do run { target c++11 } }
+// { dg-timeout-factor 2 }
 
 //
 // 2010-02-17  Stephen M. Webb <stephen.webb@bregmasoft.ca>
index 7fa93ca..41642b8 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do run { target c++11 } }
+// { dg-timeout-factor 2 }
 
 //
 // Copyright (C) 2010-2020 Free Software Foundation, Inc.
index 6bb4d9f..170bd43 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do run { target c++11 } }
+// { dg-timeout-factor 2 }
 
 //
 // 2010-02-17  Stephen M. Webb <stephen.webb@bregmasoft.ca>
index 6636bf7..aebce49 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do run { target c++11 } }
+// { dg-timeout-factor 2 }
 
 // 2007-03-12  Stephen M. Webb  <stephen.webb@bregmasoft.com>
 //
index 8bbfba4..fe34697 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do run { target c++11 } }
+// { dg-timeout-factor 2 }
 
 //
 // 2014-01-07  Tim Shen <timshen91@gmail.com>
index 86b0c88..e1d47ca 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do run { target c++11 } }
+// { dg-timeout-factor 2 }
 
 // 2008-08-11  Stephen M. Webb  <stephen.webb@bregmasoft.com>
 //