[Webkit-unassigned] [Bug 276092] New: REGRESSION (iOS 17.5?): [ iOS Debug ] 2 fast/events/ios/key-events-comprehensive/* tests are constantly failing.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 1 13:12:49 PDT 2024


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

            Bug ID: 276092
           Summary: REGRESSION (iOS 17.5?): [ iOS Debug ] 2
                    fast/events/ios/key-events-comprehensive/* tests are
                    constantly failing.
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ben_schwartz at apple.com
                CC: webkit-bot-watchers-bugzilla at group.apple.com,
                    wenson_hsieh at apple.com

The following tests are constantly failing on iOS (debug):

fast/events/ios/key-events-comprehensive/key-events-control.html
fast/events/ios/key-events-comprehensive/key-events-control-shift.html

HISTORY:

https://results.webkit.org/?suite=layout-tests&suite=layout-tests&test=fast%2Fevents%2Fios%2Fkey-events-comprehensive%2Fkey-events-control-shift.html&test=fast%2Fevents%2Fios%2Fkey-events-comprehensive%2Fkey-events-control.html

TEXT DIFF (similar on both):

@@ -32,7 +32,6 @@
 type: keydown, key: Control, code: ControlLeft, keyIdentifier: Control, keyCode: 17, charCode: 0, keyCode: 17, which: 17, altKey: false, ctrlKey: true, metaKey: false, shiftKey: false, location: 1, keyLocation: undefined
 type: keydown, key: Shift, code: ShiftLeft, keyIdentifier: Shift, keyCode: 16, charCode: 0, keyCode: 16, which: 16, altKey: false, ctrlKey: true, metaKey: false, shiftKey: true, location: 1, keyLocation: undefined
 type: keydown, key: D, code: KeyD, keyIdentifier: U+0044, keyCode: 68, charCode: 0, keyCode: 68, which: 68, altKey: false, ctrlKey: true, metaKey: false, shiftKey: true, location: 0, keyLocation: undefined
-type: keypress, key: D, code: KeyD, keyIdentifier: , keyCode: 4, charCode: 4, keyCode: 4, which: 4, altKey: false, ctrlKey: true, metaKey: false, shiftKey: true, location: 0, keyLocation: undefined
 type: keyup, key: d, code: KeyD, keyIdentifier: U+0044, keyCode: 68, charCode: 0, keyCode: 68, which: 68, altKey: false, ctrlKey: true, metaKey: false, shiftKey: true, location: 0, keyLocation: undefined
 type: keyup, key: Shift, code: ShiftLeft, keyIdentifier: Shift, keyCode: 16, charCode: 0, keyCode: 16, which: 16, altKey: false, ctrlKey: true, metaKey: false, shiftKey: false, location: 1, keyLocation: undefined
 type: keyup, key: Control, code: ControlLeft, keyIdentifier: Control, keyCode: 17, charCode: 0, keyCode: 17, which: 17, altKey: false, ctrlKey: false, metaKey: false, shiftKey: false, location: 1, keyLocation: undefined
@@ -77,7 +76,6 @@
 type: keydown, key: Control, code: ControlLeft, keyIdentifier: Control, keyCode: 17, charCode: 0, keyCode: 17, which: 17, altKey: false, ctrlKey: true, metaKey: false, shiftKey: false, location: 1, keyLocation: undefined
 type: keydown, key: Shift, code: ShiftLeft, keyIdentifier: Shift, keyCode: 16, charCode: 0, keyCode: 16, which: 16, altKey: false, ctrlKey: true, metaKey: false, shiftKey: true, location: 1, keyLocation: undefined
 type: keydown, key: K, code: KeyK, keyIdentifier: U+004B, keyCode: 75, charCode: 0, keyCode: 75, which: 75, altKey: false, ctrlKey: true, metaKey: false, shiftKey: true, location: 0, keyLocation: undefined
-type: keypress, key: K, code: KeyK, keyIdentifier: , keyCode: 11, charCode: 11, keyCode: 11, which: 11, altKey: false, ctrlKey: true, metaKey: false, shiftKey: true, location: 0, keyLocation: undefined
 type: keyup, key: k, code: KeyK, keyIdentifier: U+004B, keyCode: 75, charCode: 0, keyCode: 75, which: 75, altKey: false, ctrlKey: true, metaKey: false, shiftKey: true, location: 0, keyLocation: undefined
 type: keyup, key: Shift, code: ShiftLeft, keyIdentifier: Shift, keyCode: 16, charCode: 0, keyCode: 16, which: 16, altKey: false, ctrlKey: true, metaKey: false, shiftKey: false, location: 1, keyLocation: undefined
 type: keyup, key: Control, code: ControlLeft, keyIdentifier: Control, keyCode: 17, charCode: 0, keyCode: 17, which: 17, altKey: false, ctrlKey: false, metaKey: false, shiftKey: false, location: 1, keyLocation: undefined

DIFF URLs:

https://build.webkit.org/results/Apple-iOS-17-Simulator-Debug-WK2-Tests/280538@main%20(2006)/fast/events/ios/key-events-comprehensive/key-events-control-shift-pretty-diff.html
https://build.webkit.org/results/Apple-iOS-17-Simulator-Debug-WK2-Tests/280538@main%20(2006)/fast/events/ios/key-events-comprehensive/key-events-control-pretty-diff.html

REPRODUCIBILITY:

I was able to reproduce a timeout on iOS Simulator (17.5/arm64) ToT using the following command:

run-webkit-tests --ios-simulator -v fast/events/ios/key-events-comprehensive/key-events-control.html fast/events/ios/key-events-comprehensive/key-events-control-shift.html

REGRESSION:

This appears to have regressed in iOS 17.5.

-- 
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/20240701/e6278b4a/attachment.htm>


More information about the webkit-unassigned mailing list