Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Side by Side Diff: testing/buildbot/chromium.win.json

Issue 296113011: Add mojo unittests to Windows main waterfall bots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | testing/buildbot/chromium_trybot.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "XP Tests (1)": { 2 "XP Tests (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 "interactive_ui_tests", 4 "interactive_ui_tests",
5 "cacheinvalidation_unittests", 5 "cacheinvalidation_unittests",
6 "cast_unittests", 6 "cast_unittests",
7 "cc_unittests", 7 "cc_unittests",
8 "chromedriver_unittests", 8 "chromedriver_unittests",
9 "courgette_unittests", 9 "courgette_unittests",
10 "crypto_unittests", 10 "crypto_unittests",
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 {"test": "browser_tests", "shard_index": 1, "total_shards": 3} 96 {"test": "browser_tests", "shard_index": 1, "total_shards": 3}
97 ] 97 ]
98 }, 98 },
99 "Vista Tests (3)": { 99 "Vista Tests (3)": {
100 "gtest_tests": [ 100 "gtest_tests": [
101 "chrome_elf_unittests", 101 "chrome_elf_unittests",
102 "components_unittests", 102 "components_unittests",
103 "gcm_unit_tests", 103 "gcm_unit_tests",
104 "google_apis_unittests", 104 "google_apis_unittests",
105 "ipc_tests", 105 "ipc_tests",
106 "mojo_apps_js_unittests",
107 "mojo_common_unittests",
108 "mojo_js_unittests",
109 "mojo_public_bindings_unittests",
110 "mojo_public_environment_unittests",
111 "mojo_public_system_unittests",
112 "mojo_public_utility_unittests",
113 "mojo_service_manager_unittests",
114 "mojo_system_unittests",
115 "mojo_view_manager_unittests",
106 "sync_unit_tests", 116 "sync_unit_tests",
107 "unit_tests", 117 "unit_tests",
108 "sql_unittests", 118 "sql_unittests",
109 "ui_unittests", 119 "ui_unittests",
110 "content_unittests", 120 "content_unittests",
111 "views_unittests", 121 "views_unittests",
112 "wm_unittests", 122 "wm_unittests",
113 {"test": "browser_tests", "shard_index": 2, "total_shards": 3} 123 {"test": "browser_tests", "shard_index": 2, "total_shards": 3}
114 ] 124 ]
115 }, 125 },
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 {"test": "browser_tests", "shard_index": 1, "total_shards": 3} 163 {"test": "browser_tests", "shard_index": 1, "total_shards": 3}
154 ] 164 ]
155 }, 165 },
156 "Win7 Tests (3)": { 166 "Win7 Tests (3)": {
157 "gtest_tests": [ 167 "gtest_tests": [
158 "chrome_elf_unittests", 168 "chrome_elf_unittests",
159 "components_unittests", 169 "components_unittests",
160 "gcm_unit_tests", 170 "gcm_unit_tests",
161 "google_apis_unittests", 171 "google_apis_unittests",
162 "ipc_tests", 172 "ipc_tests",
173 "mojo_apps_js_unittests",
174 "mojo_common_unittests",
175 "mojo_js_unittests",
176 "mojo_public_bindings_unittests",
177 "mojo_public_environment_unittests",
178 "mojo_public_system_unittests",
179 "mojo_public_utility_unittests",
180 "mojo_service_manager_unittests",
181 "mojo_system_unittests",
182 "mojo_view_manager_unittests",
163 "sync_unit_tests", 183 "sync_unit_tests",
164 "unit_tests", 184 "unit_tests",
165 "sql_unittests", 185 "sql_unittests",
166 "ui_unittests", 186 "ui_unittests",
167 "content_unittests", 187 "content_unittests",
168 "views_unittests", 188 "views_unittests",
169 "wm_unittests", 189 "wm_unittests",
170 {"test": "browser_tests", "shard_index": 2, "total_shards": 3} 190 {"test": "browser_tests", "shard_index": 2, "total_shards": 3}
171 ] 191 ]
172 }, 192 },
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 }, 227 },
208 "Win 7 Tests x64 (3)": { 228 "Win 7 Tests x64 (3)": {
209 "gtest_tests": [ 229 "gtest_tests": [
210 "components_unittests", 230 "components_unittests",
211 "gfx_unittests", 231 "gfx_unittests",
212 "content_unittests", 232 "content_unittests",
213 "ui_unittests", 233 "ui_unittests",
214 "views_unittests", 234 "views_unittests",
215 "wm_unittests", 235 "wm_unittests",
216 "ipc_tests", 236 "ipc_tests",
237 "mojo_apps_js_unittests",
238 "mojo_common_unittests",
239 "mojo_js_unittests",
240 "mojo_public_bindings_unittests",
241 "mojo_public_environment_unittests",
242 "mojo_public_system_unittests",
243 "mojo_public_utility_unittests",
244 "mojo_service_manager_unittests",
245 "mojo_system_unittests",
246 "mojo_view_manager_unittests",
217 "sync_unit_tests", 247 "sync_unit_tests",
218 "unit_tests", 248 "unit_tests",
219 "sql_unittests", 249 "sql_unittests",
220 {"test": "browser_tests", "shard_index": 2, "total_shards": 3} 250 {"test": "browser_tests", "shard_index": 2, "total_shards": 3}
221 ] 251 ]
222 }, 252 },
223 "Win7 Tests (dbg)(1)": { 253 "Win7 Tests (dbg)(1)": {
224 "gtest_tests": [ 254 "gtest_tests": [
225 "base_unittests", 255 "base_unittests",
226 "cacheinvalidation_unittests", 256 "cacheinvalidation_unittests",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 "Win7 Tests (dbg)(3)": { 295 "Win7 Tests (dbg)(3)": {
266 "gtest_tests": [ 296 "gtest_tests": [
267 "sbox_unittests", 297 "sbox_unittests",
268 "sbox_integration_tests", 298 "sbox_integration_tests",
269 "sbox_validation_tests", 299 "sbox_validation_tests",
270 {"test": "browser_tests", "shard_index": 1, "total_shards": 5} 300 {"test": "browser_tests", "shard_index": 1, "total_shards": 5}
271 ] 301 ]
272 }, 302 },
273 "Win7 Tests (dbg)(4)": { 303 "Win7 Tests (dbg)(4)": {
274 "gtest_tests": [ 304 "gtest_tests": [
305 "mojo_apps_js_unittests",
306 "mojo_common_unittests",
307 "mojo_js_unittests",
308 "mojo_public_bindings_unittests",
309 "mojo_public_environment_unittests",
310 "mojo_public_system_unittests",
311 "mojo_public_utility_unittests",
312 "mojo_service_manager_unittests",
313 "mojo_system_unittests",
314 "mojo_view_manager_unittests",
275 {"test": "browser_tests", "shard_index": 2, "total_shards": 5} 315 {"test": "browser_tests", "shard_index": 2, "total_shards": 5}
276 ] 316 ]
277 }, 317 },
278 "Win7 Tests (dbg)(5)": { 318 "Win7 Tests (dbg)(5)": {
279 "gtest_tests": [ 319 "gtest_tests": [
280 {"test": "browser_tests", "shard_index": 3, "total_shards": 5} 320 {"test": "browser_tests", "shard_index": 3, "total_shards": 5}
281 ] 321 ]
282 }, 322 },
283 "Win7 Tests (dbg)(6)": { 323 "Win7 Tests (dbg)(6)": {
284 "gtest_tests": [ 324 "gtest_tests": [
285 {"test": "browser_tests", "shard_index": 4, "total_shards": 5} 325 {"test": "browser_tests", "shard_index": 4, "total_shards": 5}
286 ] 326 ]
287 }, 327 },
288 "Interactive Tests (dbg)": { 328 "Interactive Tests (dbg)": {
289 "gtest_tests": [ 329 "gtest_tests": [
290 "interactive_ui_tests" 330 "interactive_ui_tests"
291 ] 331 ]
292 }, 332 },
293 "Win8 Aura": { 333 "Win8 Aura": {
294 "gtest_tests": [ 334 "gtest_tests": [
295 "views_unittests", 335 "views_unittests",
296 "wm_unittests", 336 "wm_unittests",
297 "aura_unittests", 337 "aura_unittests",
298 "ash_unittests", 338 "ash_unittests",
299 "compositor_unittests", 339 "compositor_unittests",
300 "events_unittests" 340 "events_unittests"
301 ] 341 ]
302 } 342 }
303 } 343 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/chromium_trybot.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698