ULT renaming: Level Zero Misc tests
Related-To: NEO-2236 Signed-off-by: Adam Cetnerowski <adam.cetnerowski@intel.com>
This commit is contained in:
parent
056300f01f
commit
07eb59d400
|
@ -787,7 +787,7 @@ TEST(DevicePropertyFlagDiscreteDeviceTest, givenDiscreteDeviceThenCorrectDeviceP
|
|||
EXPECT_EQ(0u, deviceProps.flags & ZE_DEVICE_PROPERTY_FLAG_INTEGRATED);
|
||||
}
|
||||
|
||||
TEST(zeDevice, givenValidImagePropertiesStructGetImageProperties) {
|
||||
TEST(zeDevice, givenValidImagePropertiesStructWhenGettingImagePropertiesThenSuccessIsReturned) {
|
||||
Mock<Device> device;
|
||||
ze_result_t result;
|
||||
ze_device_image_properties_t imageProperties;
|
||||
|
|
|
@ -38,8 +38,7 @@ TEST(zeInit, whenCallingZeInitThenInitializeOnDriverIsCalled) {
|
|||
|
||||
using DriverVersionTest = Test<DeviceFixture>;
|
||||
|
||||
TEST_F(DriverVersionTest,
|
||||
givenCallToGetExtensionPropertiesThenSupportedExtensionsAreReturned) {
|
||||
TEST_F(DriverVersionTest, givenCallToGetExtensionPropertiesThenSupportedExtensionsAreReturned) {
|
||||
uint32_t count = 0;
|
||||
ze_result_t res = driverHandle->getExtensionProperties(&count, nullptr);
|
||||
EXPECT_EQ(count, static_cast<uint32_t>(driverHandle->extensionsSupported.size()));
|
||||
|
|
Loading…
Reference in New Issue