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

Unified Diff: chrome/test/base/tracing_browsertest.cc

Issue 1905903003: Disable flaky SingleProcessTracingBrowserTest TestMemoryInfra on Linux. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months 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/test/base/tracing_browsertest.cc
diff --git a/chrome/test/base/tracing_browsertest.cc b/chrome/test/base/tracing_browsertest.cc
index ab7aca8bf5140ddbbd1ea6872f8762bbf462cf76..3ba53ca1c43aebeb81165f1aeeeb622d6c170dec 100644
--- a/chrome/test/base/tracing_browsertest.cc
+++ b/chrome/test/base/tracing_browsertest.cc
@@ -171,8 +171,8 @@ IN_PROC_BROWSER_TEST_F(TracingBrowserTest, DISABLED_TestMemoryInfra) {
// Single-process mode.
// Flaky (leaking) on linux_chromium_asan_rel_ng: https://crbug.com/585026
-// and Windows https://crbug.com/594884
-#if defined(ADDRESS_SANITIZER) || defined(OS_WIN)
+// and Linux/Windows: https://crbug.com/594884
+#if defined(ADDRESS_SANITIZER) || defined(OS_WIN) || defined(OS_LINUX)
#define MAYBE_TestMemoryInfra DISABLED_TestMemoryInfra
#else
#define MAYBE_TestMemoryInfra TestMemoryInfra
« 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