From aff7a64544ee72069049a5429d625b10e4b390a6 Mon Sep 17 00:00:00 2001 From: Kenta Moriuchi Date: Wed, 24 Apr 2024 05:54:19 +0900 Subject: fix: Float16Array support (#23512) Ref #23490, #23277 * remove `--js-float16array` flag (This flag has already added to deno_core) * add some `Float16Array` support --- tests/wpt/runner/expectation.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'tests') 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" ], -- cgit v1.2.3