diff options
Diffstat (limited to 'tools')
| -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 }, |
