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

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

Issue 724603004: Isolate remaining tests under ui/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updates Created 6 years 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
« no previous file with comments | « testing/buildbot/chromium.linux.json ('k') | testing/buildbot/chromium.win.json » ('j') | 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": { 2 "Mac10.6 Tests": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 "accessibility_unittests", 4 {
5 "app_list_unittests", 5 "test": "accessibility_unittests",
6 "swarming": {
7 "can_use_on_swarming_builders": true
8 }
9 },
10 {
11 "test": "app_list_unittests",
12 "swarming": {
13 "can_use_on_swarming_builders": true
14 }
15 },
6 { 16 {
7 "test": "base_unittests", 17 "test": "base_unittests",
8 "swarming": { 18 "swarming": {
9 "can_use_on_swarming_builders": true 19 "can_use_on_swarming_builders": true
10 } 20 }
11 }, 21 },
12 { 22 {
13 "test": "browser_tests", 23 "test": "browser_tests",
14 "swarming": { 24 "swarming": {
15 "can_use_on_swarming_builders": true, 25 "can_use_on_swarming_builders": true,
(...skipping 13 matching lines...) Expand all
29 }, 39 },
30 { 40 {
31 "test": "content_unittests", 41 "test": "content_unittests",
32 "swarming": { 42 "swarming": {
33 "can_use_on_swarming_builders": true 43 "can_use_on_swarming_builders": true
34 } 44 }
35 }, 45 },
36 "crypto_unittests", 46 "crypto_unittests",
37 "extensions_unittests", 47 "extensions_unittests",
38 "gcm_unit_tests", 48 "gcm_unit_tests",
39 "gfx_unittests", 49 {
50 "test": "gfx_unittests",
51 "swarming": {
52 "can_use_on_swarming_builders": true
53 }
54 },
40 "gpu_unittests", 55 "gpu_unittests",
41 "google_apis_unittests", 56 "google_apis_unittests",
42 { 57 {
43 "test": "interactive_ui_tests", 58 "test": "interactive_ui_tests",
44 "swarming": { 59 "swarming": {
45 "can_use_on_swarming_builders": true 60 "can_use_on_swarming_builders": true
46 } 61 }
47 }, 62 },
48 "ipc_tests", 63 "ipc_tests",
49 "jingle_unittests", 64 "jingle_unittests",
50 "media_unittests", 65 "media_unittests",
51 "message_center_unittests", 66 {
67 "test": "message_center_unittests",
68 "swarming": {
69 "can_use_on_swarming_builders": true
70 }
71 },
52 "mojo_common_unittests", 72 "mojo_common_unittests",
53 "mojo_public_bindings_unittests", 73 "mojo_public_bindings_unittests",
54 "mojo_public_environment_unittests", 74 "mojo_public_environment_unittests",
55 "mojo_public_system_unittests", 75 "mojo_public_system_unittests",
56 "mojo_public_utility_unittests", 76 "mojo_public_utility_unittests",
57 "mojo_system_unittests", 77 "mojo_system_unittests",
58 { 78 {
59 "test": "net_unittests", 79 "test": "net_unittests",
60 "swarming": { 80 "swarming": {
61 "can_use_on_swarming_builders": true 81 "can_use_on_swarming_builders": true
62 } 82 }
63 }, 83 },
64 "ppapi_unittests", 84 "ppapi_unittests",
65 "printing_unittests", 85 "printing_unittests",
66 "remoting_unittests", 86 "remoting_unittests",
67 "sandbox_mac_unittests", 87 "sandbox_mac_unittests",
68 "sql_unittests", 88 "sql_unittests",
69 { 89 {
70 "test": "sync_integration_tests", 90 "test": "sync_integration_tests",
71 "swarming": { 91 "swarming": {
72 "can_use_on_swarming_builders": true 92 "can_use_on_swarming_builders": true
73 } 93 }
74 }, 94 },
75 "sync_unit_tests", 95 "sync_unit_tests",
76 "ui_base_unittests", 96 {
97 "test": "ui_base_unittests",
98 "swarming": {
99 "can_use_on_swarming_builders": true
100 }
101 },
77 { 102 {
78 "test": "unit_tests", 103 "test": "unit_tests",
79 "swarming": { 104 "swarming": {
80 "can_use_on_swarming_builders": true 105 "can_use_on_swarming_builders": true
81 } 106 }
82 }, 107 },
83 "url_unittests" 108 "url_unittests"
84 ], 109 ],
85 "scripts": [ 110 "scripts": [
86 { 111 {
87 "name": "telemetry_unittests", 112 "name": "telemetry_unittests",
88 "script": "telemetry_unittests.py" 113 "script": "telemetry_unittests.py"
89 }, 114 },
90 { 115 {
91 "name": "telemetry_perf_unittests", 116 "name": "telemetry_perf_unittests",
92 "script": "telemetry_perf_unittests.py" 117 "script": "telemetry_perf_unittests.py"
93 }, 118 },
94 { 119 {
95 "name": "nacl_integration", 120 "name": "nacl_integration",
96 "script": "nacl_integration.py" 121 "script": "nacl_integration.py"
97 } 122 }
98 ] 123 ]
99 }, 124 },
100 "Mac10.8 Tests": { 125 "Mac10.8 Tests": {
101 "gtest_tests": [ 126 "gtest_tests": [
102 "accessibility_unittests", 127 {
103 "app_list_unittests", 128 "test": "accessibility_unittests",
129 "swarming": {
130 "can_use_on_swarming_builders": true
131 }
132 },
133 {
134 "test": "app_list_unittests",
135 "swarming": {
136 "can_use_on_swarming_builders": true
137 }
138 },
104 { 139 {
105 "test": "base_unittests", 140 "test": "base_unittests",
106 "swarming": { 141 "swarming": {
107 "can_use_on_swarming_builders": true 142 "can_use_on_swarming_builders": true
108 } 143 }
109 }, 144 },
110 { 145 {
111 "test": "browser_tests", 146 "test": "browser_tests",
112 "swarming": { 147 "swarming": {
113 "can_use_on_swarming_builders": true, 148 "can_use_on_swarming_builders": true,
(...skipping 13 matching lines...) Expand all
127 }, 162 },
128 { 163 {
129 "test": "content_unittests", 164 "test": "content_unittests",
130 "swarming": { 165 "swarming": {
131 "can_use_on_swarming_builders": true 166 "can_use_on_swarming_builders": true
132 } 167 }
133 }, 168 },
134 "crypto_unittests", 169 "crypto_unittests",
135 "extensions_unittests", 170 "extensions_unittests",
136 "gcm_unit_tests", 171 "gcm_unit_tests",
137 "gfx_unittests", 172 {
173 "test": "gfx_unittests",
174 "swarming": {
175 "can_use_on_swarming_builders": true
176 }
177 },
138 "gpu_unittests", 178 "gpu_unittests",
139 "google_apis_unittests", 179 "google_apis_unittests",
140 { 180 {
141 "test": "interactive_ui_tests", 181 "test": "interactive_ui_tests",
142 "swarming": { 182 "swarming": {
143 "can_use_on_swarming_builders": true 183 "can_use_on_swarming_builders": true
144 } 184 }
145 }, 185 },
146 "ipc_tests", 186 "ipc_tests",
147 "jingle_unittests", 187 "jingle_unittests",
148 "media_unittests", 188 "media_unittests",
149 "message_center_unittests", 189 {
190 "test": "message_center_unittests",
191 "swarming": {
192 "can_use_on_swarming_builders": true
193 }
194 },
150 "mojo_common_unittests", 195 "mojo_common_unittests",
151 "mojo_public_bindings_unittests", 196 "mojo_public_bindings_unittests",
152 "mojo_public_environment_unittests", 197 "mojo_public_environment_unittests",
153 "mojo_public_system_unittests", 198 "mojo_public_system_unittests",
154 "mojo_public_utility_unittests", 199 "mojo_public_utility_unittests",
155 "mojo_system_unittests", 200 "mojo_system_unittests",
156 { 201 {
157 "test": "net_unittests", 202 "test": "net_unittests",
158 "swarming": { 203 "swarming": {
159 "can_use_on_swarming_builders": true 204 "can_use_on_swarming_builders": true
160 } 205 }
161 }, 206 },
162 "ppapi_unittests", 207 "ppapi_unittests",
163 "printing_unittests", 208 "printing_unittests",
164 "remoting_unittests", 209 "remoting_unittests",
165 "sandbox_mac_unittests", 210 "sandbox_mac_unittests",
166 "sql_unittests", 211 "sql_unittests",
167 { 212 {
168 "test": "sync_integration_tests", 213 "test": "sync_integration_tests",
169 "swarming": { 214 "swarming": {
170 "can_use_on_swarming_builders": true 215 "can_use_on_swarming_builders": true
171 } 216 }
172 }, 217 },
173 "sync_unit_tests", 218 "sync_unit_tests",
174 "ui_base_unittests", 219 {
220 "test": "ui_base_unittests",
221 "swarming": {
222 "can_use_on_swarming_builders": true
223 }
224 },
175 { 225 {
176 "test": "unit_tests", 226 "test": "unit_tests",
177 "swarming": { 227 "swarming": {
178 "can_use_on_swarming_builders": true 228 "can_use_on_swarming_builders": true
179 } 229 }
180 }, 230 },
181 "url_unittests" 231 "url_unittests"
182 ], 232 ],
183 "scripts": [ 233 "scripts": [
184 { 234 {
185 "name": "telemetry_unittests", 235 "name": "telemetry_unittests",
186 "script": "telemetry_unittests.py" 236 "script": "telemetry_unittests.py"
187 }, 237 },
188 { 238 {
189 "name": "telemetry_perf_unittests", 239 "name": "telemetry_perf_unittests",
190 "script": "telemetry_perf_unittests.py" 240 "script": "telemetry_perf_unittests.py"
191 }, 241 },
192 { 242 {
193 "name": "nacl_integration", 243 "name": "nacl_integration",
194 "script": "nacl_integration.py" 244 "script": "nacl_integration.py"
195 } 245 }
196 ] 246 ]
197 }, 247 },
198 "Mac10.9 Tests": { 248 "Mac10.9 Tests": {
199 "gtest_tests": [ 249 "gtest_tests": [
200 "accessibility_unittests", 250 {
201 "app_list_unittests", 251 "test": "accessibility_unittests",
252 "swarming": {
253 "can_use_on_swarming_builders": true
254 }
255 },
256 {
257 "test": "app_list_unittests",
258 "swarming": {
259 "can_use_on_swarming_builders": true
260 }
261 },
202 { 262 {
203 "test": "base_unittests", 263 "test": "base_unittests",
204 "swarming": { 264 "swarming": {
205 "can_use_on_swarming_builders": true 265 "can_use_on_swarming_builders": true
206 } 266 }
207 }, 267 },
208 { 268 {
209 "test": "browser_tests", 269 "test": "browser_tests",
210 "swarming": { 270 "swarming": {
211 "can_use_on_swarming_builders": true, 271 "can_use_on_swarming_builders": true,
(...skipping 13 matching lines...) Expand all
225 }, 285 },
226 { 286 {
227 "test": "content_unittests", 287 "test": "content_unittests",
228 "swarming": { 288 "swarming": {
229 "can_use_on_swarming_builders": true 289 "can_use_on_swarming_builders": true
230 } 290 }
231 }, 291 },
232 "crypto_unittests", 292 "crypto_unittests",
233 "extensions_unittests", 293 "extensions_unittests",
234 "gcm_unit_tests", 294 "gcm_unit_tests",
235 "gfx_unittests", 295 {
296 "test": "gfx_unittests",
297 "swarming": {
298 "can_use_on_swarming_builders": true
299 }
300 },
236 "gpu_unittests", 301 "gpu_unittests",
237 "google_apis_unittests", 302 "google_apis_unittests",
238 { 303 {
239 "test": "interactive_ui_tests", 304 "test": "interactive_ui_tests",
240 "swarming": { 305 "swarming": {
241 "can_use_on_swarming_builders": true 306 "can_use_on_swarming_builders": true
242 } 307 }
243 }, 308 },
244 "ipc_tests", 309 "ipc_tests",
245 "jingle_unittests", 310 "jingle_unittests",
246 "media_unittests", 311 "media_unittests",
247 "message_center_unittests", 312 {
313 "test": "message_center_unittests",
314 "swarming": {
315 "can_use_on_swarming_builders": true
316 }
317 },
248 "mojo_common_unittests", 318 "mojo_common_unittests",
249 "mojo_public_bindings_unittests", 319 "mojo_public_bindings_unittests",
250 "mojo_public_environment_unittests", 320 "mojo_public_environment_unittests",
251 "mojo_public_system_unittests", 321 "mojo_public_system_unittests",
252 "mojo_public_utility_unittests", 322 "mojo_public_utility_unittests",
253 "mojo_system_unittests", 323 "mojo_system_unittests",
254 { 324 {
255 "test": "net_unittests", 325 "test": "net_unittests",
256 "swarming": { 326 "swarming": {
257 "can_use_on_swarming_builders": true 327 "can_use_on_swarming_builders": true
258 } 328 }
259 }, 329 },
260 "ppapi_unittests", 330 "ppapi_unittests",
261 "printing_unittests", 331 "printing_unittests",
262 "remoting_unittests", 332 "remoting_unittests",
263 "sandbox_mac_unittests", 333 "sandbox_mac_unittests",
264 "sql_unittests", 334 "sql_unittests",
265 { 335 {
266 "test": "sync_integration_tests", 336 "test": "sync_integration_tests",
267 "swarming": { 337 "swarming": {
268 "can_use_on_swarming_builders": true 338 "can_use_on_swarming_builders": true
269 } 339 }
270 }, 340 },
271 "sync_unit_tests", 341 "sync_unit_tests",
272 "ui_base_unittests", 342 {
343 "test": "ui_base_unittests",
344 "swarming": {
345 "can_use_on_swarming_builders": true
346 }
347 },
273 { 348 {
274 "test": "unit_tests", 349 "test": "unit_tests",
275 "swarming": { 350 "swarming": {
276 "can_use_on_swarming_builders": true 351 "can_use_on_swarming_builders": true
277 } 352 }
278 }, 353 },
279 "url_unittests" 354 "url_unittests"
280 ], 355 ],
281 "scripts": [ 356 "scripts": [
282 { 357 {
283 "name": "telemetry_unittests", 358 "name": "telemetry_unittests",
284 "script": "telemetry_unittests.py" 359 "script": "telemetry_unittests.py"
285 }, 360 },
286 { 361 {
287 "name": "telemetry_perf_unittests", 362 "name": "telemetry_perf_unittests",
288 "script": "telemetry_perf_unittests.py" 363 "script": "telemetry_perf_unittests.py"
289 }, 364 },
290 { 365 {
291 "name": "nacl_integration", 366 "name": "nacl_integration",
292 "script": "nacl_integration.py" 367 "script": "nacl_integration.py"
293 } 368 }
294 ] 369 ]
295 }, 370 },
296 "Mac10.9 Tests (dbg)": { 371 "Mac10.9 Tests (dbg)": {
297 "gtest_tests": [ 372 "gtest_tests": [
298 "accessibility_unittests", 373 {
299 "app_list_unittests", 374 "test": "accessibility_unittests",
375 "swarming": {
376 "can_use_on_swarming_builders": true
377 }
378 },
379 {
380 "test": "app_list_unittests",
381 "swarming": {
382 "can_use_on_swarming_builders": true
383 }
384 },
300 { 385 {
301 "test": "base_unittests", 386 "test": "base_unittests",
302 "swarming": { 387 "swarming": {
303 "can_use_on_swarming_builders": true 388 "can_use_on_swarming_builders": true
304 } 389 }
305 }, 390 },
306 { 391 {
307 "test": "browser_tests", 392 "test": "browser_tests",
308 "swarming": { 393 "swarming": {
309 "can_use_on_swarming_builders": true, 394 "can_use_on_swarming_builders": true,
(...skipping 13 matching lines...) Expand all
323 }, 408 },
324 { 409 {
325 "test": "content_unittests", 410 "test": "content_unittests",
326 "swarming": { 411 "swarming": {
327 "can_use_on_swarming_builders": true 412 "can_use_on_swarming_builders": true
328 } 413 }
329 }, 414 },
330 "crypto_unittests", 415 "crypto_unittests",
331 "extensions_unittests", 416 "extensions_unittests",
332 "gcm_unit_tests", 417 "gcm_unit_tests",
333 "gfx_unittests", 418 {
419 "test": "gfx_unittests",
420 "swarming": {
421 "can_use_on_swarming_builders": true
422 }
423 },
334 "gpu_unittests", 424 "gpu_unittests",
335 "google_apis_unittests", 425 "google_apis_unittests",
336 { 426 {
337 "test": "interactive_ui_tests", 427 "test": "interactive_ui_tests",
338 "swarming": { 428 "swarming": {
339 "can_use_on_swarming_builders": true, 429 "can_use_on_swarming_builders": true,
340 "shards": 2 430 "shards": 2
341 } 431 }
342 }, 432 },
343 "ipc_tests", 433 "ipc_tests",
344 "jingle_unittests", 434 "jingle_unittests",
345 "media_unittests", 435 "media_unittests",
346 "message_center_unittests", 436 {
437 "test": "message_center_unittests",
438 "swarming": {
439 "can_use_on_swarming_builders": true
440 }
441 },
347 "mojo_common_unittests", 442 "mojo_common_unittests",
348 "mojo_public_bindings_unittests", 443 "mojo_public_bindings_unittests",
349 "mojo_public_environment_unittests", 444 "mojo_public_environment_unittests",
350 "mojo_public_system_unittests", 445 "mojo_public_system_unittests",
351 "mojo_public_utility_unittests", 446 "mojo_public_utility_unittests",
352 "mojo_system_unittests", 447 "mojo_system_unittests",
353 { 448 {
354 "test": "net_unittests", 449 "test": "net_unittests",
355 "swarming": { 450 "swarming": {
356 "can_use_on_swarming_builders": true 451 "can_use_on_swarming_builders": true
357 } 452 }
358 }, 453 },
359 "ppapi_unittests", 454 "ppapi_unittests",
360 "printing_unittests", 455 "printing_unittests",
361 "remoting_unittests", 456 "remoting_unittests",
362 "sandbox_mac_unittests", 457 "sandbox_mac_unittests",
363 "sql_unittests", 458 "sql_unittests",
364 { 459 {
365 "test": "sync_integration_tests", 460 "test": "sync_integration_tests",
366 "swarming": { 461 "swarming": {
367 "can_use_on_swarming_builders": true 462 "can_use_on_swarming_builders": true
368 } 463 }
369 }, 464 },
370 "sync_unit_tests", 465 "sync_unit_tests",
371 "ui_base_unittests", 466 {
467 "test": "ui_base_unittests",
468 "swarming": {
469 "can_use_on_swarming_builders": true
470 }
471 },
372 { 472 {
373 "test": "unit_tests", 473 "test": "unit_tests",
374 "swarming": { 474 "swarming": {
375 "can_use_on_swarming_builders": true 475 "can_use_on_swarming_builders": true
376 } 476 }
377 }, 477 },
378 "url_unittests" 478 "url_unittests"
379 ], 479 ],
380 "scripts": [ 480 "scripts": [
381 { 481 {
382 "name": "telemetry_unittests", 482 "name": "telemetry_unittests",
383 "script": "telemetry_unittests.py" 483 "script": "telemetry_unittests.py"
384 }, 484 },
385 { 485 {
386 "name": "telemetry_perf_unittests", 486 "name": "telemetry_perf_unittests",
387 "script": "telemetry_perf_unittests.py" 487 "script": "telemetry_perf_unittests.py"
388 }, 488 },
389 { 489 {
390 "name": "nacl_integration", 490 "name": "nacl_integration",
391 "script": "nacl_integration.py" 491 "script": "nacl_integration.py"
392 } 492 }
393 ] 493 ]
394 } 494 }
395 } 495 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.linux.json ('k') | testing/buildbot/chromium.win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698