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

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

Issue 610943002: Revert of Add gtest_tests dictionaries for a single Linux debug tester. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | no next file » | 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 "Linux Tests": { 2 "Linux Tests": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 "accessibility_unittests", 4 "accessibility_unittests",
5 "app_list_unittests", 5 "app_list_unittests",
6 "app_shell_browsertests", 6 "app_shell_browsertests",
7 "aura_unittests", 7 "aura_unittests",
8 { 8 {
9 "test": "base_unittests", 9 "test": "base_unittests",
10 "swarming": { 10 "swarming": {
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 "sql_unittests", 153 "sql_unittests",
154 "ui_unittests", 154 "ui_unittests",
155 "sync_integration_tests", 155 "sync_integration_tests",
156 "sync_unit_tests", 156 "sync_unit_tests",
157 "unit_tests", 157 "unit_tests",
158 "url_unittests", 158 "url_unittests",
159 "views_unittests", 159 "views_unittests",
160 "wm_unittests" 160 "wm_unittests"
161 ] 161 ]
162 }, 162 },
163 "Linux Tests (dbg)": { 163 "Linux Tests (dbg)(1)": {
164 "gtest_tests": [
165 ]
166 },
167 "Linux Tests (dbg)(2)": {
164 "gtest_tests": [ 168 "gtest_tests": [
165 "accessibility_unittests", 169 "accessibility_unittests",
166 "app_list_unittests", 170 "app_list_unittests",
167 "app_shell_browsertests", 171 "app_shell_browsertests",
168 "aura_unittests", 172 "aura_unittests",
169 { 173 {
170 "test": "base_unittests", 174 "test": "base_unittests",
171 "swarming": { 175 "swarming": {
172 "can_use_on_swarming_builders": true 176 "can_use_on_swarming_builders": true
173 } 177 }
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 "test": "unit_tests", 257 "test": "unit_tests",
254 "swarming": { 258 "swarming": {
255 "can_use_on_swarming_builders": true 259 "can_use_on_swarming_builders": true
256 } 260 }
257 }, 261 },
258 "url_unittests", 262 "url_unittests",
259 "views_unittests", 263 "views_unittests",
260 "wm_unittests" 264 "wm_unittests"
261 ] 265 ]
262 }, 266 },
263 "Linux Tests (dbg)(1)": {
264 "gtest_tests": [
265 ]
266 },
267 "Linux Tests (dbg)(2)": {
268 "gtest_tests": [
269 "accessibility_unittests",
270 "app_list_unittests",
271 "app_shell_browsertests",
272 "aura_unittests",
273 {
274 "test": "base_unittests",
275 "swarming": {
276 "can_use_on_swarming_builders": true
277 }
278 },
279 {
280 "test": "browser_tests",
281 "swarming": {
282 "can_use_on_swarming_builders": true,
283 "shards": 10
284 }
285 },
286 "cacheinvalidation_unittests",
287 "cast_unittests",
288 "cc_unittests",
289 "chromedriver_unittests",
290 "components_unittests",
291 "compositor_unittests",
292 {
293 "test": "content_browsertests",
294 "swarming": {
295 "can_use_on_swarming_builders": true
296 }
297 },
298 {
299 "test": "content_unittests",
300 "swarming": {
301 "can_use_on_swarming_builders": true
302 }
303 },
304 "crypto_unittests",
305 "dbus_unittests",
306 "device_unittests",
307 "display_unittests",
308 "events_unittests",
309 "extensions_unittests",
310 "gcm_unit_tests",
311 "gfx_unittests",
312 "google_apis_unittests",
313 "gpu_unittests",
314 {
315 "test": "interactive_ui_tests",
316 "swarming": {
317 "can_use_on_swarming_builders": true,
318 "shards": 3
319 }
320 },
321 "ipc_mojo_unittests",
322 "ipc_tests",
323 "jingle_unittests",
324 "media_unittests",
325 "mojo_application_manager_unittests",
326 "mojo_apps_js_unittests",
327 "mojo_common_unittests",
328 "mojo_js_unittests",
329 "mojo_public_bindings_unittests",
330 "mojo_public_environment_unittests",
331 "mojo_public_system_unittests",
332 "mojo_public_utility_unittests",
333 "mojo_shell_tests",
334 "mojo_system_unittests",
335 "mojo_view_manager_unittests",
336 "nacl_loader_unittests",
337 {
338 "test": "net_unittests",
339 "swarming": {
340 "can_use_on_swarming_builders": true
341 }
342 },
343 "ppapi_unittests",
344 "printing_unittests",
345 "remoting_unittests",
346 "sandbox_linux_unittests",
347 "sql_unittests",
348 "ui_unittests",
349 {
350 "test": "sync_integration_tests",
351 "swarming": {
352 "can_use_on_swarming_builders": true
353 }
354 },
355 "sync_unit_tests",
356 {
357 "test": "unit_tests",
358 "swarming": {
359 "can_use_on_swarming_builders": true
360 }
361 },
362 "url_unittests",
363 "views_unittests",
364 "wm_unittests"
365 ]
366 },
367 "Linux Clang (dbg)": { 267 "Linux Clang (dbg)": {
368 "gtest_tests": [ 268 "gtest_tests": [
369 "accessibility_unittests", 269 "accessibility_unittests",
370 "base_unittests", 270 "base_unittests",
371 "components_unittests", 271 "components_unittests",
372 "content_unittests", 272 "content_unittests",
373 "crypto_unittests", 273 "crypto_unittests",
374 "device_unittests", 274 "device_unittests",
375 "display_unittests", 275 "display_unittests",
376 "extensions_unittests", 276 "extensions_unittests",
(...skipping 13 matching lines...) Expand all
390 "mojo_view_manager_unittests", 290 "mojo_view_manager_unittests",
391 "nacl_loader_unittests", 291 "nacl_loader_unittests",
392 "sandbox_linux_unittests", 292 "sandbox_linux_unittests",
393 "sql_unittests", 293 "sql_unittests",
394 "sync_unit_tests", 294 "sync_unit_tests",
395 "ui_unittests", 295 "ui_unittests",
396 "unit_tests" 296 "unit_tests"
397 ] 297 ]
398 } 298 }
399 } 299 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698