Commit c18fed03 authored by Fergal Daly's avatar Fergal Daly Committed by Commit Bot

Remove tests that are passing on swarming with BFCache enabled.

All of these passed in this run on linux debug

shards/0:Task: https://chromium-swarm.appspot.com/task?id=480b070d14519110
shards/1:Task: https://chromium-swarm.appspot.com/task?id=480b07300c6b9710
shards/2:Task: https://chromium-swarm.appspot.com/task?id=480b0756649ce610
shards/3:Task: https://chromium-swarm.appspot.com/task?id=480b0788b3c15e10
shards/4:Task: https://chromium-swarm.appspot.com/task?id=480b07cc5f172610
shards/5:Task: https://chromium-swarm.appspot.com/task?id=480b07d051ded010
shards/6:Task: https://chromium-swarm.appspot.com/task?id=480b0808d3319210
shards/7:Task: https://chromium-swarm.appspot.com/task?id=480b08113378bb10
shards/8:Task: https://chromium-swarm.appspot.com/task?id=480b084685625110
shards/9:Task: https://chromium-swarm.appspot.com/task?id=480b088bbb9ab510

and on android debug

android-shards/0:Task: https://chromium-swarm.appspot.com/task?id=480adbf31c911d10
android-shards/1:Task: https://chromium-swarm.appspot.com/task?id=480adbfb629e4110
android-shards/2:Task: https://chromium-swarm.appspot.com/task?id=480addfec56a7110
android-shards/3:Task: https://chromium-swarm.appspot.com/task?id=480adbfe38c2a210
android-shards/4:Task: https://chromium-swarm.appspot.com/task?id=480ade00c0c16c10
android-shards/5:Task: https://chromium-swarm.appspot.com/task?id=480adbf515c64f10
android-shards/6:Task: https://chromium-swarm.appspot.com/task?id=480adbfcd1f37b10
android-shards/7:Task: https://chromium-swarm.appspot.com/task?id=480ade0fee6ffb10
android-shards/8:Task: https://chromium-swarm.appspot.com/task?id=480adbfe8d557810
android-shards/9:Task: https://chromium-swarm.appspot.com/task?id=480ade012ccd8a10

Sadly, I haven't figured out a nice way to aggregate these into friendly test
reports.

Tests noted as being flaky will be handled in a different CL.

Change-Id: I84df1dc4be6efa13b911c2ae3232e76abd35b925
Bug: 1016230
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1862137Reviewed-by: default avatarAlexander Timin <altimin@chromium.org>
Commit-Queue: Fergal Daly <fergal@chromium.org>
Cr-Commit-Position: refs/heads/master@{#708873}
parent 01466ed2
# These tests currently fail when run with --enable-features=BackForwardCache. # These tests currently fail when run with --enable-features=BackForwardCache.
# WebLock (deadlock)
-LockManagerBrowserTest.*
# 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 -NavigationControllerBrowserTest.SiteInstanceChangeOnHistoryNavigation
...@@ -11,7 +8,6 @@ ...@@ -11,7 +8,6 @@
# the BackForwardCache. # the BackForwardCache.
-BackForwardCacheMetricsBrowserTest.Features_SameOriginSubframes_CrossOriginNavigation -BackForwardCacheMetricsBrowserTest.Features_SameOriginSubframes_CrossOriginNavigation
-NavigationControllerBrowserTest.FrameNavigationEntry_DynamicSubframeHistoryFallback -NavigationControllerBrowserTest.FrameNavigationEntry_DynamicSubframeHistoryFallback
-NavigationControllerBrowserTest.FrameNavigationEntry_RecreatedSubframeBackForward
-NavigationControllerBrowserTest.FrameNavigationEntry_SubframeHistoryFallback -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
...@@ -21,9 +17,6 @@ ...@@ -21,9 +17,6 @@
# Document expects javascript to run again from the beginning. # Document expects javascript to run again from the beginning.
-WebContentsImplBrowserTest.JavaScriptDialogsInMainAndSubframes -WebContentsImplBrowserTest.JavaScriptDialogsInMainAndSubframes
# Page with no-cache, no-store, must-revalidate shouldn't be cached.
-NavigationControllerBrowserTest.UncacheablePost
# 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
...@@ -34,10 +27,6 @@ ...@@ -34,10 +27,6 @@
-WebContentsBindingSetBrowserTest.CloseOnFrameDeletion -WebContentsBindingSetBrowserTest.CloseOnFrameDeletion
-WorkerImportScriptsAndFetchRequestNetworkIsolationKeyBrowserTest.ImportScriptsAndFetchRequest/* -WorkerImportScriptsAndFetchRequestNetworkIsolationKeyBrowserTest.ImportScriptsAndFetchRequest/*
# This test waits for a network request after a back navigation. It won't be
# made, because the document is restored from the BackForwardCache.
-RenderFrameHostManagerTest.DeleteSpeculativeRFHPendingCommitOfPendingEntryOnInterrupted2
# 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
...@@ -62,32 +51,6 @@ ...@@ -62,32 +51,6 @@
-SignedExchangeRequestHandlerBrowserTest.Simple/3 -SignedExchangeRequestHandlerBrowserTest.Simple/3
-SignedExchangeRequestHandlerBrowserTest.VariantMatch/3 -SignedExchangeRequestHandlerBrowserTest.VariantMatch/3
# Check failed: !is_active().
# https://crbug.com/1003744
-NavigationBaseBrowserTest.BackForwardInOldDocumentCancelPendingNavigation/1
-NavigationBaseBrowserTest.BackForwardInOldDocumentCancelPendingNavigation/0
# The BackForwardCache evicts page asynchronously. The test expects the
# RenderFrameHostImpl to be removed immediately.
-SitePerProcessBrowserTest.RenderViewHostIsNotReusedAfterDelayedSwapOutACK
# Android-only test. Timeout.
# https://crbug.com/1004786
-SitePerProcessBrowserTest.TestChildProcessImportance
# NOTREACHED() is hit in RenderFrameHostManager::GetFrameHostForNavigation,
# because, "A frame that's pending deletion should never be navigated.".
-NavigationControllerBrowserTest.PageStateWithIframeAfterForwardInCompetingFrames
-SitePerProcessBrowserTest.TwoCrossSitePendingNavigationsAndMainFrameWins
# Failing on android only, need to be triaged, see https://crbug.com/1006267.
-BackForwardCacheMetricsBrowserTest.Fetch
-BackForwardCacheMetricsBrowserTest.XHR
-WebContentsSplitCacheBrowserTestEnabled.SplitCache*
-WebRtcBrowserTest.CanSetupH264VideoCallOnSupportedDevice
-WithoutCORBProtectionSniffing/CrossSiteDocumentBlockingTest.*
-WithCORBProtectionSniffing/CrossSiteDocumentBlockingTest.*
# Flaky on android only, need to be triaged, see https://crbug.com/1006267. # Flaky on android only, need to be triaged, see https://crbug.com/1006267.
-IndexedDBBrowserTest* -IndexedDBBrowserTest*
-MHTMLGenerationTest/MHTMLGenerationTest.* -MHTMLGenerationTest/MHTMLGenerationTest.*
......
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