Remove test cl_create_kernel.
authorYang Rong <rong.r.yang@intel.com>
Wed, 27 Nov 2013 08:40:30 +0000 (16:40 +0800)
committerZhigang Gong <zhigang.gong@intel.com>
Wed, 27 Nov 2013 08:27:10 +0000 (16:27 +0800)
commit074d3c63c28cfe23ccf6be3589b6a93be522d342
tree9aad83aa29f29eedce02fc01cc05f37fbb06e082
parent47a0573bf406dc6185733d8d4059ba9385b1fdc7
Remove test cl_create_kernel.

This test only try to allocate buffer with size large than CL_DEVICE_MAX_MEM_ALLOC_SIZE, and
assert if return status if not CL_INVALID_BUFFER_SIZE. But in openCL spec:
Implementations may return CL_INVALID_BUFFER_SIZE if size is greater than
CL_DEVICE_MAX_MEM_ALLOC_SIZE value specified in table 4.3 for all devices in context.

It don't must return CL_INVALID_BUFFER_SIZE. So remove it.

Signed-off-by: Yang Rong <rong.r.yang@intel.com>
Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com>
utests/CMakeLists.txt