[Piglit] [PATCH] cl.py: Fix PEP 8 issues.

Vinson Lee vlee at freedesktop.org
Sun Mar 8 13:38:24 PDT 2015


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



More information about the Piglit mailing list