WebKit Bugzilla
Attachment 372070 Details for
Bug 198798
: run-webkit-tests: Correctly garden fast/events/ios, fast/forms/ios tests
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-198798-20190613111216.patch (text/plain), 6.90 KB, created by
Jonathan Bedard
on 2019-06-13 11:12:16 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Jonathan Bedard
Created:
2019-06-13 11:12:16 PDT
Size:
6.90 KB
patch
obsolete
>Index: LayoutTests/ChangeLog >=================================================================== >--- LayoutTests/ChangeLog (revision 246404) >+++ LayoutTests/ChangeLog (working copy) >@@ -1,3 +1,18 @@ >+2019-06-13 Jonathan Bedard <jbedard@apple.com> >+ >+ run-webkit-tests: Correctly garden fast/events/ios, fast/forms/ios tests >+ https://bugs.webkit.org/show_bug.cgi?id=198798 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ Any expectations for fast/events/ios and fast/forms/ios tests are overriden >+ in ios-wk2 expectations, remove them since they don't do anything. >+ >+ * platform/ios-device/TestExpectations: >+ * platform/ios-wk1/TestExpectations: >+ * platform/ios/TestExpectations: >+ * platform/ipad/TestExpectations: >+ > 2019-06-13 Antoine Quint <graouts@apple.com> > > "display: contents" Content click does not trigger >Index: LayoutTests/platform/ios-device/TestExpectations >=================================================================== >--- LayoutTests/platform/ios-device/TestExpectations (revision 246404) >+++ LayoutTests/platform/ios-device/TestExpectations (working copy) >@@ -128,10 +128,6 @@ security/contentSecurityPolicy/video-wit > > security/contentSecurityPolicy/video-with-data-url-allowed-by-media-src-star.html [ ImageOnlyFailure ] > >-# <https://bugs.webkit.org/show_bug.cgi?id=175987> Manage tests which require different device types better >-fast/forms/ios/ipad >-fast/events/touch/ios/iphone7 >- > # <rdar://problem/32575766>, need to handle media sandbox correctly > webrtc > >Index: LayoutTests/platform/ios-wk1/TestExpectations >=================================================================== >--- LayoutTests/platform/ios-wk1/TestExpectations (revision 246404) >+++ LayoutTests/platform/ios-wk1/TestExpectations (working copy) >@@ -29,12 +29,6 @@ imported/w3c/web-platform-tests/pointere > fast/forms/datalist [ WontFix ] > imported/w3c/web-platform-tests/html/semantics/forms/the-datalist-element [ WontFix ] > >-# No support for testing key commands with modifiers in WK1 >-fast/events/ios/focus-tab-previous-field.html [ Skip ] >-fast/events/ios/key-command-italic-dispatches-keydown.html [ Skip ] >-fast/events/ios/key-command-italic.html [ Skip ] >-fast/events/ios/type-digits-holding-control-key.html [ Skip ] >- > # testRunner.queueLoad() does not support loading data URLs in iOS WK1 > http/tests/security/contentSecurityPolicy/navigate-self-to-data-url.html [ Skip ] > >Index: LayoutTests/platform/ios/TestExpectations >=================================================================== >--- LayoutTests/platform/ios/TestExpectations (revision 246404) >+++ LayoutTests/platform/ios/TestExpectations (working copy) >@@ -25,10 +25,6 @@ http/tests/gzip-content-encoding [ Pass > # End platform-specific directories. > #////////////////////////////////////////////////////////////////////////////////////////// > >-# iPad-specific tests skipped here and re-enabled in platform/ipad >-fast/events/ios/ipad [ Skip ] >-fast/forms/ios/ipad [ Skip ] >- > ### > # Unsupported and disabled features > ## >@@ -3237,30 +3233,6 @@ fast/events/touch/ios/touch-events-with- > fast/events/touch/ios/mouse-events-with-modifiers.html [ Skip ] > fast/events/touch/ios/pointer-events-with-modifiers.html [ Skip ] > >-# FIXME: Unskip the following test once we have the fix for <rdar://problem/44928156>. >-fast/events/ios/key-command-delete-to-end-of-paragraph.html [ Skip ] >-fast/events/ios/key-command-transpose.html [ Skip ] >- >-# FIXME: Unskip the following tests once we ENABLE(FULL_KEYBOARD_ACCESS) is enabled by default on iOS >-fast/forms/ios/focus-button.html [ Skip ] >-fast/forms/ios/focus-checkbox.html [ Skip ] >-fast/forms/ios/focus-checked-checkbox.html [ Skip ] >-fast/forms/ios/focus-checked-radio.html [ Skip ] >-fast/forms/ios/focus-radio.html [ Skip ] >-fast/forms/ios/focus-reset-button.html [ Skip ] >-fast/forms/ios/focus-search-field.html [ Skip ] >-fast/forms/ios/focus-submit-button.html [ Skip ] >-fast/forms/ios/focus-text-field.html [ Skip ] >-fast/forms/ios/focus-textarea.html [ Skip ] >-fast/events/ios/activating-button-should-not-scroll-page.html [ Skip ] >-fast/events/ios/activating-checkbox-should-not-scroll-page.html [ Skip ] >-fast/events/ios/activating-radio-button-should-not-scroll-page.html [ Skip ] >-fast/events/ios/activating-reset-button-should-not-scroll-page.html [ Skip ] >-fast/events/ios/activating-submit-button-should-not-scroll-page.html [ Skip ] >- >-# FIXME: Unskip the following test once we have the fix for <rdar://problem/45892362>. >-fast/events/ios/key-command-select-all-prevent-default.html [ Skip ] >- > webkit.org/b/191707 imported/w3c/web-platform-tests/webrtc/simplecall-no-ssrcs.https.html [ Skip ] > webkit.org/b/191707 imported/w3c/web-platform-tests/webrtc/simplecall.https.html [ Skip ] > >@@ -3270,9 +3242,6 @@ webkit.org/b/197473 imported/w3c/web-pla > > webkit.org/b/175678 media/W3C/video/events/event_progress.html [ Pass Failure ] > >-# FIXME: Unskip the following test once we have the fix for <rdar://problem/50596032>. >-fast/events/ios/submit-form-target-blank-using-return-key.html >- > # These tests depend on the implementation of "modern compatibility mode" in WebKitAdditions. > platform/ipad/fast/css/webkit-overflow-scrolling-parsing-modern-compatibility-mode.html [ Skip ] > fast/scrolling/ipad/overflow-scrolling-touch-enabled-stacking-modern-compatibility-mode.html [ Skip ] >Index: LayoutTests/platform/ipad/TestExpectations >=================================================================== >--- LayoutTests/platform/ipad/TestExpectations (revision 246404) >+++ LayoutTests/platform/ipad/TestExpectations (working copy) >@@ -1,19 +1,4 @@ >-fast/forms/ios/ipad [ Pass ] >- > # iPads don't zoom when form elements are focused >-fast/forms/ios/accessory-bar-navigation.html [ Skip ] >-fast/forms/ios/choose-select-option.html [ Skip ] >-fast/forms/ios/delete-in-input-in-iframe.html [ Skip ] >-fast/forms/ios/focus-input-in-fixed.html [ Skip ] >-fast/forms/ios/focus-input-in-iframe.html [ Skip ] >-fast/forms/ios/focus-input-via-button-no-scaling.html [ Skip ] >-fast/forms/ios/focus-input-via-button.html [ Skip ] >-fast/forms/ios/focus-long-textarea.html [ Skip ] >-fast/forms/ios/typing-in-input-in-iframe.html [ Skip ] >-fast/forms/ios/user-scalable-does-not-scale-for-keyboard-focus-with-author-defined-scale.html [ Skip ] >-fast/forms/ios/user-scalable-does-not-scale-for-keyboard-focus-with-user-scalable-no.html [ Skip ] >-fast/forms/ios/zoom-after-input-tap-wide-input.html [ Skip ] >-fast/forms/ios/zoom-after-input-tap.html [ Skip ] > fast/visual-viewport/ios/caret-after-focus-in-fixed.html [ Skip ] > > # These tests are designed for iPhone and crash on iPad >@@ -50,5 +35,3 @@ webkit.org/b/194259 fast/events/ios/rota > webkit.org/b/194259 fast/events/ios/rotation/resize-iframe-after-orientation-change.html [ Skip ] > webkit.org/b/194259 fast/events/ios/rotation/safari-like-rotation.html [ Skip ] > webkit.org/b/194259 fast/events/ios/viewport-no-width-value-allows-double-tap.html [ Skip ] >- >-webkit.org/b/194314 fast/forms/ios/scroll-to-reveal-focused-select.html
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 198798
:
371981
|
371992
|
372006
|
372060
| 372070