From b1ce2e41676ab5bc807a705b072986d9357fece5 Mon Sep 17 00:00:00 2001 From: Matt Mastracci Date: Wed, 23 Aug 2023 17:03:05 -0600 Subject: fix(ext/web): add stream tests to detect v8slice split bug (#20253) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Bartek IwaƄczuk --- tools/wpt/expectation.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'tools') diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index 865a2d5f4..d07aed105 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -2807,12 +2807,8 @@ }, "class-string-interface.any.html": true, "class-string-interface.any.worker.html": true, - "class-string-iterator-prototype-object.any.html": [ - "Object.prototype.toString applied after deleting @@toStringTag" - ], - "class-string-iterator-prototype-object.any.worker.html": [ - "Object.prototype.toString applied after deleting @@toStringTag" - ], + "class-string-iterator-prototype-object.any.html": true, + "class-string-iterator-prototype-object.any.worker.html": true, "class-string-named-properties-object.window.html": false, "global-immutable-prototype.any.html": [ "Setting to a different prototype" -- cgit v1.2.3