ULT renaming: Event tests
Related-To: NEO-2236 Signed-off-by: Adam Cetnerowski <adam.cetnerowski@intel.com>
This commit is contained in:
parent
a272b08d93
commit
843c332c7e
|
@ -959,7 +959,7 @@ HWTEST_F(EventTest, givenVirtualEventWhenSubmitCommandEventNotReadyAndEventWitho
|
|||
EXPECT_EQ(pDevice->getUltCommandStreamReceiver<FamilyType>().recursiveLockCounter, 1u);
|
||||
}
|
||||
|
||||
HWTEST_F(InternalsEventTest, GivenBufferWithoutZeroCopyOnCommandMapOrUnmapFlushesPreviousTasksBeforeMappingOrUnmapping) {
|
||||
HWTEST_F(InternalsEventTest, GivenBufferWithoutZeroCopyWhenMappingOrUnmappingThenFlushPreviousTasksBeforeMappingOrUnmapping) {
|
||||
struct MockNonZeroCopyBuff : UnalignedBuffer {
|
||||
MockNonZeroCopyBuff(int32_t &executionStamp)
|
||||
: executionStamp(executionStamp), dataTransferedStamp(-1) {
|
||||
|
|
Loading…
Reference in New Issue