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
... these tests are relying on (loaded) host culture data, which isn't guaranteed to be stable (we've had multiple issues from when ICU decided to add non-breaking spaces, for instance).
Should we manually construct the relevant culture details?
I believe these test failures are due to differences in Android's handling of the th-TH culture, but we should validate fully.
1.) DateTimeOffsetTests.ToString_MatchesExpected & TryFormat_MatchesExpected
Several failures surrounding:
runtime/src/libraries/System.Runtime/tests/System/DateTimeOffsetTests.cs
Line 1245 in 57bfe47
runtime/src/libraries/System.Runtime/tests/System/DateTimeOffsetTests.cs
Lines 1251 to 1252 in 57bfe47
Example failures:
2.) DateTimeOffsetTests.ToString_Invoke_ReturnsExpected & TryFormat_MatchesExpected
Same problem as #1 with test failures surrounding:
runtime/src/libraries/System.Runtime/tests/System/DateTimeTests.cs
Line 2044 in 57bfe47
runtime/src/libraries/System.Runtime/tests/System/DateTimeTests.cs
Line 2048 in 57bfe47
The text was updated successfully, but these errors were encountered: