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~150^2~1^2~36 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=815781b7774af1aad0e9e2e60cd59ae575a81cf4;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 Change-Id: I57eb68764a55b5dceeb3e2676b8b1b298c0ff67e (cherry picked from commit 252fb76fec02af6e2281da3bc9eea4e0d7972f12) --- diff --git a/external/vulkancts/modules/vulkan/api/vktApiObjectManagementTests.cpp b/external/vulkancts/modules/vulkan/api/vktApiObjectManagementTests.cpp index 253f727..1451e74 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");