]> gcc.gnu.org Git - gcc.git/commitdiff
libstdc++: Add dg-timeout-factor to remaining <chrono> IO tests
authorJonathan Wakely <jwakely@redhat.com>
Mon, 13 Nov 2023 10:50:39 +0000 (10:50 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Mon, 13 Nov 2023 23:22:19 +0000 (23:22 +0000)
I meant to add these changes as part of r14-4959-g7d06b29f814580 but
missed these files out.

libstdc++-v3/ChangeLog:

* testsuite/std/time/clock/file/io.cc: Double timeout using
dg-timeout-factor.
* testsuite/std/time/clock/gps/io.cc: Likewise.
* testsuite/std/time/clock/local/io.cc: Likewise.
* testsuite/std/time/clock/system/io.cc: Likewise.
* testsuite/std/time/clock/tai/io.cc: Likewise.
* testsuite/std/time/clock/utc/io.cc: Likewise.

libstdc++-v3/testsuite/std/time/clock/file/io.cc
libstdc++-v3/testsuite/std/time/clock/gps/io.cc
libstdc++-v3/testsuite/std/time/clock/local/io.cc
libstdc++-v3/testsuite/std/time/clock/system/io.cc
libstdc++-v3/testsuite/std/time/clock/tai/io.cc
libstdc++-v3/testsuite/std/time/clock/utc/io.cc

index c3ac6cf4d6d742c63873d85f42dd7f2243bf7848..39eb0dbcf51b496d83e08d47506afc5040193dfb 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do run { target c++20 } }
+// { dg-timeout-factor 2 }
 
 #include <chrono>
 #include <sstream>
index eac1c13c63af05ff51c34a029c0262b3a666ac79..6f4544fcd97c4f4f4e56945a70dc09cb45ebf75e 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do run { target c++20 } }
+// { dg-timeout-factor 2 }
 
 #include <chrono>
 #include <format>
index b16ddbab90b4cd243d394e6a5f2570d8aad70a35..bb682cd40cfc983b154e7e2811c036dc3998e483 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do run { target c++20 } }
+// { dg-timeout-factor 2 }
 
 #include <chrono>
 #include <format>
index d0962353c2915ac1a8a9edd30926f921add74096..2cc116156f2ecb787fe7b2f22246e0bda51676c5 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do run { target c++20 } }
+// { dg-timeout-factor 2 }
 
 #include <chrono>
 #include <sstream>
index 0c5b5872d0c41eea5680a05b4f282813bcde71f7..0fd61c0e612f95f4112c190adb94417f41fcf8f5 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do run { target c++20 } }
+// { dg-timeout-factor 2 }
 
 #include <chrono>
 #include <format>
index f39eb3f3e8e638cf9b80da5d8b7f97660a9e299f..58e358f3dbf471768839b9ea6fbbed3582f76e59 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do run { target c++20 } }
+// { dg-timeout-factor 2 }
 
 #include <chrono>
 #include <sstream>
This page took 0.067555 seconds and 5 git commands to generate.