You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test_identifierTypesFromSpecialIdentifier() fails on Darwin (swiftlang#333)
This is caused by ICU's update: rdar://114361374.
Introduce FIXED_ICU_20187 to indicate the ICU version with the fix and update test expectation behind the flag. The upstream change unicode-org/icu@1afef30 is scheduled to go into ICU 74. Darwin ICU picked this up earlier than their annual ICU update. When we update FoundationICU to ICU74 we should remove this flag and enable the desired behavior everywhere.
Resolves rdar://118564689
0 commit comments