Title: [267419] trunk/LayoutTests
Revision
267419
Author
[email protected]
Date
2020-09-22 10:57:36 -0700 (Tue, 22 Sep 2020)

Log Message

[GLIB] Unreviewed test gardening. Mark several audio related tests as failure after r267383.

Also emit baselines for 2 tests passing.

* platform/glib/TestExpectations:
* platform/glib/webaudio/Analyser/realtimeanalyser-fftsize-reset-expected.txt: Added.
* platform/glib/webaudio/Analyser/realtimeanalyser-multiple-calls-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (267418 => 267419)


--- trunk/LayoutTests/ChangeLog	2020-09-22 17:33:21 UTC (rev 267418)
+++ trunk/LayoutTests/ChangeLog	2020-09-22 17:57:36 UTC (rev 267419)
@@ -1,3 +1,13 @@
+2020-09-22  Diego Pino Garcia  <[email protected]>
+
+        [GLIB] Unreviewed test gardening. Mark several audio related tests as failure after r267383.
+
+        Also emit baselines for 2 tests passing.
+
+        * platform/glib/TestExpectations:
+        * platform/glib/webaudio/Analyser/realtimeanalyser-fftsize-reset-expected.txt: Added.
+        * platform/glib/webaudio/Analyser/realtimeanalyser-multiple-calls-expected.txt: Added.
+
 2020-09-22  Chris Dumez  <[email protected]>
 
         webaudio/AudioParam/audioparam-setTarget-timeConstant-0.html is crashing

Modified: trunk/LayoutTests/platform/glib/TestExpectations (267418 => 267419)


--- trunk/LayoutTests/platform/glib/TestExpectations	2020-09-22 17:33:21 UTC (rev 267418)
+++ trunk/LayoutTests/platform/glib/TestExpectations	2020-09-22 17:57:36 UTC (rev 267419)
@@ -276,6 +276,12 @@
 webkit.org/b/216118 webaudio/convolver-setBuffer-null.html [ Skip ]
 
 webkit.org/b/216813 fast/mediastream/getUserMedia-webaudio.html [ Failure ]
+webkit.org/b/216813 imported/w3c/web-platform-tests/webaudio/the-audio-api/the-analysernode-interface/realtimeanalyser-fft-scaling.html [ Failure ]
+webkit.org/b/216813 webaudio/Analyser/realtimeanalyser-freq-data-smoothing.html [ Failure ]
+webkit.org/b/216813 webaudio/Analyser/realtimeanalyser-freq-data.html [ Failure ]
+webkit.org/b/216813 webaudio/AudioParam/audioparam-k-rate.html [ Crash ]
+webkit.org/b/216813 webrtc/audio-peer-connection-webaudio.html [ Failure ]
+webkit.org/b/216813 webrtc/peer-connection-audio-unmute.html [ Failure ]
 
 #////////////////////////////////////////////////////////////////////////////////////////
 # End of GStreamer-related bugs

Added: trunk/LayoutTests/platform/glib/webaudio/Analyser/realtimeanalyser-fftsize-reset-expected.txt (0 => 267419)


--- trunk/LayoutTests/platform/glib/webaudio/Analyser/realtimeanalyser-fftsize-reset-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/glib/webaudio/Analyser/realtimeanalyser-fftsize-reset-expected.txt	2020-09-22 17:57:36 UTC (rev 267419)
@@ -0,0 +1,15 @@
+
+PASS # AUDIT TASK RUNNER STARTED. 
+PASS Executing "128->1024" 
+PASS Executing "512->256" 
+PASS Audit report 
+PASS > [128->1024]  
+PASS   Time data equals [expected array] with an element-wise tolerance of {"absoluteThreshold":0,"relativeThreshold":0}. 
+PASS   Linear FFT data after setting fftSize = 1024 equals [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0...] with an element-wise tolerance of {"absoluteThreshold":0,"relativeThreshold":0.0000019455}. 
+PASS < [128->1024] All assertions passed. (total 2 assertions) 
+PASS > [512->256]  
+PASS   Time data equals [expected array] with an element-wise tolerance of {"absoluteThreshold":0,"relativeThreshold":0}. 
+PASS   Linear FFT data after setting fftSize = 256 equals [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0...] with an element-wise tolerance of {"absoluteThreshold":0,"relativeThreshold":0.0000018592}. 
+PASS < [512->256] All assertions passed. (total 2 assertions) 
+PASS # AUDIT TASK RUNNER FINISHED: 2 tasks ran successfully. 
+

Added: trunk/LayoutTests/platform/glib/webaudio/Analyser/realtimeanalyser-multiple-calls-expected.txt (0 => 267419)


--- trunk/LayoutTests/platform/glib/webaudio/Analyser/realtimeanalyser-multiple-calls-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/glib/webaudio/Analyser/realtimeanalyser-multiple-calls-expected.txt	2020-09-22 17:57:36 UTC (rev 267419)
@@ -0,0 +1,12 @@
+
+PASS # AUDIT TASK RUNNER STARTED. 
+PASS Executing "test" 
+PASS Audit report 
+PASS > [test]  
+PASS   Second call to getFloatFrequencyData is identical to the array [-Infinity,-Infinity,-Infinity,-Infinity,-Infinity,-Infinity,-Infinity,-Infinity,-Infinity,-Infinity,-Infinity,-Infinity,-Infinity,-Infinity,-Infinity,-Infinity...]. 
+PASS   Second call to getByteFrequencyData is identical to the array [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0...]. 
+PASS   Output of getByteFrequencyData after getFloatFrequencyData is identical to the array [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0...]. 
+PASS   Output of getFloatFrequenycData (converted to byte) after getByteFrequencyData is identical to the array [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0...]. 
+PASS < [test] All assertions passed. (total 4 assertions) 
+PASS # AUDIT TASK RUNNER FINISHED: 1 tasks ran successfully. 
+
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to