mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-09 06:23:01 +08:00
ULT renaming: kernel tests
Change-Id: I4e61f70f0d50ab2c39cd4dd20c347a2285edf68c
This commit is contained in:
committed by
sys_ocldev
parent
f157943610
commit
2c61952f26
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2017-2018 Intel Corporation
|
||||
* Copyright (C) 2017-2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@@ -13,7 +13,7 @@ typedef api_tests clEnqueueNativeKernelTests;
|
||||
|
||||
namespace ULT {
|
||||
|
||||
TEST_F(clEnqueueNativeKernelTests, notImplemented) {
|
||||
TEST_F(clEnqueueNativeKernelTests, GivenAnyParametersWhenExecutingNativeKernelThenOutOfHostMemoryErrorIsReturned) {
|
||||
auto retVal = clEnqueueNativeKernel(
|
||||
nullptr, // commandQueue
|
||||
nullptr, // user_func
|
||||
|
||||
Reference in New Issue
Block a user