| 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 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 255 }, | 255 }, |
| 256 "test": "crypto_unittests" | 256 "test": "crypto_unittests" |
| 257 }, | 257 }, |
| 258 { | 258 { |
| 259 "test": "device_unittests" | 259 "test": "device_unittests" |
| 260 }, | 260 }, |
| 261 { | 261 { |
| 262 "test": "display_unittests" | 262 "test": "display_unittests" |
| 263 }, | 263 }, |
| 264 { | 264 { |
| 265 "swarming": { |
| 266 "can_use_on_swarming_builders": true |
| 267 }, |
| 265 "test": "events_unittests" | 268 "test": "events_unittests" |
| 266 }, | 269 }, |
| 267 { | 270 { |
| 268 "test": "gcm_unit_tests" | 271 "test": "gcm_unit_tests" |
| 269 }, | 272 }, |
| 270 { | 273 { |
| 271 "swarming": { | 274 "swarming": { |
| 272 "can_use_on_swarming_builders": true | 275 "can_use_on_swarming_builders": true |
| 273 }, | 276 }, |
| 274 "test": "gfx_unittests" | 277 "test": "gfx_unittests" |
| (...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 474 "can_use_on_swarming_builders": true | 477 "can_use_on_swarming_builders": true |
| 475 }, | 478 }, |
| 476 "test": "unit_tests" | 479 "test": "unit_tests" |
| 477 }, | 480 }, |
| 478 { | 481 { |
| 479 "test": "url_unittests" | 482 "test": "url_unittests" |
| 480 } | 483 } |
| 481 ] | 484 ] |
| 482 } | 485 } |
| 483 } | 486 } |
| OLD | NEW |