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

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

Issue 7003129: Mark OmniboxViewTest.DeleteItem as flaky on Linux. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 6 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
diff --git a/chrome/browser/ui/omnibox/omnibox_view_browsertest.cc b/chrome/browser/ui/omnibox/omnibox_view_browsertest.cc
index c5e57c6df8ed2a347337150742871eade8935c62..86b258258042c52a20dbf817a1675a59ae82782b 100644
--- a/chrome/browser/ui/omnibox/omnibox_view_browsertest.cc
+++ b/chrome/browser/ui/omnibox/omnibox_view_browsertest.cc
@@ -1176,8 +1176,8 @@ IN_PROC_BROWSER_TEST_F(OmniboxViewTest, NonSubstitutingKeywordTest) {
NonSubstitutingKeywordTest();
}
-#if defined(OS_MACOSX)
-// Flaky on Mac 10.6 http://crbug.com/84420
+#if defined(OS_POSIX)
+// Flaky on Mac 10.6, Linux http://crbug.com/84420
IN_PROC_BROWSER_TEST_F(OmniboxViewTest, FLAKY_DeleteItem) {
#else
IN_PROC_BROWSER_TEST_F(OmniboxViewTest, DeleteItem) {
« 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