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

Unified Diff: chrome_frame/test/ui_test.cc

Issue 10261014: Disabling chrome_frame_tests.exe ContextMenuTest.CFBackForward since it times out. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/test/ui_test.cc
diff --git a/chrome_frame/test/ui_test.cc b/chrome_frame/test/ui_test.cc
index b8c13c4e418537bf197a1b1c9e3bfa3a0e46c526..b9a5c97a4a8e00b70385344eba1ebce2efb1faa5 100644
--- a/chrome_frame/test/ui_test.cc
+++ b/chrome_frame/test/ui_test.cc
@@ -988,7 +988,9 @@ TEST_F(ContextMenuTest, FLAKY_CFTxtFieldRedo) {
LaunchIEAndNavigate(context_menu_page_url);
}
-TEST_F(ContextMenuTest, FLAKY_CFBackForward) {
+// Disabled because it seems to hang, causing the test process to timeout and
+// be killed; see http://crbug.com/121097.
+TEST_F(ContextMenuTest, DISABLED_CFBackForward) {
std::wstring page1 = GetLinkPageUrl();
std::wstring title1 = GetLinkPageTitle();
std::wstring page2 = GetSimplePageUrl();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698