mirror of
https://github.com/servo/servo.git
synced 2025-09-19 11:20:09 +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
|
@ -0,0 +1,18 @@
|
|||
[audionode-channel-rules.html]
|
||||
[X connections: 6, clamped-max(4), speakers is not equal to 0.7071067690849304. Got 1.4142135381698608.]
|
||||
expected: FAIL
|
||||
|
||||
[X connections: 6, explicit(1), speakers is not equal to 0.7071067690849304. Got 1.4142135381698608.]
|
||||
expected: FAIL
|
||||
|
||||
[X connections: 6, explicit(2), speakers is not equal to 0.7071067690849304. Got 1.4142135381698608.]
|
||||
expected: FAIL
|
||||
|
||||
[X connections: 6, explicit(4), speakers is not equal to 0.7071067690849304. Got 1.4142135381698608.]
|
||||
expected: FAIL
|
||||
|
||||
[< [test\] 4 out of 172 assertions were failed.]
|
||||
expected: FAIL
|
||||
|
||||
[# AUDIT TASK RUNNER FINISHED: 1 out of 1 tasks were failed.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,4 @@
|
|||
[audionode-connect-method-chaining.html]
|
||||
[Executing "from-dictionary"]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
[audionode-connect-order.html]
|
||||
[Executing "Test connections"]
|
||||
expected: FAIL
|
|
@ -0,0 +1,21 @@
|
|||
[audionode-disconnect-audioparam.html]
|
||||
[Executing "disconnect(AudioParam)"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "disconnect(AudioParam, output)"]
|
||||
expected: FAIL
|
||||
|
||||
[X gain1.disconnect(gain3.gain) did not throw an exception.]
|
||||
expected: FAIL
|
||||
|
||||
[X splitter.disconnect(gain1.gain, 1) did not throw an exception.]
|
||||
expected: FAIL
|
||||
|
||||
[X splitter.disconnect(gain1.gain, 2) did not throw an exception.]
|
||||
expected: FAIL
|
||||
|
||||
[< [exceptions\] 3 out of 3 assertions were failed.]
|
||||
expected: FAIL
|
||||
|
||||
[# AUDIT TASK RUNNER FINISHED: 1 out of 3 tasks were failed.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,27 @@
|
|||
[audionode-disconnect.html]
|
||||
[X splitter.disconnect(2) did not throw an exception.]
|
||||
expected: FAIL
|
||||
|
||||
[X gain1.disconnect(gain2) did not throw an exception.]
|
||||
expected: FAIL
|
||||
|
||||
[X gain1.disconnect(gain3) did not throw an exception.]
|
||||
expected: FAIL
|
||||
|
||||
[X splitter.disconnect(gain2, 2) did not throw an exception.]
|
||||
expected: FAIL
|
||||
|
||||
[X splitter.disconnect(gain1, 0) did not throw an exception.]
|
||||
expected: FAIL
|
||||
|
||||
[X splitter.disconnect(gain3, 0, 0) did not throw an exception.]
|
||||
expected: FAIL
|
||||
|
||||
[X splitter.disconnect(merger, 3, 0) did not throw an exception.]
|
||||
expected: FAIL
|
||||
|
||||
[< [exceptions\] 7 out of 8 assertions were failed.]
|
||||
expected: FAIL
|
||||
|
||||
[# AUDIT TASK RUNNER FINISHED: 1 out of 7 tasks were failed.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,9 @@
|
|||
[audionode.html]
|
||||
[X AudioContext.destination.numberOfOutputs is not equal to 0. Got 1.]
|
||||
expected: FAIL
|
||||
|
||||
[< [test\] 1 out of 12 assertions were failed.]
|
||||
expected: FAIL
|
||||
|
||||
[# AUDIT TASK RUNNER FINISHED: 1 out of 1 tasks were failed.]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue