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 <noreply+kokoro@google.com> Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Stephen White <senorblanco@chromium.org>
This commit is contained in:
parent
027f41b4dc
commit
2ae45bf1f7
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue