commit | 81cf89407544eb2d9d535553f67764332a9ae03a | [log] [tgz] |
---|---|---|
author | Yunchao He <yunchao.he@intel.com> | Wed Feb 15 19:25:35 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Feb 15 19:25:35 2023 +0000 |
tree | 2b3257ab4f5e9656b23f6f698a6cd6df06953c6d | |
parent | 70607cb1602ffed9984daa0e2701f4208da1432a [diff] |
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>
diff --git a/src/dawn/tests/end2end/ColorStateTests.cpp b/src/dawn/tests/end2end/ColorStateTests.cpp index ce54798..b6dd091 100644 --- a/src/dawn/tests/end2end/ColorStateTests.cpp +++ b/src/dawn/tests/end2end/ColorStateTests.cpp
@@ -1112,8 +1112,6 @@ 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 {