Disable TextureFormatTest for D3D12 + tint
Bug: tint:689 Change-Id: Ib006a2e726078426cd00479c35d47eecf9b3d601 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/46375 Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
parent
1894d5d83a
commit
682d764e85
|
@ -115,6 +115,9 @@ class TextureFormatTest : public DawnTest {
|
||||||
protected:
|
protected:
|
||||||
void SetUp() {
|
void SetUp() {
|
||||||
DawnTest::SetUp();
|
DawnTest::SetUp();
|
||||||
|
|
||||||
|
// TODO(crbug.com/tint/689): shaders compile, but produces unexpected output.
|
||||||
|
DAWN_SKIP_TEST_IF(IsD3D12() && HasToggleEnabled("use_tint_generator"));
|
||||||
}
|
}
|
||||||
|
|
||||||
// Structure containing all the information that tests need to know about the format.
|
// Structure containing all the information that tests need to know about the format.
|
||||||
|
|
Loading…
Reference in New Issue