This test is exactly the same as another test added a few lines later. v2: - add this patch
Signed-off-by: Dylan Baker <[email protected]> --- tests/cl.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/cl.py b/tests/cl.py index a6c18bb..dbc9232 100644 --- a/tests/cl.py +++ b/tests/cl.py @@ -67,7 +67,6 @@ with profile.group_manager(PiglitCLTest, 'api') as g: g(['cl-api-create-program-with-source'], 'clCreateProgramWithSource') g(['cl-api-build-program'], 'clBuildProgram') g(['cl-api-compile-program'], 'clCompileProgram') - 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'], -- 2.3.3 _______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
