-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[apple] Failure in System.Globalization.Tests.StringNormalizationTests.Normalize tests #110720
Comments
@tarekgh Any idea what is going on and how the fix should look like ? |
@BrzVlad could you please disable the failing test against an active issue till we investigate? CC @matouskozak if he can help till, I am back? I have some suspicion Line 92 in 3aa1ec5
Line 113 in 3aa1ec5
|
I think I understand what the problem is. The following line expect returning the right length: runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/Normalization.Icu.cs Line 181 in 3aa1ec5
while the iOS implementation doesn't allow empty buffers while it should do (as other platform implementations do).
@BrzVlad I'll try to fix this at first chance. I would appreciate it if you could disable the test against active issue till, I fix it. Sorry for the inconvenience, |
I opened the PR #110723. I didn't test it because I don't have the environment setup, but I believe it will fix the issue. |
@tarekgh Doesn't seem like the PR is fixing the tests. Will disable the test until you have more time to investigate. #110725. cc @ivanpovazan |
This happens in test suites:
System.Globalization.Extensions.iOS.Tests
andSystem.Globalization.Extensions.Tests
It impacts all apple lanes. Other configs not affected. Fails on
maccatalyst_x64
,maccatalyst_arm64
,iossimulator_x64
,ios-arm64
.Sample failure:
Regressed recently. Most likely caused by a5af0ab
The text was updated successfully, but these errors were encountered: