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

Unified Diff: chrome/browser/ui/webui/net_internals_ui_browsertest.cc

Issue 8343076: Revert 107810 (The NetInternalsDNSView tests are timeout out and causing bots to go red) - Roll w... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 2 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 | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/net_internals_ui_browsertest.cc
===================================================================
--- chrome/browser/ui/webui/net_internals_ui_browsertest.cc (revision 107827)
+++ chrome/browser/ui/webui/net_internals_ui_browsertest.cc (working copy)
@@ -274,24 +274,23 @@
// dns_view.js
////////////////////////////////////////////////////////////////////////////////
-// TODO: These tests started timing out somewhere around webkit 98733:98738.
// Adds a successful lookup to the DNS cache, then clears the cache.
-IN_PROC_BROWSER_TEST_F(NetInternalsTest, FAILS_NetInternalsDnsViewSuccess) {
+IN_PROC_BROWSER_TEST_F(NetInternalsTest, NetInternalsDnsViewSuccess) {
EXPECT_TRUE(RunJavascriptAsyncTest("netInternalsDnsViewSuccess"));
}
// Adds a failed lookup to the DNS cache, then clears the cache.
-IN_PROC_BROWSER_TEST_F(NetInternalsTest, FAILS_NetInternalsDnsViewFail) {
+IN_PROC_BROWSER_TEST_F(NetInternalsTest, NetInternalsDnsViewFail) {
EXPECT_TRUE(RunJavascriptAsyncTest("netInternalsDnsViewFail"));
}
// Adds an expired successful lookup to the DNS cache, then clears the cache.
-IN_PROC_BROWSER_TEST_F(NetInternalsTest, FAILS_NetInternalsDnsViewExpired) {
+IN_PROC_BROWSER_TEST_F(NetInternalsTest, NetInternalsDnsViewExpired) {
EXPECT_TRUE(RunJavascriptAsyncTest("netInternalsDnsViewExpired"));
}
// Adds two entries to the DNS cache, clears the cache, and then repeats.
-IN_PROC_BROWSER_TEST_F(NetInternalsTest, FAILS_NetInternalsDnsViewAddTwoTwice) {
+IN_PROC_BROWSER_TEST_F(NetInternalsTest, NetInternalsDnsViewAddTwoTwice) {
EXPECT_TRUE(RunJavascriptAsyncTest("netInternalsDnsViewAddTwoTwice"));
}
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698