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,2 @@
|
|||
[audioworklet-addmodule-resolution.https.html]
|
||||
expected: ERROR
|
|
@ -0,0 +1,6 @@
|
|||
[audioworklet-audioparam-size.https.html]
|
||||
[Executing "Initializing AudioWorklet and Context"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "Verify Size of AudioParam Arrays"]
|
||||
expected: FAIL
|
|
@ -0,0 +1,6 @@
|
|||
[audioworklet-audioparam.https.html]
|
||||
[Executing "Initializing AudioWorklet and Context"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "Verifying AudioParam in AudioWorkletNode"]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[audioworklet-denormals.https.window.html]
|
||||
[Test denormal behavior in AudioWorkletGlobalScope]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[audioworklet-messageport.https.html]
|
||||
expected: ERROR
|
|
@ -0,0 +1,2 @@
|
|||
[audioworklet-postmessage-sharedarraybuffer.https.html]
|
||||
expected: ERROR
|
|
@ -0,0 +1,3 @@
|
|||
[audioworklet-suspend.https.html]
|
||||
[Executing "load-worklet-and-suspend"]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[audioworkletglobalscope-sample-rate.https.html]
|
||||
expected: ERROR
|
|
@ -0,0 +1,2 @@
|
|||
[audioworkletglobalscope-timing-info.https.html]
|
||||
expected: ERROR
|
|
@ -0,0 +1,3 @@
|
|||
[audioworkletnode-automatic-pull.https.html]
|
||||
[Executing "setup-worklet"]
|
||||
expected: FAIL
|
|
@ -0,0 +1,18 @@
|
|||
[audioworkletnode-channel-count.https.html]
|
||||
[Executing "setup-buffer-and-worklet"]
|
||||
expected: FAIL
|
||||
|
||||
[X Second half of Channel #0: Expected 1 for all values but found 128 unexpected values: \n\tIndex\tActual\n\t[0\]\t0\n\t[1\]\t0\n\t[2\]\t0\n\t[3\]\t0\n\t...and 124 more errors.]
|
||||
expected: FAIL
|
||||
|
||||
[X Second half of Channel #1: Expected 2 for all values but found 128 unexpected values: \n\tIndex\tActual\n\t[0\]\t0\n\t[1\]\t0\n\t[2\]\t0\n\t[3\]\t0\n\t...and 124 more errors.]
|
||||
expected: FAIL
|
||||
|
||||
[X Second half of Channel #2: Expected 3 for all values but found 128 unexpected values: \n\tIndex\tActual\n\t[0\]\t0\n\t[1\]\t0\n\t[2\]\t0\n\t[3\]\t0\n\t...and 124 more errors.]
|
||||
expected: FAIL
|
||||
|
||||
[< [verify-rendered-buffer\] 3 out of 6 assertions were failed.]
|
||||
expected: FAIL
|
||||
|
||||
[# AUDIT TASK RUNNER FINISHED: 1 out of 2 tasks were failed.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,12 @@
|
|||
[audioworkletnode-construction.https.html]
|
||||
[Executing "construction-after-module-loading"]
|
||||
expected: FAIL
|
||||
|
||||
[X Creating a node before loading a module should throw. threw "ReferenceError" instead of InvalidStateError.]
|
||||
expected: FAIL
|
||||
|
||||
[< [construction-before-module-loading\] 1 out of 1 assertions were failed.]
|
||||
expected: FAIL
|
||||
|
||||
[# AUDIT TASK RUNNER FINISHED: 1 out of 2 tasks were failed.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,27 @@
|
|||
[audioworkletnode-constructor-options.https.html]
|
||||
[Executing "setup"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "without-audio-node-options"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "audio-node-options"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "channel-count"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "channel-count-mode"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "channel-interpretation"]
|
||||
expected: FAIL
|
||||
|
||||
[X Creating AudioWOrkletNode without options incorrectly threw ReferenceError: "AudioWorkletNode is not defined".]
|
||||
expected: FAIL
|
||||
|
||||
[X Creating AudioWOrkletNode with options: {"numberOfInputs":7,"numberOfOutputs":18,"channelCount":4,"channelCountMode":"clamped-max","channelInterpretation":"discrete"} incorrectly threw ReferenceError: "AudioWorkletNode is not defined".]
|
||||
expected: FAIL
|
||||
|
||||
[# AUDIT TASK RUNNER FINISHED: 2 out of 6 tasks were failed.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[audioworkletnode-disconnected-input.https.html]
|
||||
[Executing "test"]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[audioworkletnode-output-channel-count.https.html]
|
||||
expected: ERROR
|
|
@ -0,0 +1,6 @@
|
|||
[audioworkletprocessor-options.https.html]
|
||||
[Executing "valid-processor-data"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "empty-option"]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[audioworkletprocessor-promises.https.html]
|
||||
[test]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[baseaudiocontext-audioworklet.https.html]
|
||||
[Executing "Test if AudioWorklet exists"]
|
||||
expected: FAIL
|
|
@ -0,0 +1,6 @@
|
|||
[process-getter.https.html]
|
||||
['process' getter on prototype]
|
||||
expected: FAIL
|
||||
|
||||
['process' getter on instance]
|
||||
expected: FAIL
|
|
@ -0,0 +1,7 @@
|
|||
[process-parameters.https.html]
|
||||
expected: ERROR
|
||||
[3 inputs; 0 outputs]
|
||||
expected: NOTRUN
|
||||
|
||||
[0 inputs; 3 outputs]
|
||||
expected: NOTRUN
|
|
@ -0,0 +1,12 @@
|
|||
[processor-construction-port.https.html]
|
||||
[super() after new AudioWorkletProcessor()]
|
||||
expected: FAIL
|
||||
|
||||
[new AudioWorkletProcessor() after super()]
|
||||
expected: FAIL
|
||||
|
||||
[new AudioWorkletProcessor() after new AudioWorkletProcessor()]
|
||||
expected: FAIL
|
||||
|
||||
[Singleton AudioWorkletProcessor]
|
||||
expected: FAIL
|
|
@ -0,0 +1,6 @@
|
|||
[simple-input-output.https.html]
|
||||
[Executing "Initialize worklet"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "test"]
|
||||
expected: FAIL
|
|
@ -0,0 +1,9 @@
|
|||
[suspended-context-messageport.https.html]
|
||||
[realtime suspended]
|
||||
expected: FAIL
|
||||
|
||||
[offline before start]
|
||||
expected: FAIL
|
||||
|
||||
[offline on complete]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue