Enable CompressedTextureZeroInitTest on Win/Intel/Vulkan

This patch enables all the tests in CompressedTextureZeroInitTest
on Windows/Intel/Vulkan after the upgrade of Dawn try bots.

BUG=dawn:601
TEST=dawn_end2end_tests

Change-Id: Ida4278ae50ef45b2347462be986e5490a921f988
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/36560
Reviewed-by: Austin Eng <enga@chromium.org>
Commit-Queue: Jiawei Shao <jiawei.shao@intel.com>
This commit is contained in:
Jiawei Shao 2021-01-06 02:30:09 +00:00 committed by Commit Bot service account
parent ad0bec6c96
commit a84acc4fcc
1 changed files with 0 additions and 2 deletions

View File

@ -1654,8 +1654,6 @@ class CompressedTextureZeroInitTest : public TextureZeroInitTest {
DAWN_SKIP_TEST_IF(UsesWire()); DAWN_SKIP_TEST_IF(UsesWire());
DAWN_SKIP_TEST_IF(!IsBCFormatSupported()); DAWN_SKIP_TEST_IF(!IsBCFormatSupported());
// TODO: find out why this test is flaky on Windows Intel Vulkan bots.
DAWN_SKIP_TEST_IF(IsIntel() && IsVulkan() && IsWindows());
} }
std::vector<const char*> GetRequiredExtensions() override { std::vector<const char*> GetRequiredExtensions() override {