From be68b82eb43f8e6156bad562b292af11776d38b8 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Wed, 27 Oct 2021 23:26:15 +0200 Subject: chore: update to rusty_v8 0.33.0 (#12564) --- tools/wpt/expectation.json | 48 ++++++++++------------------------------------ 1 file changed, 10 insertions(+), 38 deletions(-) (limited to 'tools') 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, -- cgit v1.2.3