Title: [265425] trunk/LayoutTests
Revision
265425
Author
[email protected]
Date
2020-08-10 02:21:20 -0700 (Mon, 10 Aug 2020)

Log Message

[GLIB] Unreviewed test gardening. Emit new baselines after r265403.

Some result values of tests failing are different in the WebKitGTK/WPE
ports, which makes the tests fail. However the total number of tests
passing and failing is the same as in the general baseline.

* platform/glib/TestExpectations:
* platform/glib/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-audionode-interface/audionode-disconnect-audioparam-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-automation-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-highpass-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-lowpass-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (265424 => 265425)


--- trunk/LayoutTests/ChangeLog	2020-08-10 08:18:02 UTC (rev 265424)
+++ trunk/LayoutTests/ChangeLog	2020-08-10 09:21:20 UTC (rev 265425)
@@ -1,3 +1,17 @@
+2020-08-10  Diego Pino Garcia  <[email protected]>
+
+        [GLIB] Unreviewed test gardening. Emit new baselines after r265403.
+
+        Some result values of tests failing are different in the WebKitGTK/WPE
+        ports, which makes the tests fail. However the total number of tests
+        passing and failing is the same as in the general baseline.
+
+        * platform/glib/TestExpectations:
+        * platform/glib/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-audionode-interface/audionode-disconnect-audioparam-expected.txt: Added.
+        * platform/glib/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-automation-expected.txt: Added.
+        * platform/glib/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-highpass-expected.txt: Added.
+        * platform/glib/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-lowpass-expected.txt: Added.
+
 2020-08-09  Said Abou-Hallawa  <[email protected]>
 
         [macOS] Drag/drop an image of a unsupported format to an file input element should convert it to a supported format

Modified: trunk/LayoutTests/platform/glib/TestExpectations (265424 => 265425)


--- trunk/LayoutTests/platform/glib/TestExpectations	2020-08-10 08:18:02 UTC (rev 265424)
+++ trunk/LayoutTests/platform/glib/TestExpectations	2020-08-10 09:21:20 UTC (rev 265425)
@@ -971,6 +971,8 @@
 
 webkit.org/b/163533 security/contentSecurityPolicy/video-with-data-url-allowed-by-media-src-star.html [ Crash ImageOnlyFailure Timeout Pass ]
 
+imported/w3c/web-platform-tests/webaudio/the-audio-api/the-audionode-interface/audionode-disconnect-audioparam.html [ DumpJSConsoleLogInStdErr ]
+
 #////////////////////////////////////////////////////////////////////////////////////////
 # End of NEEDS TRIAGING. Don't put expectations below this section.
 #////////////////////////////////////////////////////////////////////////////////////////

Added: trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-audionode-interface/audionode-disconnect-audioparam-expected.txt (0 => 265425)


--- trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-audionode-interface/audionode-disconnect-audioparam-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-audionode-interface/audionode-disconnect-audioparam-expected.txt	2020-08-10 09:21:20 UTC (rev 265425)
@@ -0,0 +1,25 @@
+
+Harness Error (FAIL), message = Unhandled rejection: The object is in an invalid state.
+
+PASS # AUDIT TASK RUNNER STARTED. 
+PASS Executing "disconnect(AudioParam)" 
+PASS Executing "disconnect(AudioParam, output)" 
+PASS Executing "exceptions" 
+PASS Audit report 
+PASS > [disconnect(AudioParam)]  
+FAIL X Channel #0 expected to have the value sequence of [2.25,1.5] but got 1 values, [0], instead of 2. assert_true: expected true got false
+FAIL X The index of value change is not equal to 11136. Got -1. assert_true: expected true got false
+FAIL < [disconnect(AudioParam)] 2 out of 2 assertions were failed. assert_true: expected true got false
+PASS > [disconnect(AudioParam, output)]  
+FAIL X Channel #0 expected to have the value sequence of [3,1.5] but got 1 values, [0], instead of 2. assert_true: expected true got false
+FAIL X The index of value change in channel #0 is not equal to 11136. Got -1. assert_true: expected true got false
+FAIL X Channel #1 expected to have the value sequence of [6,3] but got 1 values, [0], instead of 2. assert_true: expected true got false
+FAIL X The index of value change in channel #1 is not equal to 11136. Got -1. assert_true: expected true got false
+FAIL < [disconnect(AudioParam, output)] 4 out of 4 assertions were failed. assert_true: expected true got false
+PASS > [exceptions]  
+FAIL X gain1.disconnect(gain3.gain) did not throw an exception. assert_true: expected true got false
+FAIL X splitter.disconnect(gain1.gain, 1) did not throw an exception. assert_true: expected true got false
+FAIL X splitter.disconnect(gain1.gain, 2) did not throw an exception. assert_true: expected true got false
+FAIL < [exceptions] 3 out of 3 assertions were failed. assert_true: expected true got false
+FAIL # AUDIT TASK RUNNER FINISHED: 3 out of 3 tasks were failed. assert_true: expected true got false
+

Added: trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-automation-expected.txt (0 => 265425)


--- trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-automation-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-automation-expected.txt	2020-08-10 09:21:20 UTC (rev 265425)
@@ -0,0 +1,101 @@
+
+PASS # AUDIT TASK RUNNER STARTED. 
+PASS Executing "automate-freq" 
+PASS Executing "automate-q" 
+PASS Executing "automate-gain" 
+PASS Executing "automate-detune" 
+PASS Executing "automate-all" 
+PASS Executing "modulation" 
+PASS Audit report 
+PASS > [automate-freq]  
+FAIL X Output of bandpass filter with frequency automation does not equal [0,0.27222275733947754,0.1703483760356903,-0.4806261956691742,-0.2788437604904175,0.3957056999206543,0.10840324312448502,-0.39677220582962036,0.06871235370635986,0.41004475951194763,-0.1897629052400589,-0.3590146601200104,0.29248547554016113,0.2614542245864868,-0.376722127199173,-0.14195005595684052...] with an element-wise tolerance of {"absoluteThreshold":0.0000046455,"relativeThreshold":0}.
+	Index	Actual			Expected		AbsError		RelError		Test threshold
+	[1]	2.7207741141319275e-1	2.7222275733947754e-1	1.4534592628479004e-4	5.3392276129043557e-4	4.6454999999999998e-6
+	[2]	1.7092493176460266e-1	1.7034837603569031e-1	5.7655572891235352e-4	3.3845683905525301e-3	4.6454999999999998e-6
+	[3]	-4.7884583473205566e-1	-4.8062619566917419e-1	1.7803609371185303e-3	3.7042528126036492e-3	4.6454999999999998e-6
+	[4]	-2.8035214543342590e-1	-2.7884376049041748e-1	1.5083849430084229e-3	5.4094269147552214e-3	4.6454999999999998e-6
+	[5]	3.9142528176307678e-1	3.9570569992065430e-1	4.2804181575775146e-3	1.0817175892173934e-2	4.6454999999999998e-6
+	...and 2072 more errors.
+	Max AbsError of 2.1190066635608673e-1 at index of 1149.
+	[1149]	-1.1468800902366638e-1	9.7212657332420349e-2	2.1190066635608673e-1	2.1797641600464512e+0	4.6454999999999998e-6
+	Max RelError of 9.6699462879811648e+1 at index of 1000.
+	[1000]	-1.7538917064666748e-1	-1.7951907357200980e-3	1.7359397991094738e-1	9.6699462879811648e+1	4.6454999999999998e-6
+ assert_true: expected true got false
+FAIL < [automate-freq] 1 out of 1 assertions were failed. assert_true: expected true got false
+PASS > [automate-q]  
+FAIL X Output of bandpass filter with Q automation does not equal [0,0.013114781118929386,0.047823384404182434,0.09765293449163437,0.15657125413417816,0.21899054944515228,0.27981746196746826,0.3345244824886322,0.379226952791214,0.4107542335987091,0.4267079830169678,0.42550167441368103,0.40637844800949097,0.3694050908088684,0.31544122099876404,0.24608469009399414...] with an element-wise tolerance of {"absoluteThreshold":9.8348e-7,"relativeThreshold":0}.
+	Index	Actual			Expected		AbsError		RelError		Test threshold
+	[1]	1.4311081729829311e-2	1.3114781118929386e-2	1.1963006108999252e-3	9.1217733643547391e-2	9.8348000000000007e-7
+	[2]	5.3999401628971100e-2	4.7823384404182434e-2	6.1760172247886658e-3	1.2914220316554043e-1	9.8348000000000007e-7
+	[3]	1.1236445605754852e-1	9.7652934491634369e-2	1.4711521565914154e-2	1.5065109556102940e-1	9.8348000000000007e-7
+	[4]	1.8244986236095428e-1	1.5657125413417816e-1	2.5878608226776123e-2	1.6528326588352366e-1	9.8348000000000007e-7
+	[5]	2.5735959410667419e-1	2.1899054944515228e-1	3.8369044661521912e-2	1.7520867799426071e-1	9.8348000000000007e-7
+	...and 3994 more errors.
+	Max AbsError of 4.8764742910861969e-1 at index of 123.
+	[123]	5.8356809616088867e-1	9.5920667052268982e-2	4.8764742910861969e-1	5.0838619464863752e+0	9.8348000000000007e-7
+	Max RelError of 1.3733938702673628e+5 at index of 106.
+	[106]	-4.0824145078659058e-1	-2.9724792511842679e-6	4.0823847830733939e-1	1.3733938702673628e+5	9.8348000000000007e-7
+ assert_true: expected true got false
+FAIL < [automate-q] 1 out of 1 assertions were failed. assert_true: expected true got false
+PASS > [automate-gain]  
+FAIL X Output of lowshelf filter with gain automation does not equal [0,0.4781356751918793,1.5511385202407837,3.0428154468536377,4.649440288543701,6.148099899291992,7.424892902374268,8.436473846435547,9.169538497924805,9.61856460571289,9.779438972473145,9.650873184204102,9.237476348876953,8.551753997802734,7.614615440368652,6.454819679260254...] with an element-wise tolerance of {"absoluteThreshold":0.000027657,"relativeThreshold":0}.
+	Index	Actual			Expected		AbsError		RelError		Test threshold
+	[1]	4.7863015532493591e-1	4.7813567519187927e-1	4.9448013305664063e-4	1.0341837238106155e-3	2.7657000000000000e-5
+	[2]	1.5550640821456909e+0	1.5511385202407837e+0	3.9255619049072266e-3	2.5307616655009381e-3	2.7657000000000000e-5
+	[3]	3.0560569763183594e+0	3.0428154468536377e+0	1.3241529464721680e-2	4.3517359813635154e-3	2.7657000000000000e-5
+	[4]	4.6794834136962891e+0	4.6494402885437012e+0	3.0043125152587891e-2	6.4616649076265492e-3	2.7657000000000000e-5
+	[5]	6.2022128105163574e+0	6.1480998992919922e+0	5.4112911224365234e-2	8.8015666808857178e-3	2.7657000000000000e-5
+	...and 2048 more errors.
+	Max AbsError of 2.4090213775634766e+0 at index of 120.
+	[120]	9.9098815917968750e+0	7.5008602142333984e+0	2.4090213775634766e+0	3.2116601413157825e-1	2.7657000000000000e-5
+	Max RelError of 1.0632290711256923e+2 at index of 1000.
+	[1000]	2.2968193516135216e-2	-2.1807405573781580e-4	2.3186267571873032e-2	1.0632290711256923e+2	2.7657000000000000e-5
+ assert_true: expected true got false
+FAIL < [automate-gain] 1 out of 1 assertions were failed. assert_true: expected true got false
+PASS > [automate-detune]  
+FAIL X Output of bandpass filter with detune automation does not equal [0,0.0008383856620639563,0.00141120795160532,0.00036609364906325936,0.0001000093761831522,0.0012290297308936715,0.001128630479797721,0.0000010075401633002912,0.0004436193557921797,0.0014331036945804954,0.00065815937705338,-0.00011537729005794972,0.0008997227996587753,0.0013498960761353374,0.00016446926747448742,0.00006718232179991901...] with an element-wise tolerance of {"absoluteThreshold":0.000031471,"relativeThreshold":0}.
+	Index	Actual			Expected		AbsError		RelError		Test threshold
+	[4]	1.3306004984769970e-4	1.0000937618315220e-4	3.3050673664547503e-5	3.3047575063382201e-1	3.1470999999999997e-5
+	[7]	6.9791662099305540e-5	1.0075401633002912e-6	6.8784121936005249e-5	6.8269359814596854e+1	3.1470999999999997e-5
+	[8]	4.8867490841075778e-4	4.4361935579217970e-4	4.5055552618578076e-5	1.0156354097336781e-1	3.1470999999999997e-5
+	[10]	7.0790160680189729e-4	6.5815937705338001e-4	4.9742229748517275e-5	7.5577787816708306e-2	3.1470999999999997e-5
+	[11]	-4.4210896703589242e-6	-1.1537729005794972e-4	1.1095620038759080e-4	9.6168145682622308e-1	3.1470999999999997e-5
+	...and 1126 more errors.
+	Max AbsError of 1.0178004354238510e+0 at index of 1015.
+	[1015]	-1.4570061862468719e-1	8.7209981679916382e-1	1.0178004354238510e+0	1.1670687412358907e+0	3.1470999999999997e-5
+	Max RelError of Infinity at index of 1087.
+	[1087]	1.0017792135477066e-1	0.0000000000000000e+0	1.0017792135477066e-1	Infinity	3.1470999999999997e-5
+ assert_true: expected true got false
+FAIL < [automate-detune] 1 out of 1 assertions were failed. assert_true: expected true got false
+PASS > [automate-all]  
+FAIL X Output of peaking filter with automation of all parameters does not equal [0,0.9876883625984192,-0.30901700258255005,-0.8910065293312073,0.5877852439880371,0.7071067690849304,-0.80901700258255,-0.45399048924446106,0.9510565400123596,0.15643446147441864,-1,0.15643446147441864,0.9510565400123596,-0.45399048924446106,-0.80901700258255,0.7071067690849304...] with an element-wise tolerance of {"absoluteThreshold":0.00062907,"relativeThreshold":0}.
+	Index	Actual			Expected		AbsError		RelError		Test threshold
+	[697]	-8.9100652933120728e-1	-8.9659482240676880e-1	5.5882930755615234e-3	6.2327965050708450e-3	6.2907000000000002e-4
+	[698]	-3.0901700258255005e-1	-3.0482962727546692e-1	4.1873753070831299e-3	1.3736772716318364e-2	6.2907000000000002e-4
+	[699]	9.8768836259841919e-1	1.0072603225708008e+0	1.9571959972381592e-2	1.9430885475989618e-2	6.2907000000000002e-4
+	[700]	-5.5879793522430055e-14	-3.7726949900388718e-2	3.7726949900332839e-2	9.9999999999851885e-1	6.2907000000000002e-4
+	[701]	-9.8768836259841919e-1	-9.7246229648590088e-1	1.5226066112518311e-2	1.5657230277759220e-2	6.2907000000000002e-4
+	...and 3290 more errors.
+	Max AbsError of 1.0000779628753662e+1 at index of 2030.
+	[2030]	1.2776093482971191e+0	1.1278388977050781e+1	1.0000779628753662e+1	8.8672058120208541e-1	6.2907000000000002e-4
+	Max RelError of 7.2626823404107412e+1 at index of 898.
+	[898]	-2.0910629630088806e-1	-2.8400830924510956e-3	2.0626621320843697e-1	7.2626823404107412e+1	6.2907000000000002e-4
+ assert_true: expected true got false
+FAIL < [automate-all] 1 out of 1 assertions were failed. assert_true: expected true got false
+PASS > [modulation]  
+FAIL X Output of bandpass filter with sinusoidal modulation of bandpass center frequency does not equal [0,0.0018003738950937986,0.00716581242159009,0.015862563624978065,0.027496544644236565,0.04151911661028862,0.05723972246050835,0.07384545356035233,0.09042731672525406,0.10601259768009186,0.11960244923830032,0.13021349906921387,0.13692189753055573,0.13890819251537323,0.13550083339214325,0.12621651589870453...] with an element-wise tolerance of {"absoluteThreshold":0.000039787,"relativeThreshold":0}.
+	Index	Actual			Expected		AbsError		RelError		Test threshold
+	[2]	6.9368327967822552e-3	7.1658124215900898e-3	2.2897962480783463e-4	3.1954454196698630e-2	3.9786999999999997e-5
+	[3]	1.5246707014739513e-2	1.5862563624978065e-2	6.1585661023855209e-4	3.8824532074297903e-2	3.9786999999999997e-5
+	[4]	2.6283653452992439e-2	2.7496544644236565e-2	1.2128911912441254e-3	4.4110676702730882e-2	3.9786999999999997e-5
+	[5]	3.9528924971818924e-2	4.1519116610288620e-2	1.9901916384696960e-3	4.7934344488835240e-2	3.9786999999999997e-5
+	[6]	5.4370112717151642e-2	5.7239722460508347e-2	2.8696097433567047e-3	5.0133187583789339e-2	3.9786999999999997e-5
+	...and 3993 more errors.
+	Max AbsError of 1.2798051238059998e+0 at index of 3520.
+	[3520]	-6.2658363580703735e-1	6.5322148799896240e-1	1.2798051238059998e+0	1.9592207961903920e+0	3.9786999999999997e-5
+	Max RelError of 1.3353575620367490e+3 at index of 2821.
+	[2821]	1.5802922844886780e-1	1.1825370165752247e-4	1.5791097474721028e-1	1.3353575620367490e+3	3.9786999999999997e-5
+ assert_true: expected true got false
+FAIL < [modulation] 1 out of 1 assertions were failed. assert_true: expected true got false
+FAIL # AUDIT TASK RUNNER FINISHED: 6 out of 6 tasks were failed. assert_true: expected true got false
+

