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

Unified Diff: chrome/browser/collected_cookies_uitest.cc

Issue 2808053: Buttons for the collected cookies dialog to add content exceptions. (Closed)
Patch Set: compile fix Created 10 years, 5 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/app/generated_resources.grd ('k') | chrome/browser/gtk/collected_cookies_gtk.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/collected_cookies_uitest.cc
diff --git a/chrome/browser/collected_cookies_uitest.cc b/chrome/browser/collected_cookies_uitest.cc
index 44bcc163ef19ca0a4868c541f278996e5bbe62ef..cfd3b1e8f3275bbf0152b0b55d4f85c8e62b3b48 100644
--- a/chrome/browser/collected_cookies_uitest.cc
+++ b/chrome/browser/collected_cookies_uitest.cc
@@ -21,7 +21,8 @@ const wchar_t kDocRoot[] = L"chrome/test/data";
typedef UITest CollectedCookiesTest;
-TEST_F(CollectedCookiesTest, FAILS_TestDoubleDisplay) {
+// Test is flaky. http://crbug.com/49539
+TEST_F(CollectedCookiesTest, FLAKY_DoubleDisplay) {
scoped_refptr<HTTPTestServer> server =
HTTPTestServer::CreateServer(kDocRoot, NULL);
ASSERT_TRUE(NULL != server.get());
@@ -43,7 +44,8 @@ TEST_F(CollectedCookiesTest, FAILS_TestDoubleDisplay) {
ASSERT_TRUE(tab->ShowCollectedCookiesDialog());
}
-TEST_F(CollectedCookiesTest, FAILS_NavigateAway) {
+// Test is flaky. http://crbug.com/49539
+TEST_F(CollectedCookiesTest, FLAKY_NavigateAway) {
scoped_refptr<HTTPTestServer> server =
HTTPTestServer::CreateServer(kDocRoot, NULL);
ASSERT_TRUE(NULL != server.get());
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/gtk/collected_cookies_gtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698