Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(45)

Side by Side Diff: testing/buildbot/chromium.fyi.json

Issue 854523002: Add a "CrWinClang Tester" test list. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698