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

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

Issue 651943002: Add test specs for Linux ChromeOS MSan. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 "app_shell_unittests", 6 "app_shell_unittests",
7 "aura_unittests", 7 "aura_unittests",
8 "interactive_ui_tests", 8 "interactive_ui_tests",
9 "base_unittests", 9 "base_unittests",
10 "cacheinvalidation_unittests", 10 "cacheinvalidation_unittests",
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 "gtest_tests": [ 287 "gtest_tests": [
288 { "test": "content_unittests", "args": ["--site-per-process"] }, 288 { "test": "content_unittests", "args": ["--site-per-process"] },
289 { "test": "content_browsertests", "args": ["--site-per-process"] } 289 { "test": "content_browsertests", "args": ["--site-per-process"] }
290 ] 290 ]
291 }, 291 },
292 "Site Isolation Win": { 292 "Site Isolation Win": {
293 "gtest_tests": [ 293 "gtest_tests": [
294 { "test": "content_unittests", "args": ["--site-per-process"] }, 294 { "test": "content_unittests", "args": ["--site-per-process"] },
295 { "test": "content_browsertests", "args": ["--site-per-process"] } 295 { "test": "content_browsertests", "args": ["--site-per-process"] }
296 ] 296 ]
297 },
298 "Linux ChromeOS MSan Tests": {
299 "gtest_tests": [
300 "accessibility_unittests",
301 "app_list_unittests",
302 "app_shell_browsertests",
303 "aura_unittests",
304 "base_unittests",
305 "cacheinvalidation_unittests",
306 "cast_unittests",
307 "cc_unittests",
308 "chromedriver_unittests",
309 "components_unittests",
310 "content_browsertests",
311 "content_unittests",
312 "crypto_unittests",
313 "dbus_unittests",
314 "device_unittests",
315 "display_unittests",
316 "events_unittests",
317 "extensions_unittests",
318 "gcm_unit_tests",
319 "gfx_unittests",
320 "google_apis_unittests",
321 "gpu_unittests",
322 "interactive_ui_tests",
323 "ipc_mojo_unittests",
324 "ipc_tests",
325 "jingle_unittests",
326 "media_unittests",
327 "mojo_application_manager_unittests",
328 "mojo_apps_js_unittests",
329 "mojo_common_unittests",
330 "mojo_js_unittests",
331 "mojo_public_bindings_unittests",
332 "mojo_public_environment_unittests",
333 "mojo_public_system_unittests",
334 "mojo_public_utility_unittests",
335 "mojo_shell_tests",
336 "mojo_system_unittests",
337 "nacl_loader_unittests",
338 "net_unittests",
339 "ppapi_unittests",
340 "printing_unittests",
341 "remoting_unittests",
342 "sandbox_linux_unittests",
343 "sql_unittests",
344 "sync_unit_tests",
345 "ui_unittests",
346 "unit_tests",
347 "url_unittests",
348 "views_unittests",
349 "wm_unittests"
350 ]
351 },
352 "Linux ChromeOS MSan Browser (1)": {
353 "gtest_tests": [
354 {"test": "browser_tests", "shard_index": 0, "total_shards": 3}
355 ]
356 },
357 "Linux ChromeOS MSan Browser (2)": {
358 "gtest_tests": [
359 {"test": "browser_tests", "shard_index": 1, "total_shards": 3}
360 ]
361 },
362 "Linux ChromeOS MSan Browser (3)": {
363 "gtest_tests": [
364 {"test": "browser_tests", "shard_index": 2, "total_shards": 3}
365 ]
297 } 366 }
298 } 367 }
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