| 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 353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 }, | 370 }, |
| 371 "CrWinClang tester": { | 371 "CrWinClang tester": { |
| 372 "gtest_tests": [ | 372 "gtest_tests": [ |
| 373 "base_unittests", | 373 "base_unittests", |
| 374 "browser_tests", | |
| 375 "cacheinvalidation_unittests", | 374 "cacheinvalidation_unittests", |
| 376 "chrome_elf_unittests", | 375 "chrome_elf_unittests", |
| 377 "components_unittests", | 376 "components_unittests", |
| 378 "content_browsertests", | |
| 379 "content_unittests", | |
| 380 "courgette_unittests", | 377 "courgette_unittests", |
| 381 "crypto_unittests", | 378 "crypto_unittests", |
| 382 "device_unittests", | |
| 383 "extensions_unittests", | 379 "extensions_unittests", |
| 384 "gcm_unit_tests", | 380 "gcm_unit_tests", |
| 385 "google_apis_unittests", | 381 "google_apis_unittests", |
| 386 "gpu", | 382 "gpu_unittests", |
| 387 "installer", | 383 "url_unittests", |
| 388 "jingle", | 384 "jingle_unittests", |
| 389 "media", | 385 "content_unittests", |
| 390 "net", | 386 "device_unittests", |
| 387 "media_unittests", |
| 388 "net_unittests", |
| 391 "ppapi_unittests", | 389 "ppapi_unittests", |
| 392 "printing", | 390 "printing_unittests", |
| 393 "remoting", | 391 "remoting_unittests", |
| 394 "sandbox", | 392 "sbox_unittests", |
| 395 "unit", | 393 "sbox_integration_tests", |
| 396 "url_unittests" | 394 "sbox_validation_tests", |
| 395 "ipc_tests", |
| 396 "sync_unit_tests", |
| 397 "unit_tests", |
| 398 "sql_unittests", |
| 399 "ui_base_unittests", |
| 400 "content_unittests_1", |
| 401 "views_unittests", |
| 402 "browser_tests", |
| 403 "content_browsertests", |
| 404 "installer_util_unittests" |
| 397 ] | 405 ] |
| 398 } | 406 } |
| 399 } | 407 } |
| OLD | NEW |