|
|
Chromium Code Reviews|
Created:
4 years, 2 months ago by alexmos Modified:
4 years, 2 months ago Reviewers:
Charlie Reis CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org, site-isolation-reviews_chromium.org Target Ref:
refs/pending/heads/master Project:
chromium Visibility:
Public. |
DescriptionDeflake the WebPopupFromExtension*HasValidOpener tests.
This CL removes two problematic checks which could have potentially
counted the original extension frame in the popup that was about to
be (but not yet) deleted. These checks aren't essential to the test,
as the RPH checks on the next line already guarantee that the
popup ends up in the correct process.
BUG=653617
TBR=rdevlin.cronin@chromium.org
Committed: https://crrev.com/906c43502ebae9b159a2c6353757b1fe83989b42
Cr-Commit-Position: refs/heads/master@{#423984}
Patch Set 1 #Patch Set 2 : More removal #Messages
Total messages: 23 (15 generated)
The CQ bit was checked by alexmos@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...
Description was changed from ========== Deflake the WebPopupFromExtensionSubframeHasValidOpener test. This CL removes two problematic checks which could have potentially included the original extension frame in the popup that was about to be (but not yet) deleted. These checks aren't essential to the test, as the RPH checks on the next two lines already guarantee that the popup ends up in the correct process. BUG=653617 ========== to ========== Deflake the WebPopupFromExtension*HasValidOpener tests. This CL removes two problematic checks which could have potentially counted the original extension frame in the popup that was about to be (but not yet) deleted. These checks aren't essential to the test, as the RPH checks on the next line already guarantee that the popup ends up in the correct process. BUG=653617 ==========
The CQ bit was checked by alexmos@chromium.org to run a CQ dry run
Description was changed from ========== Deflake the WebPopupFromExtension*HasValidOpener tests. This CL removes two problematic checks which could have potentially counted the original extension frame in the popup that was about to be (but not yet) deleted. These checks aren't essential to the test, as the RPH checks on the next line already guarantee that the popup ends up in the correct process. BUG=653617 ========== to ========== Deflake the WebPopupFromExtension*HasValidOpener tests. This CL removes two problematic checks which could have potentially counted the original extension frame in the popup that was about to be (but not yet) deleted. These checks aren't essential to the test, as the RPH checks on the next line already guarantee that the popup ends up in the correct process. BUG=653617 ==========
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
alexmos@chromium.org changed reviewers: + creis@chromium.org
Charlie, can you please take a look at this quick followup to the BrowsingInstance CL (https://codereview.chromium.org/2372323003), to fix flakiness in the tests? Seems like this problem has come up before in that test class, and I could've also used NavigationCompletedObserver there, but in this case I don't think these checks were actually buying us much given the existing coverage, so I just removed them.
Thanks, LGTM.
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
The CQ bit was checked by alexmos@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presub...)
Description was changed from ========== Deflake the WebPopupFromExtension*HasValidOpener tests. This CL removes two problematic checks which could have potentially counted the original extension frame in the popup that was about to be (but not yet) deleted. These checks aren't essential to the test, as the RPH checks on the next line already guarantee that the popup ends up in the correct process. BUG=653617 ========== to ========== Deflake the WebPopupFromExtension*HasValidOpener tests. This CL removes two problematic checks which could have potentially counted the original extension frame in the popup that was about to be (but not yet) deleted. These checks aren't essential to the test, as the RPH checks on the next line already guarantee that the popup ends up in the correct process. BUG=653617 TBR=rdevlin.cronin@chromium.org ==========
TBRing Devlin for the trivial test change.
The CQ bit was checked by alexmos@chromium.org
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 ========== Deflake the WebPopupFromExtension*HasValidOpener tests. This CL removes two problematic checks which could have potentially counted the original extension frame in the popup that was about to be (but not yet) deleted. These checks aren't essential to the test, as the RPH checks on the next line already guarantee that the popup ends up in the correct process. BUG=653617 TBR=rdevlin.cronin@chromium.org ========== to ========== Deflake the WebPopupFromExtension*HasValidOpener tests. This CL removes two problematic checks which could have potentially counted the original extension frame in the popup that was about to be (but not yet) deleted. These checks aren't essential to the test, as the RPH checks on the next line already guarantee that the popup ends up in the correct process. BUG=653617 TBR=rdevlin.cronin@chromium.org ==========
Message was sent while issue was closed.
Committed patchset #2 (id:20001)
Message was sent while issue was closed.
Description was changed from ========== Deflake the WebPopupFromExtension*HasValidOpener tests. This CL removes two problematic checks which could have potentially counted the original extension frame in the popup that was about to be (but not yet) deleted. These checks aren't essential to the test, as the RPH checks on the next line already guarantee that the popup ends up in the correct process. BUG=653617 TBR=rdevlin.cronin@chromium.org ========== to ========== Deflake the WebPopupFromExtension*HasValidOpener tests. This CL removes two problematic checks which could have potentially counted the original extension frame in the popup that was about to be (but not yet) deleted. These checks aren't essential to the test, as the RPH checks on the next line already guarantee that the popup ends up in the correct process. BUG=653617 TBR=rdevlin.cronin@chromium.org Committed: https://crrev.com/906c43502ebae9b159a2c6353757b1fe83989b42 Cr-Commit-Position: refs/heads/master@{#423984} ==========
Message was sent while issue was closed.
Patchset 2 (id:??) landed as https://crrev.com/906c43502ebae9b159a2c6353757b1fe83989b42 Cr-Commit-Position: refs/heads/master@{#423984} |
