'%' is not allowed. Use 'mod' instead. Signed-off-by: Aaron Watry <[email protected]> --- 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 [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
