Touch watchdog before freeing objs in max_concurrent
authorPyry Haulos <phaulos@google.com>
Wed, 7 Jun 2017 22:58:05 +0000 (15:58 -0700)
committerPyry Haulos <phaulos@google.com>
Tue, 13 Jun 2017 23:33:34 +0000 (16:33 -0700)
Affects:
dEQP-VK.api.object_management.max_concurrent.*

Components: Vulkan
Google bug: 37515046

Change-Id: I57eb68764a55b5dceeb3e2676b8b1b298c0ff67e
(cherry picked from commit 252fb76fec02af6e2281da3bc9eea4e0d7972f12)

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

index 253f727..1451e74 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");