| 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 341 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 352 ] | 352 ] |
| 353 }, | 353 }, |
| 354 "Site Isolation Win": { | 354 "Site Isolation Win": { |
| 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"
, "--gtest_filter=-ResourceDispatcherHostTest.TransferNavigationHtml:ResourceDis
patcherHostTest.TransferNavigationText:ResourceDispatcherHostTest.TransferNaviga
tionWithProcessCrash:ResourceDispatcherHostTest.TransferNavigationWithTwoRedirec
ts:ResourceDispatcherHostTest.TransferTwoNavigationsHtml:RenderFrameHostManagerT
est.CancelPendingProperlyDeletesOrSwaps:WebContentsImplTest.CrossSiteNotPreempte
dDuringBeforeUnload"] }, |
| 363 { "test": "content_browsertests", "args": ["--enable-browser-side-navigati
on"] } | 363 { "test": "content_browsertests", "args": ["--enable-browser-side-navigati
on"] } |
| 364 ] | 364 ] |
| 365 } | 365 } |
| 366 } | 366 } |
| OLD | NEW |