ANGLE/D3D11: remove suppression for SizedArrayOfStruct test.

Test was fixed by https://chromium-review.googlesource.com/c/angle/angle/+/3664917

Bug: angleproject:7271
Change-Id: I2fdba6ae2b335de83190006b0ca966663abcf42b
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/91720
Reviewed-by: Austin Eng <enga@chromium.org>
Commit-Queue: Stephen White <senorblanco@chromium.org>
This commit is contained in:
Stephen White 2022-05-26 15:12:00 +00:00 committed by Dawn LUCI CQ
parent 2ae45bf1f7
commit f45180a428
1 changed files with 0 additions and 3 deletions

View File

@ -105,9 +105,6 @@ TEST_P(ComputeCopyStorageBufferTests, SizedArrayOfBasic) {
// Test that a slightly-less-trivial compute-shader memcpy implementation works.
TEST_P(ComputeCopyStorageBufferTests, SizedArrayOfStruct) {
// TODO(anglebug.com/7271): fix failure in ANGLE/D3D11
DAWN_SUPPRESS_TEST_IF(IsANGLE() && IsWindows());
BasicTest(R"(
struct S {
a : vec2<u32>,