mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
auto merge of #4198 : Manishearth/servo/hyper-droid, r=Manishearth
This is the Hyper pull request, plus the set up for OpenSSL on Android to make it merge. Sean's commits have been reviewed in #4065 (My Android changes were reviewed by Glenn)
This commit is contained in:
commit
6bd9bf979b
38 changed files with 927 additions and 477 deletions
|
@ -3,12 +3,6 @@
|
|||
[XMLHttpRequest: send() - charset parameter of Content-Type]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: send() - charset parameter of Content-Type 1]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: send() - charset parameter of Content-Type 2]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: send() - charset parameter of Content-Type 3]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
[send-entity-body-none.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: send(null) - no entity body]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[send-redirect-infinite-sync.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: send() - Redirects (infinite loop; sync) (301)]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[send-redirect-infinite.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: send() - Redirects (infinite loop)]
|
||||
expected: FAIL
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
[send-redirect.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: send() - Redirects (basics) (301)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: send() - Redirects (basics) (302)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: send() - Redirects (basics) (303)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: send() - Redirects (basics) (307)]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[setrequestheader-case-insensitive.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: setRequestHeader() - headers that differ in case]
|
||||
expected: FAIL
|
||||
|
|
@ -1,26 +0,0 @@
|
|||
[setrequestheader-header-allowed.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: setRequestHeader() - headers that are allowed (Authorization)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: setRequestHeader() - headers that are allowed (Pragma)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: setRequestHeader() - headers that are allowed (Content-Transfer-Encoding)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: setRequestHeader() - headers that are allowed (Content-Type)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: setRequestHeader() - headers that are allowed (Overwrite)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: setRequestHeader() - headers that are allowed (If)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: setRequestHeader() - headers that are allowed (Status-URI)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: setRequestHeader() - headers that are allowed (X-Pink-Unicorn)]
|
||||
expected: FAIL
|
||||
|
|
@ -1,8 +1,3 @@
|
|||
[status-async.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: status/statusText - various responses 7 (GET 402)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: status/statusText - various responses 9 (CHICKEN 402)]
|
||||
expected: FAIL
|
||||
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
[status-basic.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: status/statusText - various responses 7 (GET 402)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: status/statusText - various responses 9 (CHICKEN 402)]
|
||||
expected: FAIL
|
||||
|
||||
expected: TIMEOUT
|
||||
|
|
14
tests/wpt/metadata/XMLHttpRequest/status-error.htm.ini
Normal file
14
tests/wpt/metadata/XMLHttpRequest/status-error.htm.ini
Normal file
|
@ -0,0 +1,14 @@
|
|||
[status-error.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: status error handling GET 699]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: status error handling HEAD 699]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: status error handling POST 699]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: status error handling PUT 699]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[xmlhttprequest-network-error-sync.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: members during network errors (sync)]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[xmlhttprequest-network-error.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: members during network errors]
|
||||
expected: FAIL
|
||||
|
|
@ -1,6 +1,5 @@
|
|||
[redirect.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[location with a worker in separate file that redirects]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue