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