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

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

Issue 1222243003: Convert ipc_mojo_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 | « ipc/mojo/ipc_mojo_unittests.isolate ('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 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 { 248 {
249 "test": "extensions_unittests" 249 "test": "extensions_unittests"
250 }, 250 },
251 { 251 {
252 "test": "gcm_unit_tests" 252 "test": "gcm_unit_tests"
253 }, 253 },
254 { 254 {
255 "test": "gfx_unittests" 255 "test": "gfx_unittests"
256 }, 256 },
257 { 257 {
258 "swarming": {
259 "can_use_on_swarming_builders": true
260 },
258 "test": "gl_unittests" 261 "test": "gl_unittests"
259 }, 262 },
260 { 263 {
261 "test": "google_apis_unittests" 264 "test": "google_apis_unittests"
262 }, 265 },
263 { 266 {
264 "test": "gpu_unittests" 267 "test": "gpu_unittests"
265 }, 268 },
266 { 269 {
267 "test": "interactive_ui_tests" 270 "test": "interactive_ui_tests"
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 { 421 {
419 "test": "extensions_unittests" 422 "test": "extensions_unittests"
420 }, 423 },
421 { 424 {
422 "test": "gcm_unit_tests" 425 "test": "gcm_unit_tests"
423 }, 426 },
424 { 427 {
425 "test": "gfx_unittests" 428 "test": "gfx_unittests"
426 }, 429 },
427 { 430 {
431 "swarming": {
432 "can_use_on_swarming_builders": true
433 },
428 "test": "gl_unittests" 434 "test": "gl_unittests"
429 }, 435 },
430 { 436 {
431 "test": "google_apis_unittests" 437 "test": "google_apis_unittests"
432 }, 438 },
433 { 439 {
434 "test": "gpu_unittests" 440 "test": "gpu_unittests"
435 }, 441 },
436 { 442 {
437 "swarming": { 443 "swarming": {
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
550 { 556 {
551 "test": "extensions_unittests" 557 "test": "extensions_unittests"
552 }, 558 },
553 { 559 {
554 "test": "gcm_unit_tests" 560 "test": "gcm_unit_tests"
555 }, 561 },
556 { 562 {
557 "test": "gfx_unittests" 563 "test": "gfx_unittests"
558 }, 564 },
559 { 565 {
566 "swarming": {
567 "can_use_on_swarming_builders": true
568 },
560 "test": "gl_unittests" 569 "test": "gl_unittests"
561 }, 570 },
562 { 571 {
563 "test": "google_apis_unittests" 572 "test": "google_apis_unittests"
564 }, 573 },
565 { 574 {
566 "test": "gpu_unittests" 575 "test": "gpu_unittests"
567 }, 576 },
568 { 577 {
569 "swarming": { 578 "swarming": {
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
721 { 730 {
722 "test": "extensions_unittests" 731 "test": "extensions_unittests"
723 }, 732 },
724 { 733 {
725 "test": "gcm_unit_tests" 734 "test": "gcm_unit_tests"
726 }, 735 },
727 { 736 {
728 "test": "gfx_unittests" 737 "test": "gfx_unittests"
729 }, 738 },
730 { 739 {
740 "swarming": {
741 "can_use_on_swarming_builders": true
742 },
731 "test": "gl_unittests" 743 "test": "gl_unittests"
732 }, 744 },
733 { 745 {
734 "test": "google_apis_unittests" 746 "test": "google_apis_unittests"
735 }, 747 },
736 { 748 {
737 "test": "gpu_unittests" 749 "test": "gpu_unittests"
738 }, 750 },
739 { 751 {
740 "swarming": { 752 "swarming": {
(...skipping 2234 matching lines...) Expand 10 before | Expand all | Expand 10 after
2975 }, 2987 },
2976 "test": "gcm_unit_tests" 2988 "test": "gcm_unit_tests"
2977 }, 2989 },
2978 { 2990 {
2979 "swarming": { 2991 "swarming": {
2980 "can_use_on_swarming_builders": true 2992 "can_use_on_swarming_builders": true
2981 }, 2993 },
2982 "test": "gfx_unittests" 2994 "test": "gfx_unittests"
2983 }, 2995 },
2984 { 2996 {
2997 "swarming": {
2998 "can_use_on_swarming_builders": true
2999 },
2985 "test": "gl_unittests" 3000 "test": "gl_unittests"
2986 }, 3001 },
2987 { 3002 {
2988 "test": "google_apis_unittests" 3003 "test": "google_apis_unittests"
2989 }, 3004 },
2990 { 3005 {
2991 "swarming": { 3006 "swarming": {
2992 "can_use_on_swarming_builders": true 3007 "can_use_on_swarming_builders": true
2993 }, 3008 },
2994 "test": "gpu_unittests" 3009 "test": "gpu_unittests"
(...skipping 424 matching lines...) Expand 10 before | Expand all | Expand 10 after
3419 }, 3434 },
3420 "test": "gcm_unit_tests" 3435 "test": "gcm_unit_tests"
3421 }, 3436 },
3422 { 3437 {
3423 "swarming": { 3438 "swarming": {
3424 "can_use_on_swarming_builders": true 3439 "can_use_on_swarming_builders": true
3425 }, 3440 },
3426 "test": "gfx_unittests" 3441 "test": "gfx_unittests"
3427 }, 3442 },
3428 { 3443 {
3444 "swarming": {
3445 "can_use_on_swarming_builders": true
3446 },
3429 "test": "gl_unittests" 3447 "test": "gl_unittests"
3430 }, 3448 },
3431 { 3449 {
3432 "test": "google_apis_unittests" 3450 "test": "google_apis_unittests"
3433 }, 3451 },
3434 { 3452 {
3435 "swarming": { 3453 "swarming": {
3436 "can_use_on_swarming_builders": true 3454 "can_use_on_swarming_builders": true
3437 }, 3455 },
3438 "test": "gpu_unittests" 3456 "test": "gpu_unittests"
(...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after
3812 }, 3830 },
3813 { 3831 {
3814 "args": [ 3832 "args": [
3815 "--site-per-process" 3833 "--site-per-process"
3816 ], 3834 ],
3817 "test": "unit_tests" 3835 "test": "unit_tests"
3818 } 3836 }
3819 ] 3837 ]
3820 } 3838 }
3821 } 3839 }
OLDNEW
« no previous file with comments | « ipc/mojo/ipc_mojo_unittests.isolate ('k') | testing/buildbot/chromium.linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698