diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-05-26 13:13:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-26 13:13:01 +0200 |
| commit | 3aa6d5d8b0911e9c5fcd38dd856f419692b28085 (patch) | |
| tree | 90db8a578b7a7ba97c74cbd475b281fecb551ff3 /tools/wpt | |
| parent | b4fabedd794f1a89bb78a5bd7d582e1dc59af905 (diff) | |
chore: upgrade rusty_v8 to 0.43.1 (#14713)
Diffstat (limited to 'tools/wpt')
| -rw-r--r-- | tools/wpt/expectation.json | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index 1caf96c9d..aa168a88b 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -1410,12 +1410,8 @@ "valueOf.any.html": true, "valueOf.any.worker.html": true }, - "idlharness.any.html": [ - "Table interface: operation set(unsigned long, optional any)" - ], - "idlharness.any.worker.html": [ - "Table interface: operation set(unsigned long, optional any)" - ], + "idlharness.any.html": true, + "idlharness.any.worker.html": true, "instance": { "constructor-bad-imports.any.html": true, "constructor-bad-imports.any.worker.html": true, @@ -1428,12 +1424,8 @@ "toString.any.html": true, "toString.any.worker.html": true }, - "interface.any.html": [ - "WebAssembly.Table.set: length" - ], - "interface.any.worker.html": [ - "WebAssembly.Table.set: length" - ], + "interface.any.html": true, + "interface.any.worker.html": true, "memory": { "buffer.any.html": true, "buffer.any.worker.html": true, |
