Skip to content
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

Add missing wsi tests #9159

Merged
merged 1 commit into from
Jan 13, 2025
Merged

Conversation

ziga-lunarg
Copy link
Contributor

No description provided.

@ziga-lunarg ziga-lunarg requested a review from a team as a code owner January 7, 2025 14:14
@ci-tester-lunarg
Copy link
Collaborator

CI Vulkan-ValidationLayers build queued with queue ID 339181.

@@ -1017,7 +1017,9 @@ bool CoreChecks::PreCallValidateQueuePresentKHR(VkQueue queue, const VkPresentIn
for (uint32_t i = 0; i < swapchain_present_mode_info->swapchainCount; i++) {
const VkPresentModeKHR present_mode = swapchain_present_mode_info->pPresentModes[i];
const auto swapchain_state = Get<vvl::Swapchain>(pPresentInfo->pSwapchains[i]);
ASSERT_AND_CONTINUE(swapchain_state);
if (!swapchain_state) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This would be hit by NegativeWsi.PresentMismatchedSwapchainCount

@ci-tester-lunarg
Copy link
Collaborator

CI Vulkan-ValidationLayers build # 18553 running.

@ci-tester-lunarg
Copy link
Collaborator

CI Vulkan-ValidationLayers build queued with queue ID 339197.

@ci-tester-lunarg
Copy link
Collaborator

CI Vulkan-ValidationLayers build # 18554 running.

@@ -930,7 +930,7 @@ bool CoreChecks::PreCallValidateQueuePresentKHR(VkQueue queue, const VkPresentIn
string_VkSurfaceTransformFlagBitsKHR(swapchain_data->create_info.preTransform),
swapchain_data->create_info.imageExtent.height);
}
if (rect.layer > swapchain_data->create_info.imageArrayLayers) {
if (rect.layer >= swapchain_data->create_info.imageArrayLayers) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

... why so glad we are getting these tests added

@ci-tester-lunarg
Copy link
Collaborator

CI Vulkan-ValidationLayers build # 18554 failed.

@ci-tester-lunarg
Copy link
Collaborator

CI Vulkan-ValidationLayers build queued with queue ID 341215.

@ci-tester-lunarg
Copy link
Collaborator

CI Vulkan-ValidationLayers build # 18586 running.

@ci-tester-lunarg
Copy link
Collaborator

CI Vulkan-ValidationLayers build # 18586 failed.

@ci-tester-lunarg
Copy link
Collaborator

CI Vulkan-ValidationLayers build queued with queue ID 341267.

@ci-tester-lunarg
Copy link
Collaborator

CI Vulkan-ValidationLayers build # 18588 running.

@ci-tester-lunarg
Copy link
Collaborator

CI Vulkan-ValidationLayers build # 18588 failed.

@spencer-lunarg
Copy link
Contributor

@ziga-lunarg can you rebase, I will have time this week to triage any failing internal CI issues

@ci-tester-lunarg
Copy link
Collaborator

CI Vulkan-ValidationLayers build queued with queue ID 343513.

@ci-tester-lunarg
Copy link
Collaborator

CI Vulkan-ValidationLayers build # 18620 running.

@ci-tester-lunarg
Copy link
Collaborator

CI Vulkan-ValidationLayers build # 18620 failed.

@ci-tester-lunarg
Copy link
Collaborator

CI Vulkan-ValidationLayers build queued with queue ID 343606.

@ci-tester-lunarg
Copy link
Collaborator

CI Vulkan-ValidationLayers build # 18624 running.

@ci-tester-lunarg
Copy link
Collaborator

CI Vulkan-ValidationLayers build # 18624 passed.

@spencer-lunarg
Copy link
Contributor

image

@ziga-lunarg - my little dirty secret, I sometimes just put my new tests somewhere random inside the test file (usually find another similar test) and it prevents these merge conflicts 😆

@ci-tester-lunarg
Copy link
Collaborator

CI Vulkan-ValidationLayers build queued with queue ID 343738.

@ci-tester-lunarg
Copy link
Collaborator

CI Vulkan-ValidationLayers build # 18627 running.

@ci-tester-lunarg
Copy link
Collaborator

CI Vulkan-ValidationLayers build # 18627 passed.

@spencer-lunarg spencer-lunarg merged commit cddf237 into KhronosGroup:main Jan 13, 2025
21 checks passed
@ziga-lunarg ziga-lunarg mentioned this pull request Jan 15, 2025
16 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants