mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
Update hyper to 0.12
This commit is contained in:
parent
95bfaa0a77
commit
024b40b39d
122 changed files with 3835 additions and 3448 deletions
|
@ -1,5 +1,4 @@
|
|||
[access-control-expose-headers-parsing.window.html]
|
||||
type: testharness
|
||||
[Access-Control-Expose-Headers parsing: #1]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
16
tests/wpt/metadata/cors/origin.htm.ini
Normal file
16
tests/wpt/metadata/cors/origin.htm.ini
Normal 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
|
||||
|
|
@ -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
|
||||
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
[redirect-userinfo.htm]
|
||||
type: testharness
|
||||
[Allow redirect without userinfo (:@ is trimmed during URL parsing)]
|
||||
expected: FAIL
|
||||
|
4
tests/wpt/metadata/cors/request-headers.htm.ini
Normal file
4
tests/wpt/metadata/cors/request-headers.htm.ini
Normal file
|
@ -0,0 +1,4 @@
|
|||
[request-headers.htm]
|
||||
[Strange allowheaders (case insensitive)]
|
||||
expected: FAIL
|
||||
|
37
tests/wpt/metadata/cors/status-async.htm.ini
Normal file
37
tests/wpt/metadata/cors/status-async.htm.ini
Normal 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
|
||||
|
7
tests/wpt/metadata/cors/status-preflight.htm.ini
Normal file
7
tests/wpt/metadata/cors/status-preflight.htm.ini
Normal 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue