| Summary: | REGRESSION: [ iOS ] 20 iOS api tests are crashing after system update | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Truitt Savell <tsavell> | ||||
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | aakash_jain, jbedard, webkit-bot-watchers-bugzilla, webkit-bug-importer | ||||
| Priority: | P2 | Keywords: | InRadar | ||||
| Version: | WebKit Nightly Build | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=207216 | ||||||
| Attachments: |
|
||||||
|
Description
Truitt Savell
2020-02-03 07:50:39 PST
I am able to get this to fail as far back as 251002 TestWebKitAPI.ProcessSwap.BasicWithAsyncSchemeHandler TestWebKitAPI.KeyboardInputTests.SupportsImagePaste TestWebKitAPI.ProcessSwap.CrossOriginBlobNavigation TestWebKitAPI.WebKit.DoAfterNextStablePresentationUpdateAfterCrash TestWebKitAPI.WebKit.WKHTTPCookieStore TestWebKitAPI.ResourceLoadStatistics.EnableDisableITP TestWebKitAPI.WebKit.GeolocationPermission TestWebKitAPI.PreferredContentMode.DesktopModeUsesNativeViewportByDefault TestWebKitAPI.WebKit.WebsiteDataStoreCustomPathsWithPrewarming TestWebKitAPI.KeyboardInputTests.ModifyInputAssistantItemBarButtonGroups TestWebKitAPI.WebKit.LoadInvalidURLRequest TestWebKitAPI.WKWebViewCloseAllMediaPresentations.ElementFullscreen TestWebKitAPI.PreferredContentMode.DesktopModeOnPhone TestWebKitAPI.WKWebViewFindString.DoNotUpdateMatchIndexWhenGivenNoIndexChangeOption TestWebKitAPI.URLSchemeHandler.Exceptions TestWebKitAPI.WKWebViewEditActions.NestedListInsertion TestWebKitAPI.WebKit.NetworkProcessRelaunchOnLaunchFailure TestWebKitAPI.ProcessSwap.ServerRedirect TestWebKitAPI.DeviceOrientation.RememberPermissionForSession Created attachment 389558 [details]
Crash Log
Looking at the code, my guess is that we someone have a test somehow not associated with a file or a line number. If we have a reliable reproduction, I can probably fix it. Building now to test. I can fix the crash, but the crash is just surprising another error, likely an uncaught C++ exception (for TestWebKitAPI.KeyboardInputTests.SupportsImagePaste), but I haven't run all of the effected tests. Wenson fixed this in https://bugs.webkit.org/show_bug.cgi?id=207525. |