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:
parent
2c89f5c5b7
commit
deef739bb9
|
@ -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++) {
|
||||
|
|
Loading…
Reference in New Issue