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

Unified Diff: chrome/test/data/webui/net_internals/bandwidth_view.js

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
« no previous file with comments | « chrome/test/data/webui/history_browsertest.js ('k') | chrome/test/data/webui/net_internals/dns_view.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/net_internals/bandwidth_view.js
diff --git a/chrome/test/data/webui/net_internals/bandwidth_view.js b/chrome/test/data/webui/net_internals/bandwidth_view.js
index 2bf8491b0d69e97b016cf61ab4b1c658d5463f7b..79c6905d5ac1c393915c15e98ac8aea89dc46bb0 100644
--- a/chrome/test/data/webui/net_internals/bandwidth_view.js
+++ b/chrome/test/data/webui/net_internals/bandwidth_view.js
@@ -242,7 +242,7 @@ DataReductionProxyTask.prototype = {
// Flaky on Win Debug build - crbug.com/517484
GEN('#if defined(OS_WIN)');
GEN('# define MAYBE_netInternalsSessionBandwidthSucceed \\');
-GEN(' DISABLED_netInternalsSessionBandwidthSucceed');
+GEN(' netInternalsSessionBandwidthSucceed');
GEN('#else');
GEN('# define MAYBE_netInternalsSessionBandwidthSucceed \\');
GEN(' netInternalsSessionBandwidthSucceed');
« no previous file with comments | « chrome/test/data/webui/history_browsertest.js ('k') | chrome/test/data/webui/net_internals/dns_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698