diff options
| author | Luca Casonato <lucacasonato@yahoo.com> | 2021-06-06 18:32:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-06 18:32:06 +0200 |
| commit | a66f327250d9df77816e80e7d411b232f8b08b11 (patch) | |
| tree | 69f75867a3e0f507d2d62b3a5c2d9b23c9f8a7e5 /tools/wpt/expectation.json | |
| parent | f1deed41e7cc04440a5fb8cdae486ae00513a361 (diff) | |
tests: run wpt scripts with Deno.core.evalContext (#10852)
This means wpts are now run in script context, and there are better
stack traces.
Diffstat (limited to 'tools/wpt/expectation.json')
| -rw-r--r-- | tools/wpt/expectation.json | 22 |
1 files changed, 7 insertions, 15 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index b98138b0b..21e11c38e 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -634,7 +634,7 @@ "jsapi": { "constructor": { "compile.any.html": true, - "instantiate-bad-imports.any.html": false, + "instantiate-bad-imports.any.html": true, "instantiate.any.html": [ "Synchronous options handling: Buffer argument" ], @@ -653,21 +653,15 @@ "Table interface: operation set(unsigned long, optional any)" ], "instance": { - "constructor-bad-imports.any.html": false, + "constructor-bad-imports.any.html": true, "constructor-caching.any.html": true, "constructor.any.html": true, - "exports.any.html": [ - "Setting (sloppy mode)" - ], + "exports.any.html": true, "toString.any.html": true }, - "interface.any.html": [ - "WebAssembly: property descriptor" - ], + "interface.any.html": true, "memory": { - "buffer.any.html": [ - "Setting (sloppy mode)" - ], + "buffer.any.html": true, "constructor.any.html": true, "grow.any.html": true, "toString.any.html": true, @@ -687,9 +681,7 @@ "constructor.any.html": true, "get-set.any.html": true, "grow.any.html": true, - "length.any.html": [ - "Setting (sloppy mode)" - ], + "length.any.html": true, "toString.any.html": true, "constructor-reftypes.tentative.any.html": [ "initialize externref table with default value", @@ -1217,4 +1209,4 @@ "set.any.html": true } } -} +}
\ No newline at end of file |
