Merge branch 'tests-command_buffers_submit_null_fence-result' into 'vulkan-cts-1...
authorPyry Haulos <phaulos@google.com>
Tue, 19 Apr 2016 19:37:09 +0000 (19:37 +0000)
committerPyry Haulos <phaulos@google.com>
Tue, 19 Apr 2016 19:37:09 +0000 (19:37 +0000)
commit50e8a176ab02ec98982adb5ba81bada136f00966
tree1f9076891274d20a66b1515229a6aed4055887a3
parent787414d80e7bc171a61bf8a6fc1b2ceff938e1b0
parent01f62f5d3754ffa85b72c08d490e43f3872dc3c8
Merge branch 'tests-command_buffers_submit_null_fence-result' into 'vulkan-cts-1.0-dev'

Bug Fix: Corrected result check in test dEQP-VK.api.command_buffers.submit_null_fence

Added queueWaitIdle on the end of the test. Not working fence and exit without waiting for the queue could affect others tests.

Validation errors are described in [Issue 357](https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers/issues/357).

See merge request !528