public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] libstdc++-v3: Set 26_numerics/random/n.b.d./op./values.cc timeout-factor to 3
@ 2022-05-20  2:19 Hans-Peter Nilsson
  2022-05-20  9:03 ` Jonathan Wakely
  0 siblings, 1 reply; 5+ messages in thread
From: Hans-Peter Nilsson @ 2022-05-20  2:19 UTC (permalink / raw)
  To: gcc-patches, libstdc++

Also, how about shortening those test-suite file-paths?
They're path sort-of overlong for any git (and ChangeLog)
commit-line limit. 1/2 :-)

Ok to commit (without renaming)?

--- 8< ---

I happened to run my cris-elf regression-tester and some
large job in parallel when this test was running.  According
to "time" it takes 4:39.07 for the GNU cris-elf simulator on
this yesteryear machine.  The default timeout is 360
seconds.  Let's "up" the time by a factor 3.

libstdc++-v3:
	* testsuite/26_numerics/random/negative_binomial_distribution/operators/values.cc:
	Set dg-timeout-factor to 3.
---
 .../random/negative_binomial_distribution/operators/values.cc    | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libstdc++-v3/testsuite/26_numerics/random/negative_binomial_distribution/operators/values.cc b/libstdc++-v3/testsuite/26_numerics/random/negative_binomial_distribution/operators/values.cc
index dda6f43b2540..89a2b3dc4b76 100644
--- a/libstdc++-v3/testsuite/26_numerics/random/negative_binomial_distribution/operators/values.cc
+++ b/libstdc++-v3/testsuite/26_numerics/random/negative_binomial_distribution/operators/values.cc
@@ -1,4 +1,5 @@
 // { dg-do run { target c++11 } }
+// { dg-timeout-factor 3 }
 // { dg-require-cstdint "" }
 // { dg-require-cmath "" }
 //
-- 
2.30.2


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-05-20 15:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-20  2:19 [PATCH] libstdc++-v3: Set 26_numerics/random/n.b.d./op./values.cc timeout-factor to 3 Hans-Peter Nilsson
2022-05-20  9:03 ` Jonathan Wakely
2022-05-20  9:22   ` Jonathan Wakely
2022-05-20 14:30   ` Hans-Peter Nilsson
2022-05-20 15:06     ` Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).