mirror of
https://github.com/servo/servo.git
synced 2025-08-15 02:15:33 +01:00
Test result updates for tests using promise_test.
This commit is contained in:
parent
498ccd41e8
commit
54d2060eae
109 changed files with 8499 additions and 220 deletions
|
@ -1,6 +1,20 @@
|
|||
[response-cancel-stream.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[Cancelling a starting blob Response stream]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[Cancelling a loading blob Response stream]
|
||||
expected: FAIL
|
||||
|
||||
[Cancelling a closed blob Response stream]
|
||||
expected: FAIL
|
||||
|
||||
[Cancelling a starting Response stream]
|
||||
expected: FAIL
|
||||
|
||||
[Cancelling a loading Response stream]
|
||||
expected: FAIL
|
||||
|
||||
[Cancelling a closed Response stream]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,6 +1,29 @@
|
|||
[response-consume-empty.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[Consume response's body as text]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[Consume response's body as blob]
|
||||
expected: FAIL
|
||||
|
||||
[Consume response's body as arrayBuffer]
|
||||
expected: FAIL
|
||||
|
||||
[Consume response's body as json]
|
||||
expected: FAIL
|
||||
|
||||
[Consume response's body as formData]
|
||||
expected: FAIL
|
||||
|
||||
[Consume empty blob response body as arrayBuffer]
|
||||
expected: FAIL
|
||||
|
||||
[Consume empty text response body as arrayBuffer]
|
||||
expected: FAIL
|
||||
|
||||
[Consume empty blob response body as text]
|
||||
expected: FAIL
|
||||
|
||||
[Consume empty text response body as text]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,6 +1,26 @@
|
|||
[response-consume-stream.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[Read empty text response's body as readableStream]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[Read empty blob response's body as readableStream]
|
||||
expected: FAIL
|
||||
|
||||
[Read blob response's body as readableStream]
|
||||
expected: FAIL
|
||||
|
||||
[Read text response's body as readableStream]
|
||||
expected: FAIL
|
||||
|
||||
[Read form data response's body as readableStream]
|
||||
expected: FAIL
|
||||
|
||||
[Getting an error Response stream]
|
||||
expected: FAIL
|
||||
|
||||
[Getting a redirect Response stream]
|
||||
expected: FAIL
|
||||
|
||||
[Read array buffer response's body as readableStream]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,6 +1,50 @@
|
|||
[response-consume.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[Consume response's body as text]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[Consume response's body as blob]
|
||||
expected: FAIL
|
||||
|
||||
[Consume response's body as arrayBuffer]
|
||||
expected: FAIL
|
||||
|
||||
[Consume response's body as json]
|
||||
expected: FAIL
|
||||
|
||||
[Consume response's body as formData]
|
||||
expected: FAIL
|
||||
|
||||
[Consume blob response's body as blob]
|
||||
expected: FAIL
|
||||
|
||||
[Consume blob response's body as text]
|
||||
expected: FAIL
|
||||
|
||||
[Consume blob response's body as json]
|
||||
expected: FAIL
|
||||
|
||||
[Consume blob response's body as arrayBuffer]
|
||||
expected: FAIL
|
||||
|
||||
[Consume stream response's body as blob]
|
||||
expected: FAIL
|
||||
|
||||
[Consume stream response's body as text]
|
||||
expected: FAIL
|
||||
|
||||
[Consume stream response's body as json]
|
||||
expected: FAIL
|
||||
|
||||
[Consume stream response's body as arrayBuffer]
|
||||
expected: FAIL
|
||||
|
||||
[Consume fetched response's body as blob]
|
||||
expected: FAIL
|
||||
|
||||
[Consume fetched response's body as text]
|
||||
expected: FAIL
|
||||
|
||||
[Consume fetched response's body as arrayBuffer]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,9 +1,23 @@
|
|||
[response-init-002.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[Initialize Response with headers values]
|
||||
expected: FAIL
|
||||
|
||||
[Initialize Response's body with application/octet-binary]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[Initialize Response's body with multipart/form-data]
|
||||
expected: FAIL
|
||||
|
||||
[Initialize Response's body with application/x-www-form-urlencoded;charset=UTF-8]
|
||||
expected: FAIL
|
||||
|
||||
[Initialize Response's body with text/plain;charset=UTF-8]
|
||||
expected: FAIL
|
||||
|
||||
[Read Response's body as readableStream]
|
||||
expected: FAIL
|
||||
|
||||
[Testing empty Response Content-Type header]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,6 +1,14 @@
|
|||
[response-stream-disturbed-1.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[Getting blob after getting the Response body - not disturbed, not locked]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[Getting text after getting the Response body - not disturbed, not locked]
|
||||
expected: FAIL
|
||||
|
||||
[Getting json after getting the Response body - not disturbed, not locked]
|
||||
expected: FAIL
|
||||
|
||||
[Getting arrayBuffer after getting the Response body - not disturbed, not locked]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,6 +1,14 @@
|
|||
[response-stream-disturbed-2.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[Getting blob after getting a locked Response body]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[Getting text after getting a locked Response body]
|
||||
expected: FAIL
|
||||
|
||||
[Getting json after getting a locked Response body]
|
||||
expected: FAIL
|
||||
|
||||
[Getting arrayBuffer after getting a locked Response body]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,6 +1,14 @@
|
|||
[response-stream-disturbed-3.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[Getting blob after reading the Response body]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[Getting text after reading the Response body]
|
||||
expected: FAIL
|
||||
|
||||
[Getting json after reading the Response body]
|
||||
expected: FAIL
|
||||
|
||||
[Getting arrayBuffer after reading the Response body]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,6 +1,14 @@
|
|||
[response-stream-disturbed-4.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[Getting blob after cancelling the Response body]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[Getting text after cancelling the Response body]
|
||||
expected: FAIL
|
||||
|
||||
[Getting json after cancelling the Response body]
|
||||
expected: FAIL
|
||||
|
||||
[Getting arrayBuffer after cancelling the Response body]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,6 +1,14 @@
|
|||
[response-stream-disturbed-5.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[Getting a body reader after consuming as blob]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[Getting a body reader after consuming as text]
|
||||
expected: FAIL
|
||||
|
||||
[Getting a body reader after consuming as json]
|
||||
expected: FAIL
|
||||
|
||||
[Getting a body reader after consuming as arrayBuffer]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue