From e134ac67417361e5363c918af561f08c947c739b Mon Sep 17 00:00:00 2001 From: Leo Kettmeir Date: Wed, 19 Jan 2022 12:31:32 +0100 Subject: chore: update wpt (#13423) --- tools/wpt/expectation.json | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'tools') diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index 0ad2ba2c9..6c8b2e4d0 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -1507,8 +1507,12 @@ "toString.any.html": true, "toString.any.worker.html": true }, - "interface.any.html": true, - "interface.any.worker.html": true, + "interface.any.html": [ + "WebAssembly.Table.set: length" + ], + "interface.any.worker.html": [ + "WebAssembly.Table.set: length" + ], "memory": { "buffer.any.html": true, "buffer.any.worker.html": true, @@ -1560,8 +1564,12 @@ "basic.tentative.any.worker.html": true, "constructor.tentative.any.html": true, "constructor.tentative.any.worker.html": true, - "getArg.tentative.any.html": true, - "getArg.tentative.any.worker.html": true, + "getArg.tentative.any.html": [ + "Index out of bounds" + ], + "getArg.tentative.any.worker.html": [ + "Index out of bounds" + ], "is.tentative.any.html": true, "is.tentative.any.worker.html": true, "toString.tentative.any.html": false, -- cgit v1.2.3