| OLD | NEW |
| 1 { | 1 { |
| 2 "Linux ASan LSan Tests (1)": { | 2 "Linux ASan LSan Tests (1)": { |
| 3 "gtest_tests": [ | 3 "gtest_tests": [ |
| 4 "base_unittests", | 4 "base_unittests", |
| 5 "cacheinvalidation_unittests", | 5 "cacheinvalidation_unittests", |
| 6 "crypto_unittests", | 6 "crypto_unittests", |
| 7 "device_unittests", | 7 "device_unittests", |
| 8 "gcm_unit_tests", | 8 "gcm_unit_tests", |
| 9 "gpu_unittests", | 9 "gpu_unittests", |
| 10 "jingle_unittests", | 10 "jingle_unittests", |
| 11 "net_unittests", | 11 "net_unittests", |
| 12 "sandbox_linux_unittests", | 12 "sandbox_linux_unittests", |
| 13 {"test": "browser_tests", "shard_index": 0, "total_shards": 3} | 13 {"test": "browser_tests", "shard_index": 0, "total_shards": 3} |
| 14 ] | 14 ] |
| 15 }, | 15 }, |
| 16 "Linux ASan LSan Tests (2)": { | 16 "Linux ASan LSan Tests (2)": { |
| 17 "gtest_tests": [ | 17 "gtest_tests": [ |
| 18 "accessibility_unittests", | 18 "accessibility_unittests", |
| 19 "content_unittests", | 19 "content_unittests", |
| 20 "display_unittests", | 20 "display_unittests", |
| 21 "gfx_unittests", | 21 "gfx_unittests", |
| 22 "google_apis_unittests", |
| 22 "ipc_tests", | 23 "ipc_tests", |
| 23 "media_unittests", | 24 "media_unittests", |
| 24 "ppapi_unittests", | 25 "ppapi_unittests", |
| 25 "printing_unittests", | 26 "printing_unittests", |
| 26 "remoting_unittests", | 27 "remoting_unittests", |
| 27 "sql_unittests", | 28 "sql_unittests", |
| 28 "sync_unit_tests", | 29 "sync_unit_tests", |
| 29 "ui_unittests", | 30 "ui_unittests", |
| 30 "unit_tests", | 31 "unit_tests", |
| 31 "url_unittests", | 32 "url_unittests", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 42 ] | 43 ] |
| 43 }, | 44 }, |
| 44 "Linux ASan Tests (sandboxed)": { | 45 "Linux ASan Tests (sandboxed)": { |
| 45 "gtest_tests": [ | 46 "gtest_tests": [ |
| 46 "browser_tests", | 47 "browser_tests", |
| 47 "content_browsertests", | 48 "content_browsertests", |
| 48 "interactive_ui_tests" | 49 "interactive_ui_tests" |
| 49 ] | 50 ] |
| 50 } | 51 } |
| 51 } | 52 } |
| OLD | NEW |