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

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

Issue 1216033005: Convert remoting_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@12_wm_unittests
Patch Set: Rebase 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 1718 matching lines...) Expand 10 before | Expand all | Expand 10 after
1729 { 1729 {
1730 "test": "ppapi_unittests" 1730 "test": "ppapi_unittests"
1731 }, 1731 },
1732 { 1732 {
1733 "swarming": { 1733 "swarming": {
1734 "can_use_on_swarming_builders": true 1734 "can_use_on_swarming_builders": true
1735 }, 1735 },
1736 "test": "printing_unittests" 1736 "test": "printing_unittests"
1737 }, 1737 },
1738 { 1738 {
1739 "swarming": {
1740 "can_use_on_swarming_builders": true
1741 },
1739 "test": "remoting_unittests" 1742 "test": "remoting_unittests"
1740 }, 1743 },
1741 { 1744 {
1742 "test": "sbox_integration_tests" 1745 "test": "sbox_integration_tests"
1743 }, 1746 },
1744 { 1747 {
1745 "test": "sbox_unittests" 1748 "test": "sbox_unittests"
1746 }, 1749 },
1747 { 1750 {
1748 "test": "sbox_validation_tests" 1751 "test": "sbox_validation_tests"
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
1898 { 1901 {
1899 "test": "ppapi_unittests" 1902 "test": "ppapi_unittests"
1900 }, 1903 },
1901 { 1904 {
1902 "swarming": { 1905 "swarming": {
1903 "can_use_on_swarming_builders": true 1906 "can_use_on_swarming_builders": true
1904 }, 1907 },
1905 "test": "printing_unittests" 1908 "test": "printing_unittests"
1906 }, 1909 },
1907 { 1910 {
1911 "swarming": {
1912 "can_use_on_swarming_builders": true
1913 },
1908 "test": "remoting_unittests" 1914 "test": "remoting_unittests"
1909 }, 1915 },
1910 { 1916 {
1911 "test": "sbox_integration_tests" 1917 "test": "sbox_integration_tests"
1912 }, 1918 },
1913 { 1919 {
1914 "test": "sbox_unittests" 1920 "test": "sbox_unittests"
1915 }, 1921 },
1916 { 1922 {
1917 "test": "sbox_validation_tests" 1923 "test": "sbox_validation_tests"
(...skipping 1126 matching lines...) Expand 10 before | Expand all | Expand 10 after
3044 { 3050 {
3045 "test": "ppapi_unittests" 3051 "test": "ppapi_unittests"
3046 }, 3052 },
3047 { 3053 {
3048 "swarming": { 3054 "swarming": {
3049 "can_use_on_swarming_builders": true 3055 "can_use_on_swarming_builders": true
3050 }, 3056 },
3051 "test": "printing_unittests" 3057 "test": "printing_unittests"
3052 }, 3058 },
3053 { 3059 {
3060 "swarming": {
3061 "can_use_on_swarming_builders": true
3062 },
3054 "test": "remoting_unittests" 3063 "test": "remoting_unittests"
3055 }, 3064 },
3056 { 3065 {
3057 "swarming": { 3066 "swarming": {
3058 "can_use_on_swarming_builders": true 3067 "can_use_on_swarming_builders": true
3059 }, 3068 },
3060 "test": "sandbox_linux_unittests" 3069 "test": "sandbox_linux_unittests"
3061 }, 3070 },
3062 { 3071 {
3063 "test": "skia_unittests" 3072 "test": "skia_unittests"
(...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after
3485 { 3494 {
3486 "test": "ppapi_unittests" 3495 "test": "ppapi_unittests"
3487 }, 3496 },
3488 { 3497 {
3489 "swarming": { 3498 "swarming": {
3490 "can_use_on_swarming_builders": true 3499 "can_use_on_swarming_builders": true
3491 }, 3500 },
3492 "test": "printing_unittests" 3501 "test": "printing_unittests"
3493 }, 3502 },
3494 { 3503 {
3504 "swarming": {
3505 "can_use_on_swarming_builders": true
3506 },
3495 "test": "remoting_unittests" 3507 "test": "remoting_unittests"
3496 }, 3508 },
3497 { 3509 {
3498 "swarming": { 3510 "swarming": {
3499 "can_use_on_swarming_builders": true 3511 "can_use_on_swarming_builders": true
3500 }, 3512 },
3501 "test": "sandbox_linux_unittests" 3513 "test": "sandbox_linux_unittests"
3502 }, 3514 },
3503 { 3515 {
3504 "test": "skia_unittests" 3516 "test": "skia_unittests"
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
3794 }, 3806 },
3795 { 3807 {
3796 "args": [ 3808 "args": [
3797 "--site-per-process" 3809 "--site-per-process"
3798 ], 3810 ],
3799 "test": "unit_tests" 3811 "test": "unit_tests"
3800 } 3812 }
3801 ] 3813 ]
3802 } 3814 }
3803 } 3815 }
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