Added: trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-highpass-expected.txt (0 => 265425)


--- trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-highpass-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-highpass-expected.txt	2020-08-10 09:21:20 UTC (rev 265425)
@@ -0,0 +1,11 @@
+
+PASS # AUDIT TASK RUNNER STARTED. 
+PASS Executing "test" 
+PASS Audit report 
+PASS > [test] Biquad highpass filter 
+PASS   Number of filters tested is equal to 3. 
+PASS   Number of non-finite values in the rendered output is equal to 0. 
+FAIL X Max error in Highpass filter response is not less than or equal to 1.5487e-8. Got 0.04815645574414912. assert_true: expected true got false
+FAIL < [test] 1 out of 3 assertions were failed. assert_true: expected true got false
+FAIL # AUDIT TASK RUNNER FINISHED: 1 out of 1 tasks were failed. assert_true: expected true got false
+

Added: trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-lowpass-expected.txt (0 => 265425)


--- trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-lowpass-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-lowpass-expected.txt	2020-08-10 09:21:20 UTC (rev 265425)
@@ -0,0 +1,11 @@
+
+PASS # AUDIT TASK RUNNER STARTED. 
+PASS Executing "test" 
+PASS Audit report 
+PASS > [test] Biquad lowpass filter 
+PASS   Number of filters tested is equal to 5. 
+PASS   Number of non-finite values in the rendered output is equal to 0. 
+FAIL X Max error in Lowpass filter response is not less than or equal to 9.7869e-8. Got 0.03516917078003634. assert_true: expected true got false
+FAIL < [test] 1 out of 3 assertions were failed. assert_true: expected true got false
+FAIL # AUDIT TASK RUNNER FINISHED: 1 out of 1 tasks were failed. assert_true: expected true got false
+
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to