OLD | NEW |
1 { | 1 { |
2 "Linux ChromiumOS Tests (1)": { | 2 "Linux ChromiumOS Tests (1)": { |
3 "gtest_tests": [ | 3 "gtest_tests": [ |
4 "accessibility_unittests", | 4 "accessibility_unittests", |
5 { | 5 { |
6 "test": "base_unittests", | 6 "test": "base_unittests", |
7 "swarming": { | 7 "swarming": { |
8 "can_use_on_swarming_builders": true | 8 "can_use_on_swarming_builders": true |
9 } | 9 } |
10 }, | 10 }, |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
79 "test": "unit_tests", | 79 "test": "unit_tests", |
80 "swarming": { | 80 "swarming": { |
81 "can_use_on_swarming_builders": true | 81 "can_use_on_swarming_builders": true |
82 } | 82 } |
83 }, | 83 }, |
84 "sql_unittests", | 84 "sql_unittests", |
85 "nacl_loader_unittests", | 85 "nacl_loader_unittests", |
86 "athena_unittests", | 86 "athena_unittests", |
87 "app_shell_browsertests", | 87 "app_shell_browsertests", |
88 "app_shell_unittests", | 88 "app_shell_unittests", |
89 "chromevox_tests" | 89 "chromevox_tests", |
| 90 "skia_unittests" |
90 ] | 91 ] |
91 }, | 92 }, |
92 "Linux ChromiumOS Tests (2)": { | 93 "Linux ChromiumOS Tests (2)": { |
93 "gtest_tests": [ | 94 "gtest_tests": [ |
94 ] | 95 ] |
95 }, | 96 }, |
96 "Linux ChromiumOS Tests (dbg)(1)": { | 97 "Linux ChromiumOS Tests (dbg)(1)": { |
97 "gtest_tests": [ | 98 "gtest_tests": [ |
98 "accessibility_unittests", | 99 "accessibility_unittests", |
99 { | 100 { |
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
167 "app_shell_unittests", | 168 "app_shell_unittests", |
168 { | 169 { |
169 "test": "content_browsertests", | 170 "test": "content_browsertests", |
170 "swarming": { | 171 "swarming": { |
171 "can_use_on_swarming_builders": true, | 172 "can_use_on_swarming_builders": true, |
172 "shards": 2 | 173 "shards": 2 |
173 } | 174 } |
174 }, | 175 }, |
175 "athena_unittests", | 176 "athena_unittests", |
176 "gcm_unit_tests", | 177 "gcm_unit_tests", |
| 178 "skia_unittests", |
177 { | 179 { |
178 "test": "interactive_ui_tests", | 180 "test": "interactive_ui_tests", |
179 "swarming": { | 181 "swarming": { |
180 "can_use_on_swarming_builders": true, | 182 "can_use_on_swarming_builders": true, |
181 "shards": 3 | 183 "shards": 3 |
182 } | 184 } |
183 } | 185 } |
184 ] | 186 ] |
185 }, | 187 }, |
186 "Linux ChromiumOS Tests (dbg)(2)": { | 188 "Linux ChromiumOS Tests (dbg)(2)": { |
187 "gtest_tests": [ | 189 "gtest_tests": [ |
188 ] | 190 ] |
189 }, | 191 }, |
190 "Linux ChromiumOS Tests (dbg)(3)": { | 192 "Linux ChromiumOS Tests (dbg)(3)": { |
191 "gtest_tests": [ | 193 "gtest_tests": [ |
192 ] | 194 ] |
193 } | 195 } |
194 } | 196 } |
OLD | NEW |