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

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

Issue 1209213003: Convert nacl_loader_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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 | « testing/buildbot/chromium.chromiumos.json ('k') | testing/buildbot/chromium.linux.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 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 { 293 {
294 "test": "mojo_public_utility_unittests" 294 "test": "mojo_public_utility_unittests"
295 }, 295 },
296 { 296 {
297 "test": "mojo_system_unittests" 297 "test": "mojo_system_unittests"
298 }, 298 },
299 { 299 {
300 "test": "nacl_helper_nonsfi_unittests" 300 "test": "nacl_helper_nonsfi_unittests"
301 }, 301 },
302 { 302 {
303 "swarming": {
304 "can_use_on_swarming_builders": true
305 },
303 "test": "nacl_loader_unittests" 306 "test": "nacl_loader_unittests"
304 }, 307 },
305 { 308 {
306 "test": "net_unittests" 309 "test": "net_unittests"
307 }, 310 },
308 { 311 {
309 "test": "ppapi_unittests" 312 "test": "ppapi_unittests"
310 }, 313 },
311 { 314 {
312 "test": "printing_unittests" 315 "test": "printing_unittests"
(...skipping 2725 matching lines...) Expand 10 before | Expand all | Expand 10 after
3038 { 3041 {
3039 "test": "mojo_public_utility_unittests" 3042 "test": "mojo_public_utility_unittests"
3040 }, 3043 },
3041 { 3044 {
3042 "test": "mojo_system_unittests" 3045 "test": "mojo_system_unittests"
3043 }, 3046 },
3044 { 3047 {
3045 "test": "nacl_helper_nonsfi_unittests" 3048 "test": "nacl_helper_nonsfi_unittests"
3046 }, 3049 },
3047 { 3050 {
3051 "swarming": {
3052 "can_use_on_swarming_builders": true
3053 },
3048 "test": "nacl_loader_unittests" 3054 "test": "nacl_loader_unittests"
3049 }, 3055 },
3050 { 3056 {
3051 "swarming": { 3057 "swarming": {
3052 "can_use_on_swarming_builders": true 3058 "can_use_on_swarming_builders": true
3053 }, 3059 },
3054 "test": "net_unittests" 3060 "test": "net_unittests"
3055 }, 3061 },
3056 { 3062 {
3057 "test": "ppapi_unittests" 3063 "test": "ppapi_unittests"
(...skipping 424 matching lines...) Expand 10 before | Expand all | Expand 10 after
3482 { 3488 {
3483 "test": "mojo_public_utility_unittests" 3489 "test": "mojo_public_utility_unittests"
3484 }, 3490 },
3485 { 3491 {
3486 "test": "mojo_system_unittests" 3492 "test": "mojo_system_unittests"
3487 }, 3493 },
3488 { 3494 {
3489 "test": "nacl_helper_nonsfi_unittests" 3495 "test": "nacl_helper_nonsfi_unittests"
3490 }, 3496 },
3491 { 3497 {
3498 "swarming": {
3499 "can_use_on_swarming_builders": true
3500 },
3492 "test": "nacl_loader_unittests" 3501 "test": "nacl_loader_unittests"
3493 }, 3502 },
3494 { 3503 {
3495 "swarming": { 3504 "swarming": {
3496 "can_use_on_swarming_builders": true 3505 "can_use_on_swarming_builders": true
3497 }, 3506 },
3498 "test": "net_unittests" 3507 "test": "net_unittests"
3499 }, 3508 },
3500 { 3509 {
3501 "test": "ppapi_unittests" 3510 "test": "ppapi_unittests"
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
3812 }, 3821 },
3813 { 3822 {
3814 "args": [ 3823 "args": [
3815 "--site-per-process" 3824 "--site-per-process"
3816 ], 3825 ],
3817 "test": "unit_tests" 3826 "test": "unit_tests"
3818 } 3827 }
3819 ] 3828 ]
3820 } 3829 }
3821 } 3830 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.chromiumos.json ('k') | testing/buildbot/chromium.linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698