Reviewed-by: Dylan Baker <[email protected]>
On Sun, Mar 08, 2015 at 01:38:24PM -0700, Vinson Lee wrote: > Signed-off-by: Vinson Lee <[email protected]> > --- > tests/cl.py | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/tests/cl.py b/tests/cl.py > index 6e0eb6e..a6c18bb 100644 > --- a/tests/cl.py > +++ b/tests/cl.py > @@ -70,7 +70,8 @@ with profile.group_manager(PiglitCLTest, 'api') as g: > g(['cl-api-create-kernels-in-program'], 'clCreateKernelsInProgram') > g(['cl-api-get-program-info'], 'clGetProgramInfo') > g(['cl-api-get-program-build-info'], 'clGetProgramBuildInfo') > - g(['cl-api-retain_release-program'], 'clRetainProgram and > clReleaseProgram') > + g(['cl-api-retain_release-program'], > + 'clRetainProgram and clReleaseProgram') > g(['cl-api-unload-compiler'], 'clUnloadCompiler') > > # Kernel > @@ -118,7 +119,8 @@ add_program_test_dir(grouptools.join('program', > 'execute'), > add_program_test_dir(grouptools.join('program', 'execute', 'builtin'), > os.path.join(GENERATED_TESTS_DIR, 'cl', 'builtin', > 'int')) > add_program_test_dir(grouptools.join('program', 'execute', 'builtin'), > - os.path.join(GENERATED_TESTS_DIR, 'cl', 'builtin', > 'math')) > + os.path.join(GENERATED_TESTS_DIR, 'cl', 'builtin', > + 'math')) > add_program_test_dir(grouptools.join('program', 'execute', 'builtin'), > os.path.join(GENERATED_TESTS_DIR, 'cl', 'builtin', > 'relational')) > -- > 2.3.1 > > _______________________________________________ > Piglit mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/piglit
signature.asc
Description: Digital signature
_______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
