Skip EnableQueryExtensions test on Win/AMD/GL.
This test seems to be causing device lost.
Bug: angleproject:2423
Change-Id: If759aa6478df89d1cf5a5fd199a6065300c4c8ec
Reviewed-on: https://chromium-review.googlesource.com/974888
Reviewed-by: Jamie Madill <jmadill@chromium.org>
diff --git a/src/tests/gl_tests/WebGLCompatibilityTest.cpp b/src/tests/gl_tests/WebGLCompatibilityTest.cpp
index b797028..3b517c1 100644
--- a/src/tests/gl_tests/WebGLCompatibilityTest.cpp
+++ b/src/tests/gl_tests/WebGLCompatibilityTest.cpp
@@ -597,6 +597,9 @@
// Test enabling the query extensions
TEST_P(WebGLCompatibilityTest, EnableQueryExtensions)
{
+ // Seems to be causing a device lost. http://anglebug.com/2423
+ ANGLE_SKIP_TEST_IF(IsAMD() && IsWindows() && IsOpenGL());
+
EXPECT_FALSE(extensionEnabled("GL_EXT_occlusion_query_boolean"));
EXPECT_FALSE(extensionEnabled("GL_EXT_disjoint_timer_query"));
EXPECT_FALSE(extensionEnabled("GL_CHROMIUM_sync_query"));