REOPENED 174984
API test URLSchemeHandler.Leaks1 is timing out on iOS simulator debug
https://bugs.webkit.org/show_bug.cgi?id=174984
Summary API test URLSchemeHandler.Leaks1 is timing out on iOS simulator debug
Matt Lewis
Reported 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.
Attachments
Patch (1.64 KB, patch)
2018-01-19 16:20 PST, Chris Dumez
no flags
Radar WebKit Bug Importer
Comment 1 2017-08-01 16:40:00 PDT
Chris Dumez
Comment 2 2018-01-19 16:20:06 PST
Alexey Proskuryakov
Comment 3 2018-01-20 11:26:42 PST
Comment on attachment 331809 [details] Patch Any idea as to why it's timing out?
WebKit Commit Bot
Comment 4 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>
WebKit Commit Bot
Comment 5 2018-01-20 12:02:30 PST
All reviewed patches have been landed. Closing bug.
Chris Dumez
Comment 6 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.
Chris Dumez
Comment 7 2018-01-20 12:57:22 PST
Reopening since the patch is merely skipping the API test on iOS.
Note You need to log in before you can comment on or make changes to this bug.