[Webkit-unassigned] [Bug 230968] New: Cleaning up expectations for iOS 15

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 29 10:38:29 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=230968

            Bug ID: 230968
           Summary: Cleaning up expectations for iOS 15
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: iPhone / iPad
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ayumi_kojima at apple.com

fast/form/ios tests are currently marked as [ Pass Failure Timeout Crash ] in iOS-14.

fast/forms/ios/zoom-after-input-tap.html
fast/forms/ios/zoom-after-input-tap-wide-input.html
fast/forms/ios/focus-long-textarea.html
fast/forms/ios/focus-input-via-button.html
fast/forms/ios/focus-input-via-button-no-scaling.html
fast/forms/ios/focus-input-in-iframe.html
fast/forms/ios/focus-input-in-fixed.html
fast/forms/ios/accessory-bar-navigation.html

History: https://results.webkit.org/?suite=layout-tests&suite=layout-tests&suite=layout-tests&suite=layout-tests&suite=layout-tests&suite=layout-tests&suite=layout-tests&suite=layout-tests&suite=layout-tests&test=fast%2Fforms%2Fios%2Fzoom-after-input-tap.html&test=fast%2Fforms%2Fios%2Fzoom-after-input-tap-wide-input.html&test=fast%2Fforms%2Fios%2Finputmode-none-with-hardware-keyboard.html&test=fast%2Fforms%2Fios%2Ffocus-long-textarea.html&test=fast%2Fforms%2Fios%2Ffocus-input-via-button.html&test=fast%2Fforms%2Fios%2Ffocus-input-via-button-no-scaling.html&test=fast%2Fforms%2Fios%2Ffocus-input-in-iframe.html&test=fast%2Fforms%2Fios%2Ffocus-input-in-fixed.html&test=fast%2Fforms%2Fios%2Faccessory-bar-navigation.html

The tests are initially marked as [ Pass Failure ] because they are intended to “fail or are flaky in non-internal iOS 14 simulator” https://trac.webkit.org/changeset/281749/webkit

Later [ Timeout ] and [ Crash ] are added here https://trac.webkit.org/changeset/281858/webkit 

Apparently constant timeout seen on iPad is because iPads don't zoom when form elements are focused.

The flaky crashes are not real crashes because of broken pipes (Bug 230513). 

Also, the constant failure and its diff indicate that the tests need rebaselining. 

Diff(iOS 14):

--- /Volumes/Data/worker/ios-simulator-14-release-tests-wk2/build/layout-test-results/fast/forms/ios/focus-input-in-fixed-expected.txt
+++ /Volumes/Data/worker/ios-simulator-14-release-tests-wk2/build/layout-test-results/fast/forms/ios/focus-input-in-fixed-actual.txt
@@ -1,4 +1,4 @@

 tap location   { x: 40.000, y: 130.000 }
 scale  1.455
-visibleRect    { left: 0.000, top: 44.683, width: 219.979, height: 376.713 }
+visibleRect    { left: 0.000, top: 0.000, width: 219.979, height: 376.713 }

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210929/9dd0cb74/attachment.htm>


More information about the webkit-unassigned mailing list