Remove suppression for a fixed VVL issue.

See https://github.com/KhronosGroup/Vulkan-ValidationLayers/issues/2256

Change-Id: I3fc05688f8b3ae365df5071b86796d8aceb14a30
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/133461
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
Reviewed-by: Loko Kung <lokokung@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: Austin Eng <enga@chromium.org>
This commit is contained in:
Corentin Wallez 2023-05-23 09:40:17 +00:00 committed by Dawn LUCI CQ
parent 2c89f5c5b7
commit deef739bb9
1 changed files with 0 additions and 5 deletions

View File

@ -219,11 +219,6 @@ TEST_P(SwapChainTests, ResizingWindowAndSwapChain) {
// Test switching devices on the same adapter.
TEST_P(SwapChainTests, SwitchingDevice) {
// The Vulkan Validation Layers incorrectly disallow gracefully passing a swapchain between two
// VkDevices using "vkSwapchainCreateInfoKHR::oldSwapchain".
// See https://github.com/KhronosGroup/Vulkan-ValidationLayers/issues/2256
DAWN_SUPPRESS_TEST_IF(IsVulkan() && IsBackendValidationEnabled());
wgpu::Device device2 = CreateDevice();
for (int i = 0; i < 3; i++) {