Commit eadeb475 authored by arthursonzogni's avatar arthursonzogni Committed by Commit Bot

bfcache: update filters.

- PreviewLite page test have been renamed. Reflecting this on the
  filters.
- WebLock is still not disabled with the bfcache. So 4 tests are
  failing.
- Some Ukm test are failing.

TBR=lowell@chromium.org

Bug: None.
Change-Id: Icdfff21b69a6736da48e71ffdf0daf088eed757f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1843871Reviewed-by: default avatarArthur Sonzogni <arthursonzogni@chromium.org>
Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org>
Cr-Commit-Position: refs/heads/master@{#703187}
parent 793d0856
......@@ -11,7 +11,7 @@
# Test goes back and forth in between a "preview" page and a "normal" page.
# When going back to the first page, it expected to be loaded as a "normal" page,
# but it isn't reloaded at all with the BackForwardCache.
-PreviewsLitePageServerBrowserTest.LitePagePreviewsNavigation/*
-PreviewsLitePageRedirectServerBrowserTest.LitePagePreviewsNavigation/*
# Very flaky. Can't reproduce locally, it always succeed.
-SystemNetworkContextManagerMaxConnectionsPerProxyBrowsertest.MaxConnectionsPerProxy
......
......@@ -7,6 +7,9 @@
-org.chromium.chrome.browser.FeaturesAnnotationsTest.testFeaturesSetExistingFlags
-org.chromium.chrome.browser.FeaturesAnnotationsTest.testFeaturesDoNotRemoveExistingFlags
# (Android only) UkmTest (4 tests)
-org.chromium.chrome.browser.sync.UkmTest.*
# Not triaged yet. See https://crbug.com/1006267
-org.chromium.chrome.browser.SafeBrowsingTest.interstitialPage
-org.chromium.chrome.browser.WarmupManagerTest.testCreateAndTakeSpareRenderer
......@@ -14,11 +17,11 @@
-org.chromium.chrome.browser.customtabs.DetachedResourceRequestTest.testSafeBrowsingSubresource
-org.chromium.chrome.browser.customtabs.DetachedResourceRequestTest.testSafeBrowsingSubresourceBeforeNative
-org.chromium.chrome.browser.externalnav.UrlOverridingTest.testRedirectionFromIntent
-org.chromium.chrome.browser.keyboard_accessory.PasswordGenerationIntegrationTest.testAutomaticGenerationUsePassword
-org.chromium.chrome.browser.keyboard_accessory.PasswordGenerationIntegrationTest.testManualGenerationUsePassword
-org.chromium.chrome.browser.incognito.IncognitoTabLauncherTest.testLaunchIncognitoNewTab
-org.chromium.chrome.browser.incognito.IncognitoTabLauncherTest.testLaunchIncognitoNewTab_omniboxFocused
-org.chromium.chrome.browser.infobar.InfoBarTest.testInfoBarForGeolocationDisappearsOnBack
-org.chromium.chrome.browser.keyboard_accessory.PasswordGenerationIntegrationTest.testAutomaticGenerationUsePassword
-org.chromium.chrome.browser.keyboard_accessory.PasswordGenerationIntegrationTest.testManualGenerationUsePassword
-org.chromium.chrome.browser.media.MediaLauncherActivityTest.testHandleImageIntent
-org.chromium.chrome.browser.media.MediaLauncherActivityTest.testHandleVideoIntent
-org.chromium.chrome.browser.notifications.NotificationPlatformBridgeIntentTest.testLaunchNotificationPreferencesForCategory
......
# 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
# was reloaded. It never happen, because the document is restored directly.
-NavigationControllerBrowserTest.SiteInstanceChangeOnHistoryNavigation
......
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