Re: [Piglit] [PATCH] framework/run.py: add option to not retry incomplete tests on resume

2015-05-21 Thread Dylan Baker
I've pushed this to master. Thanks! On Wed, May 20, 2015 at 02:17:04PM -0700, Mike Mason wrote: > This patch adds an option to not retry incomplete tests when resuming > a test run. This is especially useful when a failing test causes > a crash or reboot. Currently, that same test runs again when

Re: [Piglit] [PATCH] framework/run.py: add option to not retry incomplete tests on resume

2015-05-20 Thread Dylan Baker
t; > Subject: Re: [Piglit] [PATCH] framework/run.py: add option to not retry > > incomplete tests on resume > > > > Looks good to me. > > > > Reviewed-by: Dylan Baker > > > > btw, do you have push access? > > I don't think so. I've never

Re: [Piglit] [PATCH] framework/run.py: add option to not retry incomplete tests on resume

2015-05-20 Thread Mason, Michael W
> -Original Message- > From: Dylan Baker [mailto:baker.dyla...@gmail.com] > Sent: Wednesday, May 20, 2015 5:27 PM > To: Mason, Michael W > Cc: piglit@lists.freedesktop.org > Subject: Re: [Piglit] [PATCH] framework/run.py: add option to not retry > incomplete tests

Re: [Piglit] [PATCH] framework/run.py: add option to not retry incomplete tests on resume

2015-05-20 Thread Dylan Baker
Looks good to me. Reviewed-by: Dylan Baker btw, do you have push access? On Wed, May 20, 2015 at 02:17:04PM -0700, Mike Mason wrote: > This patch adds an option to not retry incomplete tests when resuming > a test run. This is especially useful when a failing test causes > a crash or reboot. Cu

[Piglit] [PATCH] framework/run.py: add option to not retry incomplete tests on resume

2015-05-20 Thread Mike Mason
This patch adds an option to not retry incomplete tests when resuming a test run. This is especially useful when a failing test causes a crash or reboot. Currently, that same test runs again when attempting to resume the test run, resulting in the same crash or reboot. Signed-off-by: Mike Mason -