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

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

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