Update hyper to 0.12

This commit is contained in:
Bastien Orivel 2018-08-27 18:36:52 +02:00
parent 95bfaa0a77
commit 024b40b39d
122 changed files with 3835 additions and 3448 deletions

View file

@ -1,5 +1,4 @@
[access-control-expose-headers-parsing.window.html]
type: testharness
[Access-Control-Expose-Headers parsing: #1]
expected: FAIL

View file

@ -12,3 +12,18 @@
[Allow origin: [tab\]undefined//undefined]
expected: FAIL
[Allow origin: _*__]
expected: FAIL
[Allow origin: _http://web-platform.test:8000___[tab\]_]
expected: FAIL
[Disallow origin: HTTP://web-platform.test:8000]
expected: FAIL
[Disallow origin: http://web-platform.test:8000#]
expected: FAIL
[Disallow origin: http://web-platform.test:8000/]
expected: FAIL

View file

@ -0,0 +1,16 @@
[origin.htm]
[Allow origin: _*__]
expected: FAIL
[Allow origin: _http://web-platform.test:8000___[tab\]_]
expected: FAIL
[Disallow origin: HTTP://web-platform.test:8000]
expected: FAIL
[Disallow origin: http://web-platform.test:8000#]
expected: FAIL
[Disallow origin: http://web-platform.test:8000/]
expected: FAIL

View file

@ -20,12 +20,6 @@
[local (none) to remote (*), expect origin=undefined//undefined]
expected: FAIL
[remote (*) to local (*), expect origin=null]
expected: FAIL
[remote (*) to local (null), expect origin=null]
expected: FAIL
[remote (undefined//undefined) to local (*), expect origin=null]
expected: FAIL
@ -44,27 +38,9 @@
[remote (undefined//undefined) to remote (undefined//undefined), expect origin=undefined//undefined]
expected: FAIL
[remote (*) to remote2 (*), expect origin=null]
expected: FAIL
[remote (*) to remote2 (null), expect origin=null]
expected: FAIL
[remote (undefined//undefined) to remote2 (*), expect origin=null]
expected: FAIL
[remote (undefined//undefined) to remote2 (null), expect origin=null]
expected: FAIL
[remote (http://web-platform.test:8000) to local (*), expect origin=null]
expected: FAIL
[remote (http://web-platform.test:8000) to local (null), expect origin=null]
expected: FAIL
[remote (http://web-platform.test:8000) to remote2 (*), expect origin=null]
expected: FAIL
[remote (http://web-platform.test:8000) to remote2 (null), expect origin=null]
expected: FAIL

View file

@ -1,5 +0,0 @@
[redirect-userinfo.htm]
type: testharness
[Allow redirect without userinfo (:@ is trimmed during URL parsing)]
expected: FAIL

View file

@ -0,0 +1,4 @@
[request-headers.htm]
[Strange allowheaders (case insensitive)]
expected: FAIL

View file

@ -0,0 +1,37 @@
[status-async.htm]
[Status on POST 500]
expected: FAIL
[Status on HEAD 401]
expected: FAIL
[Status on POST 404]
expected: FAIL
[Status on GET 299]
expected: FAIL
[Status on GET 400]
expected: FAIL
[Status on GET 206]
expected: FAIL
[Status on GET 204]
expected: FAIL
[Status on GET 205]
expected: FAIL
[Status on GET 202]
expected: FAIL
[Status on GET 203]
expected: FAIL
[Status on GET 201]
expected: FAIL
[Status on GET 209]
expected: FAIL

View file

@ -0,0 +1,7 @@
[status-preflight.htm]
[CORS - status after preflight on HEAD 699]
expected: FAIL
[CORS - status after preflight on PUT 699]
expected: FAIL