Disable MultisampledRenderingTest tests on D3D12 + WARP

Bug: dawn:738
Change-Id: I208d9851f14c25f16a97382953150eba7f4667b9
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/46363
Commit-Queue: Ben Clayton <bclayton@google.com>
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
Ben Clayton 2021-03-30 13:13:17 +00:00 committed by Commit Bot service account
parent 7f8c91cdde
commit 47a8cf3410
1 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,9 @@ class MultisampledRenderingTest : public DawnTest {
void SetUp() override { void SetUp() override {
DawnTest::SetUp(); DawnTest::SetUp();
// TODO(crbug.com/dawn/738): Test output is wrong with D3D12 + WARP.
DAWN_SKIP_TEST_IF(IsD3D12() && IsWARP());
InitTexturesForTest(); InitTexturesForTest();
} }