[Piglit] [PATCH v2 5/5] cl: i32-stack-array: Rename to avoid subtest conflicts

Tom Stellard tom at stellard.net
Thu Sep 25 16:19:16 PDT 2014


On Thu, Sep 25, 2014 at 06:50:46PM -0400, Jan Vesely wrote:
> On Mon, 2014-09-22 at 11:31 -0700, Tom Stellard wrote:
> > On Fri, Sep 19, 2014 at 07:30:41PM -0400, Jan Vesely wrote:
> > > Signed-off-by: Jan Vesely <jan.vesely at rutgers.edu>
> > 
> > For the whole series:
> > 
> > Reviewed-by: Tom Stellard <thomas.stellard at amd.com>
> > 
> > Do you need me to commit these?
> 
> these too,
> thanks,

I've pushed these, thanks.

-Tom

> jan
> 
> > 
> > > ---
> > >  tests/cl/program/execute/i32-stack-array.cl | 20 ++++++++++----------
> > >  1 file changed, 10 insertions(+), 10 deletions(-)
> > > 
> > > diff --git a/tests/cl/program/execute/i32-stack-array.cl b/tests/cl/program/execute/i32-stack-array.cl
> > > index 534ee13..1269663 100644
> > > --- a/tests/cl/program/execute/i32-stack-array.cl
> > > +++ b/tests/cl/program/execute/i32-stack-array.cl
> > > @@ -1,6 +1,6 @@
> > >  /*!
> > >  [config]
> > > -name: i32 stack array read
> > > +name: i32 stack array
> > >  clc_version_min: 10
> > >  
> > >  dimensions: 1
> > > @@ -15,25 +15,25 @@ global_size: 1 0 0
> > >  
> > >  [test]
> > >  kernel_name: stack_array_read
> > > -name: i32 stack array read
> > > +name: i32 stack array read up
> > >  arg_out: 0 buffer int[5] 4 5 6 7 8
> > >  arg_in:  1 buffer int[5] 0 1 2 3 4
> > >  
> > >  [test]
> > >  kernel_name: stack_array_read
> > > -name: i32 stack array read
> > > +name: i32 stack array read const
> > >  arg_out: 0 buffer int[5] 5 5 5 5 5
> > >  arg_in:  1 buffer int[5] 1 1 1 1 1
> > >  
> > >  [test]
> > >  kernel_name: stack_array_read
> > > -name: i32 stack array read
> > > +name: i32 stack array read down
> > >  arg_out: 0 buffer int[5] 8 7 5 6 4
> > >  arg_in:  1 buffer int[5] 4 3 1 2 0
> > >  
> > >  [test]
> > >  kernel_name: stack_array_read
> > > -name: i32 stack array read
> > > +name: i32 stack array read rand
> > >  arg_out: 0 buffer int[5] 7 5 8 4 6
> > >  arg_in:  1 buffer int[5] 3 1 4 0 2
> > >  
> > > @@ -72,21 +72,21 @@ arg_in:  1 buffer int[1] 1
> > >  ##===----------------------------------------------------------------------===##
> > >  [test]
> > >  kernel_name: stack_array_write_if_else_indirect_read
> > > -name: i32 stack array direct write (IF and ELSE) indirect read
> > > +name: i32 stack array direct write (IF and ELSE) indirect read up
> > >  arg_out: 0 buffer int[5] 4 5 6 7 8
> > >  arg_in:  1 buffer int[6] 1 \
> > >                           0 1 2 3 4
> > >  
> > >  [test]
> > >  kernel_name: stack_array_write_if_else_indirect_read
> > > -name: i32 stack array direct write (IF and ELSE) indirect read
> > > +name: i32 stack array direct write (IF and ELSE) indirect read const
> > >  arg_out: 0 buffer int[5] 0 0 0 0 0
> > >  arg_in:  1 buffer int[6] 0 \
> > >                           0 1 2 3 4
> > >  
> > >  [test]
> > >  kernel_name: stack_array_write_if_else_indirect_read
> > > -name: i32 stack array direct write (IF and ELSE) indirect read
> > > +name: i32 stack array direct write (IF and ELSE) indirect read down
> > >  arg_out: 0 buffer int[5] 8 7 6 5 4
> > >  arg_in:  1 buffer int[6] 1 \
> > >                           4 3 2 1 0
> > > @@ -106,14 +106,14 @@ arg_in:  1 buffer int[6] 1 \
> > >  ##===----------------------------------------------------------------------===##
> > >  [test]
> > >  kernel_name: stack_array_indirect_write_if_else_indirect_read
> > > -name: i32 stack array indirect write (IF and ELSE) indirect read
> > > +name: i32 stack array indirect write (IF and ELSE) indirect read up
> > >  arg_out: 0 buffer int[5] 4 5 6 7 8
> > >  arg_in:  1 buffer int[11] 1 \
> > >                            0 1 2 3 4 \
> > >                            0 1 2 3 4
> > >  [test]
> > >  kernel_name: stack_array_indirect_write_if_else_indirect_read
> > > -name: i32 stack array indirect write (IF and ELSE) indirect read
> > > +name: i32 stack array indirect write (IF and ELSE) indirect read up-down
> > >  arg_out: 0 buffer int[5] 8 7 6 5 4
> > >  arg_in:  1 buffer int[11] 1 \
> > >                            0 1 2 3 4 \
> > > -- 
> > > 1.9.3
> > > 
> 
> 
> -- 
> Jan Vesely <jan.vesely at rutgers.edu>




More information about the Piglit mailing list