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

Unified Diff: chrome/test/data/webui/net_internals/sdch_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/net_internals/prerender_view.js ('k') | content/app/content_main_runner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/net_internals/sdch_view.js
diff --git a/chrome/test/data/webui/net_internals/sdch_view.js b/chrome/test/data/webui/net_internals/sdch_view.js
index f3030d84ec00008b630b5b1d489bc2b1c8add959..c887fb18b0087768bcba4f6a5533d37728b2b480 100644
--- a/chrome/test/data/webui/net_internals/sdch_view.js
+++ b/chrome/test/data/webui/net_internals/sdch_view.js
@@ -177,7 +177,7 @@ LoadPageWithDecodeErrorTask.prototype = {
// Flaky on Win Debug build - crbug.com/517484
GEN('#if defined(OS_WIN)');
GEN('# define MAYBE_netInternalsSdchViewFetchDictionary \\');
-GEN(' DISABLED_netInternalsSdchViewFetchDictionary');
+GEN(' netInternalsSdchViewFetchDictionary');
GEN('#else');
GEN('# define MAYBE_netInternalsSdchViewFetchDictionary \\');
GEN(' netInternalsSdchViewFetchDictionary');
@@ -200,7 +200,7 @@ TEST_F('NetInternalsTest',
// Flaky on Win Debug build - crbug.com/517484
GEN('#if defined(OS_WIN)');
GEN('# define MAYBE_netInternalsSdchViewBlacklistMeta \\');
-GEN(' DISABLED_netInternalsSdchViewBlacklistMeta');
+GEN(' netInternalsSdchViewBlacklistMeta');
GEN('#else');
GEN('# define MAYBE_netInternalsSdchViewBlacklistMeta \\');
GEN(' netInternalsSdchViewBlacklistMeta');
@@ -228,7 +228,7 @@ TEST_F('NetInternalsTest',
// Flaky on Win Debug build - crbug.com/517484
GEN('#if defined(OS_WIN)');
GEN('# define MAYBE_netInternalsSdchViewBlacklistNonSdch \\');
-GEN(' DISABLED_netInternalsSdchViewBlacklistNonSdch');
+GEN(' netInternalsSdchViewBlacklistNonSdch');
GEN('#else');
GEN('# define MAYBE_netInternalsSdchViewBlacklistNonSdch \\');
GEN(' netInternalsSdchViewBlacklistNonSdch');
« no previous file with comments | « chrome/test/data/webui/net_internals/prerender_view.js ('k') | content/app/content_main_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698