Index: testing/buildbot/chromium_trybot.json |
diff --git a/testing/buildbot/chromium_trybot.json b/testing/buildbot/chromium_trybot.json |
index 9498ef355732920afa2a7c8d9484e666bbbf76eb..b1b911f9b44acdc28f6419526e1edd0972420cc8 100644 |
--- a/testing/buildbot/chromium_trybot.json |
+++ b/testing/buildbot/chromium_trybot.json |
@@ -44,6 +44,10 @@ |
"test": "interactive_ui_tests", |
"exclude_builders": ["tryserver.chromium:win_chromium_x64_rel"] |
}, |
+ { |
+ "test": "installer_util_unittests", |
+ "platforms": ["win"] |
+ }, |
"ipc_tests", |
"jingle_unittests", |
{ |
@@ -69,6 +73,18 @@ |
"ppapi_unittests", |
"printing_unittests", |
"remoting_unittests", |
+ { |
+ "test": "sbox_integration_tests", |
+ "platforms": ["win"] |
+ }, |
+ { |
+ "test": "sbox_validation_tests", |
+ "platforms": ["win"] |
+ }, |
+ { |
+ "test": "sbox_unittests", |
+ "platforms": ["win"] |
+ }, |
"sql_unittests", |
"sync_integration_tests", |
"sync_unit_tests", |