summaryrefslogtreecommitdiff
path: root/tests/wpt
diff options
context:
space:
mode:
authorKenta Moriuchi <moriken@kimamass.com>2024-04-24 05:54:19 +0900
committerGitHub <noreply@github.com>2024-04-23 22:54:19 +0200
commitaff7a64544ee72069049a5429d625b10e4b390a6 (patch)
tree131db61489f64925daa49dcb6bdf645242e15f79 /tests/wpt
parentae62443ae037cf70eba3770699e82224d064229b (diff)
fix: Float16Array support (#23512)
Ref #23490, #23277 * remove `--js-float16array` flag (This flag has already added to deno_core) * add some `Float16Array` support
Diffstat (limited to 'tests/wpt')
-rw-r--r--tests/wpt/runner/expectation.json8
1 files changed, 2 insertions, 6 deletions
diff --git a/tests/wpt/runner/expectation.json b/tests/wpt/runner/expectation.json
index 48f1db0f4..f20cd78f1 100644
--- a/tests/wpt/runner/expectation.json
+++ b/tests/wpt/runner/expectation.json
@@ -7158,12 +7158,8 @@
"response-from-stream.any.worker.html": true,
"response-cancel-stream.any.html": true,
"response-cancel-stream.any.worker.html": true,
- "response-clone.any.html": [
- "Check response clone use structureClone for teed ReadableStreams (Float16Arraychunk)"
- ],
- "response-clone.any.worker.html": [
- "Check response clone use structureClone for teed ReadableStreams (Float16Arraychunk)"
- ],
+ "response-clone.any.html": true,
+ "response-clone.any.worker.html": true,
"response-consume-empty.any.html": [
"Consume empty FormData response body as text"
],