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

Unified Diff: chrome/browser/extensions/error_console/error_console_browsertest.cc

Issue 1284083002: Print stack traces in child processes when browser tests failed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more fixes Created 5 years, 4 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
Index: chrome/browser/extensions/error_console/error_console_browsertest.cc
diff --git a/chrome/browser/extensions/error_console/error_console_browsertest.cc b/chrome/browser/extensions/error_console/error_console_browsertest.cc
index e55f097db05459b2c0cf44c14b4cdbe939960534..ab7d8dbaed9ad3a122101b299b64437aa4ac2ebb 100644
--- a/chrome/browser/extensions/error_console/error_console_browsertest.cc
+++ b/chrome/browser/extensions/error_console/error_console_browsertest.cc
@@ -422,7 +422,7 @@ IN_PROC_BROWSER_TEST_F(ErrorConsoleBrowserTest,
// Catch an error from a BrowserAction; this is more complex than a content
// script error, since browser actions are routed through our own code.
#if defined(OS_WIN) // Flakes on XP. http://crbug.com/517029
-#define MAYBE_BrowserActionRuntimeError DISABLED_BrowserActionRuntimeError
+#define MAYBE_BrowserActionRuntimeError BrowserActionRuntimeError
#else
#define MAYBE_BrowserActionRuntimeError BrowserActionRuntimeError
#endif

Powered by Google App Engine
This is Rietveld 408576698