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:
parent
7f8c91cdde
commit
47a8cf3410
|
@ -23,6 +23,9 @@ class MultisampledRenderingTest : public DawnTest {
|
|||
void SetUp() override {
|
||||
DawnTest::SetUp();
|
||||
|
||||
// TODO(crbug.com/dawn/738): Test output is wrong with D3D12 + WARP.
|
||||
DAWN_SKIP_TEST_IF(IsD3D12() && IsWARP());
|
||||
|
||||
InitTexturesForTest();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue