Re: Test HTTP parsing (#5102)

Result in Safari TP Release 24 (Safari 10.2, WebKit 12604.1.6)

|       Subtest        | Results |                  Messages                 |
|----------------------|---------|-------------------------------------------|
|                      | OK      |                                           |
| `HTTP/0.7 280`       | FAIL    | `promise_test: Unhandled rejection with value: object "TypeError: Type error"` |
| `HTTP/1.0 280`       | PASS    |                                           |
| `HTTP/1.11 280`      | FAIL    | `promise_test: Unhandled rejection with value: object "TypeError: Type error"` |
| `HTTP/1.2 280`       | FAIL    | `promise_test: Unhandled rejection with value: object "TypeError: Type error"` |
| `HTTP/1.7 280`       | FAIL    | `promise_test: Unhandled rejection with value: object "TypeError: Type error"` |
| `HTTP/2.0 280`       | PASS    |                                           |
| `HTTP/5.garbage 280` | FAIL    | `promise_test: Unhandled rejection with value: object "TypeError: Type error"` |
| `splitonspace 280`   | FAIL    | `promise_test: Unhandled rejection with value: object "TypeError: Type error"` |
| `http 280`           | FAIL    | `promise_test: Unhandled rejection with value: object "TypeError: Type error"` |
| `HttP/1.1 280`       | PASS    |                                           |
| `HTTP/garbage 280`   | FAIL    | `promise_test: Unhandled rejection with value: object "TypeError: Type error"` |


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

Received on Thursday, 9 March 2017 11:44:01 UTC