Add test for vkResetDescriptorPool memory leak
authorCollin Baker <collinbaker@google.com>
Tue, 24 May 2016 20:50:43 +0000 (13:50 -0700)
committerCollin Baker <collinbaker@google.com>
Wed, 25 May 2016 22:03:31 +0000 (15:03 -0700)
commitf02e93f8905a4059c44e3decad8c7c552cebddba
tree7c67b977a214f5c5b56335216603c69b18f9f09e
parent88e4e390d6468c875e5f233cde5957697047bc97
Add test for vkResetDescriptorPool memory leak

New test runs vkAllocateDescriptorSets then vkResetDescriptorPool
repeatedly to check for memory leak. Contains two cases; one that runs
only 2 cycles and should always pass, and one that runs 256 cycles and
should crash if a memory leak exists.

Bug: 28793498
Change-Id: I864bae72ab957bd64042f9023d694a5ae33b13dd
Android.mk
android/cts/master/com.drawelements.deqp.vk.xml
android/cts/master/vk-master.txt
external/vulkancts/modules/vulkan/api/CMakeLists.txt
external/vulkancts/modules/vulkan/api/vktApiDescriptorPoolTests.cpp [new file with mode: 0644]
external/vulkancts/modules/vulkan/api/vktApiDescriptorPoolTests.hpp [new file with mode: 0644]
external/vulkancts/modules/vulkan/api/vktApiTests.cpp