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

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

Issue 1213513004: Convert unit_tests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@7_ui_touch_selection_unittests
Patch Set: Created 5 years, 5 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 | testing/buildbot/chromium.memory.fyi.json » ('j') | 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 "Browser Side Navigation Linux": { 2 "Browser Side Navigation Linux": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "args": [ 5 "args": [
6 "--enable-browser-side-navigation", 6 "--enable-browser-side-navigation",
7 "--gtest_filter=-CrossSiteRedirectorBrowserTest.VerifyCrossSiteRedirec tURL:CrossSiteTransferTest.NoLeakOnCrossSiteCancel:CrossSiteTransferTest.Replace EntryCrossProcessThenTransfer:CrossSiteTransferTest.ReplaceEntryCrossProcessTwic e:CrossSiteTransferTest.ReplaceEntryInProcessThenTranfers:DevToolsProtocolTest.N avigationPreservesMessages:NavigationControllerBrowserTest.CorrectLengthWithCurr entItemReplacement:NavigationControllerBrowserTest.FrameNavigationEntry_BlankAut oSubframe:NavigationControllerBrowserTest.NavigationTypeClassification_ClientSid eRedirect:NavigationControllerBrowserTest.NavigationTypeClassification_ExistingP age:NavigationControllerBrowserTest.NavigationTypeClassification_InPage:Navigati onControllerBrowserTest.NavigationTypeClassification_NewAndAutoSubframe:Navigati onControllerBrowserTest.NavigationTypeClassification_NewPage:NavigationControlle rBrowserTest.PreventSpoofFromSubframeAndReplace:NavigationControllerBrowserTest. StopCausesFailureDespiteJavaScriptURL:RenderViewImplTest.DecideNavigationPolicy: RenderViewImplTest.NavigationStartOverride:RenderViewImplTest.OnNavigationHttpPo st:RenderViewImplTest.ReloadWhileSwappedOut:RenderViewImplTest.TestBackForward:S ecurityExploitBrowserTest.AttemptDuplicateRenderViewHost:SecurityExploitBrowserT est.AttemptDuplicateRenderWidgetHost:SecurityExploitBrowserTest.InterstitialComm andFromUnderlyingContent:ServiceWorkerBrowserTest.CrossSiteTransfer:ServiceWorke rBrowserTest.ImportsBustMemcache:ServiceWorkerBrowserTest.Reload:ServiceWorkerBr owserTest.ResponseFromHTTPServiceWorkerIsNotMarkedAsSecure:ServiceWorkerBrowserT est.ResponseFromHTTPSServiceWorkerIsMarkedAsSecure:SessionHistoryTest.CrossFrame FormBackForward:SessionHistoryTest.FrameBackForward:SessionHistoryTest.FrameForm BackForward:SessionHistoryTest.LocationChangeInSubframe:SitePerProcessBrowserTes t.CrossSiteDidStopLoading:WebContentsImplBrowserTest.ClearNonVisiblePendingOnFai l:WebContentsViewAuraTest.ReplaceStateReloadPushState:WebRtcBrowserTest.CallInsi deIframe:WebUIMojoTest.EndToEndPing" 7 "--gtest_filter=-CrossSiteRedirectorBrowserTest.VerifyCrossSiteRedirec tURL:CrossSiteTransferTest.NoLeakOnCrossSiteCancel:CrossSiteTransferTest.Replace EntryCrossProcessThenTransfer:CrossSiteTransferTest.ReplaceEntryCrossProcessTwic e:CrossSiteTransferTest.ReplaceEntryInProcessThenTranfers:DevToolsProtocolTest.N avigationPreservesMessages:NavigationControllerBrowserTest.CorrectLengthWithCurr entItemReplacement:NavigationControllerBrowserTest.FrameNavigationEntry_BlankAut oSubframe:NavigationControllerBrowserTest.NavigationTypeClassification_ClientSid eRedirect:NavigationControllerBrowserTest.NavigationTypeClassification_ExistingP age:NavigationControllerBrowserTest.NavigationTypeClassification_InPage:Navigati onControllerBrowserTest.NavigationTypeClassification_NewAndAutoSubframe:Navigati onControllerBrowserTest.NavigationTypeClassification_NewPage:NavigationControlle rBrowserTest.PreventSpoofFromSubframeAndReplace:NavigationControllerBrowserTest. StopCausesFailureDespiteJavaScriptURL:RenderViewImplTest.DecideNavigationPolicy: RenderViewImplTest.NavigationStartOverride:RenderViewImplTest.OnNavigationHttpPo st:RenderViewImplTest.ReloadWhileSwappedOut:RenderViewImplTest.TestBackForward:S ecurityExploitBrowserTest.AttemptDuplicateRenderViewHost:SecurityExploitBrowserT est.AttemptDuplicateRenderWidgetHost:SecurityExploitBrowserTest.InterstitialComm andFromUnderlyingContent:ServiceWorkerBrowserTest.CrossSiteTransfer:ServiceWorke rBrowserTest.ImportsBustMemcache:ServiceWorkerBrowserTest.Reload:ServiceWorkerBr owserTest.ResponseFromHTTPServiceWorkerIsNotMarkedAsSecure:ServiceWorkerBrowserT est.ResponseFromHTTPSServiceWorkerIsMarkedAsSecure:SessionHistoryTest.CrossFrame FormBackForward:SessionHistoryTest.FrameBackForward:SessionHistoryTest.FrameForm BackForward:SessionHistoryTest.LocationChangeInSubframe:SitePerProcessBrowserTes t.CrossSiteDidStopLoading:WebContentsImplBrowserTest.ClearNonVisiblePendingOnFai l:WebContentsViewAuraTest.ReplaceStateReloadPushState:WebRtcBrowserTest.CallInsi deIframe:WebUIMojoTest.EndToEndPing"
8 ], 8 ],
9 "swarming": { 9 "swarming": {
10 "can_use_on_swarming_builders": true 10 "can_use_on_swarming_builders": true
(...skipping 1730 matching lines...) Expand 10 before | Expand all | Expand 10 after
1741 { 1741 {
1742 "test": "sync_unit_tests" 1742 "test": "sync_unit_tests"
1743 }, 1743 },
1744 { 1744 {
1745 "swarming": { 1745 "swarming": {
1746 "can_use_on_swarming_builders": true 1746 "can_use_on_swarming_builders": true
1747 }, 1747 },
1748 "test": "ui_base_unittests" 1748 "test": "ui_base_unittests"
1749 }, 1749 },
1750 { 1750 {
1751 "swarming": {
1752 "can_use_on_swarming_builders": true
1753 },
1751 "test": "unit_tests" 1754 "test": "unit_tests"
1752 }, 1755 },
1753 { 1756 {
1754 "test": "url_unittests" 1757 "test": "url_unittests"
1755 }, 1758 },
1756 { 1759 {
1757 "test": "views_unittests" 1760 "test": "views_unittests"
1758 } 1761 }
1759 ] 1762 ]
1760 }, 1763 },
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
1883 { 1886 {
1884 "test": "sync_unit_tests" 1887 "test": "sync_unit_tests"
1885 }, 1888 },
1886 { 1889 {
1887 "swarming": { 1890 "swarming": {
1888 "can_use_on_swarming_builders": true 1891 "can_use_on_swarming_builders": true
1889 }, 1892 },
1890 "test": "ui_base_unittests" 1893 "test": "ui_base_unittests"
1891 }, 1894 },
1892 { 1895 {
1896 "swarming": {
1897 "can_use_on_swarming_builders": true
1898 },
1893 "test": "unit_tests" 1899 "test": "unit_tests"
1894 }, 1900 },
1895 { 1901 {
1896 "test": "url_unittests" 1902 "test": "url_unittests"
1897 }, 1903 },
1898 { 1904 {
1899 "test": "views_unittests" 1905 "test": "views_unittests"
1900 } 1906 }
1901 ] 1907 ]
1902 }, 1908 },
(...skipping 1096 matching lines...) Expand 10 before | Expand all | Expand 10 after
2999 }, 3005 },
3000 "test": "ui_base_unittests" 3006 "test": "ui_base_unittests"
3001 }, 3007 },
3002 { 3008 {
3003 "swarming": { 3009 "swarming": {
3004 "can_use_on_swarming_builders": true 3010 "can_use_on_swarming_builders": true
3005 }, 3011 },
3006 "test": "ui_touch_selection_unittests" 3012 "test": "ui_touch_selection_unittests"
3007 }, 3013 },
3008 { 3014 {
3015 "swarming": {
3016 "can_use_on_swarming_builders": true
3017 },
3009 "test": "unit_tests" 3018 "test": "unit_tests"
3010 }, 3019 },
3011 { 3020 {
3012 "test": "url_unittests" 3021 "test": "url_unittests"
3013 }, 3022 },
3014 { 3023 {
3015 "test": "views_unittests" 3024 "test": "views_unittests"
3016 }, 3025 },
3017 { 3026 {
3018 "test": "wm_unittests" 3027 "test": "wm_unittests"
(...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after
3404 }, 3413 },
3405 "test": "ui_base_unittests" 3414 "test": "ui_base_unittests"
3406 }, 3415 },
3407 { 3416 {
3408 "swarming": { 3417 "swarming": {
3409 "can_use_on_swarming_builders": true 3418 "can_use_on_swarming_builders": true
3410 }, 3419 },
3411 "test": "ui_touch_selection_unittests" 3420 "test": "ui_touch_selection_unittests"
3412 }, 3421 },
3413 { 3422 {
3423 "swarming": {
3424 "can_use_on_swarming_builders": true
3425 },
3414 "test": "unit_tests" 3426 "test": "unit_tests"
3415 }, 3427 },
3416 { 3428 {
3417 "test": "url_unittests" 3429 "test": "url_unittests"
3418 }, 3430 },
3419 { 3431 {
3420 "test": "views_unittests" 3432 "test": "views_unittests"
3421 }, 3433 },
3422 { 3434 {
3423 "test": "wm_unittests" 3435 "test": "wm_unittests"
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
3668 }, 3680 },
3669 { 3681 {
3670 "args": [ 3682 "args": [
3671 "--site-per-process" 3683 "--site-per-process"
3672 ], 3684 ],
3673 "test": "unit_tests" 3685 "test": "unit_tests"
3674 } 3686 }
3675 ] 3687 ]
3676 } 3688 }
3677 } 3689 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/chromium.memory.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698