| OLD | NEW |
| 1 { | 1 { |
| 2 "Linux ASan LSan Tests (1)": { | 2 "Linux ASan LSan Tests (1)": { |
| 3 "gtest_tests": [ | 3 "gtest_tests": [ |
| 4 { | 4 { |
| 5 "swarming": { | 5 "swarming": { |
| 6 "can_use_on_swarming_builders": true | 6 "can_use_on_swarming_builders": true |
| 7 }, | 7 }, |
| 8 "test": "accessibility_unittests" | 8 "test": "accessibility_unittests" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 111 { | 111 { |
| 112 "test": "skia_unittests" | 112 "test": "skia_unittests" |
| 113 }, | 113 }, |
| 114 { | 114 { |
| 115 "test": "sql_unittests" | 115 "test": "sql_unittests" |
| 116 }, | 116 }, |
| 117 { | 117 { |
| 118 "test": "sync_unit_tests" | 118 "test": "sync_unit_tests" |
| 119 }, | 119 }, |
| 120 { | 120 { |
| 121 "swarming": { | |
| 122 "can_use_on_swarming_builders": true | |
| 123 }, | |
| 124 "test": "ui_base_unittests" | 121 "test": "ui_base_unittests" |
| 125 }, | 122 }, |
| 126 { | 123 { |
| 127 "swarming": { | 124 "swarming": { |
| 128 "can_use_on_swarming_builders": true, | 125 "can_use_on_swarming_builders": true, |
| 129 "shards": 2 | 126 "shards": 2 |
| 130 }, | 127 }, |
| 131 "test": "unit_tests" | 128 "test": "unit_tests" |
| 132 }, | 129 }, |
| 133 { | 130 { |
| (...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 292 { | 289 { |
| 293 "test": "skia_unittests" | 290 "test": "skia_unittests" |
| 294 }, | 291 }, |
| 295 { | 292 { |
| 296 "test": "sql_unittests" | 293 "test": "sql_unittests" |
| 297 }, | 294 }, |
| 298 { | 295 { |
| 299 "test": "sync_unit_tests" | 296 "test": "sync_unit_tests" |
| 300 }, | 297 }, |
| 301 { | 298 { |
| 302 "swarming": { | |
| 303 "can_use_on_swarming_builders": true | |
| 304 }, | |
| 305 "test": "ui_base_unittests" | 299 "test": "ui_base_unittests" |
| 306 }, | 300 }, |
| 307 { | 301 { |
| 308 "test": "ui_chromeos_unittests" | 302 "test": "ui_chromeos_unittests" |
| 309 }, | 303 }, |
| 310 { | 304 { |
| 311 "test": "ui_touch_selection_unittests" | 305 "test": "ui_touch_selection_unittests" |
| 312 }, | 306 }, |
| 313 { | 307 { |
| 314 "swarming": { | 308 "swarming": { |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 414 { | 408 { |
| 415 "test": "skia_unittests" | 409 "test": "skia_unittests" |
| 416 }, | 410 }, |
| 417 { | 411 { |
| 418 "test": "sql_unittests" | 412 "test": "sql_unittests" |
| 419 }, | 413 }, |
| 420 { | 414 { |
| 421 "test": "sync_unit_tests" | 415 "test": "sync_unit_tests" |
| 422 }, | 416 }, |
| 423 { | 417 { |
| 424 "swarming": { | |
| 425 "can_use_on_swarming_builders": true | |
| 426 }, | |
| 427 "test": "ui_base_unittests" | 418 "test": "ui_base_unittests" |
| 428 }, | 419 }, |
| 429 { | 420 { |
| 430 "swarming": { | 421 "swarming": { |
| 431 "can_use_on_swarming_builders": true | 422 "can_use_on_swarming_builders": true |
| 432 }, | 423 }, |
| 433 "test": "unit_tests" | 424 "test": "unit_tests" |
| 434 }, | 425 }, |
| 435 { | 426 { |
| 436 "test": "url_unittests" | 427 "test": "url_unittests" |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 518 { | 509 { |
| 519 "test": "remoting_unittests" | 510 "test": "remoting_unittests" |
| 520 }, | 511 }, |
| 521 { | 512 { |
| 522 "test": "sql_unittests" | 513 "test": "sql_unittests" |
| 523 }, | 514 }, |
| 524 { | 515 { |
| 525 "test": "sync_unit_tests" | 516 "test": "sync_unit_tests" |
| 526 }, | 517 }, |
| 527 { | 518 { |
| 528 "swarming": { | |
| 529 "can_use_on_swarming_builders": true | |
| 530 }, | |
| 531 "test": "ui_base_unittests" | 519 "test": "ui_base_unittests" |
| 532 }, | 520 }, |
| 533 { | 521 { |
| 534 "test": "url_unittests" | 522 "test": "url_unittests" |
| 535 } | 523 } |
| 536 ] | 524 ] |
| 537 } | 525 } |
| 538 } | 526 } |
| OLD | NEW |