Commit a8e6d828 authored by Nico Weber's avatar Nico Weber

Remove test exceptions for 'Win 10 Fast Ring' bot.

The currently disabled set of tests on that bot is fairly arbitrary. Since
the bot is currently red anyway and has been for a while (see 2nd bug), let's
run all tests there, and when we get around to greening it up we can then
disable suites that turn out to be unamenable to fixing. It likely won't be
the suites that are currently disabled.

Bug: 843511,851705
Change-Id: Ifabc504fe56ebdbdab32609055cdaf39d8d73d11
Reviewed-on: https://chromium-review.googlesource.com/1120227
Commit-Queue: Nico Weber <thakis@chromium.org>
Reviewed-by: default avatarKenneth Russell <kbr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#571571}
parent 3eafcb20
...@@ -2410,6 +2410,18 @@ ...@@ -2410,6 +2410,18 @@
}, },
"test": "angle_unittests" "test": "angle_unittests"
}, },
{
"swarming": {
"can_use_on_swarming_builders": false
},
"test": "app_shell_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": false
},
"test": "aura_unittests"
},
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": false "can_use_on_swarming_builders": false
...@@ -2516,6 +2528,12 @@ ...@@ -2516,6 +2528,12 @@
}, },
"test": "chrome_cleaner_unittests" "test": "chrome_cleaner_unittests"
}, },
{
"swarming": {
"can_use_on_swarming_builders": false
},
"test": "chrome_elf_import_unittests"
},
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": false "can_use_on_swarming_builders": false
...@@ -2550,6 +2568,12 @@ ...@@ -2550,6 +2568,12 @@
}, },
"test": "components_unittests" "test": "components_unittests"
}, },
{
"swarming": {
"can_use_on_swarming_builders": false
},
"test": "compositor_unittests"
},
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": false "can_use_on_swarming_builders": false
...@@ -2719,6 +2743,12 @@ ...@@ -2719,6 +2743,12 @@
}, },
"test": "headless_unittests" "test": "headless_unittests"
}, },
{
"swarming": {
"can_use_on_swarming_builders": false
},
"test": "install_static_unittests"
},
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": false "can_use_on_swarming_builders": false
...@@ -2879,6 +2909,12 @@ ...@@ -2879,6 +2909,12 @@
}, },
"test": "service_manager_unittests" "test": "service_manager_unittests"
}, },
{
"swarming": {
"can_use_on_swarming_builders": false
},
"test": "services_unittests"
},
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": false "can_use_on_swarming_builders": false
...@@ -2975,6 +3011,12 @@ ...@@ -2975,6 +3011,12 @@
}, },
"test": "webkit_unit_tests" "test": "webkit_unit_tests"
}, },
{
"swarming": {
"can_use_on_swarming_builders": false
},
"test": "wm_unittests"
},
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": false "can_use_on_swarming_builders": false
......
...@@ -69,18 +69,6 @@ ...@@ -69,18 +69,6 @@
}, },
}, },
}, },
'app_shell_unittests': {
'remove_from': [
# chromium.fyi
'Win 10 Fast Ring',
],
},
'aura_unittests': {
'remove_from': [
# chromium.fyi
'Win 10 Fast Ring',
],
},
'base_unittests': { 'base_unittests': {
'modifications': { 'modifications': {
# chromium.android # chromium.android
...@@ -383,12 +371,6 @@ ...@@ -383,12 +371,6 @@
'Mac', 'Mac',
], ],
}, },
'chrome_elf_import_unittests': {
'remove_from': [
# chromium.fyi
'Win 10 Fast Ring',
],
},
'chrome_public_test_apk': { 'chrome_public_test_apk': {
'remove_gtest_from': [ 'remove_gtest_from': [
# chromium.android.fyi # chromium.android.fyi
...@@ -723,12 +705,6 @@ ...@@ -723,12 +705,6 @@
}, },
}, },
}, },
'compositor_unittests': {
'remove_from': [
# chromium.fyi
'Win 10 Fast Ring',
],
},
'content_browsertests': { 'content_browsertests': {
'modifications': { 'modifications': {
# chromium.android # chromium.android
...@@ -1404,12 +1380,6 @@ ...@@ -1404,12 +1380,6 @@
'Win V8 FYI Release (NVIDIA)', 'Win V8 FYI Release (NVIDIA)',
], ],
}, },
'install_static_unittests': {
'remove_from': [
# chromium.fyi
'Win 10 Fast Ring',
],
},
'interactive_ui_tests': { 'interactive_ui_tests': {
'modifications': { 'modifications': {
# chromium.win # chromium.win
...@@ -1764,8 +1734,6 @@ ...@@ -1764,8 +1734,6 @@
# chromium.gpu.fyi # chromium.gpu.fyi
# The face and barcode detection tests fail on the Mac Pros. # The face and barcode detection tests fail on the Mac Pros.
'Mac Pro FYI Release (AMD)', 'Mac Pro FYI Release (AMD)',
# chromium.fyi
'Win 10 Fast Ring',
# On chromium.linux, unclear why these aren't run on Cast. # On chromium.linux, unclear why these aren't run on Cast.
'Cast Audio Linux', 'Cast Audio Linux',
'Cast Linux', 'Cast Linux',
...@@ -2942,10 +2910,4 @@ ...@@ -2942,10 +2910,4 @@
}, },
}, },
}, },
'wm_unittests': {
'remove_from': [
# chromium.fyi
'Win 10 Fast Ring',
],
},
} }
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