Issue metadata
Sign in to add a comment
|
SecurityExploitBrowserTest.AttemptDuplicateRenderWidgetHost is failing on Android when PlzNavigate is enabled |
||||||||||||||||||||||||
Issue descriptionSecurityExploitBrowserTest.AttemptDuplicateRenderWidgetHost is failing flakely on Marshmallow 64 bit Tester when Plznavigate is enabled. We're hitting a DCHECK: [FATAL:url_request_context.cc(134)] Check failed: false. Leaked 1 URLRequest(s). First URL: http://foo.com/simple_page.html#2 This sometimes happen in a few other tests (RenderFrameHostManagerTest.DontShowLoadingURLIfNotInitialNav for example), but seems to happen more consistently in SecurityExploitBrowserTest.AttemptDuplicateRenderWidgetHost. I'm going to do an early return in this test on Android when PlzNavigate is enabled while we investigate.
,
Mar 17 2017
,
Mar 21 2017
,
Mar 21 2017
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/d705708b78acf0c3399475f6bcd46433bdc65eee commit d705708b78acf0c3399475f6bcd46433bdc65eee Author: johnme <johnme@chromium.org> Date: Tue Mar 21 15:03:50 2017 Mark 3 tests flaky on android The following tests are flaky: - SecurityExploitBrowserTest.AttemptDuplicateRenderWidgetHost - SecurityExploitBrowserTest.AttemptDuplicateRenderViewHost - RenderFrameHostManagerTest.DontShowLoadingURLIfNotInitialNav NOTREECHECKS=true NOTRY=true BUG=703657, 702584 TBR=boliu@chromium.org CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation Review-Url: https://codereview.chromium.org/2762203002 Cr-Commit-Position: refs/heads/master@{#458413} [modify] https://crrev.com/d705708b78acf0c3399475f6bcd46433bdc65eee/content/browser/frame_host/render_frame_host_manager_browsertest.cc [modify] https://crrev.com/d705708b78acf0c3399475f6bcd46433bdc65eee/content/browser/security_exploit_browsertest.cc
,
Mar 21 2017
,
Mar 21 2017
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/5f61aa0c185b00ef4a6d5f5b83fd6aeeeb8972f8 commit 5f61aa0c185b00ef4a6d5f5b83fd6aeeeb8972f8 Author: jam <jam@chromium.org> Date: Tue Mar 21 20:30:39 2017 Revert of Mark 3 tests flaky on android (patchset #1 id:1 of https://codereview.chromium.org/2762203002/ ) Reason for revert: The fix relanded in https://codereview.chromium.org/2764613002/. Original issue's description: > Mark 3 tests flaky on android > > The following tests are flaky: > - SecurityExploitBrowserTest.AttemptDuplicateRenderWidgetHost > - SecurityExploitBrowserTest.AttemptDuplicateRenderViewHost > - RenderFrameHostManagerTest.DontShowLoadingURLIfNotInitialNav > > NOTREECHECKS=true > NOTRY=true > BUG=703657, 702584 > TBR=boliu@chromium.org > CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation > > Review-Url: https://codereview.chromium.org/2762203002 > Cr-Commit-Position: refs/heads/master@{#458413} > Committed: https://chromium.googlesource.com/chromium/src/+/d705708b78acf0c3399475f6bcd46433bdc65eee TBR=boliu@chromium.org,johnme@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=703657, 702584 Review-Url: https://codereview.chromium.org/2767733002 Cr-Commit-Position: refs/heads/master@{#458534} [modify] https://crrev.com/5f61aa0c185b00ef4a6d5f5b83fd6aeeeb8972f8/content/browser/frame_host/render_frame_host_manager_browsertest.cc [modify] https://crrev.com/5f61aa0c185b00ef4a6d5f5b83fd6aeeeb8972f8/content/browser/security_exploit_browsertest.cc |
|||||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||||
Comment 1 by bugdroid1@chromium.org
, Mar 17 2017