Disable SlantedPlaneMipmap test on D3D12 + WARP
Bug: dawn:740 Change-Id: I127c7698cf9103ef85dafe44c5dc5781ccea031d Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/46365 Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
parent
d48c5ed77c
commit
74879450c5
|
@ -268,6 +268,9 @@ class SamplerFilterAnisotropicTest : public DawnTest {
|
||||||
};
|
};
|
||||||
|
|
||||||
TEST_P(SamplerFilterAnisotropicTest, SlantedPlaneMipmap) {
|
TEST_P(SamplerFilterAnisotropicTest, SlantedPlaneMipmap) {
|
||||||
|
// TODO(crbug.com/dawn/740): Test output is wrong with D3D12 + WARP.
|
||||||
|
DAWN_SKIP_TEST_IF(IsD3D12() && IsWARP());
|
||||||
|
|
||||||
DAWN_SKIP_TEST_IF(IsOpenGL() || IsOpenGLES());
|
DAWN_SKIP_TEST_IF(IsOpenGL() || IsOpenGLES());
|
||||||
const uint16_t maxAnisotropyLists[] = {1, 2, 16, 128};
|
const uint16_t maxAnisotropyLists[] = {1, 2, 16, 128};
|
||||||
for (uint16_t t : maxAnisotropyLists) {
|
for (uint16_t t : maxAnisotropyLists) {
|
||||||
|
|
Loading…
Reference in New Issue