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

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

Issue 520913004: Add tests for Chromium Mac 10.10 on FYI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
« no previous file with comments | « no previous file | no next file » | 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 "Linux Trusty": { 2 "Linux Trusty": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 "accessibility_unittests", 4 "accessibility_unittests",
5 "app_list_unittests", 5 "app_list_unittests",
6 "aura_unittests", 6 "aura_unittests",
7 "interactive_ui_tests", 7 "interactive_ui_tests",
8 "base_unittests", 8 "base_unittests",
9 "cacheinvalidation_unittests", 9 "cacheinvalidation_unittests",
10 "cast_unittests", 10 "cast_unittests",
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 }, 263 },
264 "Linux MSan Browser (2)": { 264 "Linux MSan Browser (2)": {
265 "gtest_tests": [ 265 "gtest_tests": [
266 {"test": "browser_tests", "shard_index": 1, "total_shards": 3} 266 {"test": "browser_tests", "shard_index": 1, "total_shards": 3}
267 ] 267 ]
268 }, 268 },
269 "Linux MSan Browser (3)": { 269 "Linux MSan Browser (3)": {
270 "gtest_tests": [ 270 "gtest_tests": [
271 {"test": "browser_tests", "shard_index": 2, "total_shards": 3} 271 {"test": "browser_tests", "shard_index": 2, "total_shards": 3}
272 ] 272 ]
273 },
274 "Chromium Mac 10.10": {
275 "gtest_tests": [
276 "accessibility_unittests",
277 "app_list_unittests",
278 "base_unittests",
279 "cacheinvalidation_unittests",
280 "cast_unittests",
281 "cc_unittests",
282 "chromedriver_unittests",
283 "components_unittests",
284 "content_browsertests",
285 "content_unittests",
286 "crypto_unittests",
287 "extensions_unittests",
288 "gcm_unit_tests",
289 "gfx_unittests",
290 "gpu_unittests",
291 "google_apis_unittests",
292 "interactive_ui_tests",
293 "ipc_tests",
294 "jingle_unittests",
295 "media_unittests",
296 "message_center_unittests",
297 "mojo_apps_js_unittests",
298 "mojo_common_unittests",
299 "mojo_js_unittests",
300 "mojo_public_bindings_unittests",
301 "mojo_public_environment_unittests",
302 "mojo_public_system_unittests",
303 "mojo_public_utility_unittests",
304 "mojo_application_manager_unittests",
305 "mojo_shell_tests",
306 "mojo_system_unittests",
307 "net_unittests",
308 "ppapi_unittests",
309 "printing_unittests",
310 "remoting_unittests",
311 "sandbox_mac_unittests",
312 "sql_unittests",
313 "sync_integration_tests",
314 "sync_unit_tests",
315 "ui_unittests",
316 "unit_tests",
317 "url_unittests",
318 "browser_tests"
319 ]
273 } 320 }
274 } 321 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698