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

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: rebase 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
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": "nacl_integration", 358 "name": "nacl_integration",
284 "script": "nacl_integration.py" 359 "script": "nacl_integration.py"
285 } 360 }
286 ] 361 ]
287 }, 362 },
288 "Mac10.9 Tests (dbg)": { 363 "Mac10.9 Tests (dbg)": {
289 "gtest_tests": [ 364 "gtest_tests": [
290 "accessibility_unittests", 365 {
291 "app_list_unittests", 366 "test": "accessibility_unittests",
367 "swarming": {
368 "can_use_on_swarming_builders": true
369 }
370 },
371 {
372 "test": "app_list_unittests",
373 "swarming": {
374 "can_use_on_swarming_builders": true
375 }
376 },
292 { 377 {
293 "test": "base_unittests", 378 "test": "base_unittests",
294 "swarming": { 379 "swarming": {
295 "can_use_on_swarming_builders": true 380 "can_use_on_swarming_builders": true
296 } 381 }
297 }, 382 },
298 { 383 {
299 "test": "browser_tests", 384 "test": "browser_tests",
300 "swarming": { 385 "swarming": {
301 "can_use_on_swarming_builders": true, 386 "can_use_on_swarming_builders": true,
(...skipping 13 matching lines...) Expand all
315 }, 400 },
316 { 401 {
317 "test": "content_unittests", 402 "test": "content_unittests",
318 "swarming": { 403 "swarming": {
319 "can_use_on_swarming_builders": true 404 "can_use_on_swarming_builders": true
320 } 405 }
321 }, 406 },
322 "crypto_unittests", 407 "crypto_unittests",
323 "extensions_unittests", 408 "extensions_unittests",
324 "gcm_unit_tests", 409 "gcm_unit_tests",
325 "gfx_unittests", 410 {
411 "test": "gfx_unittests",
412 "swarming": {
413 "can_use_on_swarming_builders": true
414 }
415 },
326 "gpu_unittests", 416 "gpu_unittests",
327 "google_apis_unittests", 417 "google_apis_unittests",
328 { 418 {
329 "test": "interactive_ui_tests", 419 "test": "interactive_ui_tests",
330 "swarming": { 420 "swarming": {
331 "can_use_on_swarming_builders": true, 421 "can_use_on_swarming_builders": true,
332 "shards": 2 422 "shards": 2
333 } 423 }
334 }, 424 },
335 "ipc_tests", 425 "ipc_tests",
336 "jingle_unittests", 426 "jingle_unittests",
337 "media_unittests", 427 "media_unittests",
338 "message_center_unittests", 428 {
429 "test": "message_center_unittests",
430 "swarming": {
431 "can_use_on_swarming_builders": true
432 }
433 },
339 "mojo_common_unittests", 434 "mojo_common_unittests",
340 "mojo_public_bindings_unittests", 435 "mojo_public_bindings_unittests",
341 "mojo_public_environment_unittests", 436 "mojo_public_environment_unittests",
342 "mojo_public_system_unittests", 437 "mojo_public_system_unittests",
343 "mojo_public_utility_unittests", 438 "mojo_public_utility_unittests",
344 "mojo_system_unittests", 439 "mojo_system_unittests",
345 { 440 {
346 "test": "net_unittests", 441 "test": "net_unittests",
347 "swarming": { 442 "swarming": {
348 "can_use_on_swarming_builders": true 443 "can_use_on_swarming_builders": true
349 } 444 }
350 }, 445 },
351 "ppapi_unittests", 446 "ppapi_unittests",
352 "printing_unittests", 447 "printing_unittests",
353 "remoting_unittests", 448 "remoting_unittests",
354 "sandbox_mac_unittests", 449 "sandbox_mac_unittests",
355 "sql_unittests", 450 "sql_unittests",
356 { 451 {
357 "test": "sync_integration_tests", 452 "test": "sync_integration_tests",
358 "swarming": { 453 "swarming": {
359 "can_use_on_swarming_builders": true 454 "can_use_on_swarming_builders": true
360 } 455 }
361 }, 456 },
362 "sync_unit_tests", 457 "sync_unit_tests",
363 "ui_base_unittests", 458 {
459 "test": "ui_base_unittests",
460 "swarming": {
461 "can_use_on_swarming_builders": true
462 }
463 },
364 { 464 {
365 "test": "unit_tests", 465 "test": "unit_tests",
366 "swarming": { 466 "swarming": {
367 "can_use_on_swarming_builders": true 467 "can_use_on_swarming_builders": true
368 } 468 }
369 }, 469 },
370 "url_unittests" 470 "url_unittests"
371 ], 471 ],
372 "scripts": [ 472 "scripts": [
373 { 473 {
374 "name": "nacl_integration", 474 "name": "nacl_integration",
375 "script": "nacl_integration.py" 475 "script": "nacl_integration.py"
376 } 476 }
377 ] 477 ]
378 } 478 }
379 } 479 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698