| 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 335 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 346 { "test": "content_unittests", "args": ["--site-per-process"] }, | 346 { "test": "content_unittests", "args": ["--site-per-process"] }, |
| 347 { "test": "content_browsertests", "args": ["--site-per-process", "--gtest_
filter=-*.AllowTargetedNavigationsAfterSwap:*.SupportCrossProcessPostMessage:*.D
ontSwapProcessWithOnlyTargetBlank:*.DisownOpener:*.NavigateWithLeftoverFrames:*.
DontPreemptNavigationWithFrameTreeUpdate:*.ProcessExitWithSwappedOutViews:*.Supp
ortCrossProcessPostMessageWithMessagePort:*.AllowTargetedNavigationsInOpenerAfte
rSwap"] } | 347 { "test": "content_browsertests", "args": ["--site-per-process", "--gtest_
filter=-*.AllowTargetedNavigationsAfterSwap:*.SupportCrossProcessPostMessage:*.D
ontSwapProcessWithOnlyTargetBlank:*.DisownOpener:*.NavigateWithLeftoverFrames:*.
DontPreemptNavigationWithFrameTreeUpdate:*.ProcessExitWithSwappedOutViews:*.Supp
ortCrossProcessPostMessageWithMessagePort:*.AllowTargetedNavigationsInOpenerAfte
rSwap"] } |
| 348 ] | 348 ] |
| 349 }, | 349 }, |
| 350 "Site Isolation Win": { | 350 "Site Isolation Win": { |
| 351 "gtest_tests": [ | 351 "gtest_tests": [ |
| 352 { "test": "content_unittests", "args": ["--site-per-process"] }, | 352 { "test": "content_unittests", "args": ["--site-per-process"] }, |
| 353 { "test": "content_browsertests", "args": ["--site-per-process", "--gtest_
filter=-*.AllowTargetedNavigationsAfterSwap:*.SupportCrossProcessPostMessage:*.D
ontSwapProcessWithOnlyTargetBlank:*.DisownOpener:*.NavigateWithLeftoverFrames:*.
DontPreemptNavigationWithFrameTreeUpdate:*.ProcessExitWithSwappedOutViews:*.Supp
ortCrossProcessPostMessageWithMessagePort:*.AllowTargetedNavigationsInOpenerAfte
rSwap"] } | 353 { "test": "content_browsertests", "args": ["--site-per-process", "--gtest_
filter=-*.AllowTargetedNavigationsAfterSwap:*.SupportCrossProcessPostMessage:*.D
ontSwapProcessWithOnlyTargetBlank:*.DisownOpener:*.NavigateWithLeftoverFrames:*.
DontPreemptNavigationWithFrameTreeUpdate:*.ProcessExitWithSwappedOutViews:*.Supp
ortCrossProcessPostMessageWithMessagePort:*.AllowTargetedNavigationsInOpenerAfte
rSwap"] } |
| 354 ] | 354 ] |
| 355 }, | 355 }, |
| 356 "Browser Side Navigation Linux": { |
| 357 "gtest_tests": [ |
| 358 { "test": "content_unittests", "args": ["--enable-browser-side-navigation"
] }, |
| 359 { "test": "content_browsertests", "args": ["--enable-browser-side-navigati
on"] } |
| 360 ] |
| 361 }, |
| 356 "Linux ChromeOS MSan Tests": { | 362 "Linux ChromeOS MSan Tests": { |
| 357 "gtest_tests": [ | 363 "gtest_tests": [ |
| 358 "accessibility_unittests", | 364 "accessibility_unittests", |
| 359 "app_list_unittests", | 365 "app_list_unittests", |
| 360 "app_shell_browsertests", | 366 "app_shell_browsertests", |
| 361 "aura_unittests", | 367 "aura_unittests", |
| 362 "base_unittests", | 368 "base_unittests", |
| 363 "cacheinvalidation_unittests", | 369 "cacheinvalidation_unittests", |
| 364 "cast_unittests", | 370 "cast_unittests", |
| 365 "cc_unittests", | 371 "cc_unittests", |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 412 "gtest_tests": [ | 418 "gtest_tests": [ |
| 413 {"test": "browser_tests", "shard_index": 1, "total_shards": 3} | 419 {"test": "browser_tests", "shard_index": 1, "total_shards": 3} |
| 414 ] | 420 ] |
| 415 }, | 421 }, |
| 416 "Linux ChromeOS MSan Browser (3)": { | 422 "Linux ChromeOS MSan Browser (3)": { |
| 417 "gtest_tests": [ | 423 "gtest_tests": [ |
| 418 {"test": "browser_tests", "shard_index": 2, "total_shards": 3} | 424 {"test": "browser_tests", "shard_index": 2, "total_shards": 3} |
| 419 ] | 425 ] |
| 420 } | 426 } |
| 421 } | 427 } |
| OLD | NEW |