summaryrefslogtreecommitdiff
path: root/cli/tests/wpt.json
diff options
context:
space:
mode:
authorLuca Casonato <lucacasonato@yahoo.com>2021-01-05 12:07:27 +0100
committerGitHub <noreply@github.com>2021-01-05 12:07:27 +0100
commita3099798c881ac1be7108c0255e67e182c7080da (patch)
tree8cbfc988a7a51e93dfaba4120b8566445015052f /cli/tests/wpt.json
parentcbc2108525f3a01f4a944104457939b741c9898b (diff)
tests: add web platform test runner (#8990)
Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
Diffstat (limited to 'cli/tests/wpt.json')
-rw-r--r--cli/tests/wpt.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/cli/tests/wpt.json b/cli/tests/wpt.json
new file mode 100644
index 000000000..013c8e601
--- /dev/null
+++ b/cli/tests/wpt.json
@@ -0,0 +1,12 @@
+{
+ "streams": [
+ {
+ "name": "readable-streams/general",
+ "expectFail": [
+ "ReadableStream can't be constructed with an invalid type",
+ "default ReadableStream getReader() should only accept mode:undefined"
+ ]
+ },
+ "writable-streams/general"
+ ]
+}