Bug 174984 - API test URLSchemeHandler.Leaks1 is timing out on iOS simulator debug
Summary: API test URLSchemeHandler.Leaks1 is timing out on iOS simulator debug
Status: REOPENED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-07-31 10:26 PDT by Matt Lewis
Modified: 2018-01-20 12:57 PST (History)
8 users (show)

See Also:


Attachments
Patch (1.64 KB, patch)
2018-01-19 16:20 PST, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Lewis 2017-07-31 10:26:17 PDT
API test URLSchemeHandler.Leaks1 is timing out on iOS debug.

Build:
https://build.webkit.org/builders/Apple%20iOS%2010%20Simulator%20Debug%20WK2%20(Tests)/builds/3024

https://build.webkit.org/builders/Apple%20iOS%2010%20Simulator%20Debug%20WK2%20(Tests)/builds/3024/steps/run-api-tests/logs/stdio

This seems to have started from the addition of the test in https://trac.webkit.org/changeset/220049/webkit
First build with revision has API timeout: https://build.webkit.org/builders/Apple%20iOS%2010%20Simulator%20Debug%20WK2%20%28Tests%29/builds/3016

Error:
TIMEOUT URLSchemeHandler.Leaks1
objc[10392]: Class PLBuildVersion is implemented in both /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices (0x12e207cc0) and /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices (0x12e01e6f0). One of the two will be used. Which one is undefined.
objc[10396]: Class PLBuildVersion is implemented in both /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices (0x13616bcc0) and /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices (0x135f826f0). One of the two will be used. Which one is undefined.
objc[10395]: Class PLBuildVersion is implemented in both /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices (0x12c33fcc0) and /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices (0x12c1566f0). One of the two will be used. Which one is undefined.
objc[10394]: Class PLBuildVersion is implemented in both /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices (0x130c6bcc0) and /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices (0x130a826f0). One of the two will be used. Which one is undefined.
Child process terminated with signal 15: Terminated
objc[10399]: Class PLBuildVersion is implemented in both /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices (0x132997cc0) and /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices (0x1327ae6f0). One of the two will be used. Which one is undefined.
objc[10401]: Class PLBuildVersion is implemented in both /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices (0x132618cc0) and /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices (0x13242f6f0). One of the two will be used. Which one is undefined.
objc[10402]: Class PLBuildVersion is implemented in both /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices (0x12983fcc0) and /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices (0x1296566f0). One of the two will be used. Which one is undefined.
Comment 1 Radar WebKit Bug Importer 2017-08-01 16:40:00 PDT
<rdar://problem/33665676>
Comment 2 Chris Dumez 2018-01-19 16:20:06 PST
Created attachment 331809 [details]
Patch
Comment 3 Alexey Proskuryakov 2018-01-20 11:26:42 PST
Comment on attachment 331809 [details]
Patch

Any idea as to why it's timing out?
Comment 4 WebKit Commit Bot 2018-01-20 12:02:28 PST
Comment on attachment 331809 [details]
Patch

Clearing flags on attachment: 331809

Committed r227273: <https://trac.webkit.org/changeset/227273>
Comment 5 WebKit Commit Bot 2018-01-20 12:02:30 PST
All reviewed patches have been landed.  Closing bug.
Comment 6 Chris Dumez 2018-01-20 12:56:37 PST
(In reply to Alexey Proskuryakov from comment #3)
> Comment on attachment 331809 [details]
> Patch
> 
> Any idea as to why it's timing out?

No, I have not investigated yet.
Comment 7 Chris Dumez 2018-01-20 12:57:22 PST
Reopening since the patch is merely skipping the API test on iOS.