Title: [276273] trunk/LayoutTests
Revision
276273
Author
[email protected]
Date
2021-04-19 14:10:23 -0700 (Mon, 19 Apr 2021)

Log Message

[mac-wk2] LayoutTest fast/mediastream/getUserMedia-webaudio.html is a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=170960

Reviewed by Eric Carlson.

Update test to check for noise for more iterations.
Remove timeout expectation since it is no longer timing out in bots.

* fast/mediastream/getUserMedia-webaudio.html:
* platform/mac-wk2/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (276272 => 276273)


--- trunk/LayoutTests/ChangeLog	2021-04-19 20:45:57 UTC (rev 276272)
+++ trunk/LayoutTests/ChangeLog	2021-04-19 21:10:23 UTC (rev 276273)
@@ -1,3 +1,16 @@
+2021-04-19  Youenn Fablet  <[email protected]>
+
+        [mac-wk2] LayoutTest fast/mediastream/getUserMedia-webaudio.html is a flaky timeout
+        https://bugs.webkit.org/show_bug.cgi?id=170960
+
+        Reviewed by Eric Carlson.
+
+        Update test to check for noise for more iterations.
+        Remove timeout expectation since it is no longer timing out in bots.
+
+        * fast/mediastream/getUserMedia-webaudio.html:
+        * platform/mac-wk2/TestExpectations:
+
 2021-04-19  Devin Rousso  <[email protected]>
 
         Web Inspector: Graphics: add support for `steps()`/`spring()` CSS timing functions

Modified: trunk/LayoutTests/fast/mediastream/getUserMedia-webaudio.html (276272 => 276273)


--- trunk/LayoutTests/fast/mediastream/getUserMedia-webaudio.html	2021-04-19 20:45:57 UTC (rev 276272)
+++ trunk/LayoutTests/fast/mediastream/getUserMedia-webaudio.html	2021-04-19 21:10:23 UTC (rev 276273)
@@ -91,7 +91,7 @@
 {
     if (!counter)
         counter = 1;
-    else if (++counter > 4)
+    else if (++counter > 50)
         return Promise.resolve(false);
     results = await analyseAudio(stream, 100, context);
     if (results.heardNoise)

Modified: trunk/LayoutTests/platform/mac-wk2/TestExpectations (276272 => 276273)


--- trunk/LayoutTests/platform/mac-wk2/TestExpectations	2021-04-19 20:45:57 UTC (rev 276272)
+++ trunk/LayoutTests/platform/mac-wk2/TestExpectations	2021-04-19 21:10:23 UTC (rev 276273)
@@ -602,8 +602,6 @@
 
 webkit.org/b/170484 swipe/main-frame-pinning-requirement.html [ Pass Failure ]
 
-webkit.org/b/170960 fast/mediastream/getUserMedia-webaudio.html [ Pass Failure Timeout ]
-
 webkit.org/b/171553 [ Release ] http/tests/websocket/tests/hybi/inspector/binary.html [ Pass Failure ]
 
 webkit.org/b/171763 compositing/tiling/non-active-window-tiles-size.html [ Pass Failure ]
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to