From: Pyry Haulos Date: Wed, 7 Jun 2017 22:58:05 +0000 (-0700) Subject: Touch watchdog before freeing objs in max_concurrent X-Git-Tag: upstream/0.1.0~9^2~87 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=386ac623f50580397f97f6288202a6a75fcc799f;p=platform%2Fupstream%2FVK-GL-CTS.git Touch watchdog before freeing objs in max_concurrent Affects: dEQP-VK.api.object_management.max_concurrent.* Components: Vulkan Google bug: 37515046 VK-GL-CTS issue: 507 Change-Id: I57eb68764a55b5dceeb3e2676b8b1b298c0ff67e (cherry picked from commit 252fb76fec02af6e2281da3bc9eea4e0d7972f12) (cherry picked from commit 815781b7774af1aad0e9e2e60cd59ae575a81cf4) --- diff --git a/external/vulkancts/modules/vulkan/api/vktApiObjectManagementTests.cpp b/external/vulkancts/modules/vulkan/api/vktApiObjectManagementTests.cpp index b318ac2..41055f7 100644 --- a/external/vulkancts/modules/vulkan/api/vktApiObjectManagementTests.cpp +++ b/external/vulkancts/modules/vulkan/api/vktApiObjectManagementTests.cpp @@ -2261,6 +2261,7 @@ tcu::TestStatus createMaxConcurrentTest (Context& context, typename Object::Para context.getTestContext().touchWatchdog(); } + context.getTestContext().touchWatchdog(); objects.clear(); return tcu::TestStatus::pass("Ok");