| 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 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 296 "swarming": { | 296 "swarming": { |
| 297 "can_use_on_swarming_builders": true, | 297 "can_use_on_swarming_builders": true, |
| 298 "shards": 5 | 298 "shards": 5 |
| 299 } | 299 } |
| 300 } | 300 } |
| 301 ] | 301 ] |
| 302 }, | 302 }, |
| 303 "Site Isolation Linux": { | 303 "Site Isolation Linux": { |
| 304 "gtest_tests": [ | 304 "gtest_tests": [ |
| 305 { "test": "content_unittests", "args": ["--site-per-process"] }, | 305 { "test": "content_unittests", "args": ["--site-per-process"] }, |
| 306 { "test": "content_browsertests", "args": ["--site-per-process --gtest_fil
ter=-RenderFrameHostManagerTest.AllowTargetedNavigationsAfterSwap:-RenderFrameHo
stManagerTest.SupportCrossProcessPostMessage:-SiteIsolationPolicyBrowserTest.Cro
ssSiteDocumentBlockingForDifferentTargets:-RenderFrameHostManagerTest.DontSwapPr
ocessWithOnlyTargetBlank:-RenderFrameHostManagerTest.DisownOpener:-FrameTreeBrow
serTest.NavigateWithLeftoverFrames:-RenderFrameHostManagerTest.DontPreemptNaviga
tionWithFrameTreeUpdate:-RenderFrameHostManagerTest.ProcessExitWithSwappedOutVie
ws:-RenderFrameHostManagerTest.SupportCrossProcessPostMessageWithMessagePort:-Re
nderFrameHostManagerTest.AllowTargetedNavigationsInOpenerAfterSwap"] } | 306 { "test": "content_browsertests", "args": ["--site-per-process", "--gtest_
filter=-*.AllowTargetedNavigationsAfterSwap:*.SupportCrossProcessPostMessage:*.D
ontSwapProcessWithOnlyTargetBlank:*.DisownOpener:*.NavigateWithLeftoverFrames:*.
DontPreemptNavigationWithFrameTreeUpdate:*.ProcessExitWithSwappedOutViews:*.Supp
ortCrossProcessPostMessageWithMessagePort:*.AllowTargetedNavigationsInOpenerAfte
rSwap"] } |
| 307 ] | 307 ] |
| 308 }, | 308 }, |
| 309 "Site Isolation Win": { | 309 "Site Isolation Win": { |
| 310 "gtest_tests": [ | 310 "gtest_tests": [ |
| 311 { "test": "content_unittests", "args": ["--site-per-process"] }, | 311 { "test": "content_unittests", "args": ["--site-per-process"] }, |
| 312 { "test": "content_browsertests", "args": ["--site-per-process --gtest_fil
ter=-RenderFrameHostManagerTest.AllowTargetedNavigationsAfterSwap:-RenderFrameHo
stManagerTest.SupportCrossProcessPostMessage:-SiteIsolationPolicyBrowserTest.Cro
ssSiteDocumentBlockingForDifferentTargets:-RenderFrameHostManagerTest.DontSwapPr
ocessWithOnlyTargetBlank:-RenderFrameHostManagerTest.DisownOpener:-FrameTreeBrow
serTest.NavigateWithLeftoverFrames:-RenderFrameHostManagerTest.DontPreemptNaviga
tionWithFrameTreeUpdate:-RenderFrameHostManagerTest.ProcessExitWithSwappedOutVie
ws:-RenderFrameHostManagerTest.SupportCrossProcessPostMessageWithMessagePort:-Re
nderFrameHostManagerTest.AllowTargetedNavigationsInOpenerAfterSwap"] } | 312 { "test": "content_browsertests", "args": ["--site-per-process", "--gtest_
filter=-*.AllowTargetedNavigationsAfterSwap:*.SupportCrossProcessPostMessage:*.D
ontSwapProcessWithOnlyTargetBlank:*.DisownOpener:*.NavigateWithLeftoverFrames:*.
DontPreemptNavigationWithFrameTreeUpdate:*.ProcessExitWithSwappedOutViews:*.Supp
ortCrossProcessPostMessageWithMessagePort:*.AllowTargetedNavigationsInOpenerAfte
rSwap"] } |
| 313 ] | 313 ] |
| 314 }, | 314 }, |
| 315 "Linux ChromeOS MSan Tests": { | 315 "Linux ChromeOS MSan Tests": { |
| 316 "gtest_tests": [ | 316 "gtest_tests": [ |
| 317 "accessibility_unittests", | 317 "accessibility_unittests", |
| 318 "app_list_unittests", | 318 "app_list_unittests", |
| 319 "app_shell_browsertests", | 319 "app_shell_browsertests", |
| 320 "aura_unittests", | 320 "aura_unittests", |
| 321 "base_unittests", | 321 "base_unittests", |
| 322 "cacheinvalidation_unittests", | 322 "cacheinvalidation_unittests", |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 375 "gtest_tests": [ | 375 "gtest_tests": [ |
| 376 {"test": "browser_tests", "shard_index": 1, "total_shards": 3} | 376 {"test": "browser_tests", "shard_index": 1, "total_shards": 3} |
| 377 ] | 377 ] |
| 378 }, | 378 }, |
| 379 "Linux ChromeOS MSan Browser (3)": { | 379 "Linux ChromeOS MSan Browser (3)": { |
| 380 "gtest_tests": [ | 380 "gtest_tests": [ |
| 381 {"test": "browser_tests", "shard_index": 2, "total_shards": 3} | 381 {"test": "browser_tests", "shard_index": 2, "total_shards": 3} |
| 382 ] | 382 ] |
| 383 } | 383 } |
| 384 } | 384 } |
| OLD | NEW |