Index: testing/buildbot/chromium.mac.json |
diff --git a/testing/buildbot/chromium.mac.json b/testing/buildbot/chromium.mac.json |
index 58a4df26736c58cd1fbcffb8af30c0c81c958ebe..7b19c0a4de3f00456290a9db8f1c1c247ad23a8c 100644 |
--- a/testing/buildbot/chromium.mac.json |
+++ b/testing/buildbot/chromium.mac.json |
@@ -895,5 +895,158 @@ |
"script": "nacl_integration.py" |
} |
] |
+ }, |
+ "Mac10.10 Tests": { |
+ "gtest_tests": [ |
+ { |
+ "swarming": { |
+ "can_use_on_swarming_builders": true |
erikchen
2015/05/08 18:54:36
This currently has no effect, right? Eventually we
smut
2015/05/08 19:03:56
Should just mean it's not explicitly disallowed. H
|
+ }, |
+ "test": "accessibility_unittests" |
+ }, |
+ { |
+ "swarming": { |
+ "can_use_on_swarming_builders": true |
+ }, |
+ "test": "app_list_unittests" |
+ }, |
+ { |
+ "swarming": { |
+ "can_use_on_swarming_builders": true |
+ }, |
+ "test": "base_unittests" |
+ }, |
+ { |
+ "test": "cacheinvalidation_unittests" |
+ }, |
+ { |
+ "swarming": { |
+ "can_use_on_swarming_builders": true |
+ }, |
+ "test": "cast_unittests" |
+ }, |
+ { |
+ "swarming": { |
+ "can_use_on_swarming_builders": true |
+ }, |
+ "test": "cc_unittests" |
+ }, |
+ { |
+ "test": "chromedriver_unittests" |
+ }, |
+ { |
+ "swarming": { |
+ "can_use_on_swarming_builders": true |
+ }, |
+ "test": "components_unittests" |
+ }, |
+ { |
+ "swarming": { |
+ "can_use_on_swarming_builders": true |
+ }, |
+ "test": "crypto_unittests" |
+ }, |
+ { |
+ "test": "extensions_unittests" |
+ }, |
+ { |
+ "test": "gcm_unit_tests" |
+ }, |
+ { |
+ "test": "google_apis_unittests" |
+ }, |
+ { |
+ "swarming": { |
+ "can_use_on_swarming_builders": true |
+ }, |
+ "test": "gpu_unittests" |
+ }, |
+ { |
+ "test": "jingle_unittests" |
+ }, |
+ { |
+ "swarming": { |
+ "can_use_on_swarming_builders": true |
+ }, |
+ "test": "media_unittests" |
+ }, |
+ { |
+ "swarming": { |
+ "can_use_on_swarming_builders": true |
+ }, |
+ "test": "message_center_unittests" |
+ }, |
+ { |
+ "swarming": { |
+ "can_use_on_swarming_builders": true |
+ }, |
+ "test": "midi_unittests" |
+ }, |
+ { |
+ "test": "mojo_common_unittests" |
+ }, |
+ { |
+ "test": "mojo_public_bindings_unittests" |
+ }, |
+ { |
+ "test": "mojo_public_environment_unittests" |
+ }, |
+ { |
+ "test": "mojo_public_system_unittests" |
+ }, |
+ { |
+ "test": "mojo_public_utility_unittests" |
+ }, |
+ { |
+ "test": "nacl_loader_unittests" |
+ }, |
+ { |
+ "swarming": { |
+ "can_use_on_swarming_builders": true |
+ }, |
+ "test": "net_unittests" |
+ }, |
+ { |
+ "test": "ppapi_unittests" |
+ }, |
+ { |
+ "test": "printing_unittests" |
+ }, |
+ { |
+ "test": "remoting_unittests" |
+ }, |
+ { |
+ "test": "skia_unittests" |
+ }, |
+ { |
+ "test": "sql_unittests" |
+ }, |
+ { |
+ "test": "sync_unit_tests" |
+ }, |
+ { |
+ "swarming": { |
+ "can_use_on_swarming_builders": true |
+ }, |
+ "test": "ui_base_unittests" |
+ }, |
+ { |
+ "test": "url_unittests" |
+ } |
+ ], |
+ "scripts": [ |
+ { |
+ "name": "telemetry_unittests", |
+ "script": "telemetry_unittests.py" |
+ }, |
+ { |
+ "name": "telemetry_perf_unittests", |
+ "script": "telemetry_perf_unittests.py" |
+ }, |
+ { |
+ "name": "nacl_integration", |
+ "script": "nacl_integration.py" |
+ } |
+ ] |
} |
} |