Run same tests for layout-2020 and layout-2013 (#30092)

Most tests were only being run for layout-2013, not for layout-2020.
This wasn't great since layout-2020 is now the default.

So this patch unifies the lists of included tests for both layouts.
For layout-2013 this implies adding css/css-content/, css/css-logical/
and css/css-masking/clip/.
For layout-2020 this implies adding several additional css tests, and
also tests like dom/, js/, html/, etc.
This commit is contained in:
Oriol Brufau 2023-08-15 02:28:32 +02:00 committed by GitHub
parent 78c7011240
commit 963104e5fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4797 changed files with 679983 additions and 5390 deletions

View file

@ -8,6 +8,9 @@
[Object.prototype.toString applied after modifying the namespace object's @@toStringTag]
expected: FAIL
[Object.prototype.toString applied to the namespace object]
expected: FAIL
[toStringTag.any.worker.html]
[Object.prototype.toString applied after deleting @@toStringTag]
@ -19,3 +22,5 @@
[Object.prototype.toString applied after modifying the namespace object's @@toStringTag]
expected: FAIL
[Object.prototype.toString applied to the namespace object]
expected: FAIL

View file

@ -1,39 +1,9 @@
[basic.tentative.any.html]
[Wasm function throws argument]
expected: FAIL
[Wasm function throws null]
expected: FAIL
[Wasm function throws integer]
expected: FAIL
[Imported JS function throws]
expected: FAIL
[Imported JS function throws, Wasm catches and rethrows]
expected: FAIL
[basic.tentative.any.serviceworker.html]
expected: ERROR
[basic.tentative.any.worker.html]
[Wasm function throws argument]
expected: FAIL
[Wasm function throws null]
expected: FAIL
[Wasm function throws integer]
expected: FAIL
[Imported JS function throws]
expected: FAIL
[Imported JS function throws, Wasm catches and rethrows]
expected: FAIL
[basic.tentative.any.sharedworker.html]
expected: ERROR

View file

@ -1,26 +0,0 @@
[constructor.tentative.any.html]
[name]
expected: FAIL
[length]
expected: FAIL
[Calling]
expected: FAIL
[Invalid exception argument]
expected: FAIL
[constructor.tentative.any.worker.html]
[name]
expected: FAIL
[length]
expected: FAIL
[Calling]
expected: FAIL
[Invalid exception argument]
expected: FAIL

View file

@ -1,32 +1,8 @@
[getArg.tentative.any.worker.html]
[Missing arguments]
expected: FAIL
[Invalid exception argument]
expected: FAIL
[Index out of bounds]
expected: FAIL
[Getting out-of-range argument]
expected: FAIL
[getArg]
expected: FAIL
[getArg.tentative.any.html]
[Missing arguments]
expected: FAIL
[Invalid exception argument]
expected: FAIL
[Index out of bounds]
expected: FAIL
[Getting out-of-range argument]
expected: FAIL
[getArg]
expected: FAIL

View file

@ -1,20 +0,0 @@
[is.tentative.any.html]
[Missing arguments]
expected: FAIL
[Invalid exception argument]
expected: FAIL
[is]
expected: FAIL
[is.tentative.any.worker.html]
[Missing arguments]
expected: FAIL
[Invalid exception argument]
expected: FAIL
[is]
expected: FAIL

View file

@ -1,14 +0,0 @@
[toString.tentative.any.html]
[Object.prototype.toString on an Exception]
expected: FAIL
[@@toStringTag exists on the prototype with the appropriate descriptor]
expected: FAIL
[toString.tentative.any.worker.html]
[Object.prototype.toString on an Exception]
expected: FAIL
[@@toStringTag exists on the prototype with the appropriate descriptor]
expected: FAIL

View file

@ -1,5 +1,3 @@
[entry-different-function-realm.html]
expected: ERROR
[Start function]
expected: TIMEOUT
expected: FAIL

View file

@ -1,5 +0,0 @@
[incumbent.html]
expected: TIMEOUT
[Start function]
expected: TIMEOUT

View file

@ -1,63 +0,0 @@
[constructor.any.html]
[i64 with default]
expected: FAIL
[Explicit value object with toString returning string for type i64]
expected: FAIL
[Explicit value bigint "123" for type i64]
expected: FAIL
[Explicit value "3" for type i64]
expected: FAIL
[Explicit value object with toString returning bigint for type i64]
expected: FAIL
[Explicit value object with valueOf returning string for type i64]
expected: FAIL
[Explicit value true for type i64]
expected: FAIL
[Explicit value undefined for type i64]
expected: FAIL
[Explicit value false for type i64]
expected: FAIL
[Explicit value object with valueOf returning bigint for type i64]
expected: FAIL
[constructor.any.worker.html]
[i64 with default]
expected: FAIL
[Explicit value object with toString returning string for type i64]
expected: FAIL
[Explicit value bigint "123" for type i64]
expected: FAIL
[Explicit value "3" for type i64]
expected: FAIL
[Explicit value object with toString returning bigint for type i64]
expected: FAIL
[Explicit value object with valueOf returning string for type i64]
expected: FAIL
[Explicit value true for type i64]
expected: FAIL
[Explicit value undefined for type i64]
expected: FAIL
[Explicit value false for type i64]
expected: FAIL
[Explicit value object with valueOf returning bigint for type i64]
expected: FAIL

View file

@ -1,105 +0,0 @@
[value-get-set.any.html]
[Immutable i64 (undefined)]
expected: FAIL
[i64 mutability]
expected: FAIL
[Immutable i64 (false)]
expected: FAIL
[Immutable i64 with ToNumber side-effects (missing)]
expected: FAIL
[Immutable i64 with ToNumber side-effects (empty string)]
expected: FAIL
[Immutable i64 (empty string)]
expected: FAIL
[Immutable i64 with ToNumber side-effects (zero)]
expected: FAIL
[Immutable i64 with ToNumber side-effects (undefined)]
expected: FAIL
[Mutable i64 (true on prototype)]
expected: FAIL
[Immutable i64 (zero)]
expected: FAIL
[Immutable i64 with ToNumber side-effects (false)]
expected: FAIL
[Immutable i64 (missing)]
expected: FAIL
[Mutable i64 (string)]
expected: FAIL
[Immutable i64 with ToNumber side-effects (null)]
expected: FAIL
[Mutable i64 (one)]
expected: FAIL
[Mutable i64 (true)]
expected: FAIL
[Immutable i64 (null)]
expected: FAIL
[value-get-set.any.worker.html]
[Immutable i64 (undefined)]
expected: FAIL
[i64 mutability]
expected: FAIL
[Immutable i64 (false)]
expected: FAIL
[Immutable i64 with ToNumber side-effects (missing)]
expected: FAIL
[Immutable i64 with ToNumber side-effects (empty string)]
expected: FAIL
[Immutable i64 (empty string)]
expected: FAIL
[Immutable i64 with ToNumber side-effects (zero)]
expected: FAIL
[Immutable i64 with ToNumber side-effects (undefined)]
expected: FAIL
[Mutable i64 (true on prototype)]
expected: FAIL
[Immutable i64 (zero)]
expected: FAIL
[Immutable i64 with ToNumber side-effects (false)]
expected: FAIL
[Immutable i64 (missing)]
expected: FAIL
[Mutable i64 (string)]
expected: FAIL
[Immutable i64 with ToNumber side-effects (null)]
expected: FAIL
[Mutable i64 (one)]
expected: FAIL
[Mutable i64 (true)]
expected: FAIL
[Immutable i64 (null)]
expected: FAIL

View file

@ -1,5 +0,0 @@
[constructor-bad-imports.any.html]
expected: ERROR
[constructor-bad-imports.any.worker.html]
expected: ERROR

View file

@ -1,39 +0,0 @@
[constructor.any.html]
[import with function that takes and returns i64]
expected: FAIL
[Multiple i64 arguments]
expected: FAIL
[i64 mutable WebAssembly.Global import]
expected: FAIL
[import with i64-returning function]
expected: FAIL
[export i64-returning function]
expected: FAIL
[i64 exports and imports]
expected: FAIL
[constructor.any.worker.html]
[import with function that takes and returns i64]
expected: FAIL
[Multiple i64 arguments]
expected: FAIL
[i64 mutable WebAssembly.Global import]
expected: FAIL
[import with i64-returning function]
expected: FAIL
[export i64-returning function]
expected: FAIL
[i64 exports and imports]
expected: FAIL

View file

@ -2,8 +2,13 @@
[Shared memory]
expected: FAIL
[Order of evaluation for descriptor (with shared)]
expected: FAIL
[constructor-shared.tentative.any.html]
[Shared memory]
expected: FAIL
[Order of evaluation for descriptor (with shared)]
expected: FAIL

View file

@ -0,0 +1,8 @@
[customSections.any.worker.html]
[Custom sections with U+FFFD]
expected: FAIL
[customSections.any.html]
[Custom sections with U+FFFD]
expected: FAIL

View file

@ -1,226 +0,0 @@
[proto-from-ctor-realm.html]
[WebAssembly.Table: cross-realm NewTarget with `"str"` prototype]
expected: FAIL
[WebAssembly.Memory: cross-realm NewTarget with `""` prototype]
expected: FAIL
[WebAssembly.Global: bound bound cross-realm NewTarget with `null` prototype]
expected: FAIL
[WebAssembly.Module: cross-realm NewTarget with `""` prototype]
expected: FAIL
[WebAssembly.Instance: cross-realm NewTarget with `undefined` prototype]
expected: FAIL
[WebAssembly.Global: bound Proxy of cross-realm NewTarget with `false` prototype]
expected: FAIL
[WebAssembly.Module: bound bound cross-realm NewTarget with `null` prototype]
expected: FAIL
[WebAssembly.Memory: cross-realm NewTarget with `undefined` prototype]
expected: FAIL
[WebAssembly.Instance: bound bound cross-realm NewTarget with `null` prototype]
expected: FAIL
[WebAssembly.Module: bound cross-realm NewTarget with `undefined` prototype]
expected: FAIL
[WebAssembly.Memory: Proxy of Proxy of cross-realm NewTarget with `-0` prototype]
expected: FAIL
[WebAssembly.Global: cross-realm NewTarget with `true` prototype]
expected: FAIL
[WebAssembly.Global: cross-realm NewTarget with `0` prototype]
expected: FAIL
[WebAssembly.Memory: bound bound cross-realm NewTarget with `null` prototype]
expected: FAIL
[WebAssembly.Memory: bound Proxy of cross-realm NewTarget with `false` prototype]
expected: FAIL
[WebAssembly.Instance: Proxy of bound cross-realm NewTarget with `NaN` prototype]
expected: FAIL
[WebAssembly.Global: cross-realm NewTarget with `symbol "Symbol()"` prototype]
expected: FAIL
[WebAssembly.Instance: cross-realm NewTarget with `"str"` prototype]
expected: FAIL
[WebAssembly.Module: cross-realm NewTarget with `null` prototype]
expected: FAIL
[WebAssembly.Table: Proxy of Proxy of cross-realm NewTarget with `-0` prototype]
expected: FAIL
[WebAssembly.Instance: cross-realm NewTarget with `0` prototype]
expected: FAIL
[WebAssembly.Memory: cross-realm NewTarget with `true` prototype]
expected: FAIL
[WebAssembly.Global: cross-realm NewTarget with `undefined` prototype]
expected: FAIL
[WebAssembly.Instance: cross-realm NewTarget with `false` prototype]
expected: FAIL
[WebAssembly.Memory: cross-realm NewTarget with `0` prototype]
expected: FAIL
[WebAssembly.Table: cross-realm NewTarget with `""` prototype]
expected: FAIL
[WebAssembly.Instance: cross-realm NewTarget with `true` prototype]
expected: FAIL
[WebAssembly.Memory: cross-realm NewTarget with `symbol "Symbol()"` prototype]
expected: FAIL
[WebAssembly.Instance: Proxy of Proxy of cross-realm NewTarget with `-0` prototype]
expected: FAIL
[WebAssembly.Memory: cross-realm NewTarget with `false` prototype]
expected: FAIL
[WebAssembly.Memory: Proxy of cross-realm NewTarget with `true` prototype]
expected: FAIL
[WebAssembly.Table: cross-realm NewTarget with `-1` prototype]
expected: FAIL
[WebAssembly.Instance: Proxy of cross-realm NewTarget with `true` prototype]
expected: FAIL
[WebAssembly.Module: Proxy of cross-realm NewTarget with `true` prototype]
expected: FAIL
[WebAssembly.Instance: cross-realm NewTarget with `-1` prototype]
expected: FAIL
[WebAssembly.Table: cross-realm NewTarget with `symbol "Symbol()"` prototype]
expected: FAIL
[WebAssembly.Table: Proxy of cross-realm NewTarget with `true` prototype]
expected: FAIL
[WebAssembly.Global: Proxy of bound cross-realm NewTarget with `NaN` prototype]
expected: FAIL
[WebAssembly.Table: cross-realm NewTarget with `false` prototype]
expected: FAIL
[WebAssembly.Instance: cross-realm NewTarget with `""` prototype]
expected: FAIL
[WebAssembly.Global: cross-realm NewTarget with `null` prototype]
expected: FAIL
[WebAssembly.Module: cross-realm NewTarget with `true` prototype]
expected: FAIL
[WebAssembly.Global: cross-realm NewTarget with `"str"` prototype]
expected: FAIL
[WebAssembly.Module: Proxy of Proxy of cross-realm NewTarget with `-0` prototype]
expected: FAIL
[WebAssembly.Global: cross-realm NewTarget with `false` prototype]
expected: FAIL
[WebAssembly.Module: bound Proxy of cross-realm NewTarget with `false` prototype]
expected: FAIL
[WebAssembly.Memory: bound cross-realm NewTarget with `undefined` prototype]
expected: FAIL
[WebAssembly.Table: cross-realm NewTarget with `null` prototype]
expected: FAIL
[WebAssembly.Global: cross-realm NewTarget with `-1` prototype]
expected: FAIL
[WebAssembly.Memory: cross-realm NewTarget with `"str"` prototype]
expected: FAIL
[WebAssembly.Instance: bound cross-realm NewTarget with `undefined` prototype]
expected: FAIL
[WebAssembly.Global: cross-realm NewTarget with `""` prototype]
expected: FAIL
[WebAssembly.Table: cross-realm NewTarget with `undefined` prototype]
expected: FAIL
[WebAssembly.Module: cross-realm NewTarget with `-1` prototype]
expected: FAIL
[WebAssembly.Global: bound cross-realm NewTarget with `undefined` prototype]
expected: FAIL
[WebAssembly.Memory: cross-realm NewTarget with `null` prototype]
expected: FAIL
[WebAssembly.Global: Proxy of cross-realm NewTarget with `true` prototype]
expected: FAIL
[WebAssembly.Module: Proxy of bound cross-realm NewTarget with `NaN` prototype]
expected: FAIL
[WebAssembly.Instance: cross-realm NewTarget with `null` prototype]
expected: FAIL
[WebAssembly.Table: Proxy of bound cross-realm NewTarget with `NaN` prototype]
expected: FAIL
[WebAssembly.Instance: bound Proxy of cross-realm NewTarget with `false` prototype]
expected: FAIL
[WebAssembly.Instance: cross-realm NewTarget with `symbol "Symbol()"` prototype]
expected: FAIL
[WebAssembly.Module: cross-realm NewTarget with `"str"` prototype]
expected: FAIL
[WebAssembly.Global: Proxy of Proxy of cross-realm NewTarget with `-0` prototype]
expected: FAIL
[WebAssembly.Table: bound cross-realm NewTarget with `undefined` prototype]
expected: FAIL
[WebAssembly.Module: cross-realm NewTarget with `0` prototype]
expected: FAIL
[WebAssembly.Module: cross-realm NewTarget with `false` prototype]
expected: FAIL
[WebAssembly.Memory: cross-realm NewTarget with `-1` prototype]
expected: FAIL
[WebAssembly.Table: cross-realm NewTarget with `0` prototype]
expected: FAIL
[WebAssembly.Table: bound Proxy of cross-realm NewTarget with `false` prototype]
expected: FAIL
[WebAssembly.Table: bound bound cross-realm NewTarget with `null` prototype]
expected: FAIL
[WebAssembly.Module: cross-realm NewTarget with `undefined` prototype]
expected: FAIL
[WebAssembly.Memory: Proxy of bound cross-realm NewTarget with `NaN` prototype]
expected: FAIL
[WebAssembly.Module: cross-realm NewTarget with `symbol "Symbol()"` prototype]
expected: FAIL
[WebAssembly.Table: cross-realm NewTarget with `true` prototype]
expected: FAIL

View file

@ -1,33 +0,0 @@
[prototypes.any.html]
[_Module]
expected: FAIL
[_Instance]
expected: FAIL
[_Global]
expected: FAIL
[_Table]
expected: FAIL
[_Memory]
expected: FAIL
[prototypes.any.worker.html]
[_Module]
expected: FAIL
[_Instance]
expected: FAIL
[_Global]
expected: FAIL
[_Table]
expected: FAIL
[_Memory]
expected: FAIL

View file

@ -1,14 +0,0 @@
[constructor.tentative.any.html]
[name]
expected: FAIL
[length]
expected: FAIL
[constructor.tentative.any.worker.html]
[name]
expected: FAIL
[length]
expected: FAIL

View file

@ -1,14 +0,0 @@
[toString.tentative.any.html]
[Object.prototype.toString on a Tag]
expected: FAIL
[@@toStringTag exists on the prototype with the appropriate descriptor]
expected: FAIL
[toString.tentative.any.worker.html]
[Object.prototype.toString on a Tag]
expected: FAIL
[@@toStringTag exists on the prototype with the appropriate descriptor]
expected: FAIL