[Piglit] [PATCH] cl.py: Fix PEP 8 issues.
Dylan Baker
baker.dylan.c at gmail.com
Mon Mar 9 10:38:58 PDT 2015
Reviewed-by: Dylan Baker <baker.dylan.c at gmail.com>
On Sun, Mar 08, 2015 at 01:38:24PM -0700, Vinson Lee wrote:
> Signed-off-by: Vinson Lee <vlee at freedesktop.org>
> ---
> 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
> Piglit at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/piglit
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: Digital signature
URL: <http://lists.freedesktop.org/archives/piglit/attachments/20150309/a8c82a79/attachment.sig>
More information about the Piglit
mailing list