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

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

Issue 1966663002: [Mac/GN] Run most test suites that are run on the GYP bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
« no previous file with comments | « no previous file | testing/buildbot/gn_isolate_map.pyl » ('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 "Mac GN": { 2 "Mac GN": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "gn_all" 4 "gn_all"
5 ], 5 ],
6 "gtest_tests": [ 6 "gtest_tests": [
7 { 7 {
8 "swarming": { 8 "swarming": {
9 "can_use_on_swarming_builders": true 9 "can_use_on_swarming_builders": true
10 }, 10 },
11 "test": "accessibility_unittests"
12 },
13 {
14 "swarming": {
15 "can_use_on_swarming_builders": true
16 },
17 "test": "app_list_unittests"
18 },
19 {
20 "swarming": {
21 "can_use_on_swarming_builders": true
22 },
11 "test": "base_unittests" 23 "test": "base_unittests"
12 }, 24 },
13 { 25 {
14 "swarming": { 26 "swarming": {
15 "can_use_on_swarming_builders": true 27 "can_use_on_swarming_builders": true
16 }, 28 },
29 "test": "battor_agent_unittests"
30 },
31 {
32 "swarming": {
33 "can_use_on_swarming_builders": true
34 },
35 "test": "cacheinvalidation_unittests"
36 },
37 {
38 "swarming": {
39 "can_use_on_swarming_builders": true
40 },
41 "test": "cast_unittests"
42 },
43 {
44 "swarming": {
45 "can_use_on_swarming_builders": true
46 },
47 "test": "cc_unittests"
48 },
49 {
50 "swarming": {
51 "can_use_on_swarming_builders": true
52 },
53 "test": "chrome_app_unittests"
54 },
55 {
56 "swarming": {
57 "can_use_on_swarming_builders": true
58 },
59 "test": "chromedriver_unittests"
60 },
61 {
62 "swarming": {
63 "can_use_on_swarming_builders": true
64 },
17 "test": "components_browsertests" 65 "test": "components_browsertests"
18 }, 66 },
19 { 67 {
20 "swarming": { 68 "swarming": {
21 "can_use_on_swarming_builders": true 69 "can_use_on_swarming_builders": true
22 }, 70 },
23 "test": "components_unittests" 71 "test": "components_unittests"
24 }, 72 },
25 { 73 {
26 "swarming": { 74 "swarming": {
27 "can_use_on_swarming_builders": true 75 "can_use_on_swarming_builders": true
28 }, 76 },
77 "test": "content_browsertests"
78 },
79 {
80 "swarming": {
81 "can_use_on_swarming_builders": true
82 },
29 "test": "content_unittests" 83 "test": "content_unittests"
30 }, 84 },
31 { 85 {
32 "swarming": { 86 "swarming": {
33 "can_use_on_swarming_builders": true 87 "can_use_on_swarming_builders": true
34 }, 88 },
35 "test": "content_browsertests" 89 "test": "crypto_unittests"
36 }, 90 },
37 { 91 {
38 "swarming": { 92 "swarming": {
93 "can_use_on_swarming_builders": true
94 },
95 "test": "device_unittests"
96 },
97 {
98 "swarming": {
99 "can_use_on_swarming_builders": true
100 },
101 "test": "display_unittests"
102 },
103 {
104 "swarming": {
105 "can_use_on_swarming_builders": true
106 },
107 "test": "extensions_unittests"
108 },
109 {
110 "swarming": {
111 "can_use_on_swarming_builders": true
112 },
113 "test": "gcm_unit_tests"
114 },
115 {
116 "swarming": {
117 "can_use_on_swarming_builders": true
118 },
119 "test": "gfx_unittests"
120 },
121 {
122 "swarming": {
123 "can_use_on_swarming_builders": true
124 },
125 "test": "gn_unittests"
126 },
127 {
128 "swarming": {
129 "can_use_on_swarming_builders": true
130 },
131 "test": "google_apis_unittests"
132 },
133 {
134 "swarming": {
135 "can_use_on_swarming_builders": true
136 },
137 "test": "gpu_ipc_service_unittests"
138 },
139 {
140 "swarming": {
141 "can_use_on_swarming_builders": true
142 },
143 "test": "gpu_unittests"
144 },
145 {
146 "swarming": {
147 "can_use_on_swarming_builders": true
148 },
149 "test": "ipc_tests"
150 },
151 {
152 "swarming": {
153 "can_use_on_swarming_builders": true
154 },
155 "test": "jingle_unittests"
156 },
157 {
158 "swarming": {
159 "can_use_on_swarming_builders": true
160 },
161 "test": "media_blink_unittests"
162 },
163 {
164 "swarming": {
165 "can_use_on_swarming_builders": true
166 },
167 "test": "media_unittests"
168 },
169 {
170 "swarming": {
171 "can_use_on_swarming_builders": true
172 },
173 "test": "message_center_unittests"
174 },
175 {
176 "swarming": {
177 "can_use_on_swarming_builders": true
178 },
179 "test": "midi_unittests"
180 },
181 {
182 "swarming": {
183 "can_use_on_swarming_builders": true
184 },
185 "test": "mojo_common_unittests"
186 },
187 {
188 "swarming": {
189 "can_use_on_swarming_builders": true
190 },
191 "test": "mojo_public_bindings_unittests"
192 },
193 {
194 "swarming": {
195 "can_use_on_swarming_builders": true
196 },
197 "test": "mojo_public_system_unittests"
198 },
199 {
200 "swarming": {
201 "can_use_on_swarming_builders": true
202 },
203 "test": "mojo_system_unittests"
204 },
205 {
206 "swarming": {
207 "can_use_on_swarming_builders": true
208 },
209 "test": "nacl_loader_unittests"
210 },
211 {
212 "swarming": {
39 "can_use_on_swarming_builders": true 213 "can_use_on_swarming_builders": true
40 }, 214 },
41 "test": "net_unittests" 215 "test": "net_unittests"
42 }, 216 },
43 { 217 {
44 "swarming": { 218 "swarming": {
45 "can_use_on_swarming_builders": true 219 "can_use_on_swarming_builders": true
46 }, 220 },
221 "test": "ppapi_unittests"
222 },
223 {
224 "swarming": {
225 "can_use_on_swarming_builders": true
226 },
227 "test": "printing_unittests"
228 },
229 {
230 "swarming": {
231 "can_use_on_swarming_builders": true
232 },
233 "test": "sandbox_mac_unittests"
234 },
235 {
236 "swarming": {
237 "can_use_on_swarming_builders": true
238 },
239 "test": "skia_unittests"
240 },
241 {
242 "swarming": {
243 "can_use_on_swarming_builders": true
244 },
245 "test": "sql_unittests"
246 },
247 {
248 "swarming": {
249 "can_use_on_swarming_builders": true
250 },
251 "test": "sync_unit_tests"
252 },
253 {
254 "swarming": {
255 "can_use_on_swarming_builders": true
256 },
47 "test": "ui_base_unittests" 257 "test": "ui_base_unittests"
48 }, 258 },
49 { 259 {
50 "swarming": { 260 "swarming": {
51 "can_use_on_swarming_builders": true 261 "can_use_on_swarming_builders": true
52 }, 262 },
53 "test": "unit_tests" 263 "test": "unit_tests"
264 },
265 {
266 "swarming": {
267 "can_use_on_swarming_builders": true
268 },
269 "test": "url_unittests"
54 } 270 }
55 ] 271 ]
56 }, 272 },
57 "Mac GN (dbg)": { 273 "Mac GN (dbg)": {
58 "additional_compile_targets": [ 274 "additional_compile_targets": [
59 "accessibility_unittests", 275 "remoting_all"
60 "battor_agent",
61 "cacheinvalidation_unittests",
62 "cast_unittests",
63 "cc_unittests",
64 "chrome_app_unittests",
65 "chromedriver_unittests",
66 "crypto_unittests",
67 "gcm_unit_tests",
68 "gn_unittests",
69 "gpu_ipc_service_unittests",
70 "gpu_unittests",
71 "ipc_tests",
72 "jingle_unittests",
73 "media_unittests",
74 "media_blink_unittests",
75 "mojo_common_unittests",
76 "mojo_public_bindings_unittests",
77 "mojo_public_system_unittests",
78 "mojo_system_unittests",
79 "ppapi_unittests",
80 "printing_unittests",
81 "remoting_all",
82 "skia_unittests",
83 "sql_unittests",
84 "sync_unit_tests",
85 "url_unittests"
86 ], 276 ],
87 "gtest_tests": [ 277 "gtest_tests": [
88 { 278 {
89 "swarming": { 279 "swarming": {
90 "can_use_on_swarming_builders": true 280 "can_use_on_swarming_builders": true
91 }, 281 },
282 "test": "accessibility_unittests"
283 },
284 {
285 "swarming": {
286 "can_use_on_swarming_builders": true
287 },
288 "test": "app_list_unittests"
289 },
290 {
291 "swarming": {
292 "can_use_on_swarming_builders": true
293 },
92 "test": "base_unittests" 294 "test": "base_unittests"
93 }, 295 },
94 { 296 {
95 "swarming": { 297 "swarming": {
96 "can_use_on_swarming_builders": true 298 "can_use_on_swarming_builders": true
97 }, 299 },
98 "test": "content_unittests" 300 "test": "battor_agent_unittests"
99 }, 301 },
100 { 302 {
101 "swarming": { 303 "swarming": {
304 "can_use_on_swarming_builders": true
305 },
306 "test": "cacheinvalidation_unittests"
307 },
308 {
309 "swarming": {
310 "can_use_on_swarming_builders": true
311 },
312 "test": "cast_unittests"
313 },
314 {
315 "swarming": {
316 "can_use_on_swarming_builders": true
317 },
318 "test": "cc_unittests"
319 },
320 {
321 "swarming": {
322 "can_use_on_swarming_builders": true
323 },
324 "test": "chrome_app_unittests"
325 },
326 {
327 "swarming": {
328 "can_use_on_swarming_builders": true
329 },
330 "test": "chromedriver_unittests"
331 },
332 {
333 "swarming": {
102 "can_use_on_swarming_builders": true 334 "can_use_on_swarming_builders": true
103 }, 335 },
104 "test": "components_browsertests" 336 "test": "components_browsertests"
105 }, 337 },
106 { 338 {
107 "swarming": { 339 "swarming": {
108 "can_use_on_swarming_builders": true 340 "can_use_on_swarming_builders": true
109 }, 341 },
110 "test": "components_unittests" 342 "test": "components_unittests"
111 }, 343 },
112 { 344 {
113 "swarming": { 345 "swarming": {
114 "can_use_on_swarming_builders": true 346 "can_use_on_swarming_builders": true
115 }, 347 },
116 "test": "content_browsertests" 348 "test": "content_browsertests"
117 }, 349 },
118 { 350 {
119 "swarming": { 351 "swarming": {
120 "can_use_on_swarming_builders": true 352 "can_use_on_swarming_builders": true
121 }, 353 },
354 "test": "content_unittests"
355 },
356 {
357 "swarming": {
358 "can_use_on_swarming_builders": true
359 },
360 "test": "crypto_unittests"
361 },
362 {
363 "swarming": {
364 "can_use_on_swarming_builders": true
365 },
366 "test": "device_unittests"
367 },
368 {
369 "swarming": {
370 "can_use_on_swarming_builders": true
371 },
372 "test": "display_unittests"
373 },
374 {
375 "swarming": {
376 "can_use_on_swarming_builders": true
377 },
378 "test": "extensions_unittests"
379 },
380 {
381 "swarming": {
382 "can_use_on_swarming_builders": true
383 },
384 "test": "gcm_unit_tests"
385 },
386 {
387 "swarming": {
388 "can_use_on_swarming_builders": true
389 },
390 "test": "gfx_unittests"
391 },
392 {
393 "swarming": {
394 "can_use_on_swarming_builders": true
395 },
396 "test": "gn_unittests"
397 },
398 {
399 "swarming": {
400 "can_use_on_swarming_builders": true
401 },
402 "test": "google_apis_unittests"
403 },
404 {
405 "swarming": {
406 "can_use_on_swarming_builders": true
407 },
408 "test": "gpu_ipc_service_unittests"
409 },
410 {
411 "swarming": {
412 "can_use_on_swarming_builders": true
413 },
414 "test": "gpu_unittests"
415 },
416 {
417 "swarming": {
418 "can_use_on_swarming_builders": true
419 },
420 "test": "ipc_tests"
421 },
422 {
423 "swarming": {
424 "can_use_on_swarming_builders": true
425 },
426 "test": "jingle_unittests"
427 },
428 {
429 "swarming": {
430 "can_use_on_swarming_builders": true
431 },
432 "test": "media_blink_unittests"
433 },
434 {
435 "swarming": {
436 "can_use_on_swarming_builders": true
437 },
438 "test": "media_unittests"
439 },
440 {
441 "swarming": {
442 "can_use_on_swarming_builders": true
443 },
444 "test": "message_center_unittests"
445 },
446 {
447 "swarming": {
448 "can_use_on_swarming_builders": true
449 },
450 "test": "midi_unittests"
451 },
452 {
453 "swarming": {
454 "can_use_on_swarming_builders": true
455 },
456 "test": "mojo_common_unittests"
457 },
458 {
459 "swarming": {
460 "can_use_on_swarming_builders": true
461 },
462 "test": "mojo_public_bindings_unittests"
463 },
464 {
465 "swarming": {
466 "can_use_on_swarming_builders": true
467 },
468 "test": "mojo_public_system_unittests"
469 },
470 {
471 "swarming": {
472 "can_use_on_swarming_builders": true
473 },
474 "test": "mojo_system_unittests"
475 },
476 {
477 "swarming": {
478 "can_use_on_swarming_builders": true
479 },
480 "test": "nacl_loader_unittests"
481 },
482 {
483 "swarming": {
484 "can_use_on_swarming_builders": true
485 },
122 "test": "net_unittests" 486 "test": "net_unittests"
123 }, 487 },
124 { 488 {
125 "swarming": { 489 "swarming": {
126 "can_use_on_swarming_builders": true 490 "can_use_on_swarming_builders": true
127 }, 491 },
492 "test": "ppapi_unittests"
493 },
494 {
495 "swarming": {
496 "can_use_on_swarming_builders": true
497 },
498 "test": "printing_unittests"
499 },
500 {
501 "swarming": {
502 "can_use_on_swarming_builders": true
503 },
504 "test": "sandbox_mac_unittests"
505 },
506 {
507 "swarming": {
508 "can_use_on_swarming_builders": true
509 },
510 "test": "skia_unittests"
511 },
512 {
513 "swarming": {
514 "can_use_on_swarming_builders": true
515 },
516 "test": "sql_unittests"
517 },
518 {
519 "swarming": {
520 "can_use_on_swarming_builders": true
521 },
522 "test": "sync_unit_tests"
523 },
524 {
525 "swarming": {
526 "can_use_on_swarming_builders": true
527 },
128 "test": "ui_base_unittests" 528 "test": "ui_base_unittests"
129 }, 529 },
130 { 530 {
131 "swarming": { 531 "swarming": {
132 "can_use_on_swarming_builders": true 532 "can_use_on_swarming_builders": true
133 }, 533 },
134 "test": "unit_tests" 534 "test": "unit_tests"
535 },
536 {
537 "swarming": {
538 "can_use_on_swarming_builders": true
539 },
540 "test": "url_unittests"
135 } 541 }
136 ] 542 ]
137 }, 543 },
138 "Mac10.10 Tests": { 544 "Mac10.10 Tests": {
139 "gtest_tests": [ 545 "gtest_tests": [
140 { 546 {
141 "swarming": { 547 "swarming": {
142 "can_use_on_swarming_builders": true 548 "can_use_on_swarming_builders": true
143 }, 549 },
144 "test": "accessibility_unittests" 550 "test": "accessibility_unittests"
(...skipping 1309 matching lines...) Expand 10 before | Expand all | Expand 10 after
1454 } 1860 }
1455 ], 1861 ],
1456 "scripts": [ 1862 "scripts": [
1457 { 1863 {
1458 "name": "nacl_integration", 1864 "name": "nacl_integration",
1459 "script": "nacl_integration.py" 1865 "script": "nacl_integration.py"
1460 } 1866 }
1461 ] 1867 ]
1462 } 1868 }
1463 } 1869 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698