This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA] bailing out of tests with multiple errors or timeouts


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]