Commit aa07565e authored by danakj's avatar danakj Committed by Commit bot

Add blink unit tests to the linux/mac/windows builders.

This will run the unit test suites for the try bots and on the main
chromium waterfall. Once this is done, we can remove them from the
separate webkit waterfall.

R=dpranke@chromium.org
BUG=713180, 703894

Review-Url: https://codereview.chromium.org/2849673002
Cr-Commit-Position: refs/heads/master@{#467993}
parent d4c124aa
......@@ -2996,6 +2996,18 @@
},
"test": "battor_agent_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "blink_heap_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "blink_platform_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true,
......@@ -3569,11 +3581,23 @@
},
"test": "views_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "webkit_unit_tests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "wm_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "wtf_unittests"
}
],
"isolated_scripts": [
......
......@@ -1293,6 +1293,18 @@
},
"test": "battor_agent_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "blink_heap_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "blink_platform_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true,
......@@ -1606,6 +1618,18 @@
"can_use_on_swarming_builders": true
},
"test": "views_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "webkit_unit_tests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "wtf_unittests"
}
],
"isolated_scripts": [
......
......@@ -1066,6 +1066,18 @@
},
"test": "battor_agent_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "blink_heap_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "blink_platform_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true,
......@@ -1470,11 +1482,23 @@
},
"test": "views_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "webkit_unit_tests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "wm_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "wtf_unittests"
}
],
"isolated_scripts": [
......
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