Commit d799ba16 authored by csharp@chromium.org's avatar csharp@chromium.org

[Autofill] Mark a few DISABLED tests as FLAKY

Mark a few tests as flaky to have the bots run them so we can
get new data on the flakiness dashboard from them.

BUG=150084

Review URL: https://codereview.chromium.org/14057011

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194950 0039d316-1c4b-4281-b951-d872f2087c98
parent c364f026
...@@ -541,7 +541,7 @@ class AutofillTest : public InProcessBrowserTest { ...@@ -541,7 +541,7 @@ class AutofillTest : public InProcessBrowserTest {
#if defined(OS_MACOSX) #if defined(OS_MACOSX)
#define MAYBE_BasicFormFill BasicFormFill #define MAYBE_BasicFormFill BasicFormFill
#else #else
#define MAYBE_BasicFormFill DISABLED_BasicFormFill #define MAYBE_BasicFormFill FLAKY_BasicFormFill
#endif #endif
// Test that basic form fill is working. // Test that basic form fill is working.
IN_PROC_BROWSER_TEST_F(AutofillTest, MAYBE_BasicFormFill) { IN_PROC_BROWSER_TEST_F(AutofillTest, MAYBE_BasicFormFill) {
...@@ -559,7 +559,7 @@ IN_PROC_BROWSER_TEST_F(AutofillTest, MAYBE_BasicFormFill) { ...@@ -559,7 +559,7 @@ IN_PROC_BROWSER_TEST_F(AutofillTest, MAYBE_BasicFormFill) {
#if defined(OS_MACOSX) #if defined(OS_MACOSX)
#define MAYBE_AutofillViaDownArrow AutofillViaDownArrow #define MAYBE_AutofillViaDownArrow AutofillViaDownArrow
#else #else
#define MAYBE_AutofillViaDownArrow DISABLED_AutofillViaDownArrow #define MAYBE_AutofillViaDownArrow FLAKY_AutofillViaDownArrow
#endif #endif
// Test that form filling can be initiated by pressing the down arrow. // Test that form filling can be initiated by pressing the down arrow.
IN_PROC_BROWSER_TEST_F(AutofillTest, MAYBE_AutofillViaDownArrow) { IN_PROC_BROWSER_TEST_F(AutofillTest, MAYBE_AutofillViaDownArrow) {
...@@ -591,7 +591,7 @@ IN_PROC_BROWSER_TEST_F(AutofillTest, MAYBE_AutofillViaDownArrow) { ...@@ -591,7 +591,7 @@ IN_PROC_BROWSER_TEST_F(AutofillTest, MAYBE_AutofillViaDownArrow) {
#if defined(OS_MACOSX) #if defined(OS_MACOSX)
#define MAYBE_OnChangeAfterAutofill OnChangeAfterAutofill #define MAYBE_OnChangeAfterAutofill OnChangeAfterAutofill
#else #else
#define MAYBE_OnChangeAfterAutofill DISABLED_OnChangeAfterAutofill #define MAYBE_OnChangeAfterAutofill FLAKY_OnChangeAfterAutofill
#endif #endif
// Test that a JavaScript onchange event is fired after auto-filling a form. // Test that a JavaScript onchange event is fired after auto-filling a form.
IN_PROC_BROWSER_TEST_F(AutofillTest, MAYBE_OnChangeAfterAutofill) { IN_PROC_BROWSER_TEST_F(AutofillTest, MAYBE_OnChangeAfterAutofill) {
......
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