Commit ed0e932c by Jamie Madill Committed by Commit Bot

Supress test failing with new Intel driver.

EGLDirectCompositionTest.RenderSolidColor/ES2_D3D11_NoFixture failing with the 26.20.100.7870 driver. Bug: chromium:1063962 Change-Id: I48ef5915c67e05cc86a568c28115dae26dc78db2 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2116871 Commit-Queue: Jamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
parent 954f3d83
......@@ -256,6 +256,9 @@ TEST_P(EGLDirectCompositionTest, RenderSolidColor)
// Only attempt this test when on Windows 10 1803+
ANGLE_SKIP_TEST_IF(!mRoHelper.SupportedWindowsRelease());
// http://crbug.com/1063962
ANGLE_SKIP_TEST_IF(isD3D11Renderer() && IsIntel());
EGLSurface s{nullptr};
CreateSurface(mAngleHost, s);
......
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