[Piglit] [PATCH] summary: include disabled tests in the changes too
Dylan Baker
baker.dylan.c at gmail.com
Mon Jun 2 04:17:27 PDT 2014
On Monday, June 02, 2014 12:46:59 PM Marek Olšák wrote:
> From: Marek Olšák <marek.olsak at amd.com>
>
> ---
> framework/summary.py | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/framework/summary.py b/framework/summary.py
> index c905b98..d71fb53 100644
> --- a/framework/summary.py
> +++ b/framework/summary.py
> @@ -385,6 +385,7 @@ class Summary:
> self.tests['changes'].add(test)
> elif last in [so.SKIP, so.NOTRUN] and first not in
> [so.SKIP, so.NOTRUN]: self.tests['disabled'].add(test)
> + self.tests['changes'].add(test)
> elif first < last:
> self.tests['regressions'].add(test)
> self.tests['changes'].add(test)
Reviewed-by: Dylan Baker <baker.dylan.c at gmail.com>
-------------- 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/20140602/3f96e488/attachment.sig>
More information about the Piglit
mailing list