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

Unified Diff: chrome/browser/ui/omnibox/omnibox_view_browsertest.cc

Issue 9559004: Supposedly r124125 made two disabled tests not be flaky anymore. Try re-enabling them. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 10 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/browser/ui/omnibox/omnibox_view_browsertest.cc
===================================================================
--- chrome/browser/ui/omnibox/omnibox_view_browsertest.cc (revision 124268)
+++ chrome/browser/ui/omnibox/omnibox_view_browsertest.cc (working copy)
@@ -1264,12 +1264,7 @@
NonSubstitutingKeywordTest();
}
-#if defined(OS_POSIX)
-// Flaky on Mac 10.6, Linux http://crbug.com/84420
-IN_PROC_BROWSER_TEST_F(OmniboxViewTest, DISABLED_DeleteItem) {
-#else
IN_PROC_BROWSER_TEST_F(OmniboxViewTest, DeleteItem) {
-#endif
DeleteItemTest();
}
@@ -1405,8 +1400,7 @@
}
// http://crbug.com/12316
-// Flaky, http://crbug.com/80934.
-IN_PROC_BROWSER_TEST_F(OmniboxViewTest, DISABLED_PasteReplacingAll) {
+IN_PROC_BROWSER_TEST_F(OmniboxViewTest, PasteReplacingAll) {
OmniboxView* omnibox_view = NULL;
ASSERT_NO_FATAL_FAILURE(GetOmniboxView(&omnibox_view));
AutocompletePopupModel* popup_model = omnibox_view->model()->popup_model();
« 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