On Tue, 22 Apr 2025 at 10:03, Tomasz Kamiński <tkami...@redhat.com> wrote:
>
> 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.
> ---
> This makes the test pass with timeout set for 60s (used for the .gnurc file
> that we use for compiler farm). OK for turnk?

OK, thanks.


>
>  libstdc++-v3/testsuite/23_containers/flat_map/1.cc      | 1 +
>  libstdc++-v3/testsuite/23_containers/flat_multimap/1.cc | 1 +
>  libstdc++-v3/testsuite/std/format/ranges/map.cc         | 1 +
>  libstdc++-v3/testsuite/std/format/ranges/sequence.cc    | 1 +
>  libstdc++-v3/testsuite/std/format/ranges/string.cc      | 1 +
>  5 files changed, 5 insertions(+)
>
> diff --git a/libstdc++-v3/testsuite/23_containers/flat_map/1.cc 
> b/libstdc++-v3/testsuite/23_containers/flat_map/1.cc
> index d9d88c4df6e..4fd33f616f7 100644
> --- a/libstdc++-v3/testsuite/23_containers/flat_map/1.cc
> +++ b/libstdc++-v3/testsuite/23_containers/flat_map/1.cc
> @@ -1,4 +1,5 @@
>  // { dg-do run { target c++23 } }
> +// { dg-timeout-factor 2 }
>
>  #include <flat_map>
>
> diff --git a/libstdc++-v3/testsuite/23_containers/flat_multimap/1.cc 
> b/libstdc++-v3/testsuite/23_containers/flat_multimap/1.cc
> index ff180bf1bdf..ea0d4b41e9f 100644
> --- a/libstdc++-v3/testsuite/23_containers/flat_multimap/1.cc
> +++ b/libstdc++-v3/testsuite/23_containers/flat_multimap/1.cc
> @@ -1,4 +1,5 @@
>  // { dg-do run { target c++23 } }
> +// { dg-timeout-factor 2 }
>
>  #include <flat_map>
>  #include <deque>
> diff --git a/libstdc++-v3/testsuite/std/format/ranges/map.cc 
> b/libstdc++-v3/testsuite/std/format/ranges/map.cc
> index 34c5ed554b8..1838480e2cf 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 61fc68ea252..f05f6ec1e1c 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 7f59f59dda3..cf39aa66e07 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>
> --
> 2.49.0
>

Reply via email to