-
Notifications
You must be signed in to change notification settings - Fork 415
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
layers: Include values in wsi logs #9208
layers: Include values in wsi logs #9208
Conversation
CI Vulkan-ValidationLayers build queued with queue ID 343563. |
CI Vulkan-ValidationLayers build # 18623 running. |
CI Vulkan-ValidationLayers build # 18623 failed. |
tests/unit/wsi.cpp
Outdated
swapchain_ci.clipped = VK_FALSE; | ||
swapchain_ci.oldSwapchain = 0; | ||
|
||
m_errorMonitor->SetAllowedFailureMsg("VUID-VkSwapchainCreateInfoKHR-compositeAlpha-01280"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so this is failing on AMD Windows, should this not be SetDesiredError
because by having it SetAllowedFailureMsg
it will still try to create the VkSwapchian which in this case is invalid and blowing up CI machine
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wrong copy paste!
7385242
to
01d7edb
Compare
CI Vulkan-ValidationLayers build queued with queue ID 343622. |
CI Vulkan-ValidationLayers build # 18625 running. |
CI Vulkan-ValidationLayers build # 18625 passed. |
No description provided.