[Piglit] [PATCH] initialized-texmemory: report WARN on failure
Brian Paul
brianp at vmware.com
Wed Jun 29 19:37:19 UTC 2016
On 06/29/2016 03:16 AM, Marek Olšák wrote:
> 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;
> }
>
>
>
Reviewed-by: Brian Paul <brianp at vmware.com>
More information about the Piglit
mailing list