Re: Test HTTP parsing (#5102)

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

# Firefox (nightly channel) #
Testing web-platform-tests at revision 3b1dfc2cb4178c89ebe756e5c5341aa654c5fea6
Using browser at version BuildID 20170306110339; SourceStamp 966464a68a2cb3ca1125808e34abb5c1d34e3797
Starting 10 test iterations
All results were stable
## All results ##
<details>
<summary>1 test ran</summary>
<details>
<summary><a href="http://w3c-test.org/submissions/5102/http/protocolversioning.html">/http/protocolversioning.html</a></summary>


|       Subtest        | Results |                  Messages                 |
|----------------------|---------|-------------------------------------------|
|                      | OK      |                                           |
| `HTTP/0.7 280`       | FAIL    | `assert_equals: expected 280 but got 200` |
| `HTTP/1.0 280`       | PASS    |                                           |
| `HTTP/1.11 280`      | PASS    |                                           |
| `HTTP/1.2 280`       | PASS    |                                           |
| `HTTP/1.7 280`       | PASS    |                                           |
| `HTTP/2.0 280`       | PASS    |                                           |
| `HTTP/5.garbage 280` | FAIL    | `assert_equals: expected 280 but got 200` |
| `splitonspace 280`   | FAIL    | `assert_equals: expected 280 but got 200` |
| `http 280`           | FAIL    | `assert_equals: expected 280 but got 200` |
| `HttP/1.1 280`       | PASS    |                                           |
| `HTTP/garbage 280`   | FAIL    | `assert_equals: expected 280 but got 200` |

</details>
</details>

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

Received on Thursday, 9 March 2017 11:07:18 UTC