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 349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
360 "gtest_tests": [ | 360 "gtest_tests": [ |
361 { "test": "content_unittests", "args": ["--site-per-process"] }, | 361 { "test": "content_unittests", "args": ["--site-per-process"] }, |
362 { "test": "content_browsertests", "args": ["--site-per-process", "--gtest_
filter=-*.AllowTargetedNavigationsAfterSwap:*.SupportCrossProcessPostMessage:*.D
ontSwapProcessWithOnlyTargetBlank:*.DisownOpener:*.NavigateWithLeftoverFrames:*.
DontPreemptNavigationWithFrameTreeUpdate:*.ProcessExitWithSwappedOutViews:*.Supp
ortCrossProcessPostMessageWithMessagePort:*.AllowTargetedNavigationsInOpenerAfte
rSwap"] } | 362 { "test": "content_browsertests", "args": ["--site-per-process", "--gtest_
filter=-*.AllowTargetedNavigationsAfterSwap:*.SupportCrossProcessPostMessage:*.D
ontSwapProcessWithOnlyTargetBlank:*.DisownOpener:*.NavigateWithLeftoverFrames:*.
DontPreemptNavigationWithFrameTreeUpdate:*.ProcessExitWithSwappedOutViews:*.Supp
ortCrossProcessPostMessageWithMessagePort:*.AllowTargetedNavigationsInOpenerAfte
rSwap"] } |
363 ] | 363 ] |
364 }, | 364 }, |
365 "Browser Side Navigation Linux": { | 365 "Browser Side Navigation Linux": { |
366 "gtest_tests": [ | 366 "gtest_tests": [ |
367 { "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"] }, | 367 { "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"] }, |
368 { "test": "content_browsertests", "args": ["--enable-browser-side-navigati
on"] } | 368 { "test": "content_browsertests", "args": ["--enable-browser-side-navigati
on"] } |
369 ] | 369 ] |
| 370 }, |
| 371 "CrWinClang Tester": { |
| 372 "gtest_tests": [ |
| 373 "base_unittests", |
| 374 "browser_tests", |
| 375 "cacheinvalidation_unittests", |
| 376 "chrome_elf_unittests", |
| 377 "components_unittests", |
| 378 "content_browsertests", |
| 379 "content_unittests", |
| 380 "courgette_unittests", |
| 381 "crypto_unittests", |
| 382 "device_unittests", |
| 383 "extensions_unittests", |
| 384 "gcm_unit_tests", |
| 385 "google_apis_unittests", |
| 386 "gpu", |
| 387 "installer", |
| 388 "jingle", |
| 389 "media", |
| 390 "net", |
| 391 "ppapi_unittests", |
| 392 "printing", |
| 393 "remoting", |
| 394 "sandbox", |
| 395 "unit", |
| 396 "url_unittests" |
| 397 ] |
370 } | 398 } |
371 } | 399 } |
OLD | NEW |