Title: [266738] trunk/LayoutTests
- Revision
- 266738
- Author
- [email protected]
- Date
- 2020-09-08 12:11:57 -0700 (Tue, 08 Sep 2020)
Log Message
Fix Internals::supportsVCPEncoder on BigSur
https://bugs.webkit.org/show_bug.cgi?id=216174
<rdar://problem/66492801>
Reviewed by Geoffrey Garen.
* platform/mac/webrtc/captureCanvas-webrtc-software-encoder.html:
Increase timeout.
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (266737 => 266738)
--- trunk/LayoutTests/ChangeLog 2020-09-08 19:03:08 UTC (rev 266737)
+++ trunk/LayoutTests/ChangeLog 2020-09-08 19:11:57 UTC (rev 266738)
@@ -1,5 +1,16 @@
2020-09-08 Youenn Fablet <[email protected]>
+ Fix Internals::supportsVCPEncoder on BigSur
+ https://bugs.webkit.org/show_bug.cgi?id=216174
+ <rdar://problem/66492801>
+
+ Reviewed by Geoffrey Garen.
+
+ * platform/mac/webrtc/captureCanvas-webrtc-software-encoder.html:
+ Increase timeout.
+
+2020-09-08 Youenn Fablet <[email protected]>
+
Do not use mouse events in http/wpt/html/dom/elements/images/hover-image-change.html
https://bugs.webkit.org/show_bug.cgi?id=216265
Modified: trunk/LayoutTests/platform/mac/webrtc/captureCanvas-webrtc-software-encoder.html (266737 => 266738)
--- trunk/LayoutTests/platform/mac/webrtc/captureCanvas-webrtc-software-encoder.html 2020-09-08 19:03:08 UTC (rev 266737)
+++ trunk/LayoutTests/platform/mac/webrtc/captureCanvas-webrtc-software-encoder.html 2020-09-08 19:11:57 UTC (rev 266738)
@@ -40,7 +40,7 @@
if (isEqual === isSame)
return;
- if (count === 40)
+ if (count === 200)
return Promise.reject(testName + " failed: tried " + count + " to get " + isSame + " but got " + isEqual);
return waitFor(50).then(() => {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes