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

Aaron Watry awatry at gmail.com
Tue Jun 25 09:34:53 PDT 2013


'%' is not allowed.  Use 'mod' instead.

Signed-off-by: Aaron Watry <awatry at gmail.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



More information about the Piglit mailing list