Index: testing/buildbot/chromium.win.json |
diff --git a/testing/buildbot/chromium.win.json b/testing/buildbot/chromium.win.json |
index 0910b9fcb6e2c3917918ab8661b72aaf20c7a3bb..f1cab468c1b058d80068fe2760bf48e0e30987c3 100644 |
--- a/testing/buildbot/chromium.win.json |
+++ b/testing/buildbot/chromium.win.json |
@@ -210,6 +210,7 @@ |
"Win7 Tests (1)": { |
"gtest_tests": [ |
"app_installer_unittests", |
+ "app_list_unittests", |
"accessibility_unittests", |
{ |
"test": "ash_unittests", |
@@ -238,6 +239,7 @@ |
"cc_unittests", |
"chromedriver_unittests", |
"chrome_elf_unittests", |
+ "components_browsertests", |
"components_unittests", |
"compositor_unittests", |
{ |
@@ -254,6 +256,7 @@ |
}, |
"courgette_unittests", |
"crypto_unittests", |
+ "device_unittests", |
"events_unittests", |
"extensions_unittests", |
"gcm_unit_tests", |
@@ -270,7 +273,9 @@ |
}, |
"ipc_tests", |
"jingle_unittests", |
+ "keyboard_unittests", |
"media_unittests", |
+ "message_center_unittests", |
"mojo_common_unittests", |
"mojo_public_bindings_unittests", |
"mojo_public_environment_unittests", |
@@ -339,15 +344,25 @@ |
"shards": 6 |
} |
}, |
+ "app_installer_unittests", |
"app_list_unittests", |
"app_shell_browsertests", |
"app_shell_unittests", |
+ { |
+ "test": "ash_unittests", |
+ "swarming": { |
+ "can_use_on_swarming_builders": true |
+ } |
+ }, |
+ "aura_unittests", |
"cacheinvalidation_unittests", |
"cast_unittests", |
"cc_unittests", |
"chromedriver_unittests", |
"chrome_elf_unittests", |
+ "components_browsertests", |
"components_unittests", |
+ "compositor_unittests", |
{ |
"test": "content_browsertests", |
"swarming": { |
@@ -362,6 +377,8 @@ |
}, |
"courgette_unittests", |
"crypto_unittests", |
+ "device_unittests", |
+ "events_unittests", |
"extensions_unittests", |
"gcm_unit_tests", |
"gfx_unittests", |
@@ -377,7 +394,9 @@ |
}, |
"ipc_tests", |
"jingle_unittests", |
+ "keyboard_unittests", |
"media_unittests", |
+ "message_center_unittests", |
"mojo_common_unittests", |
"mojo_public_bindings_unittests", |
"mojo_public_environment_unittests", |
@@ -395,6 +414,7 @@ |
"remoting_unittests", |
"sbox_unittests", |
"sbox_integration_tests", |
+ "sbox_validation_tests", |
{ |
"test": "sync_integration_tests", |
"swarming": { |
@@ -420,6 +440,10 @@ |
"script": "telemetry_unittests.py" |
}, |
{ |
+ "name": "telemetry_perf_unittests", |
+ "script": "telemetry_perf_unittests.py" |
+ }, |
+ { |
"name": "nacl_integration", |
"script": "nacl_integration.py" |
} |