Add hasDisplay check after createWsiDisplay throws
authorygole <ygole@nvidia.com>
Wed, 27 Mar 2019 11:38:37 +0000 (17:08 +0530)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Tue, 23 Apr 2019 09:38:18 +0000 (05:38 -0400)
commit984a7606ec93dfe90a17127357c7f0b0262bcd51
treec7f48a54ff2920060501de972dd48016e8dc7134
parent4e663ef25fe639f467d583e0a145edee66cddd82
Add hasDisplay check after createWsiDisplay throws

Commit b7efacd7b3 (Check if CTS has platform display for wsi-type) added
checks after createWsiDisplay failure to prevent reporting test failure
if native display for requested wsi-type isn't avaiable. This situation
can occur if vulkan driver supports multiple wsi extensions and only one
native display is available. Change did not fix all the places where
createWsiDisplay is called. The check is missing in file
vktImageMutableTests.cpp so fix it.

Affects: dEQP-VK.image.swapchain_mutable.*

Components: Vulkan, Framework

VK-GL-CTS issue: 1558

Change-Id: Iffc50a70ed48fb18c4d609c8d74b8e4615e4297d
external/vulkancts/modules/vulkan/image/vktImageMutableTests.cpp