This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFA] bailing out of tests with multiple errors or timeouts
- From: Mark Kettenis <mark dot kettenis at xs4all dot nl>
- To: janisjo at codesourcery dot com
- Cc: gdb-patches at sourceware dot org
- Date: Wed, 4 May 2011 20:10:32 +0200 (CEST)
- Subject: Re: [RFA] bailing out of tests with multiple errors or timeouts
- References: <4DC1910A.8040603@codesourcery.com>
> Date: Wed, 04 May 2011 10:46:50 -0700
> From: Janis Johnson <janisjo@codesourcery.com>
> + timeout {
> + # A timeout here often indicates more timeouts later in the test.
> + fail "$test (timeout)"
> + fail "Remainder of test"
> + return
> + }
Often, so not always. Really the best way to get rid of these is to
fix the underlying problem.