Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(33)

Side by Side Diff: testing/buildbot/chromium.mac.json

Issue 228553003: Adding gcm_unit_tests on Mac buildbots (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "Mac10.6 Tests (1)": { 2 "Mac10.6 Tests (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 "interactive_ui_tests", 4 "interactive_ui_tests",
5 "base_unittests", 5 "base_unittests",
6 "cacheinvalidation_unittests", 6 "cacheinvalidation_unittests",
7 "cast_unittests", 7 "cast_unittests",
8 "cc_unittests", 8 "cc_unittests",
9 "chromedriver_unittests", 9 "chromedriver_unittests",
10 "crypto_unittests", 10 "crypto_unittests",
11 "gpu_unittests", 11 "gpu_unittests",
12 "url_unittests", 12 "url_unittests",
13 "jingle_unittests", 13 "jingle_unittests",
14 "media_unittests", 14 "media_unittests",
15 "ppapi_unittests", 15 "ppapi_unittests",
16 "printing_unittests", 16 "printing_unittests",
17 "remoting_unittests", 17 "remoting_unittests",
18 "app_list_unittests", 18 "app_list_unittests",
19 {"test": "browser_tests", "shard_index": 0, "total_shards": 3}, 19 {"test": "browser_tests", "shard_index": 0, "total_shards": 3},
20 "content_browsertests", 20 "content_browsertests",
21 "webkit_compositor_bindings_unittests" 21 "webkit_compositor_bindings_unittests"
22 ] 22 ]
23 }, 23 },
24 "Mac10.6 Tests (2)": { 24 "Mac10.6 Tests (2)": {
25 "gtest_tests": [ 25 "gtest_tests": [
26 "components_unittests", 26 "components_unittests",
27 "gcm_unit_tests",
27 "gfx_unittests", 28 "gfx_unittests",
28 "google_apis_unittests", 29 "google_apis_unittests",
29 "ipc_tests", 30 "ipc_tests",
30 "sync_unit_tests", 31 "sync_unit_tests",
31 "unit_tests", 32 "unit_tests",
32 "sql_unittests", 33 "sql_unittests",
33 "ui_unittests", 34 "ui_unittests",
34 "content_unittests", 35 "content_unittests",
35 {"test": "browser_tests", "shard_index": 1, "total_shards": 3} 36 {"test": "browser_tests", "shard_index": 1, "total_shards": 3}
36 ] 37 ]
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 "remoting_unittests", 70 "remoting_unittests",
70 "app_list_unittests", 71 "app_list_unittests",
71 {"test": "browser_tests", "shard_index": 0, "total_shards": 3}, 72 {"test": "browser_tests", "shard_index": 0, "total_shards": 3},
72 "content_browsertests", 73 "content_browsertests",
73 "webkit_compositor_bindings_unittests" 74 "webkit_compositor_bindings_unittests"
74 ] 75 ]
75 }, 76 },
76 "Mac10.7 Tests (2)": { 77 "Mac10.7 Tests (2)": {
77 "gtest_tests": [ 78 "gtest_tests": [
78 "components_unittests", 79 "components_unittests",
80 "gcm_unit_tests",
79 "gfx_unittests", 81 "gfx_unittests",
80 "google_apis_unittests", 82 "google_apis_unittests",
81 "ipc_tests", 83 "ipc_tests",
82 "sync_unit_tests", 84 "sync_unit_tests",
83 "unit_tests", 85 "unit_tests",
84 "sql_unittests", 86 "sql_unittests",
85 "ui_unittests", 87 "ui_unittests",
86 "content_unittests", 88 "content_unittests",
87 {"test": "browser_tests", "shard_index": 1, "total_shards": 3} 89 {"test": "browser_tests", "shard_index": 1, "total_shards": 3}
88 ] 90 ]
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 "Mac 10.6 Tests (dbg)(3)": { 134 "Mac 10.6 Tests (dbg)(3)": {
133 "gtest_tests": [ 135 "gtest_tests": [
134 "interactive_ui_tests", 136 "interactive_ui_tests",
135 "base_unittests", 137 "base_unittests",
136 {"test": "browser_tests", "shard_index": 2, "total_shards": 4} 138 {"test": "browser_tests", "shard_index": 2, "total_shards": 4}
137 ] 139 ]
138 }, 140 },
139 "Mac 10.6 Tests (dbg)(4)": { 141 "Mac 10.6 Tests (dbg)(4)": {
140 "gtest_tests": [ 142 "gtest_tests": [
141 "components_unittests", 143 "components_unittests",
144 "gcm_unit_tests",
142 "google_apis_unittests", 145 "google_apis_unittests",
143 "message_center_unittests", 146 "message_center_unittests",
144 "ipc_tests", 147 "ipc_tests",
145 "sync_unit_tests", 148 "sync_unit_tests",
146 "unit_tests", 149 "unit_tests",
147 "sql_unittests", 150 "sql_unittests",
148 "ui_unittests", 151 "ui_unittests",
149 "content_unittests", 152 "content_unittests",
150 "mojo_apps_js_unittests", 153 "mojo_apps_js_unittests",
151 "mojo_common_unittests", 154 "mojo_common_unittests",
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 "Mac 10.7 Tests (dbg)(3)": { 191 "Mac 10.7 Tests (dbg)(3)": {
189 "gtest_tests": [ 192 "gtest_tests": [
190 "interactive_ui_tests", 193 "interactive_ui_tests",
191 "base_unittests", 194 "base_unittests",
192 {"test": "browser_tests", "shard_index": 2, "total_shards": 4} 195 {"test": "browser_tests", "shard_index": 2, "total_shards": 4}
193 ] 196 ]
194 }, 197 },
195 "Mac 10.7 Tests (dbg)(4)": { 198 "Mac 10.7 Tests (dbg)(4)": {
196 "gtest_tests": [ 199 "gtest_tests": [
197 "components_unittests", 200 "components_unittests",
201 "gcm_unit_tests",
198 "google_apis_unittests", 202 "google_apis_unittests",
199 "message_center_unittests", 203 "message_center_unittests",
200 "ipc_tests", 204 "ipc_tests",
201 "sync_unit_tests", 205 "sync_unit_tests",
202 "unit_tests", 206 "unit_tests",
203 "sql_unittests", 207 "sql_unittests",
204 "ui_unittests", 208 "ui_unittests",
205 "content_unittests", 209 "content_unittests",
206 "mojo_apps_js_unittests", 210 "mojo_apps_js_unittests",
207 "mojo_common_unittests", 211 "mojo_common_unittests",
208 "mojo_js_unittests", 212 "mojo_js_unittests",
209 "mojo_public_bindings_unittests", 213 "mojo_public_bindings_unittests",
210 "mojo_public_environment_unittests", 214 "mojo_public_environment_unittests",
211 "mojo_public_system_unittests", 215 "mojo_public_system_unittests",
212 "mojo_public_utility_unittests", 216 "mojo_public_utility_unittests",
213 "mojo_service_manager_unittests", 217 "mojo_service_manager_unittests",
214 "mojo_system_unittests", 218 "mojo_system_unittests",
215 {"test": "browser_tests", "shard_index": 3, "total_shards": 4} 219 {"test": "browser_tests", "shard_index": 3, "total_shards": 4}
216 ] 220 ]
217 } 221 }
218 } 222 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698