Title: [265703] trunk/Tools
Revision
265703
Author
beid...@apple.com
Date
2020-08-14 13:47:41 -0700 (Fri, 14 Aug 2020)

Log Message

Gamepad.GCFVersusHID fails on Big Sur.
<rdar://problem/66948608> and https://bugs.webkit.org/show_bug.cgi?id=215520

Reviewed by Tim Horton.

* TestWebKitAPI/Tests/mac/HIDGamepads.mm: Accept two different names for the virtual Xbox One controller

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (265702 => 265703)


--- trunk/Tools/ChangeLog	2020-08-14 20:41:11 UTC (rev 265702)
+++ trunk/Tools/ChangeLog	2020-08-14 20:47:41 UTC (rev 265703)
@@ -1,3 +1,12 @@
+2020-08-14  Brady Eidson  <beid...@apple.com>
+
+        Gamepad.GCFVersusHID fails on Big Sur.
+        <rdar://problem/66948608> and https://bugs.webkit.org/show_bug.cgi?id=215520
+
+        Reviewed by Tim Horton.
+
+        * TestWebKitAPI/Tests/mac/HIDGamepads.mm: Accept two different names for the virtual Xbox One controller
+
 2020-08-14  Ryan Haddad  <ryanhad...@apple.com>
 
         Move WebGL bot from debug to release builds

Modified: trunk/Tools/TestWebKitAPI/Tests/mac/HIDGamepads.mm (265702 => 265703)


--- trunk/Tools/TestWebKitAPI/Tests/mac/HIDGamepads.mm	2020-08-14 20:41:11 UTC (rev 265702)
+++ trunk/Tools/TestWebKitAPI/Tests/mac/HIDGamepads.mm	2020-08-14 20:47:41 UTC (rev 265703)
@@ -193,6 +193,7 @@
         @"\"Virtual Nimbus Extended Gamepad\"",
         @"\"Virtual Dualshock4 Extended Gamepad\"",
         @"\"Virtual Xbox One Gamepad\"",
+        @"\"Virtual Xbox One Extended Gamepad\"",
         @"\"79-11-Virtual Shenzhen Longshengwei Technology Gamepad\"",
         @"\"12bd-d015-Virtual Sun Light Application Generic NES Controller\""]];
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to