Commit 48825bea by Jamie Madill

Disable FL9_3 tests because of Windows 7 failures.

These tests were failing on SwapChain11 with errors relating to the Depth Stencil backbuffer. BUG=angle:856 BUG=435726 Change-Id: Idd371a380e9b302d7d5e40437e9d76589872b750 Reviewed-on: https://chromium-review.googlesource.com/237450Tested-by: 's avatarJamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarBrandon Jones <bajones@chromium.org>
parent 185de884
...@@ -2,12 +2,14 @@ ...@@ -2,12 +2,14 @@
// Use this to select which configurations (e.g. which renderer, which GLES major version) these tests should be run against. // Use this to select which configurations (e.g. which renderer, which GLES major version) these tests should be run against.
// D3D11 Feature Level 9_3 uses different D3D formats for vertex attribs compared to Feature Levels 10_0+, so we should test them separately. // D3D11 Feature Level 9_3 uses different D3D formats for vertex attribs compared to Feature Levels 10_0+, so we should test them separately.
ANGLE_TYPED_TEST_CASE(VertexAttributeTest, ES2_D3D9, ES2_D3D11, ES2_D3D11_FL9_3); // TODO(jmadill): Re-enable on FL9_3 once we fix support on Windows 7
// See: https://code.google.com/p/angleproject/issues/detail?id=856
ANGLE_TYPED_TEST_CASE(VertexAttributeTest, ES2_D3D9, ES2_D3D11);
template<typename T> template<typename T>
class VertexAttributeTest : public ANGLETest class VertexAttributeTest : public ANGLETest
{ {
protected: protected:
VertexAttributeTest() : ANGLETest(T::GetGlesMajorVersion(), T::GetPlatform()) VertexAttributeTest() : ANGLETest(T::GetGlesMajorVersion(), T::GetPlatform())
{ {
setWindowWidth(128); setWindowWidth(128);
......
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