]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: Increase timeouts for format and flat_maps tests
authorTomasz Kamiński <tkaminsk@redhat.com>
Fri, 18 Apr 2025 14:43:08 +0000 (16:43 +0200)
committerTomasz Kamiński <tkaminsk@redhat.com>
Tue, 22 Apr 2025 09:21:35 +0000 (11:21 +0200)
Test for format parse format string and compile time,
flat_maps ones test all functionality in single test file.

libstdc++-v3/ChangeLog:

* testsuite/23_containers/flat_map/1.cc: Add dg-timeout-factor 2.
* testsuite/23_containers/flat_multimap/1.cc: Likewise.
* testsuite/std/format/ranges/map.cc: Likewise.
* testsuite/std/format/ranges/sequence.cc: Likewise.
* testsuite/std/format/ranges/string.cc: Likewise.

libstdc++-v3/testsuite/23_containers/flat_map/1.cc
libstdc++-v3/testsuite/23_containers/flat_multimap/1.cc
libstdc++-v3/testsuite/std/format/ranges/map.cc
libstdc++-v3/testsuite/std/format/ranges/sequence.cc
libstdc++-v3/testsuite/std/format/ranges/string.cc

index d9d88c4df6ec6fbf797e147fd365dbea95380b30..4fd33f616f78ce48b3596945236eb12cfc66cfc0 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do run { target c++23 } }
+// { dg-timeout-factor 2 }
 
 #include <flat_map>
 
index ff180bf1bdf59624baa876bdc9ca4c9e853af883..ea0d4b41e9fbaaa531a9a8acb73157ed107dad7c 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do run { target c++23 } }
+// { dg-timeout-factor 2 }
 
 #include <flat_map>
 #include <deque>
index 34c5ed554b8bc5474a315c74245fd16c17563764..1838480e2cf427b85141524445db54147ddbb158 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do run { target c++23 } }
+// { dg-timeout-factor 2 }
 
 #include <flat_map>
 #include <format>
index 61fc68ea252d491b9698f98cb196b646c46b9316..f05f6ec1e1cab4c9b143413222570a74e37031a4 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do run { target c++23 } }
+// { dg-timeout-factor 2 }
 
 #include <array>
 #include <format>
index 7f59f59dda3928e2e3bbc161de4c5b6561d6f47f..cf39aa66e071fc3cb4d3be12f55b4451baefe099 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do run { target c++23 } }
+// { dg-timeout-factor 2 }
 
 #include <format>
 #include <span>