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

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

Issue 1205593004: Convert cc_unittests to always run on Swarming. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@5_cast_unittests
Patch Set: Created 5 years, 6 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.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 "test": "content_browsertests" 9 "test": "content_browsertests"
10 }, 10 },
(...skipping 2780 matching lines...) Expand 10 before | Expand all | Expand 10 after
2791 { 2791 {
2792 "test": "cacheinvalidation_unittests" 2792 "test": "cacheinvalidation_unittests"
2793 }, 2793 },
2794 { 2794 {
2795 "swarming": { 2795 "swarming": {
2796 "can_use_on_swarming_builders": true 2796 "can_use_on_swarming_builders": true
2797 }, 2797 },
2798 "test": "cast_unittests" 2798 "test": "cast_unittests"
2799 }, 2799 },
2800 { 2800 {
2801 "swarming": {
2802 "can_use_on_swarming_builders": true
2803 },
2801 "test": "cc_unittests" 2804 "test": "cc_unittests"
2802 }, 2805 },
2803 { 2806 {
2804 "test": "chromedriver_unittests" 2807 "test": "chromedriver_unittests"
2805 }, 2808 },
2806 { 2809 {
2807 "swarming": { 2810 "swarming": {
2808 "can_use_on_swarming_builders": true 2811 "can_use_on_swarming_builders": true
2809 }, 2812 },
2810 "test": "components_unittests" 2813 "test": "components_unittests"
(...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after
3157 { 3160 {
3158 "test": "cacheinvalidation_unittests" 3161 "test": "cacheinvalidation_unittests"
3159 }, 3162 },
3160 { 3163 {
3161 "swarming": { 3164 "swarming": {
3162 "can_use_on_swarming_builders": true 3165 "can_use_on_swarming_builders": true
3163 }, 3166 },
3164 "test": "cast_unittests" 3167 "test": "cast_unittests"
3165 }, 3168 },
3166 { 3169 {
3170 "swarming": {
3171 "can_use_on_swarming_builders": true
3172 },
3167 "test": "cc_unittests" 3173 "test": "cc_unittests"
3168 }, 3174 },
3169 { 3175 {
3170 "test": "chromedriver_unittests" 3176 "test": "chromedriver_unittests"
3171 }, 3177 },
3172 { 3178 {
3173 "swarming": { 3179 "swarming": {
3174 "can_use_on_swarming_builders": true 3180 "can_use_on_swarming_builders": true
3175 }, 3181 },
3176 "test": "components_unittests" 3182 "test": "components_unittests"
(...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after
3547 }, 3553 },
3548 { 3554 {
3549 "args": [ 3555 "args": [
3550 "--site-per-process" 3556 "--site-per-process"
3551 ], 3557 ],
3552 "test": "unit_tests" 3558 "test": "unit_tests"
3553 } 3559 }
3554 ] 3560 ]
3555 } 3561 }
3556 } 3562 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/chromium.memory.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698