Touch watchdog before freeing objs in max_concurrent
authorPyry Haulos <phaulos@google.com>
Wed, 7 Jun 2017 22:58:05 +0000 (15:58 -0700)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Sun, 18 Jun 2017 11:48:33 +0000 (07:48 -0400)
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)

external/vulkancts/modules/vulkan/api/vktApiObjectManagementTests.cpp

index b318ac2..41055f7 100644 (file)
@@ -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");