Commit 8e053d81 authored by Nico Weber's avatar Nico Weber Committed by Commit Bot

Run a few more tests where it's not clear why they don't run.

- Run components_browsertests on 32-bit linux dbg main waterfall bot,
  and on the win7 and win10 dbg main waterfall bots. If the tests
  end up failing there, we can re-disable them with a link to a bug
  explaining what exactly fails.

- Run mash_unittests on the fyi Mojo ChromiumOS bot
  (suite takes seconds to run).

Bug: 843511
Change-Id: I6b529723300ade97712e5e360dfddff8d8d64c40
Reviewed-on: https://chromium-review.googlesource.com/1136464Reviewed-by: default avatarKenneth Russell <kbr@chromium.org>
Commit-Queue: Nico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#575091}
parent 97f34b2a
...@@ -1479,6 +1479,12 @@ ...@@ -1479,6 +1479,12 @@
}, },
"test": "interactive_ui_tests" "test": "interactive_ui_tests"
}, },
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "mash_unittests"
},
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true
......
...@@ -2602,6 +2602,12 @@ ...@@ -2602,6 +2602,12 @@
}, },
"test": "chromedriver_unittests" "test": "chromedriver_unittests"
}, },
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "components_browsertests"
},
{ {
"args": [ "args": [
"--enable-features=NetworkService" "--enable-features=NetworkService"
......
...@@ -1506,6 +1506,12 @@ ...@@ -1506,6 +1506,12 @@
}, },
"test": "chromedriver_unittests" "test": "chromedriver_unittests"
}, },
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "components_browsertests"
},
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true
...@@ -2913,6 +2919,12 @@ ...@@ -2913,6 +2919,12 @@
}, },
"test": "chromedriver_unittests" "test": "chromedriver_unittests"
}, },
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "components_browsertests"
},
{ {
"args": [ "args": [
"--enable-features=NetworkService" "--enable-features=NetworkService"
......
...@@ -337,15 +337,6 @@ ...@@ -337,15 +337,6 @@
}, },
}, },
}, },
'components_browsertests': {
'remove_from': [
# chromium.linux
'Linux Tests (dbg)(1)(32)',
# chromium.win
'Win7 Tests (dbg)(1)',
'Win10 Tests x64 (dbg)',
],
},
'components_unittests': { 'components_unittests': {
'modifications': { 'modifications': {
# chromium.memory # chromium.memory
...@@ -729,12 +720,6 @@ ...@@ -729,12 +720,6 @@
}, },
}, },
}, },
'mash_unittests': {
'remove_from': [
# chromium.fyi
'Mojo ChromiumOS',
],
},
'nacl_helper_nonsfi_unittests': { 'nacl_helper_nonsfi_unittests': {
'remove_from': [ 'remove_from': [
# chromium.memory # chromium.memory
......
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