mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
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:
parent
78c7011240
commit
963104e5fc
4797 changed files with 679983 additions and 5390 deletions
|
@ -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
|
||||
|
|
@ -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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue