mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Revert "Add finish before command queue is released"
This reverts commit 50fae92ea2
.
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
1f21d34fd3
commit
b38c750cc4
@ -16,8 +16,7 @@ using namespace NEO;
|
||||
|
||||
TEST(QueueHelpersTest, givenCommandQueueWithoutVirtualEventWhenReleaseQueueIsCalledThenCmdQInternalRefCountIsNotDecremented) {
|
||||
cl_int retVal = CL_SUCCESS;
|
||||
MockContext context;
|
||||
MockCommandQueue *cmdQ = new MockCommandQueue(&context, context.getDevice(0), 0, false);
|
||||
MockCommandQueue *cmdQ = new MockCommandQueue;
|
||||
EXPECT_EQ(1, cmdQ->getRefInternalCount());
|
||||
|
||||
EXPECT_EQ(1, cmdQ->getRefInternalCount());
|
||||
|
Reference in New Issue
Block a user