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

Unified Diff: content/browser/webui/web_ui_mojo_browsertest.cc

Issue 247573010: Reenable WebUIMojoTest.EndToEnd{Ping,Echo} on ASAN. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: "rebased" Created 6 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: content/browser/webui/web_ui_mojo_browsertest.cc
diff --git a/content/browser/webui/web_ui_mojo_browsertest.cc b/content/browser/webui/web_ui_mojo_browsertest.cc
index 9bacd6685cd72d1688a324c88dd487cc1249db24..33cd5124bfcb2b168df5bf0dc214308ecb9be93e 100644
--- a/content/browser/webui/web_ui_mojo_browsertest.cc
+++ b/content/browser/webui/web_ui_mojo_browsertest.cc
@@ -318,9 +318,8 @@ class WebUIMojoTest : public ContentBrowserTest {
DISALLOW_COPY_AND_ASSIGN(WebUIMojoTest);
};
-// Temporarily disabled due to memory leaks. http://crbug.com/360081
// Temporarily disabled due to flakiness on Windows. http://crbug.com/366644
-#if defined(LEAK_SANITIZER) || defined(OS_WIN)
+#if defined(OS_WIN)
#define MAYBE_EndToEndPing DISABLED_EndToEndPing
#define MAYBE_EndToEndEcho DISABLED_EndToEndEcho
#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