Commit 3ac5e57d authored by yoichio's avatar yoichio Committed by Commit Bot

Disable flaky AutofillInteractiveTest tests on Win

BUG=728488
TBR=mathp@chromium.org

Review-Url: https://codereview.chromium.org/2919593006
Cr-Commit-Position: refs/heads/master@{#476218}
parent 0d40f32a
...@@ -647,7 +647,8 @@ IN_PROC_BROWSER_TEST_F(AutofillInteractiveTest, MAYBE_AutofillSelectViaTab) { ...@@ -647,7 +647,8 @@ IN_PROC_BROWSER_TEST_F(AutofillInteractiveTest, MAYBE_AutofillSelectViaTab) {
} }
// crbug.com/516052 // crbug.com/516052
#if defined(OS_CHROMEOS) // Flaky on Windows http://crbug.com/728488
#if defined(OS_CHROMEOS) || defined(OS_WIN)
#define MAYBE_AutofillViaClick DISABLED_AutofillViaClick #define MAYBE_AutofillViaClick DISABLED_AutofillViaClick
#else #else
#define MAYBE_AutofillViaClick AutofillViaClick #define MAYBE_AutofillViaClick AutofillViaClick
...@@ -678,7 +679,14 @@ IN_PROC_BROWSER_TEST_F(AutofillInteractiveTest, MAYBE_AutofillViaClick) { ...@@ -678,7 +679,14 @@ IN_PROC_BROWSER_TEST_F(AutofillInteractiveTest, MAYBE_AutofillViaClick) {
} }
// Makes sure that the first click does *not* activate the popup. // Makes sure that the first click does *not* activate the popup.
IN_PROC_BROWSER_TEST_F(AutofillInteractiveTest, DontAutofillForFirstClick) { // Flaky on Windows http://crbug.com/728488
#if defined(OS_WIN)
#define MAYBE_DontAutofillForFirstClick DISABLED_DontAutofillForFirstClick
#else
#define MAYBE_DontAutofillForFirstClick DontAutofillForFirstClick
#endif
IN_PROC_BROWSER_TEST_F(AutofillInteractiveTest,
MAYBE_DontAutofillForFirstClick) {
CreateTestProfile(); CreateTestProfile();
// Load the test page. // Load the test page.
...@@ -700,7 +708,14 @@ IN_PROC_BROWSER_TEST_F(AutofillInteractiveTest, DontAutofillForFirstClick) { ...@@ -700,7 +708,14 @@ IN_PROC_BROWSER_TEST_F(AutofillInteractiveTest, DontAutofillForFirstClick) {
// Makes sure that clicking outside the focused field doesn't activate // Makes sure that clicking outside the focused field doesn't activate
// the popup. // the popup.
IN_PROC_BROWSER_TEST_F(AutofillInteractiveTest, DontAutofillForOutsideClick) { // Flaky on Windows http://crbug.com/728488
#if defined(OS_WIN)
#define MAYBE_DontAutofillForOutsideClick DISABLED_DontAutofillForOutsideClick
#else
#define MAYBE_DontAutofillForOutsideClick DontAutofillForOutsideClick
#endif
IN_PROC_BROWSER_TEST_F(AutofillInteractiveTest,
MAYBE_DontAutofillForOutsideClick) {
CreateTestProfile(); CreateTestProfile();
// Load the test page. // Load the test page.
...@@ -725,7 +740,8 @@ IN_PROC_BROWSER_TEST_F(AutofillInteractiveTest, DontAutofillForOutsideClick) { ...@@ -725,7 +740,8 @@ IN_PROC_BROWSER_TEST_F(AutofillInteractiveTest, DontAutofillForOutsideClick) {
// Test that a field is still autofillable after the previously autofilled // Test that a field is still autofillable after the previously autofilled
// value is deleted. // value is deleted.
// TODO(crbug.com/603488) Test is timing out flakily on CrOS. // TODO(crbug.com/603488) Test is timing out flakily on CrOS.
#if defined(OS_CHROMEOS) // Flaky on Windows http://crbug.com/728488
#if defined(OS_CHROMEOS) || defined(OS_WIN)
#define MAYBE_OnDeleteValueAfterAutofill DISABLED_OnDeleteValueAfterAutofill #define MAYBE_OnDeleteValueAfterAutofill DISABLED_OnDeleteValueAfterAutofill
#else #else
#define MAYBE_OnDeleteValueAfterAutofill OnDeleteValueAfterAutofill #define MAYBE_OnDeleteValueAfterAutofill OnDeleteValueAfterAutofill
...@@ -961,7 +977,8 @@ IN_PROC_BROWSER_TEST_F(AutofillInteractiveTest, MAYBE_OnChangeAfterAutofill) { ...@@ -961,7 +977,8 @@ IN_PROC_BROWSER_TEST_F(AutofillInteractiveTest, MAYBE_OnChangeAfterAutofill) {
} }
// Flakily times out on ChromeOS http://crbug.com/585885 // Flakily times out on ChromeOS http://crbug.com/585885
#if defined(OS_CHROMEOS) // Flaky on Windows http://crbug.com/728488
#if defined(OS_CHROMEOS) || defined(OS_WIN)
#define MAYBE_InputFiresBeforeChange DISABLED_InputFiresBeforeChange #define MAYBE_InputFiresBeforeChange DISABLED_InputFiresBeforeChange
#else #else
#define MAYBE_InputFiresBeforeChange InputFiresBeforeChange #define MAYBE_InputFiresBeforeChange InputFiresBeforeChange
...@@ -1134,7 +1151,8 @@ IN_PROC_BROWSER_TEST_F(AutofillInteractiveTest, ...@@ -1134,7 +1151,8 @@ IN_PROC_BROWSER_TEST_F(AutofillInteractiveTest,
} }
// TODO(crbug.com/603488) Test is timing out flakily on CrOS. // TODO(crbug.com/603488) Test is timing out flakily on CrOS.
#if defined(OS_CHROMEOS) // Flaky on Windows http://crbug.com/728488
#if defined(OS_CHROMEOS) || defined(OS_WIN)
#define MAYBE_AutofillFormWithNonAutofillableField \ #define MAYBE_AutofillFormWithNonAutofillableField \
DISABLED_AutofillFormWithNonAutofillableField DISABLED_AutofillFormWithNonAutofillableField
#else #else
...@@ -1306,7 +1324,8 @@ IN_PROC_BROWSER_TEST_F(AutofillInteractiveTest, MAYBE_AutofillAfterReload) { ...@@ -1306,7 +1324,8 @@ IN_PROC_BROWSER_TEST_F(AutofillInteractiveTest, MAYBE_AutofillAfterReload) {
// Test that filling a form sends all the expected events to the different // Test that filling a form sends all the expected events to the different
// fields being filled. // fields being filled.
// Flakily fails on ChromeOS (crbug.com/646576). // Flakily fails on ChromeOS (crbug.com/646576).
#if defined(OS_CHROMEOS) // Flaky on Windows http://crbug.com/728488
#if defined(OS_CHROMEOS) || defined(OS_WIN)
#define MAYBE_AutofillEvents DISABLED_AutofillEvents #define MAYBE_AutofillEvents DISABLED_AutofillEvents
#else #else
#define MAYBE_AutofillEvents AutofillEvents #define MAYBE_AutofillEvents AutofillEvents
...@@ -1712,7 +1731,8 @@ IN_PROC_BROWSER_TEST_F(AutofillInteractiveTest, ...@@ -1712,7 +1731,8 @@ IN_PROC_BROWSER_TEST_F(AutofillInteractiveTest,
// is interacting with the form. This is a regression test for // is interacting with the form. This is a regression test for
// http://crbug.com/160476 // http://crbug.com/160476
// Flakily times out on ChromeOS http://crbug.com/585885 // Flakily times out on ChromeOS http://crbug.com/585885
#if defined(OS_CHROMEOS) // Flaky on Windows http://crbug.com/728488
#if defined(OS_CHROMEOS) || defined(OS_WIN)
#define MAYBE_DisableAutocompleteWhileFilling \ #define MAYBE_DisableAutocompleteWhileFilling \
DISABLED_DisableAutocompleteWhileFilling DISABLED_DisableAutocompleteWhileFilling
#else #else
...@@ -1840,8 +1860,13 @@ IN_PROC_BROWSER_TEST_F(AutofillInteractiveIsolationTest, ...@@ -1840,8 +1860,13 @@ IN_PROC_BROWSER_TEST_F(AutofillInteractiveIsolationTest,
// This test verifies that credit card (payment card list) popup works when the // This test verifies that credit card (payment card list) popup works when the
// form is inside an OOPIF. // form is inside an OOPIF.
IN_PROC_BROWSER_TEST_F(AutofillInteractiveTest, CrossSitePaymentForms) { // Flaky on Windows http://crbug.com/728488
#if defined(OS_WIN)
#define MAYBE_CrossSitePaymentForms DISABLED_MAYBE_CrossSitePaymentForms
#else
#define MAYBE_CrossSitePaymentForms CrossSitePaymentForms
#endif
IN_PROC_BROWSER_TEST_F(AutofillInteractiveTest, MAYBE_CrossSitePaymentForms) {
// Main frame is on a.com, iframe is on b.com. // Main frame is on a.com, iframe is on b.com.
GURL url = embedded_test_server()->GetURL( GURL url = embedded_test_server()->GetURL(
"a.com", "/autofill/cross_origin_iframe.html"); "a.com", "/autofill/cross_origin_iframe.html");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment