| 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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 59 }, | 59 }, |
| 60 "test": "crypto_unittests" | 60 "test": "crypto_unittests" |
| 61 }, | 61 }, |
| 62 { | 62 { |
| 63 "test": "device_unittests" | 63 "test": "device_unittests" |
| 64 }, | 64 }, |
| 65 { | 65 { |
| 66 "test": "display_unittests" | 66 "test": "display_unittests" |
| 67 }, | 67 }, |
| 68 { | 68 { |
| 69 "swarming": { |
| 70 "can_use_on_swarming_builders": true |
| 71 }, |
| 69 "test": "extensions_browsertests" | 72 "test": "extensions_browsertests" |
| 70 }, | 73 }, |
| 71 { | 74 { |
| 72 "test": "extensions_unittests" | 75 "test": "extensions_unittests" |
| 73 }, | 76 }, |
| 74 { | 77 { |
| 75 "test": "gcm_unit_tests" | 78 "test": "gcm_unit_tests" |
| 76 }, | 79 }, |
| 77 { | 80 { |
| 78 "test": "gfx_unittests" | 81 "test": "gfx_unittests" |
| (...skipping 386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 465 "can_use_on_swarming_builders": true | 468 "can_use_on_swarming_builders": true |
| 466 }, | 469 }, |
| 467 "test": "unit_tests" | 470 "test": "unit_tests" |
| 468 }, | 471 }, |
| 469 { | 472 { |
| 470 "test": "url_unittests" | 473 "test": "url_unittests" |
| 471 } | 474 } |
| 472 ] | 475 ] |
| 473 } | 476 } |
| 474 } | 477 } |
| OLD | NEW |