Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(205)

Unified Diff: gpu/command_buffer/tests/es3_misc_functions_unittest.cc

Issue 1499563002: Disable flaky gl tests on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update comment. Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | gpu/command_buffer/tests/gl_ext_srgb_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/tests/es3_misc_functions_unittest.cc
diff --git a/gpu/command_buffer/tests/es3_misc_functions_unittest.cc b/gpu/command_buffer/tests/es3_misc_functions_unittest.cc
index 7f9769ce98498a66d6d9585dd638ac10119e094f..6b3ffa96accc76ca7ffb7358a5a00da3c53d9546 100644
--- a/gpu/command_buffer/tests/es3_misc_functions_unittest.cc
+++ b/gpu/command_buffer/tests/es3_misc_functions_unittest.cc
@@ -32,7 +32,14 @@ class OpenGLES3FunctionTest : public testing::Test {
GLManager gl_;
};
-TEST_F(OpenGLES3FunctionTest, GetFragDataLocationInvalid) {
+#if defined(OS_ANDROID)
+// Test is failing for Lollipop 64 bit Tester.
+// See crbug/550292.
+#define MAYBE_GetFragDataLocationInvalid DISABLED_GetFragDataLocationInvalid
+#else
+#define MAYBE_GetFragDataLocationInvalid GetFragDataLocationInvalid
+#endif
+TEST_F(OpenGLES3FunctionTest, MAYBE_GetFragDataLocationInvalid) {
if (!IsApplicable()) {
return;
}
« no previous file with comments | « no previous file | gpu/command_buffer/tests/gl_ext_srgb_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698