.
<rdar://problem/89345853>
Created attachment 453065 [details] Patch
Comment on attachment 453065 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=453065&action=review > Tools/TestWebKitAPI/Tests/WebKitCocoa/WKWebViewResize.mm:44 > + if ([exception.name hasPrefix:@"Assertion deallocated before it was invalidated."]) Any exception during dealloc would be bad, not sure why you’re being so specific (and making the test extremely susceptible to false positives if the string changes)
Comment on attachment 453065 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=453065&action=review >> Tools/TestWebKitAPI/Tests/WebKitCocoa/WKWebViewResize.mm:44 >> + if ([exception.name hasPrefix:@"Assertion deallocated before it was invalidated."]) > > Any exception during dealloc would be bad, not sure why you’re being so specific (and making the test extremely susceptible to false positives if the string changes) Good point. Not really sure why I'm being so specific. I'll remove the `hasPrefix:` and unconditionally `didThrow = true` instead..
Created attachment 453104 [details] [fast-cq] Patch
*** Bug 237145 has been marked as a duplicate of this bug. ***
Committed r290442 (247745@main): <https://commits.webkit.org/247745@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 453104 [details].