Enable TextureSubresourceTest.MipmapLevelsTest on Vulkan w/ validation

This patch re-enables TextureSubresourceTest.MipmapLevelsTest on Vulkan
with validation layer because the bug in Vulkan validation layer has
been fixed.

BUG=dawn:517
TEST=dawn_end2end_tests

Change-Id: I654603369717a32c5c9168621fb81e8a822d50d0
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/27560
Commit-Queue: Austin Eng <enga@chromium.org>
Reviewed-by: Austin Eng <enga@chromium.org>
This commit is contained in:
Jiawei Shao 2020-08-27 13:12:29 +00:00 committed by Commit Bot service account
parent 8c012e8796
commit 900bd341a3
1 changed files with 0 additions and 4 deletions

View File

@ -163,10 +163,6 @@ TEST_P(TextureSubresourceTest, MipmapLevelsTest) {
// Test different array layers // Test different array layers
TEST_P(TextureSubresourceTest, ArrayLayersTest) { TEST_P(TextureSubresourceTest, ArrayLayersTest) {
// TODO(crbug.com/dawn/517): The Vulkan backend hits this validation rule.
// https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#VUID-vkCmdDraw-None-02687
DAWN_SKIP_TEST_IF(IsBackendValidationEnabled() && IsVulkan());
// Create a texture with 1 mipmap level and 2 layers // Create a texture with 1 mipmap level and 2 layers
wgpu::Texture texture = wgpu::Texture texture =
CreateTexture(1, 2, CreateTexture(1, 2,