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

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

Issue 1199273002: Convert events_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@7_base_unittests
Patch Set: Remove Win8 Aura 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.memory.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 2853 matching lines...) Expand 10 before | Expand all | Expand 10 after
2864 { 2864 {
2865 "test": "dbus_unittests" 2865 "test": "dbus_unittests"
2866 }, 2866 },
2867 { 2867 {
2868 "test": "device_unittests" 2868 "test": "device_unittests"
2869 }, 2869 },
2870 { 2870 {
2871 "test": "display_unittests" 2871 "test": "display_unittests"
2872 }, 2872 },
2873 { 2873 {
2874 "swarming": {
2875 "can_use_on_swarming_builders": true
2876 },
2874 "test": "events_unittests" 2877 "test": "events_unittests"
2875 }, 2878 },
2876 { 2879 {
2877 "test": "extensions_unittests" 2880 "test": "extensions_unittests"
2878 }, 2881 },
2879 { 2882 {
2880 "test": "gcm_unit_tests" 2883 "test": "gcm_unit_tests"
2881 }, 2884 },
2882 { 2885 {
2883 "swarming": { 2886 "swarming": {
(...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after
3254 { 3257 {
3255 "test": "dbus_unittests" 3258 "test": "dbus_unittests"
3256 }, 3259 },
3257 { 3260 {
3258 "test": "device_unittests" 3261 "test": "device_unittests"
3259 }, 3262 },
3260 { 3263 {
3261 "test": "display_unittests" 3264 "test": "display_unittests"
3262 }, 3265 },
3263 { 3266 {
3267 "swarming": {
3268 "can_use_on_swarming_builders": true
3269 },
3264 "test": "events_unittests" 3270 "test": "events_unittests"
3265 }, 3271 },
3266 { 3272 {
3267 "test": "extensions_unittests" 3273 "test": "extensions_unittests"
3268 }, 3274 },
3269 { 3275 {
3270 "test": "gcm_unit_tests" 3276 "test": "gcm_unit_tests"
3271 }, 3277 },
3272 { 3278 {
3273 "swarming": { 3279 "swarming": {
(...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after
3620 }, 3626 },
3621 { 3627 {
3622 "args": [ 3628 "args": [
3623 "--site-per-process" 3629 "--site-per-process"
3624 ], 3630 ],
3625 "test": "unit_tests" 3631 "test": "unit_tests"
3626 } 3632 }
3627 ] 3633 ]
3628 } 3634 }
3629 } 3635 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.chromiumos.json ('k') | testing/buildbot/chromium.memory.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698