Commit ac319fcc by Corentin Wallez

EGLContextCompatibility: remove suppression

BUG=angleproject:1109 Change-Id: I551dbf79b98798f06fd5cbe1b005dc2410daaa6b Reviewed-on: https://chromium-review.googlesource.com/289274Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org> Tested-by: 's avatarCorentin Wallez <cwallez@chromium.org>
parent 9bcfe672
...@@ -192,9 +192,6 @@ class EGLContextCompatibilityTest : public ANGLETest ...@@ -192,9 +192,6 @@ class EGLContextCompatibilityTest : public ANGLETest
} }
}; };
// TODO(cwallez) makeCurrent fails for some config on Linux/AMD
#if !defined(ANGLE_PLATFORM_LINUX) || defined(ANGLE_STANDALONE_BUILD)
// The test is split in several subtest so that simple cases // The test is split in several subtest so that simple cases
// are tested separately. Also each surface types are not tested // are tested separately. Also each surface types are not tested
// together. // together.
...@@ -285,6 +282,4 @@ TEST_P(EGLContextCompatibilityTest, PbufferDifferentConfig) ...@@ -285,6 +282,4 @@ TEST_P(EGLContextCompatibilityTest, PbufferDifferentConfig)
} }
} }
#endif // !defined(ANGLE_PLATFORM_LINUX) || defined(ANGLE_STANDALONE_BUILD)
ANGLE_INSTANTIATE_TEST(EGLContextCompatibilityTest, ES2_D3D9(), ES2_D3D11(), ES2_OPENGL()); ANGLE_INSTANTIATE_TEST(EGLContextCompatibilityTest, ES2_D3D9(), ES2_D3D11(), ES2_OPENGL());
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