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

Unified Diff: chrome/test/data/webui/net_internals/log_util.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
Index: chrome/test/data/webui/net_internals/log_util.js
diff --git a/chrome/test/data/webui/net_internals/log_util.js b/chrome/test/data/webui/net_internals/log_util.js
index 3a5b6161802953c09f3d1fd2e07e1edf09a5ab6f..3a57255eba61dc6f50f0e737b97166ee14abf14f 100644
--- a/chrome/test/data/webui/net_internals/log_util.js
+++ b/chrome/test/data/webui/net_internals/log_util.js
@@ -261,7 +261,7 @@ TEST_F('NetInternalsTest',
// Flaky on Win Debug build - crbug.com/517484
GEN('#if defined(OS_WIN)');
GEN('# define MAYBE_netInternalsLogUtilImportNetLogFileTruncated \\');
-GEN(' DISABLED_netInternalsLogUtilImportNetLogFileTruncated');
+GEN(' netInternalsLogUtilImportNetLogFileTruncated');
GEN('#else');
GEN('# define MAYBE_netInternalsLogUtilImportNetLogFileTruncated \\');
GEN(' netInternalsLogUtilImportNetLogFileTruncated');
« no previous file with comments | « chrome/test/data/webui/net_internals/dns_view.js ('k') | chrome/test/data/webui/net_internals/prerender_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698