| Index: testing/buildbot/chromium.win.json
|
| diff --git a/testing/buildbot/chromium.win.json b/testing/buildbot/chromium.win.json
|
| index 61c3ef724cae9ebcf8dca7f65a53c36392296497..0ddd3db49c45a516fc44b2572695763a321dfc4f 100644
|
| --- a/testing/buildbot/chromium.win.json
|
| +++ b/testing/buildbot/chromium.win.json
|
| @@ -138,6 +138,12 @@
|
| "swarming": {
|
| "can_use_on_swarming_builders": true
|
| },
|
| + "test": "display_unittests"
|
| + },
|
| + {
|
| + "swarming": {
|
| + "can_use_on_swarming_builders": true
|
| + },
|
| "test": "events_unittests"
|
| },
|
| {
|
| @@ -551,6 +557,12 @@
|
| "swarming": {
|
| "can_use_on_swarming_builders": true
|
| },
|
| + "test": "display_unittests"
|
| + },
|
| + {
|
| + "swarming": {
|
| + "can_use_on_swarming_builders": true
|
| + },
|
| "test": "events_unittests"
|
| },
|
| {
|
| @@ -983,6 +995,12 @@
|
| "swarming": {
|
| "can_use_on_swarming_builders": true
|
| },
|
| + "test": "display_unittests"
|
| + },
|
| + {
|
| + "swarming": {
|
| + "can_use_on_swarming_builders": true
|
| + },
|
| "test": "events_unittests"
|
| },
|
| {
|
| @@ -1649,6 +1667,7 @@
|
| "courgette_unittests",
|
| "crypto_unittests",
|
| "device_unittests",
|
| + "display_unittests",
|
| "extensions_browsertests",
|
| "extensions_unittests",
|
| "gcm_unit_tests",
|
|
|