Bug 215089

Summary: [iOS 14] editing/selection/ios/select-all-non-editable-text-using-keyboard.html sometimes times out
Product: WebKit Reporter: Wenson Hsieh <wenson_hsieh>
Component: Tools / TestsAssignee: Wenson Hsieh <wenson_hsieh>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: hi, megan_gardner, thorton, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Add some logging
none
More logging none

Wenson Hsieh
Reported 2020-08-03 10:09:31 PDT
Attachments
Add some logging (5.74 KB, patch)
2020-08-03 10:23 PDT, Wenson Hsieh
no flags
More logging (8.56 KB, patch)
2020-08-10 11:46 PDT, Wenson Hsieh
no flags
Wenson Hsieh
Comment 1 2020-08-03 10:23:19 PDT
Created attachment 405848 [details] Add some logging
EWS
Comment 2 2020-08-03 13:40:35 PDT
Committed r265213: <https://trac.webkit.org/changeset/265213> All reviewed patches have been landed. Closing bug and clearing flags on attachment 405848 [details].
Wenson Hsieh
Comment 3 2020-08-03 13:47:33 PDT
Reopening, because the patch that just landed only added some logging to help diagnose the issue.
Wenson Hsieh
Comment 4 2020-08-04 21:31:26 PDT
It looks like neither of my hypotheses are correct: > 19:39:27.315 7427 Wait on notifyDone timed out, process WebKitTestRunnerApp pid = 7480 > 19:39:27.324 7427 worker/0 editing/selection/ios/select-all-non-editable-text-using-keyboard.html output stderr lines: > 19:39:27.324 7427 Synthesizing key events (first responder: WKContentView; is key window? 1) > 19:39:27.324 7427 Sending modifier keydown: metaKey > 19:39:27.324 7427 Sending keydown for input string 'a' > 19:39:27.324 7427 Sending keyup for input string 'a' > 19:39:27.324 7427 Sending modifier keyup: metaKey > 19:39:27.324 7427 (Before) keyboard 0x600000290000 has modifier state: 0x00 > 19:39:27.324 7427 (After) keyboard 0x600000290000 has modifier state: 0x10000 > 19:39:27.324 7427 (Before) keyboard 0x600000290000 has modifier state: 0x10000 > 19:39:27.324 7427 (After) keyboard 0x600000290000 has modifier state: 0x10000 > 19:39:27.324 7427 (Before) keyboard 0x600000290000 has modifier state: 0x10000 > 19:39:27.324 7427 (After) keyboard 0x600000290000 has modifier state: 0x10000 > 19:39:27.324 7427 (Before) keyboard 0x600000290000 has modifier state: 0x10000 > 19:39:27.324 7427 (After) keyboard 0x600000290000 has modifier state: 0x00 > 19:39:27.324 7427 Wait on notifyDone timed out, process WebKitTestRunnerApp pid = 7480
Wenson Hsieh
Comment 5 2020-08-10 11:46:14 PDT
Created attachment 406313 [details] More logging
EWS
Comment 6 2020-08-10 12:29:32 PDT
Committed r265441: <https://trac.webkit.org/changeset/265441> All reviewed patches have been landed. Closing bug and clearing flags on attachment 406313 [details].
Wenson Hsieh
Comment 7 2020-08-10 12:34:04 PDT
Reopening, because the patch that just landed only added some logging to help diagnose the issue.
Wenson Hsieh
Comment 8 2020-08-14 11:14:13 PDT
This seems to no longer reproduce in automation...
Note You need to log in before you can comment on or make changes to this bug.