Changing timeout for dejagnu runs of the testsuite?

Christian Jönsson c.christian.joensson@telia.com
Sat Feb 8 16:52:00 GMT 2003


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



More information about the Gcc mailing list