[Piglit] [PATCH] initialized-texmemory: report WARN on failure

Dylan Baker dylan at pnwbakers.com
Wed Jun 29 16:51:41 UTC 2016


Reviewed-by: Dylan Baker <dylan at pnwbakers.com>

Maybe a good future change would be to pull these "good security
practices, but not required by the spec" tests into a separate profile
and report fail?

Quoting Marek Olšák (2016-06-29 02:16:16)
> From: Marek Olšák <marek.olsak at amd.com>
> 
> The tested behavior is not required by the spec and the test itself claims
> it reports WARN, so this is a typo.
> ---
>  tests/security/initialized-texmemory.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/security/initialized-texmemory.c b/tests/security/initialized-texmemory.c
> index f9a56d0..7f2f9d9 100644
> --- a/tests/security/initialized-texmemory.c
> +++ b/tests/security/initialized-texmemory.c
> @@ -69,7 +69,7 @@ piglit_display(void)
>  
>         piglit_present_results();
>  
> -       return pass ? PIGLIT_PASS : PIGLIT_FAIL;
> +       return pass ? PIGLIT_PASS : PIGLIT_WARN;
>  }
>  
>  
> -- 
> 2.7.4
> 
> _______________________________________________
> Piglit mailing list
> Piglit at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/piglit
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: signature
URL: <https://lists.freedesktop.org/archives/piglit/attachments/20160629/6e5e4761/attachment.sig>


More information about the Piglit mailing list