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

@ -100,6 +100,8 @@
[Clone aborts with original controller]
expected: FAIL
[TypeError from request constructor takes priority - RequestInit's method is invalid]
expected: FAIL
[general.any.html]
type: testharness
@ -142,6 +144,8 @@
expected: FAIL
[TypeError from request constructor takes priority - Bad redirect init parameter value]
expected: FAIL
[TypeError from request constructor takes priority - RequestInit's method is invalid]
expected: FAIL
[Request objects have a signal property]
expected: FAIL
[Signal on request object]

View file

@ -24,8 +24,4 @@
[cors-cookies-redirect]
expected: FAIL
[Testing credentials after cross-origin redirection with CORS and no preflight]
expected: FAIL
[Testing credentials after cross-origin redirection with CORS and preflight]
expected: FAIL

View file

@ -3,93 +3,33 @@
[Redirect 301: cors to same cors]
expected: FAIL
[Redirect 301: cors to another cors]
expected: FAIL
[Redirect 301: same origin to cors]
expected: FAIL
[Redirect 301: cors to same origin]
expected: FAIL
[Redirect 302: cors to same cors]
expected: FAIL
[Redirect 302: cors to another cors]
expected: FAIL
[Redirect 302: same origin to cors]
expected: FAIL
[Redirect 302: cors to same origin]
expected: FAIL
[Redirect 303: cors to same cors]
expected: FAIL
[Redirect 303: cors to another cors]
expected: FAIL
[Redirect 303: same origin to cors]
expected: FAIL
[Redirect 303: cors to same origin]
expected: FAIL
[Redirect 307: cors to same cors]
expected: FAIL
[Redirect 307: cors to another cors]
expected: FAIL
[Redirect 307: same origin to cors]
expected: FAIL
[Redirect 307: cors to same origin]
expected: FAIL
[Redirect 308: cors to same cors]
expected: FAIL
[Redirect 308: cors to another cors]
expected: FAIL
[Redirect 308: same origin to cors]
expected: FAIL
[Redirect 308: cors to same origin]
expected: FAIL
[cors-redirect.any.html]
type: testharness
[Redirect 301: cors to another cors]
expected: FAIL
[Redirect 301: cors to same origin]
expected: FAIL
[Redirect 302: cors to another cors]
expected: FAIL
[Redirect 302: cors to same origin]
expected: FAIL
[Redirect 303: cors to another cors]
expected: FAIL
[Redirect 303: cors to same origin]
expected: FAIL
[Redirect 307: cors to another cors]
expected: FAIL
[Redirect 307: cors to same origin]
expected: FAIL
[Redirect 308: cors to another cors]
expected: FAIL
[Redirect 308: cors to same origin]
expected: FAIL

View file

@ -1,15 +1,9 @@
[redirect-empty-location.any.worker.html]
[redirect response with empty Location, follow mode]
expected: FAIL
[redirect response with empty Location, manual mode]
expected: FAIL
[redirect-empty-location.any.html]
[redirect response with empty Location, follow mode]
expected: FAIL
[redirect response with empty Location, manual mode]
expected: FAIL

View file

@ -1,33 +0,0 @@
[redirect-origin.any.html]
[Other origin to same origin redirection 301]
expected: FAIL
[Other origin to same origin redirection 302]
expected: FAIL
[Other origin to same origin redirection 303]
expected: FAIL
[Other origin to same origin redirection 307]
expected: FAIL
[Other origin to same origin redirection 308]
expected: FAIL
[redirect-origin.any.worker.html]
[Other origin to same origin redirection 301]
expected: FAIL
[Other origin to same origin redirection 302]
expected: FAIL
[Other origin to same origin redirection 303]
expected: FAIL
[Other origin to same origin redirection 307]
expected: FAIL
[Other origin to same origin redirection 308]
expected: FAIL

View file

@ -2,5 +2,3 @@
type: testharness
[Request error]
expected: FAIL
[RequestInit's method is invalid]
expected: FAIL

View file

@ -73,6 +73,3 @@
[Consume response's body: from multipart form data blob to formData]
expected: FAIL
[Consume response's body: from URLSearchParams to blob]
expected: FAIL