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 "cast_unittests", |
19 "content_unittests", | 20 "content_unittests", |
20 "display_unittests", | 21 "display_unittests", |
21 "gfx_unittests", | 22 "gfx_unittests", |
22 "google_apis_unittests", | 23 "google_apis_unittests", |
23 "ipc_tests", | 24 "ipc_tests", |
24 "media_unittests", | 25 "media_unittests", |
25 "ppapi_unittests", | 26 "ppapi_unittests", |
26 "printing_unittests", | 27 "printing_unittests", |
27 "remoting_unittests", | 28 "remoting_unittests", |
28 "sql_unittests", | 29 "sql_unittests", |
(...skipping 14 matching lines...) Expand all Loading... |
43 ] | 44 ] |
44 }, | 45 }, |
45 "Linux ASan Tests (sandboxed)": { | 46 "Linux ASan Tests (sandboxed)": { |
46 "gtest_tests": [ | 47 "gtest_tests": [ |
47 "browser_tests", | 48 "browser_tests", |
48 "content_browsertests", | 49 "content_browsertests", |
49 "interactive_ui_tests" | 50 "interactive_ui_tests" |
50 ] | 51 ] |
51 } | 52 } |
52 } | 53 } |
OLD | NEW |