Skip to content

Commit

Permalink
[vulkan] Suppress new VVL failures
Browse files Browse the repository at this point in the history
These are blocking the vulkan-deps rolls.

Bug: 381887313
Change-Id: Ib758078cf60698cfa21638bf01e25a3636b01fd2
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/221374
Auto-Submit: James Price <[email protected]>
Commit-Queue: dan sinclair <[email protected]>
Commit-Queue: James Price <[email protected]>
Reviewed-by: dan sinclair <[email protected]>
  • Loading branch information
jrprice authored and Dawn LUCI CQ committed Jan 7, 2025
1 parent e9c4c84 commit 2f2a9ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/dawn/native/vulkan/BackendVk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,10 @@ constexpr SkippedMessage kSkippedMessages[] = {
"exceeds device maxDescriptorSetUpdateAfterBindStorageImages limit (0)"},
{"VUID-VkPipelineLayoutCreateInfo-pSetLayouts-03043",
"exceeds device maxDescriptorSetUpdateAfterBindInputAttachments limit (0)"},
{"VUID-vkCmdCopyBufferToImage-pRegions-00173",
"Detected overlap between source and dest regions in memory"},
{"VUID-vkCmdCopyImageToBuffer-pRegions-00184",
"Detected overlap between source and dest regions in memory"},

// crbug.com/383121397
{"VUID-VkShaderModuleCreateInfo-pCode-08740",
Expand Down

0 comments on commit 2f2a9ee

Please sign in to comment.