[Piglit] [PATCH 1/3] CL: Fix illegal character in scalar-arithmatic-short test name

Tom Stellard tom at stellard.net
Thu Jun 27 20:10:39 PDT 2013


On Tue, Jun 25, 2013 at 11:34:53AM -0500, Aaron Watry wrote:
> '%' is not allowed.  Use 'mod' instead.
> 
> Signed-off-by: Aaron Watry <awatry at gmail.com>

For the series:
Reviewed-by: Tom Stellard <thomas.stellard at amd.com>

> ---
>  tests/cl/program/execute/scalar-arithmetic-ushort.cl | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  mode change 100644 => 100755 tests/cl/program/execute/scalar-arithmetic-ushort.cl
> 
> diff --git a/tests/cl/program/execute/scalar-arithmetic-ushort.cl b/tests/cl/program/execute/scalar-arithmetic-ushort.cl
> old mode 100644
> new mode 100755
> index db2cbbc..1a67c82
> --- a/tests/cl/program/execute/scalar-arithmetic-ushort.cl
> +++ b/tests/cl/program/execute/scalar-arithmetic-ushort.cl
> @@ -80,7 +80,7 @@ arg_out: 0 buffer ushort[1] 0
>  ## Modulo ##
>  
>  [test]
> -name: pos%pos=0
> +name: pos mod pos=0
>  kernel_name: mod
>  arg_in:  1 ushort 8
>  arg_in:  2 ushort 4
> -- 
> 1.8.1.2
> 
> _______________________________________________
> Piglit mailing list
> Piglit at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/piglit


More information about the Piglit mailing list