Re: [PATCH] libstdc++: Increase timeouts for format and flat_maps tests

2025-04-22 Thread Jonathan Wakely
On Tue, 22 Apr 2025 at 10:03, Tomasz Kamiński 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. > * testsuit

[PATCH] libstdc++: Increase timeouts for format and flat_maps tests

2025-04-22 Thread Tomasz Kamiński
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/st