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 "extensions_unittests", |
8 "gcm_unit_tests", | 9 "gcm_unit_tests", |
9 "gpu_unittests", | 10 "gpu_unittests", |
10 "jingle_unittests", | 11 "jingle_unittests", |
11 "net_unittests", | 12 "net_unittests", |
12 "sandbox_linux_unittests", | 13 "sandbox_linux_unittests", |
13 {"test": "browser_tests", "shard_index": 0, "total_shards": 3} | 14 {"test": "browser_tests", "shard_index": 0, "total_shards": 3} |
14 ] | 15 ] |
15 }, | 16 }, |
16 "Linux ASan LSan Tests (2)": { | 17 "Linux ASan LSan Tests (2)": { |
17 "gtest_tests": [ | 18 "gtest_tests": [ |
(...skipping 27 matching lines...) Expand all Loading... |
45 ] | 46 ] |
46 }, | 47 }, |
47 "Linux ASan Tests (sandboxed)": { | 48 "Linux ASan Tests (sandboxed)": { |
48 "gtest_tests": [ | 49 "gtest_tests": [ |
49 "browser_tests", | 50 "browser_tests", |
50 "content_browsertests", | 51 "content_browsertests", |
51 "interactive_ui_tests" | 52 "interactive_ui_tests" |
52 ] | 53 ] |
53 } | 54 } |
54 } | 55 } |
OLD | NEW |