From b11249647fa14e482881fd22446dbd8b0cbac27c Mon Sep 17 00:00:00 2001 From: crowlKats <13135287+crowlKats@users.noreply.github.com> Date: Sat, 27 Mar 2021 15:49:57 +0100 Subject: fix: update wpt + align AbortController (#9907) --- tools/wpt/expectation.json | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) (limited to 'tools') diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index 4dc968fae..852f488a3 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -353,7 +353,9 @@ "default-reader.any.js": true, "floating-point-total-queue-size.any.js": true, "garbage-collection.any.js": true, - "general.any.js": true, + "general.any.js": [ + "ReadableStream: if pull rejects, it should error the stream" + ], "patched-global.any.js": true, "reentrant-strategies.any.js": true, "tee.any.js": true, @@ -367,7 +369,9 @@ "flush.any.js": true, "general.any.js": true, "lipfuzz.any.js": true, - "patched-global.any.js": false, + "patched-global.any.js": [ + "TransformStream constructor should not call setters for highWaterMark or size" + ], "properties.any.js": true, "reentrant-strategies.any.js": true, "strategies.any.js": true, @@ -630,6 +634,12 @@ "idlharness.any.js": false, "url-constructor.any.js": [ "Parsing: against ", + "Parsing: against ", + "Parsing: against ", + "Parsing: against ", + "Parsing: against ", + "Parsing: against ", + "Parsing: against ", "Parsing: against ", "Parsing: against ", "Parsing: against ", @@ -722,18 +732,12 @@ ], "urlsearchparams-append.any.js": true, "urlsearchparams-constructor.any.js": [ - "URLSearchParams constructor, empty string as argument", "Construct with 2 unpaired surrogates (no trailing)", "Construct with 3 unpaired surrogates (no leading)", "Construct with object with NULL, non-ASCII, and surrogate keys" ], "urlsearchparams-delete.any.js": true, - "urlsearchparams-foreach.any.js": [ - "For-of Check", - "delete next param during iteration", - "delete current param during iteration", - "delete every param seen during iteration" - ], + "urlsearchparams-foreach.any.js": true, "urlsearchparams-get.any.js": true, "urlsearchparams-getall.any.js": true, "urlsearchparams-has.any.js": true, @@ -794,4 +798,4 @@ } } } -} +} \ No newline at end of file -- cgit v1.2.3