Commit 1de29aba by Yuly Novikov Committed by Commit Bot

Skip MultiviewRenderTest.FlatInterpolation on Win Intel D3D11

MultiviewRenderTest.FlatInterpolation/ES3_D3D11_force_geom_shader_layered MultiviewRenderTest.FlatInterpolation/ES3_D3D11_force_geom_shader_side_by_side fail on Win10 Intel HD 630. BUG=angleproject:2062 Change-Id: I1a0c19b89f0813efe7eef5c64dc510ad750916f9 Reviewed-on: https://chromium-review.googlesource.com/656047Reviewed-by: 's avatarYuly Novikov <ynovikov@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
parent fe8b5989
...@@ -1988,6 +1988,10 @@ TEST_P(MultiviewRenderTest, FlatInterpolation) ...@@ -1988,6 +1988,10 @@ TEST_P(MultiviewRenderTest, FlatInterpolation)
return; return;
} }
// TODO(mradev): Find out why this fails on Win10 Intel HD 630 D3D11
// (http://anglebug.com/2062)
ANGLE_SKIP_TEST_IF(IsWindows() && IsIntel() && IsD3D11());
const std::string vsSource = const std::string vsSource =
"#version 300 es\n" "#version 300 es\n"
"#extension GL_OVR_multiview2 : require\n" "#extension GL_OVR_multiview2 : require\n"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment