New issue
Advanced search Search tips

Issue 890000 link

Starred by 1 user

Issue metadata

Status: Archived
Owner:
Closed: Dec 5
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

test http/tests/devtools/network/load-resource-for-frontend.js fails after the first run

Project Member Reported by einbinder@chromium.org, Sep 27

Issue description

Repeatedly running http/tests/devtools/network/load-resource-for-frontend.js will cause it to fail every time after the first run. It fails to read cookies when loading resources through the DevToolsUIBindings.
 
Project Member

Comment 1 by bugdroid1@chromium.org, Oct 1

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/b0ec2e723612226a398907c2aa09a91bd39ba6c5

commit b0ec2e723612226a398907c2aa09a91bd39ba6c5
Author: Andrey Kosyakov <caseq@chromium.org>
Date: Mon Oct 01 22:35:00 2018

Enable 3rd party cookies in TestRunner::Reset()

The default for 3rd-party cookies in content shell has
been changes from "deny" to "allow" by
https://chromium-review.googlesource.com/1196547
However, we still reset it to "deny" when resetting
the TestRunner between tests, which causes inconsistent
behavior for tests that depend on default value.

Bug:  890000 
Change-Id: If85535e617eb884e5fdd64c928d558f9fa84bb29
Reviewed-on: https://chromium-review.googlesource.com/1250165
Reviewed-by: Dmitry Gozman <dgozman@chromium.org>
Reviewed-by: Mike West <mkwst@chromium.org>
Commit-Queue: Andrey Kosyakov <caseq@chromium.org>
Cr-Commit-Position: refs/heads/master@{#595606}
[modify] https://crrev.com/b0ec2e723612226a398907c2aa09a91bd39ba6c5/content/shell/test_runner/test_runner.cc

Status: Archived (was: Assigned)
Test failures are processed as a part of a dedicated triage, bulk-closing the bugs.

Sign in to add a comment