From 2ae45bf1f7707e2f1f4a97d7cb6804b8fd2a370f Mon Sep 17 00:00:00 2001 From: Stephen White Date: Thu, 26 May 2022 15:03:57 +0000 Subject: [PATCH] ANGLE/D3D11: remove a test suppression for a now-passing test. Bug: angleproject:7226 Change-Id: I2e7dfb6f20cf9bd3a31b2e904490d3869e1f1300 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/91640 Kokoro: Kokoro Reviewed-by: Austin Eng Commit-Queue: Stephen White --- src/dawn/tests/end2end/ComputeSharedMemoryTests.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/dawn/tests/end2end/ComputeSharedMemoryTests.cpp b/src/dawn/tests/end2end/ComputeSharedMemoryTests.cpp index 7afaeea727..d7f161a681 100644 --- a/src/dawn/tests/end2end/ComputeSharedMemoryTests.cpp +++ b/src/dawn/tests/end2end/ComputeSharedMemoryTests.cpp @@ -104,9 +104,6 @@ TEST_P(ComputeSharedMemoryTests, Basic) { // for matrices in threadgroup memory. Basic test that reading and // writing a matrix in workgroup memory works. TEST_P(ComputeSharedMemoryTests, AssortedTypes) { - // TODO(anglebug.com/7226): fix failure in ANGLE/D3D11 - DAWN_SUPPRESS_TEST_IF(IsANGLE() && IsWindows()); - wgpu::ComputePipelineDescriptor csDesc; csDesc.compute.module = utils::CreateShaderModule(device, R"( struct StructValues {