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

Unified Diff: chrome/browser/ui/autofill/autofill_popup_controller_browsertest.cc

Issue 12777003: Re-enable AutofillPopupControllerBrowserTest.HidePopupOnWindowConfiguration on Linux (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 9 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/autofill/autofill_popup_controller_browsertest.cc
diff --git a/chrome/browser/ui/autofill/autofill_popup_controller_browsertest.cc b/chrome/browser/ui/autofill/autofill_popup_controller_browsertest.cc
index 9a3ac7f12bc288004cd9fd7a55aaba468220b816..3411d53d492c2e66e3baff7bfe2dc1c782ddcf3c 100644
--- a/chrome/browser/ui/autofill/autofill_popup_controller_browsertest.cc
+++ b/chrome/browser/ui/autofill/autofill_popup_controller_browsertest.cc
@@ -97,9 +97,7 @@ class AutofillPopupControllerBrowserTest
// Autofill UI isn't currently hidden on window move on Mac.
// http://crbug.com/180566
-// This tests causes an assert on the Linux Precise (dbg) builder.
-// http://crbug.com/180883
-#if !defined(OS_MACOSX) && !defined(OS_LINUX)
+#if !defined(OS_MACOSX)
IN_PROC_BROWSER_TEST_F(AutofillPopupControllerBrowserTest,
HidePopupOnWindowConfiguration) {
autofill::GenerateTestAutofillPopup(autofill_external_delegate_.get());
@@ -113,4 +111,4 @@ IN_PROC_BROWSER_TEST_F(AutofillPopupControllerBrowserTest,
autofill_external_delegate_->WaitForPopupHidden();
EXPECT_TRUE(autofill_external_delegate_->popup_hidden());
}
-#endif // !defined(OS_MACOSX) && !defined(OS_LINUX)
+#endif // !defined(OS_MACOSX)
« 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