| OLD | NEW |
| 1 { | 1 { |
| 2 "Linux ChromeOS MSan Tests": { | 2 "Linux ChromeOS MSan Tests": { |
| 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 21 matching lines...) Expand all Loading... |
| 32 { | 32 { |
| 33 "test": "cast_unittests" | 33 "test": "cast_unittests" |
| 34 }, | 34 }, |
| 35 { | 35 { |
| 36 "test": "cc_unittests" | 36 "test": "cc_unittests" |
| 37 }, | 37 }, |
| 38 { | 38 { |
| 39 "test": "chromedriver_unittests" | 39 "test": "chromedriver_unittests" |
| 40 }, | 40 }, |
| 41 { | 41 { |
| 42 "swarming": { |
| 43 "can_use_on_swarming_builders": true |
| 44 }, |
| 42 "test": "components_unittests" | 45 "test": "components_unittests" |
| 43 }, | 46 }, |
| 44 { | 47 { |
| 45 "test": "compositor_unittests" | 48 "test": "compositor_unittests" |
| 46 }, | 49 }, |
| 47 { | 50 { |
| 48 "test": "content_browsertests" | 51 "test": "content_browsertests" |
| 49 }, | 52 }, |
| 50 { | 53 { |
| 51 "test": "content_unittests" | 54 "test": "content_unittests" |
| (...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 200 { | 203 { |
| 201 "test": "cast_unittests" | 204 "test": "cast_unittests" |
| 202 }, | 205 }, |
| 203 { | 206 { |
| 204 "test": "cc_unittests" | 207 "test": "cc_unittests" |
| 205 }, | 208 }, |
| 206 { | 209 { |
| 207 "test": "chromedriver_unittests" | 210 "test": "chromedriver_unittests" |
| 208 }, | 211 }, |
| 209 { | 212 { |
| 213 "swarming": { |
| 214 "can_use_on_swarming_builders": true |
| 215 }, |
| 210 "test": "components_unittests" | 216 "test": "components_unittests" |
| 211 }, | 217 }, |
| 212 { | 218 { |
| 213 "test": "compositor_unittests" | 219 "test": "compositor_unittests" |
| 214 }, | 220 }, |
| 215 { | 221 { |
| 216 "test": "content_browsertests" | 222 "test": "content_browsertests" |
| 217 }, | 223 }, |
| 218 { | 224 { |
| 219 "test": "content_unittests" | 225 "test": "content_unittests" |
| (...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 372 { | 378 { |
| 373 "test": "cacheinvalidation_unittests" | 379 "test": "cacheinvalidation_unittests" |
| 374 }, | 380 }, |
| 375 { | 381 { |
| 376 "test": "cast_unittests" | 382 "test": "cast_unittests" |
| 377 }, | 383 }, |
| 378 { | 384 { |
| 379 "test": "chromedriver_unittests" | 385 "test": "chromedriver_unittests" |
| 380 }, | 386 }, |
| 381 { | 387 { |
| 388 "swarming": { |
| 389 "can_use_on_swarming_builders": true |
| 390 }, |
| 382 "test": "components_unittests" | 391 "test": "components_unittests" |
| 383 }, | 392 }, |
| 384 { | 393 { |
| 385 "swarming": { | 394 "swarming": { |
| 386 "can_use_on_swarming_builders": true | 395 "can_use_on_swarming_builders": true |
| 387 }, | 396 }, |
| 388 "test": "content_browsertests" | 397 "test": "content_browsertests" |
| 389 }, | 398 }, |
| 390 { | 399 { |
| 391 "swarming": { | 400 "swarming": { |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 490 }, | 499 }, |
| 491 { | 500 { |
| 492 "test": "views_unittests" | 501 "test": "views_unittests" |
| 493 }, | 502 }, |
| 494 { | 503 { |
| 495 "test": "wm_unittests" | 504 "test": "wm_unittests" |
| 496 } | 505 } |
| 497 ] | 506 ] |
| 498 } | 507 } |
| 499 } | 508 } |
| OLD | NEW |