This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: How do I check the 'WARNING: program timed out'?
- From: mike stump <mrs at windriver dot com>
- To: c dot christian dot joensson at telia dot com, gcc at gcc dot gnu dot org
- Date: Wed, 10 Apr 2002 12:03:57 -0700 (PDT)
- Subject: Re: How do I check the 'WARNING: program timed out'?
- References: <20020410124536.GA23464@j-son.org>
> Date: Wed, 10 Apr 2002 14:45:37 +0200
> To: Gcc <gcc@gcc.gnu.org>
> Mail-Followup-To: Gcc <gcc@gcc.gnu.org>
> From: =?iso-8859-1?Q?Christian_J=F6nsson?= <c.christian.joensson@telia.com>
> Now, I understand there's somehow a timeout 300 something. How can I
> run a single test, say 'gcc.c-torture/compile/20001226-1.c', with an
> other timeout?
For C:
execute.exp=900409-1.c
For C++:
old-deja.exp=eh*.C
As for the timeout, you'll have to find it, and hand edit it, I don't
know a better way. Also, bear in mind, you can just run the testcase
by hand.