| 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 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 142 { | 142 { |
| 143 "test": "skia_unittests" | 143 "test": "skia_unittests" |
| 144 }, | 144 }, |
| 145 { | 145 { |
| 146 "test": "sql_unittests" | 146 "test": "sql_unittests" |
| 147 }, | 147 }, |
| 148 { | 148 { |
| 149 "test": "sync_unit_tests" | 149 "test": "sync_unit_tests" |
| 150 }, | 150 }, |
| 151 { | 151 { |
| 152 "swarming": { |
| 153 "can_use_on_swarming_builders": true |
| 154 }, |
| 152 "test": "ui_base_unittests" | 155 "test": "ui_base_unittests" |
| 153 }, | 156 }, |
| 154 { | 157 { |
| 155 "swarming": { | 158 "swarming": { |
| 156 "can_use_on_swarming_builders": true, | 159 "can_use_on_swarming_builders": true, |
| 157 "shards": 2 | 160 "shards": 2 |
| 158 }, | 161 }, |
| 159 "test": "unit_tests" | 162 "test": "unit_tests" |
| 160 }, | 163 }, |
| 161 { | 164 { |
| (...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 350 { | 353 { |
| 351 "test": "skia_unittests" | 354 "test": "skia_unittests" |
| 352 }, | 355 }, |
| 353 { | 356 { |
| 354 "test": "sql_unittests" | 357 "test": "sql_unittests" |
| 355 }, | 358 }, |
| 356 { | 359 { |
| 357 "test": "sync_unit_tests" | 360 "test": "sync_unit_tests" |
| 358 }, | 361 }, |
| 359 { | 362 { |
| 363 "swarming": { |
| 364 "can_use_on_swarming_builders": true |
| 365 }, |
| 360 "test": "ui_base_unittests" | 366 "test": "ui_base_unittests" |
| 361 }, | 367 }, |
| 362 { | 368 { |
| 363 "test": "ui_chromeos_unittests" | 369 "test": "ui_chromeos_unittests" |
| 364 }, | 370 }, |
| 365 { | 371 { |
| 366 "test": "ui_touch_selection_unittests" | 372 "test": "ui_touch_selection_unittests" |
| 367 }, | 373 }, |
| 368 { | 374 { |
| 369 "swarming": { | 375 "swarming": { |
| (...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 484 { | 490 { |
| 485 "test": "skia_unittests" | 491 "test": "skia_unittests" |
| 486 }, | 492 }, |
| 487 { | 493 { |
| 488 "test": "sql_unittests" | 494 "test": "sql_unittests" |
| 489 }, | 495 }, |
| 490 { | 496 { |
| 491 "test": "sync_unit_tests" | 497 "test": "sync_unit_tests" |
| 492 }, | 498 }, |
| 493 { | 499 { |
| 500 "swarming": { |
| 501 "can_use_on_swarming_builders": true |
| 502 }, |
| 494 "test": "ui_base_unittests" | 503 "test": "ui_base_unittests" |
| 495 }, | 504 }, |
| 496 { | 505 { |
| 497 "swarming": { | 506 "swarming": { |
| 498 "can_use_on_swarming_builders": true | 507 "can_use_on_swarming_builders": true |
| 499 }, | 508 }, |
| 500 "test": "unit_tests" | 509 "test": "unit_tests" |
| 501 }, | 510 }, |
| 502 { | 511 { |
| 503 "test": "url_unittests" | 512 "test": "url_unittests" |
| 504 } | 513 } |
| 505 ] | 514 ] |
| 506 } | 515 } |
| 507 } | 516 } |
| OLD | NEW |