|
|
DescriptionFix CaptivePortalBrowserTest browser tests with PlzNavigate.
CaptivePortalBrowserTest.InterstitialTimerNavigateAwayWhileLoading
CaptivePortalBrowserTest.InterstitialTimerNavigateWhileLoading_EndWithCaptivePortalInterstitial
CaptivePortalBrowserTest.InterstitialTimerNavigateWhileLoading_EndWithSSLInterstitial
CaptivePortalBrowserTest.InterstitialTimerReloadWhileLoading:
The following tests just need an adjustment in how many navigations they wait for. With PlzNavigate, when the renderer is navigated it doesn't send a FrameHostMsg_DidStopLoading IPC if it's loading. The tests were depending on that implementation detail, so they're updated now to handle both cases.
CaptivePortalBrowserTest.SSLCertErrorLogin:
With PlzNavigate, CaptivePortalTabReloader::OnLoadStart is called synchronously when a navigation occurs because of differences in the implementation details of NavigatorImpl::NavigateToEntry. Again, update the test to handle both cases.
BUG=504347
Committed: https://crrev.com/d9001a3e575a7d399509f621773d05bcb6fa20ae
Cr-Commit-Position: refs/heads/master@{#420777}
Patch Set 1 #
Total comments: 4
Patch Set 2 : review comments #Messages
Total messages: 16 (10 generated)
The CQ bit was checked by jam@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
jam@chromium.org changed reviewers: + mmenke@chromium.org
LGTM https://codereview.chromium.org/2365063002/diff/1/chrome/browser/captive_port... File chrome/browser/captive_portal/captive_portal_browsertest.cc (right): https://codereview.chromium.org/2365063002/diff/1/chrome/browser/captive_port... chrome/browser/captive_portal/captive_portal_browsertest.cc:2180: // WIthout PlzNavigate: expect two navigations: First one for stopping the WIthout -> Without https://codereview.chromium.org/2365063002/diff/1/chrome/browser/captive_port... chrome/browser/captive_portal/captive_portal_browsertest.cc:2249: // WIthout PlzNavigate: expect two navigations: First one for stopping the Without
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: ios-device on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds...)
https://codereview.chromium.org/2365063002/diff/1/chrome/browser/captive_port... File chrome/browser/captive_portal/captive_portal_browsertest.cc (right): https://codereview.chromium.org/2365063002/diff/1/chrome/browser/captive_port... chrome/browser/captive_portal/captive_portal_browsertest.cc:2180: // WIthout PlzNavigate: expect two navigations: First one for stopping the On 2016/09/23 21:41:18, mmenke wrote: > WIthout -> Without Done. https://codereview.chromium.org/2365063002/diff/1/chrome/browser/captive_port... chrome/browser/captive_portal/captive_portal_browsertest.cc:2249: // WIthout PlzNavigate: expect two navigations: First one for stopping the On 2016/09/23 21:41:18, mmenke wrote: > Without Done.
Description was changed from ========== Fix CaptivePortalBrowserTest browser tests with PlzNavigate. CaptivePortalBrowserTest.InterstitialTimerNavigateAwayWhileLoading CaptivePortalBrowserTest.InterstitialTimerNavigateWhileLoading_EndWithCaptivePortalInterstitial CaptivePortalBrowserTest.InterstitialTimerNavigateWhileLoading_EndWithSSLInterstitial CaptivePortalBrowserTest.InterstitialTimerReloadWhileLoading: The following tests just need an adjustment in how many navigations they wait for. With PlzNavigate, when the renderer is navigated it doesn't a FrameHostMsg_DidStopLoading IPC if it's loading. The tests were depending on that implementation detail, so they're updated now to handle both cases. CaptivePortalBrowserTest.SSLCertErrorLogin: With PlzNavigate, CaptivePortalTabReloader::OnLoadStart is called synchronously when a navigation occurs because of differences in the implementation details of NavigatorImpl::NavigateToEntry. Again, update the test to handle both cases. BUG=504347 ========== to ========== Fix CaptivePortalBrowserTest browser tests with PlzNavigate. CaptivePortalBrowserTest.InterstitialTimerNavigateAwayWhileLoading CaptivePortalBrowserTest.InterstitialTimerNavigateWhileLoading_EndWithCaptivePortalInterstitial CaptivePortalBrowserTest.InterstitialTimerNavigateWhileLoading_EndWithSSLInterstitial CaptivePortalBrowserTest.InterstitialTimerReloadWhileLoading: The following tests just need an adjustment in how many navigations they wait for. With PlzNavigate, when the renderer is navigated it doesn't send a FrameHostMsg_DidStopLoading IPC if it's loading. The tests were depending on that implementation detail, so they're updated now to handle both cases. CaptivePortalBrowserTest.SSLCertErrorLogin: With PlzNavigate, CaptivePortalTabReloader::OnLoadStart is called synchronously when a navigation occurs because of differences in the implementation details of NavigatorImpl::NavigateToEntry. Again, update the test to handle both cases. BUG=504347 ==========
The CQ bit was checked by jam@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from mmenke@chromium.org Link to the patchset: https://codereview.chromium.org/2365063002/#ps20001 (title: "review comments")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Description was changed from ========== Fix CaptivePortalBrowserTest browser tests with PlzNavigate. CaptivePortalBrowserTest.InterstitialTimerNavigateAwayWhileLoading CaptivePortalBrowserTest.InterstitialTimerNavigateWhileLoading_EndWithCaptivePortalInterstitial CaptivePortalBrowserTest.InterstitialTimerNavigateWhileLoading_EndWithSSLInterstitial CaptivePortalBrowserTest.InterstitialTimerReloadWhileLoading: The following tests just need an adjustment in how many navigations they wait for. With PlzNavigate, when the renderer is navigated it doesn't send a FrameHostMsg_DidStopLoading IPC if it's loading. The tests were depending on that implementation detail, so they're updated now to handle both cases. CaptivePortalBrowserTest.SSLCertErrorLogin: With PlzNavigate, CaptivePortalTabReloader::OnLoadStart is called synchronously when a navigation occurs because of differences in the implementation details of NavigatorImpl::NavigateToEntry. Again, update the test to handle both cases. BUG=504347 ========== to ========== Fix CaptivePortalBrowserTest browser tests with PlzNavigate. CaptivePortalBrowserTest.InterstitialTimerNavigateAwayWhileLoading CaptivePortalBrowserTest.InterstitialTimerNavigateWhileLoading_EndWithCaptivePortalInterstitial CaptivePortalBrowserTest.InterstitialTimerNavigateWhileLoading_EndWithSSLInterstitial CaptivePortalBrowserTest.InterstitialTimerReloadWhileLoading: The following tests just need an adjustment in how many navigations they wait for. With PlzNavigate, when the renderer is navigated it doesn't send a FrameHostMsg_DidStopLoading IPC if it's loading. The tests were depending on that implementation detail, so they're updated now to handle both cases. CaptivePortalBrowserTest.SSLCertErrorLogin: With PlzNavigate, CaptivePortalTabReloader::OnLoadStart is called synchronously when a navigation occurs because of differences in the implementation details of NavigatorImpl::NavigateToEntry. Again, update the test to handle both cases. BUG=504347 ==========
Message was sent while issue was closed.
Committed patchset #2 (id:20001)
Message was sent while issue was closed.
Description was changed from ========== Fix CaptivePortalBrowserTest browser tests with PlzNavigate. CaptivePortalBrowserTest.InterstitialTimerNavigateAwayWhileLoading CaptivePortalBrowserTest.InterstitialTimerNavigateWhileLoading_EndWithCaptivePortalInterstitial CaptivePortalBrowserTest.InterstitialTimerNavigateWhileLoading_EndWithSSLInterstitial CaptivePortalBrowserTest.InterstitialTimerReloadWhileLoading: The following tests just need an adjustment in how many navigations they wait for. With PlzNavigate, when the renderer is navigated it doesn't send a FrameHostMsg_DidStopLoading IPC if it's loading. The tests were depending on that implementation detail, so they're updated now to handle both cases. CaptivePortalBrowserTest.SSLCertErrorLogin: With PlzNavigate, CaptivePortalTabReloader::OnLoadStart is called synchronously when a navigation occurs because of differences in the implementation details of NavigatorImpl::NavigateToEntry. Again, update the test to handle both cases. BUG=504347 ========== to ========== Fix CaptivePortalBrowserTest browser tests with PlzNavigate. CaptivePortalBrowserTest.InterstitialTimerNavigateAwayWhileLoading CaptivePortalBrowserTest.InterstitialTimerNavigateWhileLoading_EndWithCaptivePortalInterstitial CaptivePortalBrowserTest.InterstitialTimerNavigateWhileLoading_EndWithSSLInterstitial CaptivePortalBrowserTest.InterstitialTimerReloadWhileLoading: The following tests just need an adjustment in how many navigations they wait for. With PlzNavigate, when the renderer is navigated it doesn't send a FrameHostMsg_DidStopLoading IPC if it's loading. The tests were depending on that implementation detail, so they're updated now to handle both cases. CaptivePortalBrowserTest.SSLCertErrorLogin: With PlzNavigate, CaptivePortalTabReloader::OnLoadStart is called synchronously when a navigation occurs because of differences in the implementation details of NavigatorImpl::NavigateToEntry. Again, update the test to handle both cases. BUG=504347 Committed: https://crrev.com/d9001a3e575a7d399509f621773d05bcb6fa20ae Cr-Commit-Position: refs/heads/master@{#420777} ==========
Message was sent while issue was closed.
Patchset 2 (id:??) landed as https://crrev.com/d9001a3e575a7d399509f621773d05bcb6fa20ae Cr-Commit-Position: refs/heads/master@{#420777} |