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

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

Issue 1495993002: Enforce all subframes to be in the same BrowsingInstance as the parent. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes based on Charlie's review. Created 5 years 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 | « content/test/web_contents_observer_sanity_checker.cc ('k') | no next file » | 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 "Android Cloud Tests": { 2 "Android Cloud Tests": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "test": "android_webview_unittests" 5 "test": "android_webview_unittests"
6 }, 6 },
7 { 7 {
8 "test": "base_unittests" 8 "test": "base_unittests"
9 }, 9 },
10 { 10 {
(...skipping 5684 matching lines...) Expand 10 before | Expand all | Expand 10 after
5695 "name": "nacl_integration", 5695 "name": "nacl_integration",
5696 "script": "nacl_integration.py" 5696 "script": "nacl_integration.py"
5697 } 5697 }
5698 ] 5698 ]
5699 }, 5699 },
5700 "Site Isolation Linux": { 5700 "Site Isolation Linux": {
5701 "gtest_tests": [ 5701 "gtest_tests": [
5702 { 5702 {
5703 "args": [ 5703 "args": [
5704 "--site-per-process", 5704 "--site-per-process",
5705 "--gtest_filter=-BrowserTest.InterstitialCancelsGuestViewDialogs:Brows erTest.OtherRedirectsDontForkProcess:BrowserTest.WindowOpenClose:ChromeRenderPro cessHostTest.*:ChromeRenderProcessHostTestWithCommandLine.*:ErrorPageTest.*:Exte nsionApiTest.ContentScriptOtherExtensions:ExtensionApiTest.Tabs2:ExtensionApiTes t.TabsOnUpdated:ExtensionOptionsApiTest.ExtensionCanEmbedOwnOptions:IsolatedAppT est.*:MimeHandlerViewTest.*:*PDFExtensionTest.*:PhishingDOMFeatureExtractorTest. SubFrames:PrerenderBrowserTest.*:ProcessManagementTest.*:RedirectTest.ClientEmpt yReferer:ReferrerPolicyTest.HttpsRedirect:*.RestoreWebUISettings:SSLUITest.TestG oodFrameNavigation:SSLUITest.TestMarkNonSecureAs:WebNavigationApiTest.CrossProce ssFragment:WebNavigationApiTest.ServerRedirectSingleProcess:WebNavigationApiTest .CrossProcessHistory:WebViewDPITest.*:WebViewPluginTest.*:WebViewTest.AcceptTouc hEvents:WebViewTest.IndexedDBIsolation:WebViewTest.ScreenCoordinates:WebViewTest .ContextMenusAPI_PreventDefault:WebViewTest.TestContextMenu:WebViewTest.NestedGu estContainerBounds:WebViewFocusTest.*:WebViewNewWindowTest.*:WebViewVisibilityTe st.*:*.NavigateFromNTPToOptionsInSameTab:*.TabMove:*.WhitelistedExtension:*.NewT abPageURL:*.HomepageLocation:RestoreOnStartupPolicyTestInstance/RestoreOnStartup PolicyTest.RunTest*:PhishingClassifierDelegateTest.*:WebUIWebViewBrowserTest*:We bRtcBrowserTest.RunsAudioVideoWebRTCCallInTwoTabs:SingleProcessTracingBrowserTes t.TestMemoryInfra" 5705 "--gtest_filter=-BrowserTest.InterstitialCancelsGuestViewDialogs:Brows erTest.OtherRedirectsDontForkProcess:BrowserTest.WindowOpenClose:ChromeRenderPro cessHostTest.*:ChromeRenderProcessHostTestWithCommandLine.*:ErrorPageTest.*:Exte nsionApiTest.Tabs2:ExtensionApiTest.TabsOnUpdated:ExtensionOptionsApiTest.Extens ionCanEmbedOwnOptions:IsolatedAppTest.*:MimeHandlerViewTest.*:*PDFExtensionTest. *:PhishingDOMFeatureExtractorTest.SubFrames:PrerenderBrowserTest.*:ProcessManage mentTest.*:RedirectTest.ClientEmptyReferer:ReferrerPolicyTest.HttpsRedirect:*.Re storeWebUISettings:SSLUITest.TestGoodFrameNavigation:SSLUITest.TestMarkNonSecure As:WebNavigationApiTest.CrossProcessFragment:WebNavigationApiTest.ServerRedirect SingleProcess:WebNavigationApiTest.CrossProcessHistory:WebViewDPITest.*:WebViewP luginTest.*:WebViewTest.AcceptTouchEvents:WebViewTest.IndexedDBIsolation:WebView Test.ScreenCoordinates:WebViewTest.ContextMenusAPI_PreventDefault:WebViewTest.Te stContextMenu:WebViewTest.NestedGuestContainerBounds:WebViewFocusTest.*:WebViewN ewWindowTest.*:WebViewVisibilityTest.*:*.NavigateFromNTPToOptionsInSameTab:*.Tab Move:*.WhitelistedExtension:*.NewTabPageURL:*.HomepageLocation:RestoreOnStartupP olicyTestInstance/RestoreOnStartupPolicyTest.RunTest*:PhishingClassifierDelegate Test.*:WebUIWebViewBrowserTest*:WebRtcBrowserTest.RunsAudioVideoWebRTCCallInTwoT abs:SingleProcessTracingBrowserTest.TestMemoryInfra"
5706 ], 5706 ],
5707 "test": "browser_tests" 5707 "test": "browser_tests"
5708 }, 5708 },
5709 { 5709 {
5710 "args": [ 5710 "args": [
5711 "--site-per-process", 5711 "--site-per-process",
5712 "--gtest_filter=-*.PopupPendingAndBackToSameSiteInstance:SessionHistor yTest.CrossFrameFormBackForward:SessionHistoryTest.FrameBackForward:DevToolsProt ocolTest.NavigationPreservesMessages:NavigationControllerBrowserTest.ReloadOrigi nalRequest:*.RestoreSubframeFileAccessForHistoryNavigation" 5712 "--gtest_filter=-*.PopupPendingAndBackToSameSiteInstance:SessionHistor yTest.CrossFrameFormBackForward:SessionHistoryTest.FrameBackForward:DevToolsProt ocolTest.NavigationPreservesMessages:NavigationControllerBrowserTest.ReloadOrigi nalRequest:*.RestoreSubframeFileAccessForHistoryNavigation"
5713 ], 5713 ],
5714 "test": "content_browsertests" 5714 "test": "content_browsertests"
5715 }, 5715 },
(...skipping 10 matching lines...) Expand all
5726 ], 5726 ],
5727 "test": "unit_tests" 5727 "test": "unit_tests"
5728 } 5728 }
5729 ] 5729 ]
5730 }, 5730 },
5731 "Site Isolation Win": { 5731 "Site Isolation Win": {
5732 "gtest_tests": [ 5732 "gtest_tests": [
5733 { 5733 {
5734 "args": [ 5734 "args": [
5735 "--site-per-process", 5735 "--site-per-process",
5736 "--gtest_filter=-BrowserTest.InterstitialCancelsGuestViewDialogs:Brows erTest.OtherRedirectsDontForkProcess:BrowserTest.WindowOpenClose:ChromeRenderPro cessHostTest.*:ChromeRenderProcessHostTestWithCommandLine.*:ErrorPageTest.*:Exte nsionApiTest.ContentScriptOtherExtensions:ExtensionApiTest.Tabs2:ExtensionApiTes t.TabsOnUpdated:ExtensionOptionsApiTest.ExtensionCanEmbedOwnOptions:IsolatedAppT est.*:MimeHandlerViewTest.*:*PDFExtensionTest.*:PhishingDOMFeatureExtractorTest. SubFrames:PrerenderBrowserTest.*:ProcessManagementTest.*:RedirectTest.ClientEmpt yReferer:ReferrerPolicyTest.HttpsRedirect:*.RestoreWebUISettings:SSLUITest.TestG oodFrameNavigation:SSLUITest.TestMarkNonSecureAs:WebNavigationApiTest.CrossProce ssFragment:WebNavigationApiTest.ServerRedirectSingleProcess:WebNavigationApiTest .CrossProcessHistory:WebViewDPITest.*:WebViewPluginTest.*:WebViewTest.AcceptTouc hEvents:WebViewTest.IndexedDBIsolation:WebViewTest.ScreenCoordinates:WebViewTest .ContextMenusAPI_PreventDefault:WebViewTest.TestContextMenu:WebViewTest.NestedGu estContainerBounds:WebViewFocusTest.*:WebViewNewWindowTest.*:WebViewVisibilityTe st.*:*.NavigateFromNTPToOptionsInSameTab:*.TabMove:*.WhitelistedExtension:*.NewT abPageURL:*.HomepageLocation:RestoreOnStartupPolicyTestInstance/RestoreOnStartup PolicyTest.RunTest*:PhishingClassifierDelegateTest.*:WebUIWebViewBrowserTest*:We bRtcBrowserTest.RunsAudioVideoWebRTCCallInTwoTabs:SingleProcessTracingBrowserTes t.TestMemoryInfra" 5736 "--gtest_filter=-BrowserTest.InterstitialCancelsGuestViewDialogs:Brows erTest.OtherRedirectsDontForkProcess:BrowserTest.WindowOpenClose:ChromeRenderPro cessHostTest.*:ChromeRenderProcessHostTestWithCommandLine.*:ErrorPageTest.*:Exte nsionApiTest.Tabs2:ExtensionApiTest.TabsOnUpdated:ExtensionOptionsApiTest.Extens ionCanEmbedOwnOptions:IsolatedAppTest.*:MimeHandlerViewTest.*:*PDFExtensionTest. *:PhishingDOMFeatureExtractorTest.SubFrames:PrerenderBrowserTest.*:ProcessManage mentTest.*:RedirectTest.ClientEmptyReferer:ReferrerPolicyTest.HttpsRedirect:*.Re storeWebUISettings:SSLUITest.TestGoodFrameNavigation:SSLUITest.TestMarkNonSecure As:WebNavigationApiTest.CrossProcessFragment:WebNavigationApiTest.ServerRedirect SingleProcess:WebNavigationApiTest.CrossProcessHistory:WebViewDPITest.*:WebViewP luginTest.*:WebViewTest.AcceptTouchEvents:WebViewTest.IndexedDBIsolation:WebView Test.ScreenCoordinates:WebViewTest.ContextMenusAPI_PreventDefault:WebViewTest.Te stContextMenu:WebViewTest.NestedGuestContainerBounds:WebViewFocusTest.*:WebViewN ewWindowTest.*:WebViewVisibilityTest.*:*.NavigateFromNTPToOptionsInSameTab:*.Tab Move:*.WhitelistedExtension:*.NewTabPageURL:*.HomepageLocation:RestoreOnStartupP olicyTestInstance/RestoreOnStartupPolicyTest.RunTest*:PhishingClassifierDelegate Test.*:WebUIWebViewBrowserTest*:WebRtcBrowserTest.RunsAudioVideoWebRTCCallInTwoT abs:SingleProcessTracingBrowserTest.TestMemoryInfra"
5737 ], 5737 ],
5738 "test": "browser_tests" 5738 "test": "browser_tests"
5739 }, 5739 },
5740 { 5740 {
5741 "args": [ 5741 "args": [
5742 "--site-per-process", 5742 "--site-per-process",
5743 "--gtest_filter=-*.PopupPendingAndBackToSameSiteInstance:SessionHistor yTest.CrossFrameFormBackForward:SessionHistoryTest.FrameBackForward:DevToolsProt ocolTest.NavigationPreservesMessages:NavigationControllerBrowserTest.ReloadOrigi nalRequest:*.RestoreSubframeFileAccessForHistoryNavigation" 5743 "--gtest_filter=-*.PopupPendingAndBackToSameSiteInstance:SessionHistor yTest.CrossFrameFormBackForward:SessionHistoryTest.FrameBackForward:DevToolsProt ocolTest.NavigationPreservesMessages:NavigationControllerBrowserTest.ReloadOrigi nalRequest:*.RestoreSubframeFileAccessForHistoryNavigation"
5744 ], 5744 ],
5745 "test": "content_browsertests" 5745 "test": "content_browsertests"
5746 }, 5746 },
5747 { 5747 {
5748 "args": [ 5748 "args": [
5749 "--site-per-process" 5749 "--site-per-process"
5750 ], 5750 ],
5751 "test": "content_unittests" 5751 "test": "content_unittests"
5752 }, 5752 },
5753 { 5753 {
5754 "args": [ 5754 "args": [
5755 "--site-per-process", 5755 "--site-per-process",
5756 "--gtest_filter=-CaptivePortalTabHelperTest.HttpsSubframe*" 5756 "--gtest_filter=-CaptivePortalTabHelperTest.HttpsSubframe*"
5757 ], 5757 ],
5758 "test": "unit_tests" 5758 "test": "unit_tests"
5759 } 5759 }
5760 ] 5760 ]
5761 } 5761 }
5762 } 5762 }
OLDNEW
« no previous file with comments | « content/test/web_contents_observer_sanity_checker.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698