OLD | NEW |
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 344 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
355 "gtest_tests": [ | 355 "gtest_tests": [ |
356 { "test": "content_unittests", "args": ["--site-per-process"] }, | 356 { "test": "content_unittests", "args": ["--site-per-process"] }, |
357 { "test": "content_browsertests", "args": ["--site-per-process", "--gtest_
filter=-*.AllowTargetedNavigationsAfterSwap:*.SupportCrossProcessPostMessage:*.D
ontSwapProcessWithOnlyTargetBlank:*.DisownOpener:*.NavigateWithLeftoverFrames:*.
DontPreemptNavigationWithFrameTreeUpdate:*.ProcessExitWithSwappedOutViews:*.Supp
ortCrossProcessPostMessageWithMessagePort:*.AllowTargetedNavigationsInOpenerAfte
rSwap"] } | 357 { "test": "content_browsertests", "args": ["--site-per-process", "--gtest_
filter=-*.AllowTargetedNavigationsAfterSwap:*.SupportCrossProcessPostMessage:*.D
ontSwapProcessWithOnlyTargetBlank:*.DisownOpener:*.NavigateWithLeftoverFrames:*.
DontPreemptNavigationWithFrameTreeUpdate:*.ProcessExitWithSwappedOutViews:*.Supp
ortCrossProcessPostMessageWithMessagePort:*.AllowTargetedNavigationsInOpenerAfte
rSwap"] } |
358 ] | 358 ] |
359 }, | 359 }, |
360 "Browser Side Navigation Linux": { | 360 "Browser Side Navigation Linux": { |
361 "gtest_tests": [ | 361 "gtest_tests": [ |
362 { "test": "content_unittests", "args": ["--enable-browser-side-navigation"
] }, | 362 { "test": "content_unittests", "args": ["--enable-browser-side-navigation"
] }, |
363 { "test": "content_browsertests", "args": ["--enable-browser-side-navigati
on"] } | 363 { "test": "content_browsertests", "args": ["--enable-browser-side-navigati
on"] } |
364 ] | 364 ] |
365 }, | |
366 "Linux ChromeOS MSan Tests": { | |
367 "gtest_tests": [ | |
368 "accessibility_unittests", | |
369 "app_list_unittests", | |
370 "app_shell_browsertests", | |
371 "aura_unittests", | |
372 "base_unittests", | |
373 "cacheinvalidation_unittests", | |
374 "cast_unittests", | |
375 "cc_unittests", | |
376 "chromedriver_unittests", | |
377 "components_unittests", | |
378 "content_browsertests", | |
379 "content_unittests", | |
380 "crypto_unittests", | |
381 "dbus_unittests", | |
382 "device_unittests", | |
383 "display_unittests", | |
384 "events_unittests", | |
385 "extensions_unittests", | |
386 "gcm_unit_tests", | |
387 "gfx_unittests", | |
388 "google_apis_unittests", | |
389 "gpu_unittests", | |
390 "interactive_ui_tests", | |
391 "ipc_mojo_unittests", | |
392 "ipc_tests", | |
393 "jingle_unittests", | |
394 "media_unittests", | |
395 "mojo_common_unittests", | |
396 "mojo_public_bindings_unittests", | |
397 "mojo_public_environment_unittests", | |
398 "mojo_public_system_unittests", | |
399 "mojo_public_utility_unittests", | |
400 "mojo_system_unittests", | |
401 "nacl_loader_unittests", | |
402 "net_unittests", | |
403 "ppapi_unittests", | |
404 "printing_unittests", | |
405 "remoting_unittests", | |
406 "sandbox_linux_unittests", | |
407 "sql_unittests", | |
408 "sync_unit_tests", | |
409 "ui_base_unittests", | |
410 "ui_touch_selection_unittests", | |
411 "unit_tests", | |
412 "url_unittests", | |
413 "views_unittests", | |
414 "wm_unittests" | |
415 ] | |
416 }, | |
417 "Linux ChromeOS MSan Browser (1)": { | |
418 "gtest_tests": [ | |
419 {"test": "browser_tests", "shard_index": 0, "total_shards": 3} | |
420 ] | |
421 }, | |
422 "Linux ChromeOS MSan Browser (2)": { | |
423 "gtest_tests": [ | |
424 {"test": "browser_tests", "shard_index": 1, "total_shards": 3} | |
425 ] | |
426 }, | |
427 "Linux ChromeOS MSan Browser (3)": { | |
428 "gtest_tests": [ | |
429 {"test": "browser_tests", "shard_index": 2, "total_shards": 3} | |
430 ] | |
431 } | 365 } |
432 } | 366 } |
OLD | NEW |