diff options
| author | Luca Casonato <hello@lcas.dev> | 2021-10-27 23:26:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-27 23:26:15 +0200 |
| commit | be68b82eb43f8e6156bad562b292af11776d38b8 (patch) | |
| tree | 3df7fe56e42ff5097a58964c2ea0f48dffad470e /tools | |
| parent | 09dd77c13edf59eb3748b5f21bd8b7141d822f61 (diff) | |
chore: update to rusty_v8 0.33.0 (#12564)
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/wpt/expectation.json | 48 |
1 files changed, 10 insertions, 38 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index 6bcaf576f..c80aeea25 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -6709,33 +6709,15 @@ "toString.any.html": true, "toString.any.worker.html": true }, - "prototypes.any.html": false, - "prototypes.any.worker.html": false, + "prototypes.any.html": true, + "prototypes.any.worker.html": true, "table": { - "constructor.any.html": [ - "initialize externref table with default value" - ], - "constructor.any.worker.html": [ - "initialize externref table with default value" - ], - "get-set.any.html": [ - "Arguments for anyfunc table set", - "Arguments for externref table set" - ], - "get-set.any.worker.html": [ - "Arguments for anyfunc table set", - "Arguments for externref table set" - ], - "grow.any.html": [ - "Grow with exported-function argument", - "Grow with non-function argument", - "Grow with JS-function argument" - ], - "grow.any.worker.html": [ - "Grow with exported-function argument", - "Grow with non-function argument", - "Grow with JS-function argument" - ], + "constructor.any.html": true, + "constructor.any.worker.html": true, + "get-set.any.html": true, + "get-set.any.worker.html": true, + "grow.any.html": true, + "grow.any.worker.html": true, "length.any.html": true, "length.any.worker.html": true, "toString.any.html": true, @@ -6746,18 +6728,8 @@ "type.tentative.any.worker.html": false }, "exception": { - "basic.tentative.any.html": [ - "Wasm function throws argument", - "Wasm function throws null", - "Imported JS function throws", - "Imported JS function throws, Wasm catches and rethrows" - ], - "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" - ], + "basic.tentative.any.html": true, + "basic.tentative.any.worker.html": true, "constructor.tentative.any.html": true, "constructor.tentative.any.worker.html": true, "getArg.tentative.any.html": true, |
