summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDivy Srivastava <dj.srivastava23@gmail.com>2022-10-26 18:28:25 +0530
committerGitHub <noreply@github.com>2022-10-26 18:28:25 +0530
commit6cd9343e8b6f6ede22ec56b06e6918a80c9a3ddd (patch)
treeadc7eeb02f2cdc21903e71ee6b6aeded4955ec04 /tools
parent046ab7dc8aa9cc343bd7de2e5efc2e40d73e4998 (diff)
perf(ext/web): optimize transferArrayBuffer (#16294)
Avoid copying enqueued data + misc optimizations to skip webidl converter.
Diffstat (limited to 'tools')
-rw-r--r--tools/wpt/expectation.json4
1 files changed, 2 insertions, 2 deletions
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,