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

Unified Diff: chrome/test/data/webui/net_internals/dns_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
Index: chrome/test/data/webui/net_internals/dns_view.js
diff --git a/chrome/test/data/webui/net_internals/dns_view.js b/chrome/test/data/webui/net_internals/dns_view.js
index c4f037641fccc75a877cc2a70ed305a7c66864b0..ada9295afd8854f0dfd844a331615c5b0a8edf8e 100644
--- a/chrome/test/data/webui/net_internals/dns_view.js
+++ b/chrome/test/data/webui/net_internals/dns_view.js
@@ -262,7 +262,7 @@ TEST_F('NetInternalsTest', 'netInternalsDnsViewAddTwoTwice', function() {
// Flaky on Win Debug build - crbug.com/517484
GEN('#if defined(OS_WIN)');
GEN('# define MAYBE_netInternalsDnsViewIncognitoClears \\');
-GEN(' DISABLED_netInternalsDnsViewIncognitoClears');
+GEN(' netInternalsDnsViewIncognitoClears');
GEN('#else');
GEN('# define MAYBE_netInternalsDnsViewIncognitoClears \\');
GEN(' netInternalsDnsViewIncognitoClears');
« no previous file with comments | « chrome/test/data/webui/net_internals/bandwidth_view.js ('k') | chrome/test/data/webui/net_internals/log_util.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698