Title: [290354] trunk
Revision
290354
Author
[email protected]
Date
2022-02-23 00:05:44 -0800 (Wed, 23 Feb 2022)

Log Message

Enable WebRTCRemoteVideoFrameEnabled by default in WebKitTestRunner
https://bugs.webkit.org/show_bug.cgi?id=236969

Reviewed by Eric Carlson.

Tools:

* WebKitTestRunner/TestOptions.cpp:

LayoutTests:

Disable WebRTCRemoteVideoFrameEnabled for those two tests until we figure out why they fail more with this option.

* fast/mediastream/getUserMedia-to-canvas-1.html:
* fast/mediastream/getUserMedia-to-canvas-2.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (290353 => 290354)


--- trunk/LayoutTests/ChangeLog	2022-02-23 08:04:17 UTC (rev 290353)
+++ trunk/LayoutTests/ChangeLog	2022-02-23 08:05:44 UTC (rev 290354)
@@ -1,3 +1,15 @@
+2022-02-23  Youenn Fablet  <[email protected]>
+
+        Enable WebRTCRemoteVideoFrameEnabled by default in WebKitTestRunner
+        https://bugs.webkit.org/show_bug.cgi?id=236969
+
+        Reviewed by Eric Carlson.
+
+        Disable WebRTCRemoteVideoFrameEnabled for those two tests until we figure out why they fail more with this option.
+
+        * fast/mediastream/getUserMedia-to-canvas-1.html:
+        * fast/mediastream/getUserMedia-to-canvas-2.html:
+
 2022-02-22  Chris Dumez  <[email protected]>
 
         http/wpt/push-api/onpush-disabled.html fails

Modified: trunk/LayoutTests/fast/mediastream/getUserMedia-to-canvas-1.html (290353 => 290354)


--- trunk/LayoutTests/fast/mediastream/getUserMedia-to-canvas-1.html	2022-02-23 08:04:17 UTC (rev 290353)
+++ trunk/LayoutTests/fast/mediastream/getUserMedia-to-canvas-1.html	2022-02-23 08:05:44 UTC (rev 290354)
@@ -1,4 +1,4 @@
-<!doctype html>
+<!doctype html><!-- webkit-test-runner [ WebRTCRemoteVideoFrameEnabled=false ] -->
 <html>
 <head>
     <meta name="timeout" content="long">

Modified: trunk/LayoutTests/fast/mediastream/getUserMedia-to-canvas-2.html (290353 => 290354)


--- trunk/LayoutTests/fast/mediastream/getUserMedia-to-canvas-2.html	2022-02-23 08:04:17 UTC (rev 290353)
+++ trunk/LayoutTests/fast/mediastream/getUserMedia-to-canvas-2.html	2022-02-23 08:05:44 UTC (rev 290354)
@@ -1,4 +1,4 @@
-<!doctype html>
+<!doctype html><!-- webkit-test-runner [ WebRTCRemoteVideoFrameEnabled=false ] -->
 <html>
 <head>
     <meta name="timeout" content="long">

Modified: trunk/Tools/ChangeLog (290353 => 290354)


--- trunk/Tools/ChangeLog	2022-02-23 08:04:17 UTC (rev 290353)
+++ trunk/Tools/ChangeLog	2022-02-23 08:05:44 UTC (rev 290354)
@@ -1,3 +1,12 @@
+2022-02-23  Youenn Fablet  <[email protected]>
+
+        Enable WebRTCRemoteVideoFrameEnabled by default in WebKitTestRunner
+        https://bugs.webkit.org/show_bug.cgi?id=236969
+
+        Reviewed by Eric Carlson.
+
+        * WebKitTestRunner/TestOptions.cpp:
+
 2022-02-22  Chris Dumez  <[email protected]>
 
         Drop StringHasher::hashMemory() and use the modern Hasher instead

Modified: trunk/Tools/WebKitTestRunner/TestOptions.cpp (290353 => 290354)


--- trunk/Tools/WebKitTestRunner/TestOptions.cpp	2022-02-23 08:04:17 UTC (rev 290353)
+++ trunk/Tools/WebKitTestRunner/TestOptions.cpp	2022-02-23 08:05:44 UTC (rev 290354)
@@ -127,7 +127,7 @@
             { "TextAutosizingUsesIdempotentMode", false },
             { "UsesBackForwardCache", false },
             { "WebAuthenticationEnabled", true },
-            { "WebRTCRemoteVideoFrameEnabled", false },
+            { "WebRTCRemoteVideoFrameEnabled", true },
             { "WebRTCMDNSICECandidatesEnabled", false },
             { "XSSAuditorEnabled", false },
 #if PLATFORM(IOS_FAMILY_SIMULATOR)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to