| 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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 147 { | 147 { |
| 148 "test": "mojo_public_utility_unittests" | 148 "test": "mojo_public_utility_unittests" |
| 149 }, | 149 }, |
| 150 { | 150 { |
| 151 "test": "mojo_system_unittests" | 151 "test": "mojo_system_unittests" |
| 152 }, | 152 }, |
| 153 { | 153 { |
| 154 "test": "nacl_loader_unittests" | 154 "test": "nacl_loader_unittests" |
| 155 }, | 155 }, |
| 156 { | 156 { |
| 157 "swarming": { |
| 158 "can_use_on_swarming_builders": true |
| 159 }, |
| 157 "test": "net_unittests" | 160 "test": "net_unittests" |
| 158 }, | 161 }, |
| 159 { | 162 { |
| 160 "test": "ppapi_unittests" | 163 "test": "ppapi_unittests" |
| 161 }, | 164 }, |
| 162 { | 165 { |
| 163 "test": "printing_unittests" | 166 "test": "printing_unittests" |
| 164 }, | 167 }, |
| 165 { | 168 { |
| 166 "test": "remoting_unittests" | 169 "test": "remoting_unittests" |
| (...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 344 { | 347 { |
| 345 "test": "mojo_public_utility_unittests" | 348 "test": "mojo_public_utility_unittests" |
| 346 }, | 349 }, |
| 347 { | 350 { |
| 348 "test": "mojo_system_unittests" | 351 "test": "mojo_system_unittests" |
| 349 }, | 352 }, |
| 350 { | 353 { |
| 351 "test": "nacl_loader_unittests" | 354 "test": "nacl_loader_unittests" |
| 352 }, | 355 }, |
| 353 { | 356 { |
| 357 "swarming": { |
| 358 "can_use_on_swarming_builders": true |
| 359 }, |
| 354 "test": "net_unittests" | 360 "test": "net_unittests" |
| 355 }, | 361 }, |
| 356 { | 362 { |
| 357 "test": "ppapi_unittests" | 363 "test": "ppapi_unittests" |
| 358 }, | 364 }, |
| 359 { | 365 { |
| 360 "test": "printing_unittests" | 366 "test": "printing_unittests" |
| 361 }, | 367 }, |
| 362 { | 368 { |
| 363 "test": "remoting_unittests" | 369 "test": "remoting_unittests" |
| (...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 556 }, | 562 }, |
| 557 { | 563 { |
| 558 "test": "views_unittests" | 564 "test": "views_unittests" |
| 559 }, | 565 }, |
| 560 { | 566 { |
| 561 "test": "wm_unittests" | 567 "test": "wm_unittests" |
| 562 } | 568 } |
| 563 ] | 569 ] |
| 564 } | 570 } |
| 565 } | 571 } |
| OLD | NEW |