Bug 215089 - [iOS 14] editing/selection/ios/select-all-non-editable-text-using-keyboard.html sometimes times out
Summary: [iOS 14] editing/selection/ios/select-all-non-editable-text-using-keyboard.ht...
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Wenson Hsieh
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-08-03 10:09 PDT by Wenson Hsieh
Modified: 2020-08-14 11:14 PDT (History)
4 users (show)

See Also:


Attachments
Add some logging (5.74 KB, patch)
2020-08-03 10:23 PDT, Wenson Hsieh
no flags Details | Formatted Diff | Diff
More logging (8.56 KB, patch)
2020-08-10 11:46 PDT, Wenson Hsieh
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Wenson Hsieh 2020-08-03 10:09:31 PDT
<rdar://problem/66282806>
Comment 1 Wenson Hsieh 2020-08-03 10:23:19 PDT
Created attachment 405848 [details]
Add some logging
Comment 2 EWS 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].
Comment 3 Wenson Hsieh 2020-08-03 13:47:33 PDT
Reopening, because the patch that just landed only added some logging to help diagnose the issue.
Comment 4 Wenson Hsieh 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
Comment 5 Wenson Hsieh 2020-08-10 11:46:14 PDT
Created attachment 406313 [details]
More logging
Comment 6 EWS 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].
Comment 7 Wenson Hsieh 2020-08-10 12:34:04 PDT
Reopening, because the patch that just landed only added some logging to help diagnose the issue.
Comment 8 Wenson Hsieh 2020-08-14 11:14:13 PDT
This seems to no longer reproduce in automation...