[Piglit] [PATCH] ExecText: Fix exception introduced by 90a2564
Dylan Baker
baker.dylan.c at gmail.com
Thu Feb 13 10:59:56 PST 2014
On Thursday, February 13, 2014 10:42:48 AM Tom Stellard wrote:
> From: Tom Stellard <thomas.stellard at amd.com>
>
> ---
> framework/exectest.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/framework/exectest.py b/framework/exectest.py
> index 4f88dbc..a236646 100644
> --- a/framework/exectest.py
> +++ b/framework/exectest.py
> @@ -125,7 +125,7 @@ class ExecTest(Test):
> results['result'] = 'skip'
> else:
> results['result'] = 'fail'
> - out = self.interpretResult(out, returncode, results)
> + out = self.interpretResult(out, returncode, results, '')
>
> crash_codes = [
> # Unix: terminated by a signal
Oh, I feel dumb today.
I forgot to take dmesg out of the interface for GTest. I sent a patch.
-Dylan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 490 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.freedesktop.org/archives/piglit/attachments/20140213/74ade6ad/attachment.pgp>
More information about the Piglit
mailing list