test(wpt): update fetch test metadata

This commit is contained in:
OJ Kwon 2018-03-23 15:19:19 -07:00
parent e6de213a13
commit 80304a133f
No known key found for this signature in database
GPG key ID: 2E469434030C7F09
10 changed files with 0 additions and 265 deletions

View file

@ -36,33 +36,4 @@
[UTF-16 without BOM decoded as UTF-8 with Response.text()]
expected: FAIL
[UTF-8 with BOM (Response object)]
expected: FAIL
[UTF-8 with BOM (Request object)]
expected: FAIL
[UTF-8 without BOM (Response object)]
expected: FAIL
[UTF-8 without BOM (Request object)]
expected: FAIL
[UTF-16BE with BOM decoded as UTF-8 (Response object)]
expected: FAIL
[UTF-16BE with BOM decoded as UTF-8 (Request object)]
expected: FAIL
[UTF-16LE with BOM decoded as UTF-8 (Response object)]
expected: FAIL
[UTF-16LE with BOM decoded as UTF-8 (Request object)]
expected: FAIL
[UTF-16 without BOM decoded as UTF-8 (Response object)]
expected: FAIL
[UTF-16 without BOM decoded as UTF-8 (Request object)]
expected: FAIL

View file

@ -6,12 +6,6 @@
[Consume request's body as formData]
expected: FAIL
[Consume empty blob request body as arrayBuffer]
expected: FAIL
[Consume empty text request body as arrayBuffer]
expected: FAIL
[Consume request's body as text]
expected: FAIL

View file

@ -1,17 +1,11 @@
[request-consume.html]
type: testharness
[Consume String request's body as arrayBuffer]
expected: FAIL
[Consume String request's body as json]
expected: FAIL
[Consume String request's body as formData]
expected: FAIL
[Consume blob response's body as arrayBuffer]
expected: FAIL
[Trying to consume bad JSON text as JSON: 'undefined']
expected: FAIL
@ -51,9 +45,6 @@
[Consume FormData request's body as FormData]
expected: FAIL
[Consume blob response's body as arrayBuffer]
expected: FAIL
[Trying to consume bad JSON text as JSON: 'undefined']
expected: FAIL

View file

@ -30,6 +30,3 @@
[Request interface: new Request("") must inherit property "body" with the proper type]
expected: FAIL
[Request interface: new Request("") must inherit property "arrayBuffer()" with the proper type]
expected: FAIL

View file

@ -1,5 +1,3 @@
[request-structure.html]
type: testharness
[Request has arrayBuffer method]
expected: FAIL

View file

@ -24,15 +24,9 @@
[Consume fetched response's body as arrayBuffer]
expected: FAIL
[Consume response's body: from text to arrayBuffer]
expected: FAIL
[Consume response's body: from text with correct multipart type to formData]
expected: FAIL
[Consume response's body: from blob to arrayBuffer]
expected: FAIL
[Consume response's body: from blob with correct multipart type to formData]
expected: FAIL
@ -48,9 +42,6 @@
[Consume response's body: from FormData to arrayBuffer]
expected: FAIL
[Consume response's body: from URLSearchParams to arrayBuffer]
expected: FAIL
[Consume response's body: from stream to blob]
expected: FAIL
@ -78,9 +69,6 @@
[Consume response's body: from fetch to blob]
expected: FAIL
[Consume response's body: from fetch to arrayBuffer]
expected: FAIL
[Consume response's body: from multipart form data blob to formData]
expected: FAIL

View file

@ -21,9 +21,6 @@
[Response interface: new Response() must inherit property "body" with the proper type (8)]
expected: FAIL
[Response interface: new Response() must inherit property "arrayBuffer" with the proper type (11)]
expected: FAIL
[Response interface: new Response() must inherit property "body" with the proper type (9)]
expected: FAIL
@ -45,6 +42,3 @@
[Response interface: new Response() must inherit property "body" with the proper type]
expected: FAIL
[Response interface: new Response() must inherit property "arrayBuffer()" with the proper type]
expected: FAIL

View file

@ -1,5 +1,3 @@
[response-stream-disturbed-5.html]
type: testharness
[Getting a body reader after consuming as arrayBuffer]
expected: FAIL