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

Mark Kettenis mark.kettenis@xs4all.nl
Wed May 4 18:13:00 GMT 2011


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



More information about the Gdb-patches mailing list