TestWTF.TypeCastsCocoaARC.bridge_cast is a constant failure on iOS 16 release and Ventura Release. HISTORY: https://results.webkit.org/?suite=api-tests&test=TestWTF.TypeCastsCocoaARC.bridge_cast First failures for iOS appear at 262632@main and for Ventura at 262645@main.
<rdar://problem/107849758>
TEXT: Expected equality of these values: 1L Which is: 1 CFGetRetainCount((CFTypeRef)objectCFPtr) Which is: 2
As Alexey pointed out with the title change, it looks like this started when the bots were updated to 16.4 / macOS 13.3.
Pull request: https://github.com/WebKit/WebKit/pull/12600
Caused by: Bug 253820: Use bridge instead of reinterpret_cast to convert between NS and CF objects. <https://bugs.webkit.org/show_bug.cgi?id=253820>
Committed 263639@main (8b741e1d580d): <https://commits.webkit.org/263639@main> Reviewed commits have been landed. Closing PR #12600 and removing active labels.