| 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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 { | 68 { |
| 69 "test": "extensions_browsertests" | 69 "test": "extensions_browsertests" |
| 70 }, | 70 }, |
| 71 { | 71 { |
| 72 "test": "extensions_unittests" | 72 "test": "extensions_unittests" |
| 73 }, | 73 }, |
| 74 { | 74 { |
| 75 "test": "gcm_unit_tests" | 75 "test": "gcm_unit_tests" |
| 76 }, | 76 }, |
| 77 { | 77 { |
| 78 "test": "gfx_unittests" | 78 "test": "gl_unittests" |
| 79 }, | 79 }, |
| 80 { | 80 { |
| 81 "test": "google_apis_unittests" | 81 "test": "google_apis_unittests" |
| 82 }, | 82 }, |
| 83 { | 83 { |
| 84 "test": "gpu_unittests" | 84 "test": "gpu_unittests" |
| 85 }, | 85 }, |
| 86 { | 86 { |
| 87 "swarming": { | 87 "swarming": { |
| 88 "can_use_on_swarming_builders": true, | 88 "can_use_on_swarming_builders": true, |
| (...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 239 { | 239 { |
| 240 "test": "extensions_unittests" | 240 "test": "extensions_unittests" |
| 241 }, | 241 }, |
| 242 { | 242 { |
| 243 "test": "gcm_unit_tests" | 243 "test": "gcm_unit_tests" |
| 244 }, | 244 }, |
| 245 { | 245 { |
| 246 "test": "gfx_unittests" | 246 "test": "gfx_unittests" |
| 247 }, | 247 }, |
| 248 { | 248 { |
| 249 "test": "gl_unittests" |
| 250 }, |
| 251 { |
| 249 "test": "google_apis_unittests" | 252 "test": "google_apis_unittests" |
| 250 }, | 253 }, |
| 251 { | 254 { |
| 252 "test": "gpu_unittests" | 255 "test": "gpu_unittests" |
| 253 }, | 256 }, |
| 254 { | 257 { |
| 255 "swarming": { | 258 "swarming": { |
| 256 "can_use_on_swarming_builders": true | 259 "can_use_on_swarming_builders": true |
| 257 }, | 260 }, |
| 258 "test": "interactive_ui_tests" | 261 "test": "interactive_ui_tests" |
| (...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 408 { | 411 { |
| 409 "test": "extensions_unittests" | 412 "test": "extensions_unittests" |
| 410 }, | 413 }, |
| 411 { | 414 { |
| 412 "test": "gcm_unit_tests" | 415 "test": "gcm_unit_tests" |
| 413 }, | 416 }, |
| 414 { | 417 { |
| 415 "test": "gfx_unittests" | 418 "test": "gfx_unittests" |
| 416 }, | 419 }, |
| 417 { | 420 { |
| 421 "test": "gl_unittests" |
| 422 }, |
| 423 { |
| 418 "test": "google_apis_unittests" | 424 "test": "google_apis_unittests" |
| 419 }, | 425 }, |
| 420 { | 426 { |
| 421 "test": "gpu_unittests" | 427 "test": "gpu_unittests" |
| 422 }, | 428 }, |
| 423 { | 429 { |
| 424 "test": "ipc_mojo_unittests" | 430 "test": "ipc_mojo_unittests" |
| 425 }, | 431 }, |
| 426 { | 432 { |
| 427 "test": "ipc_tests" | 433 "test": "ipc_tests" |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 484 }, | 490 }, |
| 485 { | 491 { |
| 486 "test": "views_unittests" | 492 "test": "views_unittests" |
| 487 }, | 493 }, |
| 488 { | 494 { |
| 489 "test": "wm_unittests" | 495 "test": "wm_unittests" |
| 490 } | 496 } |
| 491 ] | 497 ] |
| 492 } | 498 } |
| 493 } | 499 } |
| OLD | NEW |