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

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

Issue 2815553004: Disable AutofillPopupControllerBrowserTest.DeleteDelegateBeforePopupHidden on Mac (Closed)
Patch Set: Fixup Created 3 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/browser/ui/autofill/autofill_popup_controller_interactive_uitest.cc
diff --git a/chrome/browser/ui/autofill/autofill_popup_controller_interactive_uitest.cc b/chrome/browser/ui/autofill/autofill_popup_controller_interactive_uitest.cc
index d57b18ab1429750193e417e0c4981d208a903670..c9b49de710700d2c993dff9e46b5768ce105b55f 100644
--- a/chrome/browser/ui/autofill/autofill_popup_controller_interactive_uitest.cc
+++ b/chrome/browser/ui/autofill/autofill_popup_controller_interactive_uitest.cc
@@ -137,8 +137,15 @@ IN_PROC_BROWSER_TEST_F(AutofillPopupControllerBrowserTest,
// This test checks that the browser doesn't crash if the delegate is deleted
// before the popup is hidden.
+#if defined(OS_MACOSX)
+// Flaky on Mac 10.9 in debug mode. http://crbug.com/710439
+#define MAYBE_DeleteDelegateBeforePopupHidden \
+ DISABLED_DeleteDelegateBeforePopupHidden
+#else
+#define MAYBE_DeleteDelegateBeforePopupHidden DeleteDelegateBeforePopupHidden
+#endif
IN_PROC_BROWSER_TEST_F(AutofillPopupControllerBrowserTest,
- DeleteDelegateBeforePopupHidden){
+ MAYBE_DeleteDelegateBeforePopupHidden) {
GenerateTestAutofillPopup(autofill_external_delegate_.get());
// Delete the external delegate here so that is gets deleted before popup is
« 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