| Index: testing/buildbot/chromium.mac.json
|
| diff --git a/testing/buildbot/chromium.mac.json b/testing/buildbot/chromium.mac.json
|
| index cff26cd674b3db92307988d734c09a4727a48d23..322348c42f173aec50fee438b449f1858a5cacdf 100644
|
| --- a/testing/buildbot/chromium.mac.json
|
| +++ b/testing/buildbot/chromium.mac.json
|
| @@ -1,8 +1,18 @@
|
| {
|
| "Mac10.6 Tests": {
|
| "gtest_tests": [
|
| - "accessibility_unittests",
|
| - "app_list_unittests",
|
| + {
|
| + "test": "accessibility_unittests",
|
| + "swarming": {
|
| + "can_use_on_swarming_builders": true
|
| + }
|
| + },
|
| + {
|
| + "test": "app_list_unittests",
|
| + "swarming": {
|
| + "can_use_on_swarming_builders": true
|
| + }
|
| + },
|
| {
|
| "test": "base_unittests",
|
| "swarming": {
|
| @@ -36,7 +46,12 @@
|
| "crypto_unittests",
|
| "extensions_unittests",
|
| "gcm_unit_tests",
|
| - "gfx_unittests",
|
| + {
|
| + "test": "gfx_unittests",
|
| + "swarming": {
|
| + "can_use_on_swarming_builders": true
|
| + }
|
| + },
|
| "gpu_unittests",
|
| "google_apis_unittests",
|
| {
|
| @@ -48,7 +63,12 @@
|
| "ipc_tests",
|
| "jingle_unittests",
|
| "media_unittests",
|
| - "message_center_unittests",
|
| + {
|
| + "test": "message_center_unittests",
|
| + "swarming": {
|
| + "can_use_on_swarming_builders": true
|
| + }
|
| + },
|
| "mojo_common_unittests",
|
| "mojo_public_bindings_unittests",
|
| "mojo_public_environment_unittests",
|
| @@ -73,7 +93,12 @@
|
| }
|
| },
|
| "sync_unit_tests",
|
| - "ui_base_unittests",
|
| + {
|
| + "test": "ui_base_unittests",
|
| + "swarming": {
|
| + "can_use_on_swarming_builders": true
|
| + }
|
| + },
|
| {
|
| "test": "unit_tests",
|
| "swarming": {
|
| @@ -99,8 +124,18 @@
|
| },
|
| "Mac10.8 Tests": {
|
| "gtest_tests": [
|
| - "accessibility_unittests",
|
| - "app_list_unittests",
|
| + {
|
| + "test": "accessibility_unittests",
|
| + "swarming": {
|
| + "can_use_on_swarming_builders": true
|
| + }
|
| + },
|
| + {
|
| + "test": "app_list_unittests",
|
| + "swarming": {
|
| + "can_use_on_swarming_builders": true
|
| + }
|
| + },
|
| {
|
| "test": "base_unittests",
|
| "swarming": {
|
| @@ -134,7 +169,12 @@
|
| "crypto_unittests",
|
| "extensions_unittests",
|
| "gcm_unit_tests",
|
| - "gfx_unittests",
|
| + {
|
| + "test": "gfx_unittests",
|
| + "swarming": {
|
| + "can_use_on_swarming_builders": true
|
| + }
|
| + },
|
| "gpu_unittests",
|
| "google_apis_unittests",
|
| {
|
| @@ -146,7 +186,12 @@
|
| "ipc_tests",
|
| "jingle_unittests",
|
| "media_unittests",
|
| - "message_center_unittests",
|
| + {
|
| + "test": "message_center_unittests",
|
| + "swarming": {
|
| + "can_use_on_swarming_builders": true
|
| + }
|
| + },
|
| "mojo_common_unittests",
|
| "mojo_public_bindings_unittests",
|
| "mojo_public_environment_unittests",
|
| @@ -171,7 +216,12 @@
|
| }
|
| },
|
| "sync_unit_tests",
|
| - "ui_base_unittests",
|
| + {
|
| + "test": "ui_base_unittests",
|
| + "swarming": {
|
| + "can_use_on_swarming_builders": true
|
| + }
|
| + },
|
| {
|
| "test": "unit_tests",
|
| "swarming": {
|
| @@ -197,8 +247,18 @@
|
| },
|
| "Mac10.9 Tests": {
|
| "gtest_tests": [
|
| - "accessibility_unittests",
|
| - "app_list_unittests",
|
| + {
|
| + "test": "accessibility_unittests",
|
| + "swarming": {
|
| + "can_use_on_swarming_builders": true
|
| + }
|
| + },
|
| + {
|
| + "test": "app_list_unittests",
|
| + "swarming": {
|
| + "can_use_on_swarming_builders": true
|
| + }
|
| + },
|
| {
|
| "test": "base_unittests",
|
| "swarming": {
|
| @@ -232,7 +292,12 @@
|
| "crypto_unittests",
|
| "extensions_unittests",
|
| "gcm_unit_tests",
|
| - "gfx_unittests",
|
| + {
|
| + "test": "gfx_unittests",
|
| + "swarming": {
|
| + "can_use_on_swarming_builders": true
|
| + }
|
| + },
|
| "gpu_unittests",
|
| "google_apis_unittests",
|
| {
|
| @@ -244,7 +309,12 @@
|
| "ipc_tests",
|
| "jingle_unittests",
|
| "media_unittests",
|
| - "message_center_unittests",
|
| + {
|
| + "test": "message_center_unittests",
|
| + "swarming": {
|
| + "can_use_on_swarming_builders": true
|
| + }
|
| + },
|
| "mojo_common_unittests",
|
| "mojo_public_bindings_unittests",
|
| "mojo_public_environment_unittests",
|
| @@ -269,7 +339,12 @@
|
| }
|
| },
|
| "sync_unit_tests",
|
| - "ui_base_unittests",
|
| + {
|
| + "test": "ui_base_unittests",
|
| + "swarming": {
|
| + "can_use_on_swarming_builders": true
|
| + }
|
| + },
|
| {
|
| "test": "unit_tests",
|
| "swarming": {
|
| @@ -287,8 +362,18 @@
|
| },
|
| "Mac10.9 Tests (dbg)": {
|
| "gtest_tests": [
|
| - "accessibility_unittests",
|
| - "app_list_unittests",
|
| + {
|
| + "test": "accessibility_unittests",
|
| + "swarming": {
|
| + "can_use_on_swarming_builders": true
|
| + }
|
| + },
|
| + {
|
| + "test": "app_list_unittests",
|
| + "swarming": {
|
| + "can_use_on_swarming_builders": true
|
| + }
|
| + },
|
| {
|
| "test": "base_unittests",
|
| "swarming": {
|
| @@ -322,7 +407,12 @@
|
| "crypto_unittests",
|
| "extensions_unittests",
|
| "gcm_unit_tests",
|
| - "gfx_unittests",
|
| + {
|
| + "test": "gfx_unittests",
|
| + "swarming": {
|
| + "can_use_on_swarming_builders": true
|
| + }
|
| + },
|
| "gpu_unittests",
|
| "google_apis_unittests",
|
| {
|
| @@ -335,7 +425,12 @@
|
| "ipc_tests",
|
| "jingle_unittests",
|
| "media_unittests",
|
| - "message_center_unittests",
|
| + {
|
| + "test": "message_center_unittests",
|
| + "swarming": {
|
| + "can_use_on_swarming_builders": true
|
| + }
|
| + },
|
| "mojo_common_unittests",
|
| "mojo_public_bindings_unittests",
|
| "mojo_public_environment_unittests",
|
| @@ -360,7 +455,12 @@
|
| }
|
| },
|
| "sync_unit_tests",
|
| - "ui_base_unittests",
|
| + {
|
| + "test": "ui_base_unittests",
|
| + "swarming": {
|
| + "can_use_on_swarming_builders": true
|
| + }
|
| + },
|
| {
|
| "test": "unit_tests",
|
| "swarming": {
|
|
|