| 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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 71 }, | 71 }, |
| 72 "test": "extensions_browsertests" | 72 "test": "extensions_browsertests" |
| 73 }, | 73 }, |
| 74 { | 74 { |
| 75 "test": "extensions_unittests" | 75 "test": "extensions_unittests" |
| 76 }, | 76 }, |
| 77 { | 77 { |
| 78 "test": "gcm_unit_tests" | 78 "test": "gcm_unit_tests" |
| 79 }, | 79 }, |
| 80 { | 80 { |
| 81 "swarming": { |
| 82 "can_use_on_swarming_builders": true |
| 83 }, |
| 81 "test": "gfx_unittests" | 84 "test": "gfx_unittests" |
| 82 }, | 85 }, |
| 83 { | 86 { |
| 84 "test": "gl_unittests" | 87 "test": "gl_unittests" |
| 85 }, | 88 }, |
| 86 { | 89 { |
| 87 "test": "google_apis_unittests" | 90 "test": "google_apis_unittests" |
| 88 }, | 91 }, |
| 89 { | 92 { |
| 90 "test": "gpu_unittests" | 93 "test": "gpu_unittests" |
| (...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 258 { | 261 { |
| 259 "swarming": { | 262 "swarming": { |
| 260 "can_use_on_swarming_builders": true | 263 "can_use_on_swarming_builders": true |
| 261 }, | 264 }, |
| 262 "test": "events_unittests" | 265 "test": "events_unittests" |
| 263 }, | 266 }, |
| 264 { | 267 { |
| 265 "test": "gcm_unit_tests" | 268 "test": "gcm_unit_tests" |
| 266 }, | 269 }, |
| 267 { | 270 { |
| 271 "swarming": { |
| 272 "can_use_on_swarming_builders": true |
| 273 }, |
| 268 "test": "gfx_unittests" | 274 "test": "gfx_unittests" |
| 269 }, | 275 }, |
| 270 { | 276 { |
| 271 "test": "gl_unittests" | 277 "test": "gl_unittests" |
| 272 }, | 278 }, |
| 273 { | 279 { |
| 274 "test": "google_apis_unittests" | 280 "test": "google_apis_unittests" |
| 275 }, | 281 }, |
| 276 { | 282 { |
| 277 "test": "gpu_unittests" | 283 "test": "gpu_unittests" |
| (...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 468 "can_use_on_swarming_builders": true | 474 "can_use_on_swarming_builders": true |
| 469 }, | 475 }, |
| 470 "test": "unit_tests" | 476 "test": "unit_tests" |
| 471 }, | 477 }, |
| 472 { | 478 { |
| 473 "test": "url_unittests" | 479 "test": "url_unittests" |
| 474 } | 480 } |
| 475 ] | 481 ] |
| 476 } | 482 } |
| 477 } | 483 } |
| OLD | NEW |