Bug 276092

Summary: REGRESSION (iOS 17.5?): [ iOS Debug ] 2 fast/events/ios/key-events-comprehensive/* tests are constantly failing.
Product: WebKit Reporter: Ben Schwartz <ben_schwartz>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: ap, richard_robinson2, webkit-bot-watchers-bugzilla, webkit-bug-importer, wenson_hsieh
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Ben Schwartz
Reported 2024-07-01 13:12:49 PDT
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.
Attachments
Ben Schwartz
Comment 1 2024-07-01 13:13:30 PDT
EWS
Comment 2 2024-07-01 13:18:55 PDT
Test gardening commit 280548@main (a08ea83df0e6): <https://commits.webkit.org/280548@main> Reviewed commits have been landed. Closing PR #30357 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.