Unsuppress e2e test in ColorStateTests

Bug: dawn:1625

Change-Id: I437c37b2a7749d37ee1f922061b4c7038d5e3ec5
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/119980
Reviewed-by: Austin Eng <enga@chromium.org>
Commit-Queue: Austin Eng <enga@chromium.org>
Kokoro: Kokoro <noreply+kokoro@google.com>
This commit is contained in:
Yunchao He 2023-02-15 19:25:35 +00:00 committed by Dawn LUCI CQ
parent 70607cb160
commit 81cf894075
1 changed files with 0 additions and 2 deletions

View File

@ -1112,8 +1112,6 @@ TEST_P(ColorStateTest, ColorWriteMaskDoesNotAffectRenderPassLoadOpClear) {
TEST_P(ColorStateTest, SparseAttachmentsDifferentColorMask) {
DAWN_TEST_UNSUPPORTED_IF(HasToggleEnabled("disable_indexed_draw_buffers"));
// TODO(crbug.com/dawn/1625): device lost on ASAN
DAWN_SUPPRESS_TEST_IF(IsWindows() && IsD3D12());
wgpu::ShaderModule fsModule = utils::CreateShaderModule(device, R"(
struct Outputs {