public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Changing timeout for dejagnu runs of the testsuite?
@ 2003-02-08 16:52 Christian Jönsson
  0 siblings, 0 replies; only message in thread
From: Christian Jönsson @ 2003-02-08 16:52 UTC (permalink / raw)
  To: gcc

I've come across several testt cases where dejagnu times out...

The way to change the default time out, for gcc, is something like
this:

*** dejagnu/baseboards/unix.exp.orig    Tue Oct 15 22:36:33 2002
--- dejagnu/baseboards/unix.exp Thu Jan 16 09:53:12 2003
***************
*** 7,12 ****
--- 7,15 ----

  set_board_info bmk,use_alarm 1;

+ set_board_info gcc,timeout 1200
+ set_board_info sim,timeout 1200
+
  # Do not use -lm on Cygwin
  if { [istarget "*-*-cygwin*"] } {
    set_board_info mathlib "";

but how do I change the default timeout for the g++ and libstdc++
tests and for the g77 tests?

Cheers,

/ChJ

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-02-08 16:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-08 16:52 Changing timeout for dejagnu runs of the testsuite? Christian Jönsson

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).