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

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

Issue 1918443002: Disable flaky SingleProcessTracingBrowserTest TestMemoryInfra. (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 3ba53ca1c43aebeb81165f1aeeeb622d6c170dec..009c89237e3447f905ef45134802c4a2568ab327 100644
--- a/chrome/test/base/tracing_browsertest.cc
+++ b/chrome/test/base/tracing_browsertest.cc
@@ -170,14 +170,10 @@ IN_PROC_BROWSER_TEST_F(TracingBrowserTest, DISABLED_TestMemoryInfra) {
}
// Single-process mode.
-// Flaky (leaking) on linux_chromium_asan_rel_ng: https://crbug.com/585026
-// 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
-#endif
-IN_PROC_BROWSER_TEST_F(SingleProcessTracingBrowserTest, MAYBE_TestMemoryInfra) {
+// Flaky on Windows and Linux: https://crbug.com/594884
+// Linux ASan: https://crbug.com/585026
+IN_PROC_BROWSER_TEST_F(SingleProcessTracingBrowserTest,
+ DISABLED_TestMemoryInfra) {
PerformDumpMemoryTestActions();
}
« 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