Commit ae456734 authored by Ian Struiksma's avatar Ian Struiksma Committed by Commit Bot

Remove Win7 Autofill test filters

Changes to Autofill Interactive UI tests have been made,
removing the test filters for Win7 to see if those changes
helped these flaky tests as well.

Bug: 967588
Change-Id: I89738958f3caba7ecca4eb8d90af1cf1040d716f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2491979Reviewed-by: default avatarBrian Sheedy <bsheedy@chromium.org>
Auto-Submit: Ian Struiksma <ianstruiksma@google.com>
Commit-Queue: Ian Struiksma <ianstruiksma@google.com>
Cr-Commit-Position: refs/heads/master@{#820117}
parent 71c6e8a2
...@@ -647,9 +647,6 @@ ...@@ -647,9 +647,6 @@
"test_id_prefix": "ninja://chrome/installer/util:installer_util_unittests/" "test_id_prefix": "ninja://chrome/installer/util:installer_util_unittests/"
}, },
{ {
"args": [
"--test-launcher-filter-file=../../testing/buildbot/filters/autofill.interactive_ui_tests.filter"
],
"merge": { "merge": {
"args": [], "args": [],
"script": "//testing/merge_scripts/standard_gtest_merge.py" "script": "//testing/merge_scripts/standard_gtest_merge.py"
...@@ -6792,9 +6789,6 @@ ...@@ -6792,9 +6789,6 @@
"test_id_prefix": "ninja://chrome/installer/util:installer_util_unittests/" "test_id_prefix": "ninja://chrome/installer/util:installer_util_unittests/"
}, },
{ {
"args": [
"--test-launcher-filter-file=../../testing/buildbot/filters/autofill.interactive_ui_tests.filter"
],
"merge": { "merge": {
"args": [], "args": [],
"script": "//testing/merge_scripts/standard_gtest_merge.py" "script": "//testing/merge_scripts/standard_gtest_merge.py"
...@@ -8324,9 +8318,6 @@ ...@@ -8324,9 +8318,6 @@
"test_id_prefix": "ninja://chrome/installer/util:installer_util_unittests/" "test_id_prefix": "ninja://chrome/installer/util:installer_util_unittests/"
}, },
{ {
"args": [
"--test-launcher-filter-file=../../testing/buildbot/filters/autofill.interactive_ui_tests.filter"
],
"merge": { "merge": {
"args": [], "args": [],
"script": "//testing/merge_scripts/standard_gtest_merge.py" "script": "//testing/merge_scripts/standard_gtest_merge.py"
......
...@@ -151,10 +151,7 @@ source_set("gl_tests_filters") { ...@@ -151,10 +151,7 @@ source_set("gl_tests_filters") {
source_set("interactive_ui_tests_filters") { source_set("interactive_ui_tests_filters") {
testonly = true testonly = true
data = [ data = [ "//testing/buildbot/filters/lacros.interactive_ui_tests.filter" ]
"//testing/buildbot/filters/autofill.interactive_ui_tests.filter",
"//testing/buildbot/filters/lacros.interactive_ui_tests.filter",
]
} }
source_set("linux_ozone_views_unittests_filters") { source_set("linux_ozone_views_unittests_filters") {
......
# TODO(crbug.com/967588): Allow Win7 interactive_ui_tests to disable autofill tests.
-All/AutofillCompanyInteractiveTest.*
-All/AutofillDynamicFormInteractiveTest.*
-All/AutofillRestrictUnownedFieldsTest.*
-AutofillCreditCardInteractiveTest.*
-AutofillInteractiveTest.*
-AutofillInteractiveIsolationTest.*
-AutofillInteractiveTestWithHistogramTester.*
...@@ -1513,27 +1513,11 @@ ...@@ -1513,27 +1513,11 @@
'shards': 6, 'shards': 6,
}, },
}, },
'Win 7 Tests x64 (1)': {
# These tests are continually flaky on Win7 bots, crbug.com/967588
'args': [
'--test-launcher-filter-file=../../testing/buildbot/filters/autofill.interactive_ui_tests.filter',
],
},
# temporary, https://crbug.com/818832 # temporary, https://crbug.com/818832
'Win10 Tests x64 (dbg)': { 'Win10 Tests x64 (dbg)': {
'experiment_percentage': 100, 'experiment_percentage': 100,
}, },
'Win7 Tests (1)': {
# These tests are continually flaky on Win7 bots, crbug.com/967588
'args': [
'--test-launcher-filter-file=../../testing/buildbot/filters/autofill.interactive_ui_tests.filter',
],
},
'Win7 Tests (dbg)(1)': { 'Win7 Tests (dbg)(1)': {
# These tests are continually flaky on Win7 bots, crbug.com/967588
'args': [
'--test-launcher-filter-file=../../testing/buildbot/filters/autofill.interactive_ui_tests.filter',
],
'swarming': { 'swarming': {
'shards': 4, 'shards': 4,
}, },
......
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