https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90276

--- Comment #18 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jonathan Wakely <r...@gcc.gnu.org>:

https://gcc.gnu.org/g:e65b6627a36869b01bbe128a5324e4b415b28880

commit r15-1665-ge65b6627a36869b01bbe128a5324e4b415b28880
Author: Jonathan Wakely <jwak...@redhat.com>
Date:   Wed Jun 12 17:11:23 2024 +0100

    libstdc++: Increase timeouts for PSTL tests in debug mode [PR90276]

    These tests compile very slowly in debug mode.

    libstdc++-v3/ChangeLog:

            PR libstdc++/90276
            *
testsuite/25_algorithms/pstl/alg_modifying_operations/rotate_copy.cc:
            Increase timeout for debug mode.
            *
testsuite/25_algorithms/pstl/alg_modifying_operations/transform_binary.cc:
            Likewise.
            * testsuite/25_algorithms/pstl/alg_nonmodifying/mismatch.cc:
            Likewise.
            *
testsuite/25_algorithms/pstl/alg_sorting/lexicographical_compare.cc:
            Likewise.
            * testsuite/25_algorithms/pstl/alg_sorting/minmax_element.cc:
            Likewise.
            *
testsuite/25_algorithms/pstl/alg_sorting/set_symmetric_difference.cc:
            Likewise.

Reply via email to