mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 12:23:05 +08:00
ULT renaming: Scenario tests
Related-To: NEO-2236 Signed-off-by: Adam Cetnerowski <adam.cetnerowski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
544dd141ec
commit
af84832e75
@@ -41,7 +41,7 @@ void CL_CALLBACK callback(cl_event event, cl_int status, void *data) {
|
||||
}
|
||||
}
|
||||
|
||||
TEST_F(ScenarioTest, givenAsyncHandlerDisabledAndUserEventBlockingEnqueueAndOutputEventWithCallbackWhenUserEventIsSetCompleteThanCallbackIsExecuted) {
|
||||
TEST_F(ScenarioTest, givenAsyncHandlerDisabledAndUserEventBlockingEnqueueAndOutputEventWithCallbackWhenUserEventIsSetCompleteThenCallbackIsExecuted) {
|
||||
DebugManager.flags.EnableAsyncEventsHandler.set(false);
|
||||
|
||||
cl_command_queue clCommandQ = nullptr;
|
||||
@@ -81,7 +81,7 @@ TEST_F(ScenarioTest, givenAsyncHandlerDisabledAndUserEventBlockingEnqueueAndOutp
|
||||
clReleaseCommandQueue(clCommandQ);
|
||||
}
|
||||
|
||||
TEST_F(ScenarioTest, givenAsyncHandlerEnabledAndUserEventBlockingEnqueueAndOutputEventWithCallbackWhenUserEventIsSetCompleteThanCallbackIsExecuted) {
|
||||
TEST_F(ScenarioTest, givenAsyncHandlerEnabledAndUserEventBlockingEnqueueAndOutputEventWithCallbackWhenUserEventIsSetCompleteThenCallbackIsExecuted) {
|
||||
DebugManager.flags.EnableAsyncEventsHandler.set(true);
|
||||
|
||||
cl_command_queue clCommandQ = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user