mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 15:53:45 +08:00
test: Re-enable multi-threaded external semaphore test
Related-To: NEO-11488 Signed-off-by: Raiyan Latif <raiyan.latif@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
2ce694c52b
commit
c658720b8e
@@ -296,7 +296,7 @@ struct MockCommandListImmediateExtSem : public WhiteBox<::L0::CommandListCoreFam
|
||||
bool failingSignalEvent = false;
|
||||
};
|
||||
|
||||
HWTEST2_F(WddmExternalSemaphoreMTTest, DISABLED_givenInternalProxyEventFailsToAppendWhenAppendWaitExternalSemaphoresExpIsCalledThenErrorIsReturned, MatchAny) {
|
||||
HWTEST2_F(WddmExternalSemaphoreMTTest, givenInternalProxyEventFailsToAppendWhenAppendWaitExternalSemaphoresExpIsCalledThenErrorIsReturned, MatchAny) {
|
||||
ze_external_semaphore_ext_desc_t desc = {};
|
||||
ze_external_semaphore_ext_handle_t hSemaphore;
|
||||
HANDLE extSemaphoreHandle = 0;
|
||||
|
||||
Reference in New Issue
Block a user