[Webkit-unassigned] [Bug 231612] [ iOS ] imported/blink/fast/dom/importNode-cdata.html is a flaky timeout

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 7 09:06:26 PST 2022


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

--- Comment #8 from Chris Dumez <cdumez at apple.com> ---
(In reply to Wenson Hsieh from comment #7)
> (In reply to Chris Dumez from comment #6)
> > The tests seem to have the following logging on stderr which could be
> > related:
> > 
> > objc[83889]: Class _PathPoint is implemented in both
> > /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/
> > Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/
> > Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIKitCore.framework/
> > UIKitCore (0x121604a78) and
> > /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/
> > Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/
> > Resources/RuntimeRoot/System/Library/PrivateFrameworks/TextInputUI.framework/
> > TextInputUI (0x136f028b0). One of the two will be used. Which one is
> > undefined.
> > objc[83889]: Class _PointQueue is implemented in both
> > /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/
> > Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/
> > Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIKitCore.framework/
> > UIKitCore (0x121604a50) and
> > /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/
> > Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/
> > Resources/RuntimeRoot/System/Library/PrivateFrameworks/TextInputUI.framework/
> > TextInputUI (0x136f028d8). One of the two will be used. Which one is
> > undefined.
> 
> I think this is benign logging.
> 
> > When this test times out on the iOS bot, about 50 other editing tests (e.g. editing/pasteboard/19644-1.html) also time out
> 
> These mass editing failures are a different issue, caused by booted iOS
> simulators from a previous test run being used for a subsequent run, which
> means the "Automatically sync pasteboard" setting will be erroneously
> flipped on (which then causes `pasted` to deadlock when running tests in
> multiple sims).
> 
> It looks like this is one example of importNode-cdata.html timing out
> independently of the editing tests:
> 
> <https://build.webkit.org/#/builders/369/builds/492/steps/11/logs/stdio>

Ok, thanks for looking. The imported blink test also doesn't seem to rely on editing at all (no copy/paste like the other tests).

-- 
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/20220307/4fa2ebda/attachment.htm>


More information about the webkit-unassigned mailing list