summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
m---------test_util/wpt0
-rw-r--r--tools/wpt/expectation.json16
2 files changed, 12 insertions, 4 deletions
diff --git a/test_util/wpt b/test_util/wpt
-Subproject 075719cfcefe5a6f3b5c0f1447373e5cad5445d
+Subproject 2c57e66a4b63afafc2fbba8a81284e4dc5ffe85
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,