OLD | NEW |
1 { | 1 { |
2 "Linux ChromiumOS Tests (1)": { | 2 "Linux ChromiumOS Tests (1)": { |
3 "gtest_tests": [ | 3 "gtest_tests": [ |
4 "base_unittests", | 4 "base_unittests", |
5 "cacheinvalidation_unittests", | 5 "cacheinvalidation_unittests", |
6 "chromeos_unittests", | 6 "chromeos_unittests", |
7 "components_unittests", | 7 "components_unittests", |
8 "crypto_unittests", | 8 "crypto_unittests", |
9 "dbus_unittests", | 9 "dbus_unittests", |
10 "gcm_unit_tests", | 10 "gcm_unit_tests", |
(...skipping 15 matching lines...) Expand all Loading... |
26 "aura_unittests", | 26 "aura_unittests", |
27 "ash_unittests", | 27 "ash_unittests", |
28 "app_list_unittests", | 28 "app_list_unittests", |
29 "message_center_unittests", | 29 "message_center_unittests", |
30 "compositor_unittests", | 30 "compositor_unittests", |
31 "events_unittests", | 31 "events_unittests", |
32 "ipc_tests", | 32 "ipc_tests", |
33 "sync_unit_tests", | 33 "sync_unit_tests", |
34 "unit_tests", | 34 "unit_tests", |
35 "sql_unittests", | 35 "sql_unittests", |
36 "nacl_loader_unittests" | 36 "nacl_loader_unittests", |
| 37 "athena_unittests" |
37 ] | 38 ] |
38 }, | 39 }, |
39 "Linux ChromiumOS Tests (2)": { | 40 "Linux ChromiumOS Tests (2)": { |
40 "gtest_tests": [ | 41 "gtest_tests": [ |
41 "interactive_ui_tests", | 42 "interactive_ui_tests", |
42 "browser_tests", | 43 "browser_tests", |
43 "content_browsertests", | 44 "content_browsertests", |
44 "app_shell_browsertests" | 45 "app_shell_browsertests" |
45 ] | 46 ] |
46 }, | 47 }, |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
83 "Linux ChromiumOS Tests (dbg)(2)": { | 84 "Linux ChromiumOS Tests (dbg)(2)": { |
84 "gtest_tests": [ | 85 "gtest_tests": [ |
85 "app_shell_browsertests", | 86 "app_shell_browsertests", |
86 "content_browsertests", | 87 "content_browsertests", |
87 "net_unittests", | 88 "net_unittests", |
88 {"test": "browser_tests", "shard_index": 1, "total_shards": 3} | 89 {"test": "browser_tests", "shard_index": 1, "total_shards": 3} |
89 ] | 90 ] |
90 }, | 91 }, |
91 "Linux ChromiumOS Tests (dbg)(3)": { | 92 "Linux ChromiumOS Tests (dbg)(3)": { |
92 "gtest_tests": [ | 93 "gtest_tests": [ |
| 94 "athena_unittests", |
93 "gcm_unit_tests", | 95 "gcm_unit_tests", |
94 "interactive_ui_tests", | 96 "interactive_ui_tests", |
95 {"test": "browser_tests", "shard_index": 2, "total_shards": 3} | 97 {"test": "browser_tests", "shard_index": 2, "total_shards": 3} |
96 ] | 98 ] |
97 } | 99 } |
98 } | 100 } |
OLD | NEW |