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

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

Issue 1214633003: Convert cacheinvalidation_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@6_jingle_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 1616 matching lines...) Expand 10 before | Expand all | Expand 10 after
1627 }, 1627 },
1628 "test": "base_unittests" 1628 "test": "base_unittests"
1629 }, 1629 },
1630 { 1630 {
1631 "swarming": { 1631 "swarming": {
1632 "can_use_on_swarming_builders": true 1632 "can_use_on_swarming_builders": true
1633 }, 1633 },
1634 "test": "browser_tests" 1634 "test": "browser_tests"
1635 }, 1635 },
1636 { 1636 {
1637 "swarming": {
1638 "can_use_on_swarming_builders": true
1639 },
1637 "test": "cacheinvalidation_unittests" 1640 "test": "cacheinvalidation_unittests"
1638 }, 1641 },
1639 { 1642 {
1640 "test": "chrome_elf_unittests" 1643 "test": "chrome_elf_unittests"
1641 }, 1644 },
1642 { 1645 {
1643 "swarming": { 1646 "swarming": {
1644 "can_use_on_swarming_builders": true 1647 "can_use_on_swarming_builders": true
1645 }, 1648 },
1646 "test": "components_unittests" 1649 "test": "components_unittests"
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
1784 }, 1787 },
1785 "test": "base_unittests" 1788 "test": "base_unittests"
1786 }, 1789 },
1787 { 1790 {
1788 "swarming": { 1791 "swarming": {
1789 "can_use_on_swarming_builders": true 1792 "can_use_on_swarming_builders": true
1790 }, 1793 },
1791 "test": "browser_tests" 1794 "test": "browser_tests"
1792 }, 1795 },
1793 { 1796 {
1797 "swarming": {
1798 "can_use_on_swarming_builders": true
1799 },
1794 "test": "cacheinvalidation_unittests" 1800 "test": "cacheinvalidation_unittests"
1795 }, 1801 },
1796 { 1802 {
1797 "test": "chrome_elf_unittests" 1803 "test": "chrome_elf_unittests"
1798 }, 1804 },
1799 { 1805 {
1800 "swarming": { 1806 "swarming": {
1801 "can_use_on_swarming_builders": true 1807 "can_use_on_swarming_builders": true
1802 }, 1808 },
1803 "test": "components_unittests" 1809 "test": "components_unittests"
(...skipping 1057 matching lines...) Expand 10 before | Expand all | Expand 10 after
2861 }, 2867 },
2862 "test": "base_unittests" 2868 "test": "base_unittests"
2863 }, 2869 },
2864 { 2870 {
2865 "swarming": { 2871 "swarming": {
2866 "can_use_on_swarming_builders": true 2872 "can_use_on_swarming_builders": true
2867 }, 2873 },
2868 "test": "browser_tests" 2874 "test": "browser_tests"
2869 }, 2875 },
2870 { 2876 {
2877 "swarming": {
2878 "can_use_on_swarming_builders": true
2879 },
2871 "test": "cacheinvalidation_unittests" 2880 "test": "cacheinvalidation_unittests"
2872 }, 2881 },
2873 { 2882 {
2874 "swarming": { 2883 "swarming": {
2875 "can_use_on_swarming_builders": true 2884 "can_use_on_swarming_builders": true
2876 }, 2885 },
2877 "test": "cast_unittests" 2886 "test": "cast_unittests"
2878 }, 2887 },
2879 { 2888 {
2880 "swarming": { 2889 "swarming": {
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
3284 }, 3293 },
3285 "test": "base_unittests" 3294 "test": "base_unittests"
3286 }, 3295 },
3287 { 3296 {
3288 "swarming": { 3297 "swarming": {
3289 "can_use_on_swarming_builders": true 3298 "can_use_on_swarming_builders": true
3290 }, 3299 },
3291 "test": "browser_tests" 3300 "test": "browser_tests"
3292 }, 3301 },
3293 { 3302 {
3303 "swarming": {
3304 "can_use_on_swarming_builders": true
3305 },
3294 "test": "cacheinvalidation_unittests" 3306 "test": "cacheinvalidation_unittests"
3295 }, 3307 },
3296 { 3308 {
3297 "swarming": { 3309 "swarming": {
3298 "can_use_on_swarming_builders": true 3310 "can_use_on_swarming_builders": true
3299 }, 3311 },
3300 "test": "cast_unittests" 3312 "test": "cast_unittests"
3301 }, 3313 },
3302 { 3314 {
3303 "swarming": { 3315 "swarming": {
(...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after
3734 }, 3746 },
3735 { 3747 {
3736 "args": [ 3748 "args": [
3737 "--site-per-process" 3749 "--site-per-process"
3738 ], 3750 ],
3739 "test": "unit_tests" 3751 "test": "unit_tests"
3740 } 3752 }
3741 ] 3753 ]
3742 } 3754 }
3743 } 3755 }
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