summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorLuca Casonato <lucacasonato@yahoo.com>2021-04-06 12:55:05 +0200
committerGitHub <noreply@github.com>2021-04-06 12:55:05 +0200
commit00e63306cbcc295a87ba662f9f63311a3c6c49ce (patch)
tree88020a85a0f1d64803841386d2c5711b7ee008dc /tools
parentff5d072702aee52882787ea85dd73573a8f8f316 (diff)
refactor: add deno_file op crate (#10019)
Also enables WPT for FileReader.
Diffstat (limited to 'tools')
-rw-r--r--tools/wpt/expectation.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json
index abbe8cdfc..2ebdc1011 100644
--- a/tools/wpt/expectation.json
+++ b/tools/wpt/expectation.json
@@ -358,7 +358,7 @@
],
"patched-global.any.js": true,
"reentrant-strategies.any.js": true,
- "tee.any.js": true,
+ "tee.any.js": false,
"templated.any.js": [
"ReadableStream (empty) reader: canceling via the stream should fail"
]
@@ -784,7 +784,8 @@
},
"file": {
"File-constructor.any.js": true
- }
+ },
+ "fileReader.any.js": true
},
"html": {
"webappapis": {
@@ -805,4 +806,4 @@
}
}
}
-}
+} \ No newline at end of file