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

Unified Diff: chrome/browser/devtools/devtools_sanity_browsertest.cc

Issue 2559183002: Mark DevToolsPixelOutputTests.TestLatencyInfoInstrumentation flaky on linux. (Closed)
Patch Set: Disable on Linux as with Windows. Created 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/devtools/devtools_sanity_browsertest.cc
diff --git a/chrome/browser/devtools/devtools_sanity_browsertest.cc b/chrome/browser/devtools/devtools_sanity_browsertest.cc
index 08c56d85cc2627e6284e53077f738adae4244259..a0421634b2a6af2e6eb0a4a962e7b0673762f037 100644
--- a/chrome/browser/devtools/devtools_sanity_browsertest.cc
+++ b/chrome/browser/devtools/devtools_sanity_browsertest.cc
@@ -1428,7 +1428,9 @@ IN_PROC_BROWSER_TEST_F(DevToolsPixelOutputTests,
// This test enables switches::kUseGpuInTests which causes false positives
// with MemorySanitizer.
-#if defined(MEMORY_SANITIZER) || defined(ADDRESS_SANITIZER) || defined(OS_WIN)
+// Flaky on Linux and Windows https://crbug.com/624215
+#if defined(MEMORY_SANITIZER) || defined(ADDRESS_SANITIZER) || \
+ defined(OS_WIN) || defined(OS_LINUX)
#define MAYBE_TestLatencyInfoInstrumentation \
DISABLED_TestLatencyInfoInstrumentation
#else
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698