diff --git a/test_util/wpt b/test_util/wpt index 075719cfce..2c57e66a4b 160000 --- a/test_util/wpt +++ b/test_util/wpt @@ -1 +1 @@ -Subproject commit 075719cfcefe5a6f3b5c0f1447373e5cad5445df +Subproject commit 2c57e66a4b63afafc2fbba8a81284e4dc5ffe854 diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index 0ad2ba2c96..6c8b2e4d07 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,