diff options
author | Tomasz Kamiński <tkaminsk@redhat.com> | 2025-04-18 16:43:08 +0200 |
---|---|---|
committer | Tomasz Kamiński <tkaminsk@redhat.com> | 2025-04-22 11:21:35 +0200 |
commit | 45cd8a836fbe310401b714ab676697b0772caf93 (patch) | |
tree | a894ef134d91193c8930bf0077a9e016fc39a4d3 /libstdc++-v3/testsuite/std | |
parent | b16b0a7ae8e40064b7b40cb246bbc66fe846d139 (diff) | |
download | gcc-45cd8a836fbe310401b714ab676697b0772caf93.zip gcc-45cd8a836fbe310401b714ab676697b0772caf93.tar.gz gcc-45cd8a836fbe310401b714ab676697b0772caf93.tar.bz2 |
libstdc++: Increase timeouts for format and flat_maps tests
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.
Diffstat (limited to 'libstdc++-v3/testsuite/std')
-rw-r--r-- | libstdc++-v3/testsuite/std/format/ranges/map.cc | 1 | ||||
-rw-r--r-- | libstdc++-v3/testsuite/std/format/ranges/sequence.cc | 1 | ||||
-rw-r--r-- | libstdc++-v3/testsuite/std/format/ranges/string.cc | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/libstdc++-v3/testsuite/std/format/ranges/map.cc b/libstdc++-v3/testsuite/std/format/ranges/map.cc index 34c5ed5..1838480 100644 --- a/libstdc++-v3/testsuite/std/format/ranges/map.cc +++ b/libstdc++-v3/testsuite/std/format/ranges/map.cc @@ -1,4 +1,5 @@ // { dg-do run { target c++23 } } +// { dg-timeout-factor 2 } #include <flat_map> #include <format> diff --git a/libstdc++-v3/testsuite/std/format/ranges/sequence.cc b/libstdc++-v3/testsuite/std/format/ranges/sequence.cc index 61fc68e..f05f6ec 100644 --- a/libstdc++-v3/testsuite/std/format/ranges/sequence.cc +++ b/libstdc++-v3/testsuite/std/format/ranges/sequence.cc @@ -1,4 +1,5 @@ // { dg-do run { target c++23 } } +// { dg-timeout-factor 2 } #include <array> #include <format> diff --git a/libstdc++-v3/testsuite/std/format/ranges/string.cc b/libstdc++-v3/testsuite/std/format/ranges/string.cc index 7f59f59..cf39aa6 100644 --- a/libstdc++-v3/testsuite/std/format/ranges/string.cc +++ b/libstdc++-v3/testsuite/std/format/ranges/string.cc @@ -1,4 +1,5 @@ // { dg-do run { target c++23 } } +// { dg-timeout-factor 2 } #include <format> #include <span> |