typed array support for XMLHttpRequest's send API

This commit is contained in:
Nupur Baghel 2018-03-24 10:14:52 +05:30
parent a69eceefc9
commit 2009c4e481
14 changed files with 6 additions and 289 deletions

View file

@ -12,24 +12,6 @@
[Fetch with POST with URLSearchParams body]
expected: FAIL
[Fetch with POST with ArrayBuffer body]
expected: FAIL
[Fetch with POST with Uint8Array body]
expected: FAIL
[Fetch with POST with Int8Array body]
expected: FAIL
[Fetch with POST with Float32Array body]
expected: FAIL
[Fetch with POST with Float64Array body]
expected: FAIL
[Fetch with POST with DataView body]
expected: FAIL
[Fetch with POST with Blob body with mime type]
expected: FAIL

View file

@ -1,23 +1,5 @@
[request-upload.any.html]
type: testharness
[Fetch with POST with ArrayBuffer body]
expected: FAIL
[Fetch with POST with Uint8Array body]
expected: FAIL
[Fetch with POST with Int8Array body]
expected: FAIL
[Fetch with POST with Float32Array body]
expected: FAIL
[Fetch with POST with Float64Array body]
expected: FAIL
[Fetch with POST with DataView body]
expected: FAIL
[Fetch with POST with ReadableStream]
expected: FAIL
@ -39,24 +21,6 @@
[request-upload.any.worker.html]
type: testharness
[Fetch with POST with ArrayBuffer body]
expected: FAIL
[Fetch with POST with Uint8Array body]
expected: FAIL
[Fetch with POST with Int8Array body]
expected: FAIL
[Fetch with POST with Float32Array body]
expected: FAIL
[Fetch with POST with Float64Array body]
expected: FAIL
[Fetch with POST with DataView body]
expected: FAIL
[Fetch with POST with ReadableStream]
expected: FAIL

View file

@ -12,27 +12,3 @@
[UTF-8 with BOM with fetched data (UTF-16 charset)]
expected: FAIL
[UTF-8 without BOM with Request.text()]
expected: FAIL
[UTF-8 without BOM with Response.text()]
expected: FAIL
[UTF-16BE with BOM decoded as UTF-8 with Request.text()]
expected: FAIL
[UTF-16BE with BOM decoded as UTF-8 with Response.text()]
expected: FAIL
[UTF-16LE with BOM decoded as UTF-8 with Request.text()]
expected: FAIL
[UTF-16LE with BOM decoded as UTF-8 with Response.text()]
expected: FAIL
[UTF-16 without BOM decoded as UTF-8 with Request.text()]
expected: FAIL
[UTF-16 without BOM decoded as UTF-8 with Response.text()]
expected: FAIL

View file

@ -18,9 +18,6 @@
[Consume empty FormData request body as text]
expected: FAIL
[Consume empty ArrayBuffer request body as text]
expected: FAIL
[Consume request's body as json (error case)]
expected: FAIL

View file

@ -6,37 +6,7 @@
[Consume String request's body as formData]
expected: FAIL
[Consume Int8Array request's body as text]
expected: FAIL
[Consume Int8Array request's body as blob]
expected: FAIL
[Consume Int8Array request's body as arrayBuffer]
expected: FAIL
[Consume ArrayBuffer request's body as text]
expected: FAIL
[Consume Float32Array request's body as blob]
expected: FAIL
[Consume Float32Array request's body as arrayBuffer]
expected: FAIL
[Consume Float32Array request's body as JSON]
expected: FAIL
[Consume DataView request's body as text]
expected: FAIL
[Consume DataView request's body as blob]
expected: FAIL
[Consume DataView request's body as arrayBuffer]
expected: FAIL
[Consume DataView request's body as JSON]
[Trying to consume bad JSON text as JSON: 'undefined']
expected: FAIL
[Consume FormData request's body as FormData]
@ -68,4 +38,3 @@
[Consume Float32Array request's body as text]
expected: FAIL