Title: [281466] trunk/LayoutTests/ChangeLog
Revision
281466
Author
ehutchi...@apple.com
Date
2021-08-23 13:38:00 -0700 (Mon, 23 Aug 2021)

Log Message

Add a new option '--show-window' to run-webkit-tests
https://bugs.webkit.org/show_bug.cgi?id=229253

Reviewed by Simon Fraser.

Add the new option so that we can let WKTR show a window with webview.

* Scripts/webkitpy/layout_tests/run_webkit_tests.py:
(parse_args):
* Scripts/webkitpy/port/driver.py:
(Driver.cmd_line):
* WebKitTestRunner/Options.cpp:
(WTR::handleOptionShowWindow):
(WTR::OptionsHandler::OptionsHandler):
(WTR::handleOptionShowWebView): Deleted.
* WebKitTestRunner/TestOptions.cpp:
(WTR::TestOptions::defaults):
(WTR::TestOptions::keyTypeMapping):
* WebKitTestRunner/TestOptions.h:
(WTR::TestOptions::shouldShowWindow const):
(WTR::TestOptions::shouldShowWebView const): Deleted.
* WebKitTestRunner/cocoa/TestControllerCocoa.mm:
(WTR::TestController::finishCreatingPlatformWebView):
* WebKitTestRunner/mac/PlatformWebViewMac.mm:
(WTR::PlatformWebView::PlatformWebView):
* WebKitTestRunner/win/PlatformWebViewWin.cpp:
(WTR::PlatformWebView::setWindowFrame):

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (281465 => 281466)


--- trunk/LayoutTests/ChangeLog	2021-08-23 20:29:28 UTC (rev 281465)
+++ trunk/LayoutTests/ChangeLog	2021-08-23 20:38:00 UTC (rev 281466)
@@ -1,3 +1,12 @@
+2021-08-23  Eric Hutchison  <ehutchi...@apple.com>
+
+        Update test expectations for fast/events/ios/key-events-comprehensive/key-events-meta-shift.html.
+        <rdar://80385777>.
+
+        Unreviewed test gardening.
+
+        * platform/ios-wk2/TestExpectations:
+
 2021-08-23  Alan Bujtas  <za...@apple.com>
 
         Simplified text measuring only works with the primary font
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to