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

Side by Side Diff: testing/buildbot/chromium.linux.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 "Linux Tests": { 2 "Linux 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 "app_shell_browsertests", 16 "app_shell_browsertests",
7 "app_shell_unittests", 17 "app_shell_unittests",
8 "aura_unittests", 18 "aura_unittests",
9 { 19 {
10 "test": "base_unittests", 20 "test": "base_unittests",
11 "swarming": { 21 "swarming": {
12 "can_use_on_swarming_builders": true 22 "can_use_on_swarming_builders": true
13 } 23 }
14 }, 24 },
15 { 25 {
(...skipping 18 matching lines...) Expand all
34 { 44 {
35 "test": "content_unittests", 45 "test": "content_unittests",
36 "swarming": { 46 "swarming": {
37 "can_use_on_swarming_builders": true 47 "can_use_on_swarming_builders": true
38 } 48 }
39 }, 49 },
40 "crypto_unittests", 50 "crypto_unittests",
41 "dbus_unittests", 51 "dbus_unittests",
42 "device_unittests", 52 "device_unittests",
43 "display_unittests", 53 "display_unittests",
44 "events_unittests", 54 {
55 "test": "events_unittests",
56 "swarming": {
57 "can_use_on_swarming_builders": true
58 }
59 },
45 "extensions_unittests", 60 "extensions_unittests",
46 "gcm_unit_tests", 61 "gcm_unit_tests",
47 "gfx_unittests", 62 {
63 "test": "gfx_unittests",
64 "swarming": {
65 "can_use_on_swarming_builders": true
66 }
67 },
48 "google_apis_unittests", 68 "google_apis_unittests",
49 "gpu_unittests", 69 "gpu_unittests",
50 { 70 {
51 "test": "interactive_ui_tests", 71 "test": "interactive_ui_tests",
52 "swarming": { 72 "swarming": {
53 "can_use_on_swarming_builders": true 73 "can_use_on_swarming_builders": true
54 } 74 }
55 }, 75 },
56 "ipc_mojo_unittests", 76 "ipc_mojo_unittests",
57 "ipc_tests", 77 "ipc_tests",
(...skipping 10 matching lines...) Expand all
68 "test": "net_unittests", 88 "test": "net_unittests",
69 "swarming": { 89 "swarming": {
70 "can_use_on_swarming_builders": true 90 "can_use_on_swarming_builders": true
71 } 91 }
72 }, 92 },
73 "ppapi_unittests", 93 "ppapi_unittests",
74 "printing_unittests", 94 "printing_unittests",
75 "remoting_unittests", 95 "remoting_unittests",
76 "sandbox_linux_unittests", 96 "sandbox_linux_unittests",
77 "sql_unittests", 97 "sql_unittests",
78 "ui_base_unittests", 98 {
99 "test": "ui_base_unittests",
100 "swarming": {
101 "can_use_on_swarming_builders": true
102 }
103 },
79 { 104 {
80 "test": "sync_integration_tests", 105 "test": "sync_integration_tests",
81 "swarming": { 106 "swarming": {
82 "can_use_on_swarming_builders": true 107 "can_use_on_swarming_builders": true
83 } 108 }
84 }, 109 },
85 "sync_unit_tests", 110 "sync_unit_tests",
86 { 111 {
87 "test": "unit_tests", 112 "test": "unit_tests",
88 "swarming": { 113 "swarming": {
(...skipping 14 matching lines...) Expand all
103 "script": "telemetry_perf_unittests.py" 128 "script": "telemetry_perf_unittests.py"
104 }, 129 },
105 { 130 {
106 "name": "nacl_integration", 131 "name": "nacl_integration",
107 "script": "nacl_integration.py" 132 "script": "nacl_integration.py"
108 } 133 }
109 ] 134 ]
110 }, 135 },
111 "Linux Tests (dbg)(1)(32)": { 136 "Linux Tests (dbg)(1)(32)": {
112 "gtest_tests": [ 137 "gtest_tests": [
113 "accessibility_unittests", 138 {
114 "app_list_unittests", 139 "test": "accessibility_unittests",
140 "swarming": {
141 "can_use_on_swarming_builders": true
142 }
143 },
144 {
145 "test": "app_list_unittests",
146 "swarming": {
147 "can_use_on_swarming_builders": true
148 }
149 },
115 "app_shell_browsertests", 150 "app_shell_browsertests",
116 "app_shell_unittests", 151 "app_shell_unittests",
117 "aura_unittests", 152 "aura_unittests",
118 { 153 {
119 "test": "base_unittests", 154 "test": "base_unittests",
120 "swarming": { 155 "swarming": {
121 "can_use_on_swarming_builders": true 156 "can_use_on_swarming_builders": true
122 } 157 }
123 }, 158 },
124 { 159 {
(...skipping 18 matching lines...) Expand all
143 { 178 {
144 "test": "content_unittests", 179 "test": "content_unittests",
145 "swarming": { 180 "swarming": {
146 "can_use_on_swarming_builders": true 181 "can_use_on_swarming_builders": true
147 } 182 }
148 }, 183 },
149 "crypto_unittests", 184 "crypto_unittests",
150 "dbus_unittests", 185 "dbus_unittests",
151 "device_unittests", 186 "device_unittests",
152 "display_unittests", 187 "display_unittests",
153 "events_unittests", 188 {
189 "test": "events_unittests",
190 "swarming": {
191 "can_use_on_swarming_builders": true
192 }
193 },
154 "extensions_unittests", 194 "extensions_unittests",
155 "gcm_unit_tests", 195 "gcm_unit_tests",
156 "gfx_unittests", 196 {
197 "test": "gfx_unittests",
198 "swarming": {
199 "can_use_on_swarming_builders": true
200 }
201 },
157 "google_apis_unittests", 202 "google_apis_unittests",
158 "gpu_unittests", 203 "gpu_unittests",
159 { 204 {
160 "test": "interactive_ui_tests", 205 "test": "interactive_ui_tests",
161 "swarming": { 206 "swarming": {
162 "can_use_on_swarming_builders": true 207 "can_use_on_swarming_builders": true
163 } 208 }
164 }, 209 },
165 "ipc_mojo_unittests", 210 "ipc_mojo_unittests",
166 "ipc_tests", 211 "ipc_tests",
(...skipping 10 matching lines...) Expand all
177 "test": "net_unittests", 222 "test": "net_unittests",
178 "swarming": { 223 "swarming": {
179 "can_use_on_swarming_builders": true 224 "can_use_on_swarming_builders": true
180 } 225 }
181 }, 226 },
182 "ppapi_unittests", 227 "ppapi_unittests",
183 "printing_unittests", 228 "printing_unittests",
184 "remoting_unittests", 229 "remoting_unittests",
185 "sandbox_linux_unittests", 230 "sandbox_linux_unittests",
186 "sql_unittests", 231 "sql_unittests",
187 "ui_base_unittests", 232 {
233 "test": "ui_base_unittests",
234 "swarming": {
235 "can_use_on_swarming_builders": true
236 }
237 },
188 { 238 {
189 "test": "sync_integration_tests", 239 "test": "sync_integration_tests",
190 "swarming": { 240 "swarming": {
191 "can_use_on_swarming_builders": true 241 "can_use_on_swarming_builders": true
192 } 242 }
193 }, 243 },
194 "sync_unit_tests", 244 "sync_unit_tests",
195 { 245 {
196 "test": "unit_tests", 246 "test": "unit_tests",
197 "swarming": { 247 "swarming": {
198 "can_use_on_swarming_builders": true 248 "can_use_on_swarming_builders": true
199 } 249 }
200 }, 250 },
201 "url_unittests", 251 "url_unittests",
202 "views_unittests", 252 "views_unittests",
203 "wm_unittests" 253 "wm_unittests"
204 ], 254 ],
205 "scripts": [ 255 "scripts": [
206 { 256 {
207 "name": "nacl_integration", 257 "name": "nacl_integration",
208 "script": "nacl_integration.py" 258 "script": "nacl_integration.py"
209 } 259 }
210 ] 260 ]
211 }, 261 },
212 "Linux Tests (dbg)(1)": { 262 "Linux Tests (dbg)(1)": {
213 "gtest_tests": [ 263 "gtest_tests": [
214 "accessibility_unittests", 264 {
215 "app_list_unittests", 265 "test": "accessibility_unittests",
266 "swarming": {
267 "can_use_on_swarming_builders": true
268 }
269 },
270 {
271 "test": "app_list_unittests",
272 "swarming": {
273 "can_use_on_swarming_builders": true
274 }
275 },
216 "app_shell_browsertests", 276 "app_shell_browsertests",
217 "app_shell_unittests", 277 "app_shell_unittests",
218 "aura_unittests", 278 "aura_unittests",
219 { 279 {
220 "test": "base_unittests", 280 "test": "base_unittests",
221 "swarming": { 281 "swarming": {
222 "can_use_on_swarming_builders": true 282 "can_use_on_swarming_builders": true
223 } 283 }
224 }, 284 },
225 { 285 {
(...skipping 18 matching lines...) Expand all
244 { 304 {
245 "test": "content_unittests", 305 "test": "content_unittests",
246 "swarming": { 306 "swarming": {
247 "can_use_on_swarming_builders": true 307 "can_use_on_swarming_builders": true
248 } 308 }
249 }, 309 },
250 "crypto_unittests", 310 "crypto_unittests",
251 "dbus_unittests", 311 "dbus_unittests",
252 "device_unittests", 312 "device_unittests",
253 "display_unittests", 313 "display_unittests",
254 "events_unittests", 314 {
315 "test": "events_unittests",
316 "swarming": {
317 "can_use_on_swarming_builders": true
318 }
319 },
255 "extensions_unittests", 320 "extensions_unittests",
256 "gcm_unit_tests", 321 "gcm_unit_tests",
257 "gfx_unittests", 322 {
323 "test": "gfx_unittests",
324 "swarming": {
325 "can_use_on_swarming_builders": true
326 }
327 },
258 "google_apis_unittests", 328 "google_apis_unittests",
259 "gpu_unittests", 329 "gpu_unittests",
260 { 330 {
261 "test": "interactive_ui_tests", 331 "test": "interactive_ui_tests",
262 "swarming": { 332 "swarming": {
263 "can_use_on_swarming_builders": true, 333 "can_use_on_swarming_builders": true,
264 "shards": 3 334 "shards": 3
265 } 335 }
266 }, 336 },
267 "ipc_mojo_unittests", 337 "ipc_mojo_unittests",
(...skipping 14 matching lines...) Expand all
282 } 352 }
283 }, 353 },
284 "ppapi_unittests", 354 "ppapi_unittests",
285 "printing_unittests", 355 "printing_unittests",
286 "remoting_unittests", 356 "remoting_unittests",
287 { 357 {
288 "test": "sandbox_linux_unittests", 358 "test": "sandbox_linux_unittests",
289 "args": ["--test-launcher-print-test-stdio=always"] 359 "args": ["--test-launcher-print-test-stdio=always"]
290 }, 360 },
291 "sql_unittests", 361 "sql_unittests",
292 "ui_base_unittests", 362 {
363 "test": "ui_base_unittests",
364 "swarming": {
365 "can_use_on_swarming_builders": true
366 }
367 },
293 { 368 {
294 "test": "sync_integration_tests", 369 "test": "sync_integration_tests",
295 "swarming": { 370 "swarming": {
296 "can_use_on_swarming_builders": true 371 "can_use_on_swarming_builders": true
297 } 372 }
298 }, 373 },
299 "sync_unit_tests", 374 "sync_unit_tests",
300 { 375 {
301 "test": "unit_tests", 376 "test": "unit_tests",
302 "swarming": { 377 "swarming": {
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 "mojo_system_unittests", 419 "mojo_system_unittests",
345 "nacl_loader_unittests", 420 "nacl_loader_unittests",
346 "sandbox_linux_unittests", 421 "sandbox_linux_unittests",
347 "sql_unittests", 422 "sql_unittests",
348 "sync_unit_tests", 423 "sync_unit_tests",
349 "ui_base_unittests", 424 "ui_base_unittests",
350 "unit_tests" 425 "unit_tests"
351 ] 426 ]
352 } 427 }
353 } 428 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/chromium.mac.json » ('j') | ui/accessibility/accessibility_unittests.isolate » ('J')

Powered by Google App Engine
This is Rietveld 408576698