mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
ULT renaming: Retain and Release Command Queue Tests
Related-To: NEO-2236 Change-Id: Ie879e1680e10dd577baa930afaeeed6b4375e157 Signed-off-by: Adam Cetnerowski <adam.cetnerowski@intel.com>
This commit is contained in:

committed by
sys_ocldev

parent
2ad0114ef7
commit
f21e5e85e0
@ -18,7 +18,7 @@ class clRetainReleaseCommandQueueTests : public DeviceHostQueueFixture<T> {};
|
||||
|
||||
TYPED_TEST_CASE(clRetainReleaseCommandQueueTests, QueueTypes);
|
||||
|
||||
TYPED_TEST(clRetainReleaseCommandQueueTests, retain_release) {
|
||||
TYPED_TEST(clRetainReleaseCommandQueueTests, GivenValidCommandQueueWhenRetainingAndReleasingThenReferenceCountIsUpdatedCorrectly) {
|
||||
if (std::is_same<TypeParam, DeviceQueue>::value && !castToObject<Device>(this->devices[0])->getHardwareInfo().capabilityTable.supportsDeviceEnqueue) {
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user