DescriptionFix ContentVerifierTest.FailOnDone and ContentVerifierTest.FailOnRead on Windows 10 with PlzNavigate.
The tests were loading a tab that would be closed. The test code was waiting for both a didstop IPC (inside InProcessBrowserTest::AddTabAtIndexToBrowser) and for the extension-unloaded notification (what the test is really testing). With PlzNavigate, the didstop IPC is sent later and it's racy whether the renderer will send it before the tab is closed. So remove the first wait.
BUG=699437
Review-Url: https://codereview.chromium.org/2896853005
Cr-Commit-Position: refs/heads/master@{#473949}
Committed: https://chromium.googlesource.com/chromium/src/+/c958dad1cb42b5e9ad6660b4fd35761b51444d5b
Patch Set 1 #Patch Set 2 : log #Patch Set 3 : fix #Patch Set 4 : cleanup #
Total comments: 2
Patch Set 5 : add comment #Messages
Total messages: 17 (12 generated)
|