public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Ben Elliston <bje@redhat.com>
To: gcc@gcc.gnu.org
Subject: Re: How do I run dejagnu's runtest with other timeout value for specific tests in gcc's testsuite?
Date: Tue, 22 Oct 2002 03:18:00 -0000	[thread overview]
Message-ID: <m34rbf12fo.fsf@scooby.brisbane.redhat.com> (raw)
In-Reply-To: <20021021193456.GA4595@j-son.org>

>>>>> "nsson" == nsson  <Christian> writes:

  nsson> I might sound a bit stupid here but hey, I'll take the chance
  nsson> then...

When it comes to DejaGnu, there are few stupid questions. ;-)

  nsson> How do you run the testsuite, let's say a specific test, with
  nsson> a timeout that's not the default, i.e., the value set in the
  nsson> dejagnu files?

There are two timeouts relevant to GCC testing: a compile-time timeout
and a runtime timeout -- both can be controlled.  If you are just
doing native testing (as it sounds like you are), then you can try
adding these lines to your `unix.exp' baseboard definition file:

     set_board_info gcc,timeout 600
     set_board_info sim,timeout 600

There's a chance that this won't work (as DejaGnu is, umm, a real
joy) -- but I hope this will get you on the right track.

Cheers, Ben


  reply	other threads:[~2002-10-22  5:13 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-21 16:13 Christian Jönsson
2002-10-22  3:18 ` Ben Elliston [this message]
2002-10-22 14:15   ` Christian Jönsson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m34rbf12fo.fsf@scooby.brisbane.redhat.com \
    --to=bje@redhat.com \
    --cc=gcc@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).