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

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

Issue 1210173002: Convert media_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@2_events_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 | « 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 1679 matching lines...) Expand 10 before | Expand all | Expand 10 after
1690 { 1690 {
1691 "test": "installer_util_unittests" 1691 "test": "installer_util_unittests"
1692 }, 1692 },
1693 { 1693 {
1694 "test": "ipc_tests" 1694 "test": "ipc_tests"
1695 }, 1695 },
1696 { 1696 {
1697 "test": "jingle_unittests" 1697 "test": "jingle_unittests"
1698 }, 1698 },
1699 { 1699 {
1700 "swarming": {
1701 "can_use_on_swarming_builders": true
1702 },
1700 "test": "media_unittests" 1703 "test": "media_unittests"
1701 }, 1704 },
1702 { 1705 {
1703 "test": "midi_unittests" 1706 "test": "midi_unittests"
1704 }, 1707 },
1705 { 1708 {
1706 "swarming": { 1709 "swarming": {
1707 "can_use_on_swarming_builders": true 1710 "can_use_on_swarming_builders": true
1708 }, 1711 },
1709 "test": "net_unittests" 1712 "test": "net_unittests"
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
1823 { 1826 {
1824 "test": "installer_util_unittests" 1827 "test": "installer_util_unittests"
1825 }, 1828 },
1826 { 1829 {
1827 "test": "ipc_tests" 1830 "test": "ipc_tests"
1828 }, 1831 },
1829 { 1832 {
1830 "test": "jingle_unittests" 1833 "test": "jingle_unittests"
1831 }, 1834 },
1832 { 1835 {
1836 "swarming": {
1837 "can_use_on_swarming_builders": true
1838 },
1833 "test": "media_unittests" 1839 "test": "media_unittests"
1834 }, 1840 },
1835 { 1841 {
1836 "test": "midi_unittests" 1842 "test": "midi_unittests"
1837 }, 1843 },
1838 { 1844 {
1839 "swarming": { 1845 "swarming": {
1840 "can_use_on_swarming_builders": true 1846 "can_use_on_swarming_builders": true
1841 }, 1847 },
1842 "test": "net_unittests" 1848 "test": "net_unittests"
(...skipping 1063 matching lines...) Expand 10 before | Expand all | Expand 10 after
2906 }, 2912 },
2907 "test": "interactive_ui_tests" 2913 "test": "interactive_ui_tests"
2908 }, 2914 },
2909 { 2915 {
2910 "test": "ipc_tests" 2916 "test": "ipc_tests"
2911 }, 2917 },
2912 { 2918 {
2913 "test": "jingle_unittests" 2919 "test": "jingle_unittests"
2914 }, 2920 },
2915 { 2921 {
2922 "swarming": {
2923 "can_use_on_swarming_builders": true
2924 },
2916 "test": "media_unittests" 2925 "test": "media_unittests"
2917 }, 2926 },
2918 { 2927 {
2919 "test": "midi_unittests" 2928 "test": "midi_unittests"
2920 }, 2929 },
2921 { 2930 {
2922 "test": "mojo_common_unittests" 2931 "test": "mojo_common_unittests"
2923 }, 2932 },
2924 { 2933 {
2925 "test": "mojo_public_bindings_unittests" 2934 "test": "mojo_public_bindings_unittests"
(...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after
3299 }, 3308 },
3300 "test": "interactive_ui_tests" 3309 "test": "interactive_ui_tests"
3301 }, 3310 },
3302 { 3311 {
3303 "test": "ipc_tests" 3312 "test": "ipc_tests"
3304 }, 3313 },
3305 { 3314 {
3306 "test": "jingle_unittests" 3315 "test": "jingle_unittests"
3307 }, 3316 },
3308 { 3317 {
3318 "swarming": {
3319 "can_use_on_swarming_builders": true
3320 },
3309 "test": "media_unittests" 3321 "test": "media_unittests"
3310 }, 3322 },
3311 { 3323 {
3312 "test": "midi_unittests" 3324 "test": "midi_unittests"
3313 }, 3325 },
3314 { 3326 {
3315 "test": "mojo_common_unittests" 3327 "test": "mojo_common_unittests"
3316 }, 3328 },
3317 { 3329 {
3318 "test": "mojo_public_bindings_unittests" 3330 "test": "mojo_public_bindings_unittests"
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
3626 }, 3638 },
3627 { 3639 {
3628 "args": [ 3640 "args": [
3629 "--site-per-process" 3641 "--site-per-process"
3630 ], 3642 ],
3631 "test": "unit_tests" 3643 "test": "unit_tests"
3632 } 3644 }
3633 ] 3645 ]
3634 } 3646 }
3635 } 3647 }
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