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

@ -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