| 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 282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 293 }, | 293 }, |
| 294 "test": "extensions_browsertests" | 294 "test": "extensions_browsertests" |
| 295 }, | 295 }, |
| 296 { | 296 { |
| 297 "test": "extensions_unittests" | 297 "test": "extensions_unittests" |
| 298 }, | 298 }, |
| 299 { | 299 { |
| 300 "test": "gcm_unit_tests" | 300 "test": "gcm_unit_tests" |
| 301 }, | 301 }, |
| 302 { | 302 { |
| 303 "swarming": { |
| 304 "can_use_on_swarming_builders": true |
| 305 }, |
| 303 "test": "gfx_unittests" | 306 "test": "gfx_unittests" |
| 304 }, | 307 }, |
| 305 { | 308 { |
| 306 "test": "gl_unittests" | 309 "test": "gl_unittests" |
| 307 }, | 310 }, |
| 308 { | 311 { |
| 309 "test": "google_apis_unittests" | 312 "test": "google_apis_unittests" |
| 310 }, | 313 }, |
| 311 { | 314 { |
| 312 "test": "gpu_unittests" | 315 "test": "gpu_unittests" |
| (...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 480 }, | 483 }, |
| 481 "test": "events_unittests" | 484 "test": "events_unittests" |
| 482 }, | 485 }, |
| 483 { | 486 { |
| 484 "test": "extensions_unittests" | 487 "test": "extensions_unittests" |
| 485 }, | 488 }, |
| 486 { | 489 { |
| 487 "test": "gcm_unit_tests" | 490 "test": "gcm_unit_tests" |
| 488 }, | 491 }, |
| 489 { | 492 { |
| 493 "swarming": { |
| 494 "can_use_on_swarming_builders": true |
| 495 }, |
| 490 "test": "gfx_unittests" | 496 "test": "gfx_unittests" |
| 491 }, | 497 }, |
| 492 { | 498 { |
| 493 "test": "gl_unittests" | 499 "test": "gl_unittests" |
| 494 }, | 500 }, |
| 495 { | 501 { |
| 496 "test": "google_apis_unittests" | 502 "test": "google_apis_unittests" |
| 497 }, | 503 }, |
| 498 { | 504 { |
| 499 "test": "gpu_unittests" | 505 "test": "gpu_unittests" |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 562 }, | 568 }, |
| 563 { | 569 { |
| 564 "test": "views_unittests" | 570 "test": "views_unittests" |
| 565 }, | 571 }, |
| 566 { | 572 { |
| 567 "test": "wm_unittests" | 573 "test": "wm_unittests" |
| 568 } | 574 } |
| 569 ] | 575 ] |
| 570 } | 576 } |
| 571 } | 577 } |
| OLD | NEW |