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

@ -0,0 +1,6 @@
[active-processing.https.html]
[Executing "initialize"]
expected: FAIL
[Executing "test"]
expected: FAIL

View file

@ -0,0 +1,3 @@
[convolution-mono-mono.html]
[Executing "test"]
expected: FAIL

View file

@ -0,0 +1,3 @@
[convolver-cascade.html]
[Executing "cascade-mono"]
expected: FAIL

View file

@ -0,0 +1,3 @@
[convolver-channels.html]
[Executing "channel-count-test"]
expected: FAIL

View file

@ -0,0 +1,39 @@
[convolver-response-1-chan.html]
[Executing "1-channel input"]
expected: FAIL
[Executing "2-channel input"]
expected: FAIL
[Executing "3-channel input"]
expected: FAIL
[Executing "4-channel input"]
expected: FAIL
[Executing "5.1-channel input"]
expected: FAIL
[Executing "3-channel input, explicit"]
expected: FAIL
[Executing "4-channel input, explicit"]
expected: FAIL
[Executing "5.1-channel input, explicit"]
expected: FAIL
[Executing "mono-upmix-explicit"]
expected: FAIL
[Executing "mono-upmix-clamped-max"]
expected: FAIL
[X new ConvolverNode({channelCountMode: 'explicit'}) incorrectly threw ReferenceError: "ConvolverNode is not defined".]
expected: FAIL
[X new ConvolverNode({channelCountMode: 'clamped-max'}) incorrectly threw ReferenceError: "ConvolverNode is not defined".]
expected: FAIL
[# AUDIT TASK RUNNER FINISHED: 2 out of 11 tasks were failed.]
expected: FAIL

View file

@ -0,0 +1,27 @@
[convolver-response-2-chan.html]
[Executing "1-channel input"]
expected: FAIL
[Executing "2-channel input"]
expected: FAIL
[Executing "3-channel input"]
expected: FAIL
[Executing "4-channel input"]
expected: FAIL
[Executing "5.1-channel input"]
expected: FAIL
[Executing "2-channel input, explicit mode"]
expected: FAIL
[Executing "3-channel input explicit mode"]
expected: FAIL
[Executing "4-channel input explicit mode"]
expected: FAIL
[Executing "5.1-channel input explicit mode"]
expected: FAIL

View file

@ -0,0 +1,27 @@
[convolver-response-4-chan.html]
[Executing "1-channel input"]
expected: FAIL
[Executing "2-channel input"]
expected: FAIL
[Executing "3-channel input"]
expected: FAIL
[Executing "4-channel input"]
expected: FAIL
[Executing "5.1-channel input"]
expected: FAIL
[Executing "delayed buffer set"]
expected: FAIL
[Executing "count 1, 2-channel in"]
expected: FAIL
[Executing "count 1, 4-channel in"]
expected: FAIL
[Executing "count 1, 5.1-channel in"]
expected: FAIL

View file

@ -0,0 +1,3 @@
[convolver-setBuffer-already-has-value.html]
[Executing "test"]
expected: FAIL

View file

@ -0,0 +1,3 @@
[convolver-setBuffer-null.html]
[Executing "test"]
expected: FAIL

View file

@ -0,0 +1,9 @@
[convolver-upmixing-1-channel-response.html]
[speakers, initially mono]
expected: FAIL
[discrete]
expected: FAIL
[speakers, initially stereo]
expected: FAIL

View file

@ -0,0 +1,33 @@
[ctor-convolver.html]
[Executing "default constructor"]
expected: FAIL
[Executing "test AudioNodeOptions"]
expected: FAIL
[Executing "nullable buffer"]
expected: FAIL
[Executing "construct with options"]
expected: FAIL
[X node0 = new ConvolverNode(context) incorrectly threw TypeError: "window[name\] is not a constructor".]
expected: FAIL
[X new ConvolverNode(c, {"channelCount":1}) incorrectly threw ReferenceError: "ConvolverNode is not defined".]
expected: FAIL
[X node1 = new ConvolverNode(c, {"buffer":null} incorrectly threw ReferenceError: "ConvolverNode is not defined".]
expected: FAIL
[X node1 = new ConvolverNode(c, {"buffer":{}} threw "ReferenceError" instead of NotSupportedError.]
expected: FAIL
[< [illegal sample-rate\] 1 out of 1 assertions were failed.]
expected: FAIL
[X node = new ConvolverNode(c, {"buffer":{},"disableNormalization":false}) incorrectly threw ReferenceError: "ConvolverNode is not defined".]
expected: FAIL
[# AUDIT TASK RUNNER FINISHED: 5 out of 7 tasks were failed.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[realtime-conv.html]
[Executing "test"]
expected: FAIL