mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 08:08:43 +00:00
Tests/LibWeb: Rebaseline some no-longer-failing wasm tests
This commit is contained in:
parent
638a354b29
commit
1bcbd008d6
Notes:
github-actions[bot]
2025-05-08 09:36:22 +00:00
Author: https://github.com/alimpfard
Commit: 1bcbd008d6
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4567
Reviewed-by: https://github.com/ADKaster ✅
2 changed files with 61 additions and 47 deletions
|
@ -35,6 +35,21 @@ validate configurable: true
|
||||||
validate enumerable: true
|
validate enumerable: true
|
||||||
validate value before: function validate() { [native code] }
|
validate value before: function validate() { [native code] }
|
||||||
validate value after: replaced
|
validate value after: replaced
|
||||||
|
CompileError writable: true
|
||||||
|
CompileError configurable: true
|
||||||
|
CompileError enumerable: false
|
||||||
|
CompileError value before: function CompileError() { [native code] }
|
||||||
|
CompileError value after: replaced
|
||||||
|
LinkError writable: true
|
||||||
|
LinkError configurable: true
|
||||||
|
LinkError enumerable: false
|
||||||
|
LinkError value before: function LinkError() { [native code] }
|
||||||
|
LinkError value after: replaced
|
||||||
|
RuntimeError writable: true
|
||||||
|
RuntimeError configurable: true
|
||||||
|
RuntimeError enumerable: false
|
||||||
|
RuntimeError value before: function RuntimeError() { [native code] }
|
||||||
|
RuntimeError value after: replaced
|
||||||
Global writable: true
|
Global writable: true
|
||||||
Global configurable: true
|
Global configurable: true
|
||||||
Global enumerable: false
|
Global enumerable: false
|
||||||
|
|
|
@ -2,8 +2,7 @@ Harness status: OK
|
||||||
|
|
||||||
Found 120 tests
|
Found 120 tests
|
||||||
|
|
||||||
75 Pass
|
120 Pass
|
||||||
45 Fail
|
|
||||||
Pass WebAssembly.Module: cross-realm NewTarget with `undefined` prototype
|
Pass WebAssembly.Module: cross-realm NewTarget with `undefined` prototype
|
||||||
Pass WebAssembly.Module: cross-realm NewTarget with `null` prototype
|
Pass WebAssembly.Module: cross-realm NewTarget with `null` prototype
|
||||||
Pass WebAssembly.Module: cross-realm NewTarget with `false` prototype
|
Pass WebAssembly.Module: cross-realm NewTarget with `false` prototype
|
||||||
|
@ -79,48 +78,48 @@ Pass WebAssembly.Global: bound Proxy of cross-realm NewTarget with `false` proto
|
||||||
Pass WebAssembly.Global: Proxy of cross-realm NewTarget with `true` prototype
|
Pass WebAssembly.Global: Proxy of cross-realm NewTarget with `true` prototype
|
||||||
Pass WebAssembly.Global: Proxy of Proxy of cross-realm NewTarget with `-0` prototype
|
Pass WebAssembly.Global: Proxy of Proxy of cross-realm NewTarget with `-0` prototype
|
||||||
Pass WebAssembly.Global: Proxy of bound cross-realm NewTarget with `NaN` prototype
|
Pass WebAssembly.Global: Proxy of bound cross-realm NewTarget with `NaN` prototype
|
||||||
Fail WebAssembly.CompileError: cross-realm NewTarget with `undefined` prototype
|
Pass WebAssembly.CompileError: cross-realm NewTarget with `undefined` prototype
|
||||||
Fail WebAssembly.CompileError: cross-realm NewTarget with `null` prototype
|
Pass WebAssembly.CompileError: cross-realm NewTarget with `null` prototype
|
||||||
Fail WebAssembly.CompileError: cross-realm NewTarget with `false` prototype
|
Pass WebAssembly.CompileError: cross-realm NewTarget with `false` prototype
|
||||||
Fail WebAssembly.CompileError: cross-realm NewTarget with `true` prototype
|
Pass WebAssembly.CompileError: cross-realm NewTarget with `true` prototype
|
||||||
Fail WebAssembly.CompileError: cross-realm NewTarget with `0` prototype
|
Pass WebAssembly.CompileError: cross-realm NewTarget with `0` prototype
|
||||||
Fail WebAssembly.CompileError: cross-realm NewTarget with `-1` prototype
|
Pass WebAssembly.CompileError: cross-realm NewTarget with `-1` prototype
|
||||||
Fail WebAssembly.CompileError: cross-realm NewTarget with `""` prototype
|
Pass WebAssembly.CompileError: cross-realm NewTarget with `""` prototype
|
||||||
Fail WebAssembly.CompileError: cross-realm NewTarget with `"str"` prototype
|
Pass WebAssembly.CompileError: cross-realm NewTarget with `"str"` prototype
|
||||||
Fail WebAssembly.CompileError: cross-realm NewTarget with `symbol "Symbol()"` prototype
|
Pass WebAssembly.CompileError: cross-realm NewTarget with `symbol "Symbol()"` prototype
|
||||||
Fail WebAssembly.CompileError: bound cross-realm NewTarget with `undefined` prototype
|
Pass WebAssembly.CompileError: bound cross-realm NewTarget with `undefined` prototype
|
||||||
Fail WebAssembly.CompileError: bound bound cross-realm NewTarget with `null` prototype
|
Pass WebAssembly.CompileError: bound bound cross-realm NewTarget with `null` prototype
|
||||||
Fail WebAssembly.CompileError: bound Proxy of cross-realm NewTarget with `false` prototype
|
Pass WebAssembly.CompileError: bound Proxy of cross-realm NewTarget with `false` prototype
|
||||||
Fail WebAssembly.CompileError: Proxy of cross-realm NewTarget with `true` prototype
|
Pass WebAssembly.CompileError: Proxy of cross-realm NewTarget with `true` prototype
|
||||||
Fail WebAssembly.CompileError: Proxy of Proxy of cross-realm NewTarget with `-0` prototype
|
Pass WebAssembly.CompileError: Proxy of Proxy of cross-realm NewTarget with `-0` prototype
|
||||||
Fail WebAssembly.CompileError: Proxy of bound cross-realm NewTarget with `NaN` prototype
|
Pass WebAssembly.CompileError: Proxy of bound cross-realm NewTarget with `NaN` prototype
|
||||||
Fail WebAssembly.LinkError: cross-realm NewTarget with `undefined` prototype
|
Pass WebAssembly.LinkError: cross-realm NewTarget with `undefined` prototype
|
||||||
Fail WebAssembly.LinkError: cross-realm NewTarget with `null` prototype
|
Pass WebAssembly.LinkError: cross-realm NewTarget with `null` prototype
|
||||||
Fail WebAssembly.LinkError: cross-realm NewTarget with `false` prototype
|
Pass WebAssembly.LinkError: cross-realm NewTarget with `false` prototype
|
||||||
Fail WebAssembly.LinkError: cross-realm NewTarget with `true` prototype
|
Pass WebAssembly.LinkError: cross-realm NewTarget with `true` prototype
|
||||||
Fail WebAssembly.LinkError: cross-realm NewTarget with `0` prototype
|
Pass WebAssembly.LinkError: cross-realm NewTarget with `0` prototype
|
||||||
Fail WebAssembly.LinkError: cross-realm NewTarget with `-1` prototype
|
Pass WebAssembly.LinkError: cross-realm NewTarget with `-1` prototype
|
||||||
Fail WebAssembly.LinkError: cross-realm NewTarget with `""` prototype
|
Pass WebAssembly.LinkError: cross-realm NewTarget with `""` prototype
|
||||||
Fail WebAssembly.LinkError: cross-realm NewTarget with `"str"` prototype
|
Pass WebAssembly.LinkError: cross-realm NewTarget with `"str"` prototype
|
||||||
Fail WebAssembly.LinkError: cross-realm NewTarget with `symbol "Symbol()"` prototype
|
Pass WebAssembly.LinkError: cross-realm NewTarget with `symbol "Symbol()"` prototype
|
||||||
Fail WebAssembly.LinkError: bound cross-realm NewTarget with `undefined` prototype
|
Pass WebAssembly.LinkError: bound cross-realm NewTarget with `undefined` prototype
|
||||||
Fail WebAssembly.LinkError: bound bound cross-realm NewTarget with `null` prototype
|
Pass WebAssembly.LinkError: bound bound cross-realm NewTarget with `null` prototype
|
||||||
Fail WebAssembly.LinkError: bound Proxy of cross-realm NewTarget with `false` prototype
|
Pass WebAssembly.LinkError: bound Proxy of cross-realm NewTarget with `false` prototype
|
||||||
Fail WebAssembly.LinkError: Proxy of cross-realm NewTarget with `true` prototype
|
Pass WebAssembly.LinkError: Proxy of cross-realm NewTarget with `true` prototype
|
||||||
Fail WebAssembly.LinkError: Proxy of Proxy of cross-realm NewTarget with `-0` prototype
|
Pass WebAssembly.LinkError: Proxy of Proxy of cross-realm NewTarget with `-0` prototype
|
||||||
Fail WebAssembly.LinkError: Proxy of bound cross-realm NewTarget with `NaN` prototype
|
Pass WebAssembly.LinkError: Proxy of bound cross-realm NewTarget with `NaN` prototype
|
||||||
Fail WebAssembly.RuntimeError: cross-realm NewTarget with `undefined` prototype
|
Pass WebAssembly.RuntimeError: cross-realm NewTarget with `undefined` prototype
|
||||||
Fail WebAssembly.RuntimeError: cross-realm NewTarget with `null` prototype
|
Pass WebAssembly.RuntimeError: cross-realm NewTarget with `null` prototype
|
||||||
Fail WebAssembly.RuntimeError: cross-realm NewTarget with `false` prototype
|
Pass WebAssembly.RuntimeError: cross-realm NewTarget with `false` prototype
|
||||||
Fail WebAssembly.RuntimeError: cross-realm NewTarget with `true` prototype
|
Pass WebAssembly.RuntimeError: cross-realm NewTarget with `true` prototype
|
||||||
Fail WebAssembly.RuntimeError: cross-realm NewTarget with `0` prototype
|
Pass WebAssembly.RuntimeError: cross-realm NewTarget with `0` prototype
|
||||||
Fail WebAssembly.RuntimeError: cross-realm NewTarget with `-1` prototype
|
Pass WebAssembly.RuntimeError: cross-realm NewTarget with `-1` prototype
|
||||||
Fail WebAssembly.RuntimeError: cross-realm NewTarget with `""` prototype
|
Pass WebAssembly.RuntimeError: cross-realm NewTarget with `""` prototype
|
||||||
Fail WebAssembly.RuntimeError: cross-realm NewTarget with `"str"` prototype
|
Pass WebAssembly.RuntimeError: cross-realm NewTarget with `"str"` prototype
|
||||||
Fail WebAssembly.RuntimeError: cross-realm NewTarget with `symbol "Symbol()"` prototype
|
Pass WebAssembly.RuntimeError: cross-realm NewTarget with `symbol "Symbol()"` prototype
|
||||||
Fail WebAssembly.RuntimeError: bound cross-realm NewTarget with `undefined` prototype
|
Pass WebAssembly.RuntimeError: bound cross-realm NewTarget with `undefined` prototype
|
||||||
Fail WebAssembly.RuntimeError: bound bound cross-realm NewTarget with `null` prototype
|
Pass WebAssembly.RuntimeError: bound bound cross-realm NewTarget with `null` prototype
|
||||||
Fail WebAssembly.RuntimeError: bound Proxy of cross-realm NewTarget with `false` prototype
|
Pass WebAssembly.RuntimeError: bound Proxy of cross-realm NewTarget with `false` prototype
|
||||||
Fail WebAssembly.RuntimeError: Proxy of cross-realm NewTarget with `true` prototype
|
Pass WebAssembly.RuntimeError: Proxy of cross-realm NewTarget with `true` prototype
|
||||||
Fail WebAssembly.RuntimeError: Proxy of Proxy of cross-realm NewTarget with `-0` prototype
|
Pass WebAssembly.RuntimeError: Proxy of Proxy of cross-realm NewTarget with `-0` prototype
|
||||||
Fail WebAssembly.RuntimeError: Proxy of bound cross-realm NewTarget with `NaN` prototype
|
Pass WebAssembly.RuntimeError: Proxy of bound cross-realm NewTarget with `NaN` prototype
|
Loading…
Add table
Add a link
Reference in a new issue