diff options
| author | Luca Casonato <hello@lcas.dev> | 2021-10-12 13:30:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-12 13:30:39 +0200 |
| commit | fef8b08614bf6075fbf265ea1a3dab3957d20c91 (patch) | |
| tree | a13c44b0a6081321fd60751725a8d8d3465fb966 /tools/wpt | |
| parent | 58f04d8e4600445fe681e845e06f28095c888379 (diff) | |
feat: update to V8 9.5 (#12399)
Diffstat (limited to 'tools/wpt')
| -rw-r--r-- | tools/wpt/expectation.json | 54 |
1 files changed, 22 insertions, 32 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index 666a009e9..79723b11a 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -16015,14 +16015,10 @@ "prototypes.any.worker.html": false, "table": { "constructor.any.html": [ - "initialize externref table with default value", - "initialize anyfunc table with default value", - "initialize anyfunc table with a bad default value" + "initialize externref table with default value" ], "constructor.any.worker.html": [ - "initialize externref table with default value", - "initialize anyfunc table with default value", - "initialize anyfunc table with a bad default value" + "initialize externref table with default value" ], "get-set.any.html": [ "Arguments for anyfunc table set", @@ -16052,40 +16048,34 @@ "type.tentative.any.worker.html": false }, "exception": { - "basic.tentative.any.html": false, - "basic.tentative.any.worker.html": false, - "constructor.tentative.any.html": [ - "name", - "length", - "Calling", - "Invalid exception argument" + "basic.tentative.any.html": [ + "Wasm function throws argument", + "Wasm function throws null", + "Imported JS function throws", + "Imported JS function throws, Wasm catches and rethrows" ], - "constructor.tentative.any.worker.html": [ - "name", - "length", - "Calling", - "Invalid exception argument" + "basic.tentative.any.worker.html": [ + "Wasm function throws argument", + "Wasm function throws null", + "Imported JS function throws", + "Imported JS function throws, Wasm catches and rethrows" ], - "getArg.tentative.any.html": false, - "getArg.tentative.any.worker.html": false, - "is.tentative.any.html": false, - "is.tentative.any.worker.html": false, + "constructor.tentative.any.html": true, + "constructor.tentative.any.worker.html": true, + "getArg.tentative.any.html": true, + "getArg.tentative.any.worker.html": true, + "is.tentative.any.html": true, + "is.tentative.any.worker.html": true, "toString.tentative.any.html": false, "toString.tentative.any.worker.html": false, "type.tentative.any.html": false, "type.tentative.any.worker.html": false }, "tag": { - "constructor.tentative.any.html": [ - "name", - "length" - ], - "constructor.tentative.any.worker.html": [ - "name", - "length" - ], - "toString.tentative.any.html": false, - "toString.tentative.any.worker.html": false, + "constructor.tentative.any.html": true, + "constructor.tentative.any.worker.html": true, + "toString.tentative.any.html": true, + "toString.tentative.any.worker.html": true, "type.tentative.any.html": false, "type.tentative.any.worker.html": false }, |
