diff options
author | Leo Kettmeir <crowlkats@toaxl.com> | 2022-01-19 12:31:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-19 12:31:32 +0100 |
commit | e134ac67417361e5363c918af561f08c947c739b (patch) | |
tree | 911b86a2e5c342faa3af77e48a15e2891331d433 | |
parent | c98fbe2fd611a0ac6cfe9b3d176cf98ed4845513 (diff) |
chore: update wpt (#13423)
m--------- | test_util/wpt | 0 | ||||
-rw-r--r-- | tools/wpt/expectation.json | 16 |
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, |