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

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

Issue 1205423003: Convert gcm_unit_tests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@8_sql_unittests
Patch Set: Fix path typo 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 1661 matching lines...) Expand 10 before | Expand all | Expand 10 after
1672 }, 1672 },
1673 "test": "crypto_unittests" 1673 "test": "crypto_unittests"
1674 }, 1674 },
1675 { 1675 {
1676 "test": "device_unittests" 1676 "test": "device_unittests"
1677 }, 1677 },
1678 { 1678 {
1679 "test": "extensions_unittests" 1679 "test": "extensions_unittests"
1680 }, 1680 },
1681 { 1681 {
1682 "swarming": {
1683 "can_use_on_swarming_builders": true
1684 },
1682 "test": "gcm_unit_tests" 1685 "test": "gcm_unit_tests"
1683 }, 1686 },
1684 { 1687 {
1685 "test": "google_apis_unittests" 1688 "test": "google_apis_unittests"
1686 }, 1689 },
1687 { 1690 {
1688 "swarming": { 1691 "swarming": {
1689 "can_use_on_swarming_builders": true 1692 "can_use_on_swarming_builders": true
1690 }, 1693 },
1691 "test": "gpu_unittests" 1694 "test": "gpu_unittests"
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
1835 }, 1838 },
1836 "test": "crypto_unittests" 1839 "test": "crypto_unittests"
1837 }, 1840 },
1838 { 1841 {
1839 "test": "device_unittests" 1842 "test": "device_unittests"
1840 }, 1843 },
1841 { 1844 {
1842 "test": "extensions_unittests" 1845 "test": "extensions_unittests"
1843 }, 1846 },
1844 { 1847 {
1848 "swarming": {
1849 "can_use_on_swarming_builders": true
1850 },
1845 "test": "gcm_unit_tests" 1851 "test": "gcm_unit_tests"
1846 }, 1852 },
1847 { 1853 {
1848 "test": "google_apis_unittests" 1854 "test": "google_apis_unittests"
1849 }, 1855 },
1850 { 1856 {
1851 "swarming": { 1857 "swarming": {
1852 "can_use_on_swarming_builders": true 1858 "can_use_on_swarming_builders": true
1853 }, 1859 },
1854 "test": "gpu_unittests" 1860 "test": "gpu_unittests"
(...skipping 1084 matching lines...) Expand 10 before | Expand all | Expand 10 after
2939 { 2945 {
2940 "swarming": { 2946 "swarming": {
2941 "can_use_on_swarming_builders": true 2947 "can_use_on_swarming_builders": true
2942 }, 2948 },
2943 "test": "events_unittests" 2949 "test": "events_unittests"
2944 }, 2950 },
2945 { 2951 {
2946 "test": "extensions_unittests" 2952 "test": "extensions_unittests"
2947 }, 2953 },
2948 { 2954 {
2955 "swarming": {
2956 "can_use_on_swarming_builders": true
2957 },
2949 "test": "gcm_unit_tests" 2958 "test": "gcm_unit_tests"
2950 }, 2959 },
2951 { 2960 {
2952 "swarming": { 2961 "swarming": {
2953 "can_use_on_swarming_builders": true 2962 "can_use_on_swarming_builders": true
2954 }, 2963 },
2955 "test": "gfx_unittests" 2964 "test": "gfx_unittests"
2956 }, 2965 },
2957 { 2966 {
2958 "test": "gl_unittests" 2967 "test": "gl_unittests"
(...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after
3368 { 3377 {
3369 "swarming": { 3378 "swarming": {
3370 "can_use_on_swarming_builders": true 3379 "can_use_on_swarming_builders": true
3371 }, 3380 },
3372 "test": "events_unittests" 3381 "test": "events_unittests"
3373 }, 3382 },
3374 { 3383 {
3375 "test": "extensions_unittests" 3384 "test": "extensions_unittests"
3376 }, 3385 },
3377 { 3386 {
3387 "swarming": {
3388 "can_use_on_swarming_builders": true
3389 },
3378 "test": "gcm_unit_tests" 3390 "test": "gcm_unit_tests"
3379 }, 3391 },
3380 { 3392 {
3381 "swarming": { 3393 "swarming": {
3382 "can_use_on_swarming_builders": true 3394 "can_use_on_swarming_builders": true
3383 }, 3395 },
3384 "test": "gfx_unittests" 3396 "test": "gfx_unittests"
3385 }, 3397 },
3386 { 3398 {
3387 "test": "gl_unittests" 3399 "test": "gl_unittests"
(...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after
3758 }, 3770 },
3759 { 3771 {
3760 "args": [ 3772 "args": [
3761 "--site-per-process" 3773 "--site-per-process"
3762 ], 3774 ],
3763 "test": "unit_tests" 3775 "test": "unit_tests"
3764 } 3776 }
3765 ] 3777 ]
3766 } 3778 }
3767 } 3779 }
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