Re: [fetch-tests][xhr-tests] Fetch: header names are exposed in lowercase and values separated by 0x2C 0x20 (#5115)

 [View the complete job log.](https://travis-ci.org/w3c/web-platform-tests/jobs/209787841)

# Chrome (unstable channel) #
Testing web-platform-tests at revision e22f41848f05f6dabffeb726f5fbc58b9882976f
Using browser at version 58.0.3029.6 dev
Starting 10 test iterations
All results were stable
## All results ##
<details>
<summary>2 tests ran</summary>
<details>
<summary><a href="http://w3c-test.org/submissions/5115/XMLHttpRequest/getallresponseheaders-cl.htm">/XMLHttpRequest/getallresponseheaders-cl.htm</a></summary>


|           Subtest           | Results |                                                                                                                                                                                                                              Messages                                                                                                                                                                                                                              |
|-----------------------------|---------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|                             | OK      |                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| `Casing of known headers`   | FAIL    | `assert_equals: expected "content-length: 0\r\n" but got "CONTENT-LENGTH: 0\r\n"`                                                                                                                                                                                                                                                                                                                                                                                  |
| `Casing of known headers 1` | PASS    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| `Casing of known headers 2` | FAIL    | `assert_regexp_match: expected object "/THIS-is-A-test: 1, 2/" but got "Host: web-platform.test:8000\r\nConnection: keep-alive\r\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.6 Safari/537.36\r\nthis-is-a-test: 1,2\r\nAccept: */*\r\nReferer: http://web-platform.test:8000/XMLHttpRequest/getallresponseheaders-cl.htm\r\nAccept-Encoding: gzip, deflate, sdch\r\nAccept-Language: en-US,en;q=0.8\r\n"` |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5115/fetch/api/headers/headers-combine.html">/fetch/api/headers/headers-combine.html</a></summary>


|                                 Subtest                                  | Results |                                           Messages                                           |
|--------------------------------------------------------------------------|---------|----------------------------------------------------------------------------------------------|
|                                                                          | OK      |                                                                                              |
| `Create headers using same name for different values`                    | FAIL    | `assert_equals: expected "doubleValue1, doubleValue2" but got "doubleValue1,doubleValue2"`   |
| `Check delete and has methods when using same name for different values` | PASS    |                                                                                              |
| `Check set methods when called with already used name`                   | PASS    |                                                                                              |
| `Check append methods when called with already used name`                | FAIL    | `assert_equals: expected "singleValue, newSingleValue" but got "singleValue,newSingleValue"` |

</details>
</details>

View on GitHub: https://github.com/w3c/web-platform-tests/pull/5115#issuecomment-285700470

Received on Friday, 10 March 2017 15:37:35 UTC