Similarly to dEQP-VK.wsi.display.get_display_properties that skips
when no display available.
Components: Vulkan
Affects: dEQP-VK.wsi.display.get_display_plane_capabilities2
Change-Id: I46af976a9ba3e77e250504d0164dec6ac4cdd607
(cherry picked from commit
fd915c2d0ec7b544b670192447223061fe4b6cf3)
TCU_FAIL_STR(string("Expected VK_SUCCESS. Have ") + getResultAsString(result));
if (planeCountReported == 0)
- TCU_FAIL("No planes defined");
+ TCU_THROW(NotSupportedError, "No display plane reported");
if (planeCountReported > MAX_TESTED_PLANE_COUNT)
{