From 6cd9343e8b6f6ede22ec56b06e6918a80c9a3ddd Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Wed, 26 Oct 2022 18:28:25 +0530 Subject: perf(ext/web): optimize transferArrayBuffer (#16294) Avoid copying enqueued data + misc optimizations to skip webidl converter. --- tools/wpt/expectation.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index a2db88c06..6eee11ef8 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -1302,8 +1302,8 @@ "ReadableStream with byte source: Respond to multiple pull() by separate enqueue()", "ReadableStream with byte source: enqueue() discards auto-allocated BYOB request" ], - "non-transferable-buffers.any.html": false, - "non-transferable-buffers.any.worker.html": false, + "non-transferable-buffers.any.html": true, + "non-transferable-buffers.any.worker.html": true, "enqueue-with-detached-buffer.window.html": false, "tee.any.html": true, "tee.any.worker.html": true, -- cgit v1.2.3