[iOS] HybridGlobalization Implement missing cases for GlobalizationNative_GetLocaleInfoString#89296
Conversation
|
Tagging subscribers to this area: @dotnet/area-system-globalization |
|
Tagging subscribers to 'os-ios': @steveisok, @akoeplinger, @kotlarmilos |
|
/azp run runtime-ioslike |
|
Azure Pipelines successfully started running 1 pipeline(s). |
src/libraries/System.Globalization/tests/CultureInfo/CultureInfoThreeLetterISOInfo.cs
Outdated
Show resolved
Hide resolved
|
/azp run runtime-ioslike |
|
Azure Pipelines successfully started running 1 pipeline(s). |
src/libraries/System.Globalization/tests/CultureInfo/CultureInfoThreeLetterISOInfo.cs
Outdated
Show resolved
Hide resolved
|
/azp run runtime-ioslike |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run runtime-ioslike |
|
No commit pushedDate could be found for PR 89296 in repo dotnet/runtime |
ilonatommy
left a comment
There was a problem hiding this comment.
Other than the failures, it looks good
|
/azp run runtime-ioslike |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run runtime-ioslike |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run runtime-ioslike |
|
Azure Pipelines successfully started running 1 pipeline(s). |
| <LinkerArg Remove="@(_LinkerFlagsToDrop)" /> | ||
| <ExtraAppLinkerArgs Include="@(LinkerArg)" /> | ||
| <GlobalizationNativeLibs Include="$(MicrosoftNetCoreAppRuntimePackDir)runtimes/$(TargetOS)-$(TargetArchitecture)/native/icudt.dat" /> | ||
| <GlobalizationNativeLibs Include="$(MicrosoftNetCoreAppRuntimePackDir)runtimes/$(TargetOS)-$(TargetArchitecture)/native/icudt.dat; |
There was a problem hiding this comment.
Looks good! Can you push your changes to the mirror azdo dotnet/runtime and invoke the iOS perf jobs in the https://dev.azure.com/dnceng/internal/_build/results?buildId=2233228&view=results?
I don't think any additional changes are needed for the sample app, but would be good to confirm that.
There was a problem hiding this comment.
https://dev.azure.com/dnceng/internal/_build/results?buildId=2233344&view=results
When it will finish, we can check and proceed with merging this PR.
|
Failures are not related. |
Fixes #83514
Contributes to #80689
cc @SamMonoRT