From 2c11358348eb568cfddf14ef7c7c7b891607e148 Mon Sep 17 00:00:00 2001 From: clamy Date: Wed, 23 Mar 2016 15:13:47 -0700 Subject: PlzNavigate: fix two RenderViewImplTests related to history This CL fixes RenderViewImplTest.BrowserNavigationStartNotUsedForHistoryNavigation and RenderViewImplTest.TestBackForward. Properly simulatin ghistory navigations with PlzNavigate enabled requires providing a url in the CommonNavigationParams, which was not being done. BUG=475027 Review URL: https://codereview.chromium.org/1797393008 Cr-Commit-Position: refs/heads/master@{#382940} --- .../buildbot/filters/browser-side-navigation.linux.browser_tests.filter | 1 - .../filters/browser-side-navigation.linux.content_browsertests.filter | 2 -- 2 files changed, 3 deletions(-) (limited to 'testing') diff --git a/testing/buildbot/filters/browser-side-navigation.linux.browser_tests.filter b/testing/buildbot/filters/browser-side-navigation.linux.browser_tests.filter index 03ff0ec..cf9b0b7 100644 --- a/testing/buildbot/filters/browser-side-navigation.linux.browser_tests.filter +++ b/testing/buildbot/filters/browser-side-navigation.linux.browser_tests.filter @@ -27,7 +27,6 @@ -ChromeMainTest.SecondLaunchFromIncognitoWithNormalUrl -ChromeRenderProcessHostTest.DevToolsOnSelfInOwnProcess -ChromeRenderProcessHostTest.DevToolsOnSelfInOwnProcessPPT --ChromeRenderViewTest.BackToTranslatablePage -ChromeResourceDispatcherHostDelegateBrowserTest.PolicyHeaderForRedirect -ChromeSecurityStateModelClientTest.AddedTab -ChromeSecurityStateModelClientTest.HttpsPage diff --git a/testing/buildbot/filters/browser-side-navigation.linux.content_browsertests.filter b/testing/buildbot/filters/browser-side-navigation.linux.content_browsertests.filter index 3d89a76..bd2f9bb 100644 --- a/testing/buildbot/filters/browser-side-navigation.linux.content_browsertests.filter +++ b/testing/buildbot/filters/browser-side-navigation.linux.content_browsertests.filter @@ -2,10 +2,8 @@ -LoFiResourceDispatcherHostBrowserTest.ShouldEnableLoFiModeNavigateBackThenForward -NavigationControllerBrowserTest.FrameNavigationEntry_SubframeHistoryFallback -RenderFrameHostManagerTest.RestoreSubframeFileAccessForHistoryNavigation --RenderViewImplTest.BrowserNavigationStartNotUsedForHistoryNavigation -RenderViewImplTest.GetCompositionCharacterBoundsTest -RenderViewImplTest.OnNavigationHttpPost --RenderViewImplTest.TestBackForward -ServiceWorkerBrowserTest.FetchPageWithSaveData -ServiceWorkerBrowserTest.FetchPageWithSaveDataPassThroughOnFetch -SessionHistoryTest.FrameBackForward -- cgit v1.1