Commit 23d7660b authored by arthursonzogni's avatar arthursonzogni Committed by Commit Bot

bfcache: Update test expectations.

After:
https://chromium-review.googlesource.com/c/chromium/src/+/1759900
a new navigation "into" a document and "away" from it is added. It
expects the process used for this document to exit, which doesn't happen
if the document is stored into the BackForwardCache.

It can easily be fixed by disallowing the document to enter the
BackForwardCache.

TBR=alexmos@chromium.org

Bug: 990354
Change-Id: I0e5f1f052d0486c2d3db8fa8664e26146a0ab411
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1778543Reviewed-by: default avatarArthur Sonzogni <arthursonzogni@chromium.org>
Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org>
Cr-Commit-Position: refs/heads/master@{#692091}
parent 97d701a0
...@@ -70,9 +70,12 @@ ...@@ -70,9 +70,12 @@
# Test expects the RenderFrameHost to be deleted after a navigation. It is now # Test expects the RenderFrameHost to be deleted after a navigation. It is now
# stored into the BackForwardCache instead. It isn't deleted. # stored into the BackForwardCache instead. It isn't deleted.
-RenderFrameHostManagerTest.CleanupOnCrossProcessNavigation -RenderFrameHostManagerTest.CleanupOnCrossProcessNavigation
-ServiceWorkerMainScriptRequestNetworkIsolationKeyBrowserTest.ServiceWorkerMainScriptRequest/*
-SharedWorkerMainScriptRequestNetworkIsolationKeyBrowserTest.SharedWorkerMainScriptRequest/*
-SitePerProcessBrowserTest.PendingDeletionCheckCompletedOnSubtree -SitePerProcessBrowserTest.PendingDeletionCheckCompletedOnSubtree
-SitePerProcessBrowserTest.SlowUnloadHandlerInIframe -SitePerProcessBrowserTest.SlowUnloadHandlerInIframe
-WebContentsBindingSetBrowserTest.CloseOnFrameDeletion -WebContentsBindingSetBrowserTest.CloseOnFrameDeletion
-WorkerImportScriptsAndFetchRequestNetworkIsolationKeyBrowserTest.ImportScriptsAndFetchRequest/*
# This test waits for a network request after a back navigation. It won't be # This test waits for a network request after a back navigation. It won't be
# made, because the document is restored from the BackForwardCache. # made, because the document is restored from the BackForwardCache.
......
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