Title: [229041] trunk/LayoutTests
- Revision
- 229041
- Author
- [email protected]
- Date
- 2018-02-26 13:31:32 -0800 (Mon, 26 Feb 2018)
Log Message
testRunner.setWindowIsKey() has no effect on the web process side in WebKit2
https://bugs.webkit.org/show_bug.cgi?id=81736
<rdar://problem/11088268>
Remove some tests from the platform-independent WebKit2 TestExpectation file that
now pass on iOS and Mac following r189959 and r211910, respectively. Mark these
tests are failing on GTK and WPE. For GTK we need to fix <https://bugs.webkit.org/show_bug.cgi?id=183140>
For WPE we need to fix <https://bugs.webkit.org/show_bug.cgi?id=183144>.
The test fast/selectors/querySelector-window-inactive.html still fails on WebKit2,
but for a different reason. See <https://bugs.webkit.org/show_bug.cgi?id=183140>
for more details.
* platform/gtk/TestExpectations:
* platform/wk2/TestExpectations:
* platform/wpe/TestExpectations:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (229040 => 229041)
--- trunk/LayoutTests/ChangeLog 2018-02-26 21:15:09 UTC (rev 229040)
+++ trunk/LayoutTests/ChangeLog 2018-02-26 21:31:32 UTC (rev 229041)
@@ -1,3 +1,22 @@
+2018-02-26 Daniel Bates <[email protected]>
+
+ testRunner.setWindowIsKey() has no effect on the web process side in WebKit2
+ https://bugs.webkit.org/show_bug.cgi?id=81736
+ <rdar://problem/11088268>
+
+ Remove some tests from the platform-independent WebKit2 TestExpectation file that
+ now pass on iOS and Mac following r189959 and r211910, respectively. Mark these
+ tests are failing on GTK and WPE. For GTK we need to fix <https://bugs.webkit.org/show_bug.cgi?id=183140>
+ For WPE we need to fix <https://bugs.webkit.org/show_bug.cgi?id=183144>.
+
+ The test fast/selectors/querySelector-window-inactive.html still fails on WebKit2,
+ but for a different reason. See <https://bugs.webkit.org/show_bug.cgi?id=183140>
+ for more details.
+
+ * platform/gtk/TestExpectations:
+ * platform/wk2/TestExpectations:
+ * platform/wpe/TestExpectations:
+
2018-02-26 Commit Queue <[email protected]>
Unreviewed, rolling out r226745.
Modified: trunk/LayoutTests/platform/gtk/TestExpectations (229040 => 229041)
--- trunk/LayoutTests/platform/gtk/TestExpectations 2018-02-26 21:15:09 UTC (rev 229040)
+++ trunk/LayoutTests/platform/gtk/TestExpectations 2018-02-26 21:31:32 UTC (rev 229041)
@@ -2372,6 +2372,13 @@
webkit.org/b/157179 fast/events/drag-and-drop-autoscroll-inner-frame.html [ Timeout ]
webkit.org/b/157179 fast/events/drag-and-drop-link-fast-multiple-times-does-not-crash.html [ Timeout ]
+# testRunner.setWindowIsKey() has no effect on the web process side in WebKit2
+webkit.org/b/183143 fast/dom/Window/window-focus-self.html
+webkit.org/b/183143 fast/events/blur-focus-window-should-blur-focus-element.html
+webkit.org/b/183143 fast/selectors/querySelector-window-inactive.html
+webkit.org/b/183143 fast/selectors/selection-window-inactive.html
+webkit.org/b/183143 scrollbars/corner-resizer-window-inactive.html
+
# Need support for internals.settings.setDeviceSupportsMouse
fast/events/touch/scroll-without-mouse-lacks-mousemove-events.html
Modified: trunk/LayoutTests/platform/wk2/TestExpectations (229040 => 229041)
--- trunk/LayoutTests/platform/wk2/TestExpectations 2018-02-26 21:15:09 UTC (rev 229040)
+++ trunk/LayoutTests/platform/wk2/TestExpectations 2018-02-26 21:31:32 UTC (rev 229041)
@@ -141,14 +141,6 @@
# https://bugs.webkit.org/show_bug.cgi?id=40361
editing/text-iterator/findString-selection-disabled.html
-# testRunner.setWindowIsKey() has no effect on the web process side in WebKit2
-# https://bugs.webkit.org/show_bug.cgi?id=81736 rdar://problem/11088268
-fast/events/blur-focus-window-should-blur-focus-element.html
-fast/selectors/querySelector-window-inactive.html
-fast/selectors/selection-window-inactive.html
-fast/dom/Window/window-focus-self.html
-scrollbars/corner-resizer-window-inactive.html
-
# WebKitTestRunner needs to implement testRunner.closeIdleLocalStorageDatabases().
# https://bugs.webkit.org/show_bug.cgi?id=103861
storage/domstorage/localstorage/close-idle-localstorage-databases-immediately.html
@@ -729,3 +721,6 @@
webkit.org/b/175678 media/W3C/video/events/event_progress.html [ Pass Failure ]
+webkit.org/b/183139 fast/events/blur-focus-window-should-blur-focus-element.html
+webkit.org/b/183140 fast/selectors/querySelector-window-inactive.html
+
Modified: trunk/LayoutTests/platform/wpe/TestExpectations (229040 => 229041)
--- trunk/LayoutTests/platform/wpe/TestExpectations 2018-02-26 21:15:09 UTC (rev 229040)
+++ trunk/LayoutTests/platform/wpe/TestExpectations 2018-02-26 21:31:32 UTC (rev 229041)
@@ -1158,3 +1158,10 @@
webkit.org/b/182244 http/tests/appcache/fail-on-update.html [ Pass Failure ]
webkit.org/b/181139 imported/w3c/web-platform-tests/WebCryptoAPI/encrypt_decrypt/test_rsa_oaep.https.html [ Pass Failure ]
+
+# testRunner.setWindowIsKey() has no effect on the web process side in WebKit2
+webkit.org/b/183144 fast/dom/Window/window-focus-self.html
+webkit.org/b/183144 fast/events/blur-focus-window-should-blur-focus-element.html
+webkit.org/b/183144 fast/selectors/querySelector-window-inactive.html
+webkit.org/b/183144 fast/selectors/selection-window-inactive.html
+webkit.org/b/183144 scrollbars/corner-resizer-window-inactive.html
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes