Commit 8d6a9454 authored by Fergal Daly's avatar Fergal Daly Committed by Commit Bot

Parameterize NavigationControllerBrowserTest etc for RenderDocument.

These tests are sensitive to RD's type of changes and several of them
needed fixing already.

Bug: 1100745,1068965
Change-Id: I1bd93ebac207c502d0dda7f749a4c5f25f4e506b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2275459Reviewed-by: default avatarAlex Moshchuk <alexmos@chromium.org>
Commit-Queue: Fergal Daly <fergal@chromium.org>
Cr-Commit-Position: refs/heads/master@{#784274}
parent df4eef85
...@@ -2,13 +2,13 @@ ...@@ -2,13 +2,13 @@
# Same-document navigation pointing to a URL that would cause a redirect if it # Same-document navigation pointing to a URL that would cause a redirect if it
# was reloaded. It never happen, because the document is restored directly. # was reloaded. It never happen, because the document is restored directly.
-NavigationControllerBrowserTest.SiteInstanceChangeOnHistoryNavigation -All/NavigationControllerBrowserTest.SiteInstanceChangeOnHistoryNavigation/*
# Expect an iframe to load again. It isn't because the page was restored from # Expect an iframe to load again. It isn't because the page was restored from
# the BackForwardCache. # the BackForwardCache.
-BackForwardCacheMetricsBrowserTest.Features_SameOriginSubframes_CrossOriginNavigation -BackForwardCacheMetricsBrowserTest.Features_SameOriginSubframes_CrossOriginNavigation
-NavigationControllerBrowserTest.FrameNavigationEntry_DynamicSubframeHistoryFallback -All/NavigationControllerBrowserTest.FrameNavigationEntry_DynamicSubframeHistoryFallback/*
-NavigationControllerBrowserTest.FrameNavigationEntry_SubframeHistoryFallback -All/NavigationControllerBrowserTest.FrameNavigationEntry_SubframeHistoryFallback/*
# Create a URLLoaderInterceptor. It should cause the navigation to fail, but it # Create a URLLoaderInterceptor. It should cause the navigation to fail, but it
# isn't using an URLLoader anymore. # isn't using an URLLoader anymore.
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
# Wait for the old process to exit. It won't, because it is still used by a # Wait for the old process to exit. It won't, because it is still used by a
# bfcached document. # bfcached document.
-DynamicIsolatedOriginTest.LockedProcessNotReusedForNonisolatedSameSiteNavigation -DynamicIsolatedOriginTest.LockedProcessNotReusedForNonisolatedSameSiteNavigation
-NavigationControllerBrowserTest.UtilizationOfSpareRenderProcessHost -All/NavigationControllerBrowserTest.UtilizationOfSpareRenderProcessHost/*
-All/RenderFrameHostManagerTest.DontSelectInvalidFiles/* -All/RenderFrameHostManagerTest.DontSelectInvalidFiles/*
-All/RenderFrameHostManagerTest.NavigateWithUnassignedSiteInstance/* -All/RenderFrameHostManagerTest.NavigateWithUnassignedSiteInstance/*
-All/RenderFrameHostManagerTest.RestoreFileAccessForHistoryNavigation/* -All/RenderFrameHostManagerTest.RestoreFileAccessForHistoryNavigation/*
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
-All/RenderFrameHostManagerTest.RenderViewInitAfterNewProxyAndProcessKill/* -All/RenderFrameHostManagerTest.RenderViewInitAfterNewProxyAndProcessKill/*
# https://crbug.com/1021409 # https://crbug.com/1021409
-NavigationControllerBrowserTest.BrowserInitiatedLoadPostCommitErrorPageIgnoredForFramePendingDeletion -All/NavigationControllerBrowserTest.BrowserInitiatedLoadPostCommitErrorPageIgnoredForFramePendingDeletion/*
# Not triaged # Not triaged
-All/SitePerProcessBrowserTest.ActiveSandboxFlagsRetainedAfterUnload/* -All/SitePerProcessBrowserTest.ActiveSandboxFlagsRetainedAfterUnload/*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment