Title: [261106] trunk/LayoutTests
Revision
261106
Author
[email protected]
Date
2020-05-04 13:00:06 -0700 (Mon, 04 May 2020)

Log Message

(r261004) platform/mac/media/media-source/media-source-change-source.html is a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=211326
<rdar://problem/62751237>

Unreviewed, skip new test on platforms where it is expected to fail.

Set explicitly timeout before checking initial audio session category so it will fail
with an error message if it takes too long to run. Skip the test in the GPU process, because
audio session is not yet fully supported, and on WK1 because audio session is a singleton.


* gpu-process/TestExpectations:
* platform/mac-wk1/TestExpectations:
* platform/mac/media/media-source/media-source-change-source.html: Added.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (261105 => 261106)


--- trunk/LayoutTests/ChangeLog	2020-05-04 19:58:40 UTC (rev 261105)
+++ trunk/LayoutTests/ChangeLog	2020-05-04 20:00:06 UTC (rev 261106)
@@ -1,3 +1,19 @@
+2020-05-04  Eric Carlson  <[email protected]>
+
+        (r261004) platform/mac/media/media-source/media-source-change-source.html is a flaky timeout
+        https://bugs.webkit.org/show_bug.cgi?id=211326
+        <rdar://problem/62751237>
+
+        Unreviewed, skip new test on platforms where it is expected to fail.
+        
+        Set explicitly timeout before checking initial audio session category so it will fail
+        with an error message if it takes too long to run. Skip the test in the GPU process, because
+        audio session is not yet fully supported, and on WK1 because audio session is a singleton.
+
+        * gpu-process/TestExpectations:
+        * platform/mac-wk1/TestExpectations:
+        * platform/mac/media/media-source/media-source-change-source.html: Added.
+
 2020-05-04  Devin Rousso  <[email protected]>
 
         Web Inspector: Worker: should use the name of the worker if it exists

Modified: trunk/LayoutTests/gpu-process/TestExpectations (261105 => 261106)


--- trunk/LayoutTests/gpu-process/TestExpectations	2020-05-04 19:58:40 UTC (rev 261105)
+++ trunk/LayoutTests/gpu-process/TestExpectations	2020-05-04 20:00:06 UTC (rev 261106)
@@ -372,6 +372,7 @@
 platform/mac/media/audio-session-category-video-track-change.html [ Skip ]
 platform/mac/media/audio-session-deactivated-when-suspended.html [ Skip ]
 platform/mac/media/video-best-element-for-playback-controls-purpose.html [ Skip ]
+platform/mac/media/media-source/media-source-change-source.html [ Skip ]
 
 http/tests/media/track/track-webvtt-slow-loading.html [ Pass ]
 http/tests/media/track/track-webvtt-slow-loading-2.html [ Pass ]

Modified: trunk/LayoutTests/platform/mac/media/media-source/media-source-change-source.html (261105 => 261106)


--- trunk/LayoutTests/platform/mac/media/media-source/media-source-change-source.html	2020-05-04 19:58:40 UTC (rev 261105)
+++ trunk/LayoutTests/platform/mac/media/media-source/media-source-change-source.html	2020-05-04 20:00:06 UTC (rev 261106)
@@ -46,6 +46,8 @@
         };
 
         loader._onload_ = async () => {
+            failTestIn(15000);
+
             if (window.internals)
                 await testExpectedEventually("window.internals.audioSessionCategory()", "None");
 
@@ -54,8 +56,6 @@
             runWithKeyDown('video.volume = 0.05');
             await waitFor(video, 'volumechange');
 
-            failTestIn(15000);
-
             consoleWrite('<br>* Load first file.');
             await loadAndPlay();
 

Modified: trunk/LayoutTests/platform/mac-wk1/TestExpectations (261105 => 261106)


--- trunk/LayoutTests/platform/mac-wk1/TestExpectations	2020-05-04 19:58:40 UTC (rev 261105)
+++ trunk/LayoutTests/platform/mac-wk1/TestExpectations	2020-05-04 20:00:06 UTC (rev 261106)
@@ -195,6 +195,9 @@
 fast/forms/color [ Skip ]
 imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/color.html [ Skip ]
 
+# Audio session is a singleton
+platform/mac/media/media-source/media-source-change-source.html [ Skip ]
+
 #//////////////////////////////////////////////////////////////////////////////////////////
 # End features not supported in WebKit1
 #//////////////////////////////////////////////////////////////////////////////////////////
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to