Disable interval watchdog for sets32 in vktBindingDescriptorSetRandomTests
authorYiwei Zhang <zzyiwei@google.com>
Thu, 4 Aug 2022 18:38:51 +0000 (18:38 +0000)
committerMatthew Netsch <quic_mnetsch@quicinc.com>
Thu, 18 Aug 2022 17:26:46 +0000 (17:26 +0000)
commitbd51b0342ac781a8d197a803e73e7bd0650e6f36
treeec2590458ad24103146e0392f4f5b000faf49b3a
parentd67554c8d827aa6856b83ca84f596f7f137ae184
Disable interval watchdog for sets32 in vktBindingDescriptorSetRandomTests

There're certain sets32 tests doing super long shader compilations.To be
noted that the re-enablement is placed after fence waiting to favor
virtualization drivers that making asynchronous pipeline creation calls
to the host. The long blocking shader compilation will show up upon
guest waiting for the fence to signal.

Affects: dEQP-VK.binding_model.descriptorset_random.sets32.*

Components: Vulkan

VK-GL-CTS issue: 3878

Change-Id: Id25378e9546950bed463f1f278c6859306e0e0d8
external/vulkancts/modules/vulkan/binding_model/vktBindingDescriptorSetRandomTests.cpp