[Win] TestWebKitAPI.WebKit.DidNotHandleKeyDown is failing TestWebKitAPI::Util::isKeyDown is not implemented
Created attachment 437370 [details] Patch
Created attachment 437449 [details] Patch
Comment on attachment 437449 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=437449&action=review r=me I think this will break the PlayStation without the implementation being there as well. > Tools/TestWebKitAPI/Tests/WebKit/DidNotHandleKeyDown.cpp:29 > +#if !PLATFORM(GTK) && !PLATFORM(WPE) This should probably be #if PLATFORM(COCOA) || PLATFORM(WIN) > Tools/TestWebKitAPI/Tests/WebKit/DidNotHandleKeyDown.cpp:72 > +#endif // !PLATFORM(GTK) && !PLATFORM(WPE) Same
Created attachment 437579 [details] Patch for landing
Comment on attachment 437579 [details] Patch for landing Clearing flags on attachment: 437579 Committed r282128 (241425@main): <https://commits.webkit.org/241425@main>
All reviewed patches have been landed. Closing bug.
<rdar://problem/82855497>