Description was changed from ========== [FetchAPI] Pass web-platform fetch/api/cors/cors-preflight.html. BUG=672656 ========== to ========== [FetchAPI] Pass ...
3 years, 12 months ago
(2016-12-27 08:23:11 UTC)
#1
Description was changed from
==========
[FetchAPI] Pass web-platform fetch/api/cors/cors-preflight.html.
BUG=672656
==========
to
==========
[FetchAPI] Pass web-platform fetch/api/cors/cors-preflight.html.
The failures are because the expected result is a list of header names
separated only be "," (comma),
but Blink instead returns a list of header names separate by ", ".
So I modify it from ", "(comma + space) to ","(comma).
BUG=672656
==========
dhna
Description was changed from ========== [FetchAPI] Pass web-platform fetch/api/cors/cors-preflight.html. The failures are because the expected ...
3 years, 12 months ago
(2016-12-27 08:23:20 UTC)
#2
Description was changed from
==========
[FetchAPI] Pass web-platform fetch/api/cors/cors-preflight.html.
The failures are because the expected result is a list of header names
separated only be "," (comma),
but Blink instead returns a list of header names separate by ", ".
So I modify it from ", "(comma + space) to ","(comma).
BUG=672656
==========
to
==========
[FetchAPI] Pass web-platform fetch/api/cors/cors-preflight.html.
The failures are because the expected result is a list of header names
separated only be "," (comma),
but Blink instead returns a list of header names separate by ", ".
So I modify it from ", "(comma + space) to ","(comma).
BUG=672656
==========
dhna
Description was changed from ========== [FetchAPI] Pass web-platform fetch/api/cors/cors-preflight.html. The failures are because the expected ...
3 years, 12 months ago
(2016-12-27 08:24:27 UTC)
#3
Description was changed from
==========
[FetchAPI] Pass web-platform fetch/api/cors/cors-preflight.html.
The failures are because the expected result is a list of header names
separated only be "," (comma),
but Blink instead returns a list of header names separate by ", ".
So I modify it from ", "(comma + space) to ","(comma).
BUG=672656
==========
to
==========
[FetchAPI] Pass web-platform fetch/api/cors/cors-preflight.html.
The failures are because the expected result is a list of
header names separated only be "," (comma),
but Blink instead returns a list of header names separate by ", ".
So I modify it from ", "(comma + space) to ","(comma).
BUG=672656
==========
3 years, 12 months ago
(2016-12-27 08:24:40 UTC)
#5
tyoshino@
PTAL.
dhna
Description was changed from ========== [FetchAPI] Pass web-platform fetch/api/cors/cors-preflight.html. The failures are because the expected ...
3 years, 12 months ago
(2016-12-27 08:25:08 UTC)
#6
Description was changed from
==========
[FetchAPI] Pass web-platform fetch/api/cors/cors-preflight.html.
The failures are because the expected result is a list of
header names separated only be "," (comma),
but Blink instead returns a list of header names separate by ", ".
So I modify it from ", "(comma + space) to ","(comma).
BUG=672656
==========
to
==========
[Fetch API] Pass web-platform fetch/api/cors/cors-preflight.html.
The failures are because the expected result is a list of
header names separated only be "," (comma),
but Blink instead returns a list of header names separate by ", ".
So I modify it from ", "(comma + space) to ","(comma).
BUG=672656
==========
yhirano
The CQ bit was checked by yhirano@chromium.org to run a CQ dry run
3 years, 11 months ago
(2017-01-05 08:41:09 UTC)
#7
Dry run: Try jobs failed on following builders: mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/362959)
3 years, 11 months ago
(2017-01-05 09:54:09 UTC)
#10
On 2016/12/27 08:24:40, dhna wrote: > tyoshino@ > PTAL. Thanks, I will check it out ...
3 years, 11 months ago
(2017-01-05 13:02:46 UTC)
#11
On 2016/12/27 08:24:40, dhna wrote:
> tyoshino@
> PTAL.
Thanks, I will check it out why
'http/tests/xmlhttprequest/access-control-preflight-request-header-sorted.html'
is failed and fix it.
dhna
On 2017/01/05 13:02:46, dhna wrote: > On 2016/12/27 08:24:40, dhna wrote: > > tyoshino@ > ...
3 years, 11 months ago
(2017-01-05 19:49:12 UTC)
#12
On 2017/01/05 13:02:46, dhna wrote:
> On 2016/12/27 08:24:40, dhna wrote:
> > tyoshino@
> > PTAL.
>
> Thanks, I will check it out why
>
'http/tests/xmlhttprequest/access-control-preflight-request-header-sorted.html'
> is failed and fix it.
tyoshino@
Done. PTAL
yhirano
The CQ bit was checked by yhirano@chromium.org to run a CQ dry run
3 years, 11 months ago
(2017-01-06 04:04:08 UTC)
#13
Dry run: Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/365903)
3 years, 11 months ago
(2017-01-06 05:15:32 UTC)
#16
CQ is committing da patch. Bot data: {"patchset_id": 40001, "attempt_start_ts": 1483811233860060, "parent_rev": "09db2634e017d9540ca748eeda21006bc826beff", "commit_rev": "0f762fedb8512772504cd5548b93f2523ec1e3a2"}
3 years, 11 months ago
(2017-01-07 17:50:46 UTC)
#26
CQ is committing da patch.
Bot data: {"patchset_id": 40001, "attempt_start_ts": 1483811233860060,
"parent_rev": "09db2634e017d9540ca748eeda21006bc826beff", "commit_rev":
"0f762fedb8512772504cd5548b93f2523ec1e3a2"}
commit-bot: I haz the power
Description was changed from ========== [Fetch API] Pass web-platform fetch/api/cors/cors-preflight.html. The failures are because the ...
3 years, 11 months ago
(2017-01-07 17:51:11 UTC)
#27
Message was sent while issue was closed.
Description was changed from
==========
[Fetch API] Pass web-platform fetch/api/cors/cors-preflight.html.
The failures are because the expected result is a list of
header names separated only be "," (comma),
but Blink instead returns a list of header names separate by ", ".
So I modify it from ", "(comma + space) to ","(comma).
BUG=672656
==========
to
==========
[Fetch API] Pass web-platform fetch/api/cors/cors-preflight.html.
The failures are because the expected result is a list of
header names separated only be "," (comma),
but Blink instead returns a list of header names separate by ", ".
So I modify it from ", "(comma + space) to ","(comma).
BUG=672656
Review-Url: https://codereview.chromium.org/2603713003
Cr-Commit-Position: refs/heads/master@{#442170}
Committed:
https://chromium.googlesource.com/chromium/src/+/0f762fedb8512772504cd5548b93...
==========
commit-bot: I haz the power
Committed patchset #3 (id:40001) as https://chromium.googlesource.com/chromium/src/+/0f762fedb8512772504cd5548b93f2523ec1e3a2
3 years, 11 months ago
(2017-01-07 17:51:12 UTC)
#28
Issue 2603713003: [Fetch API] Pass web-platform fetch/api/cors/cors-preflight.html.
(Closed)
Created 3 years, 12 months ago by dhna
Modified 3 years, 11 months ago
Reviewers: tyoshino (SeeGerritForStatus), yhirano
Base URL:
Comments: 0