-
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
[browser][globalization][tests] RegionInfoPropertyTests.DisplayName failures #45951
Comments
Tagging subscribers to this area: @tarekgh, @safern, @krwq Issue Details
Found when executing the outerloop tests
See PR: #45949
|
* [browser][tests][outerloop] Standup OuterLoop tests on CI * System.Collections.NonGeneric.Tests passing * System.Console.Tests passing * System.Diagnostics.DiagnosticSource.Tests passing * System.Globalization.Tests passing - See active issue #45951 * System.IO.FileSystem.Tests passing after deactivating test cannot wait on monitors on this runtime. * System.IO.FileSystem.Tests passing - See active issue: #45954 * Remove fat fingered code. * Threads not supported on Browser * Browser does not support monitor * Browser does not support monitor * Browser does not support wait on monitors * Browser does not support wait on monitors * Add ActiveIssue for DataFlow tests TestNullTarget_CompletionNoCaching * Add ActiveIssue for DataFlow tests * Add ActiveIssue for DataFlow tests * Add threading support conditional * Change all Cannot wait on monitors on this runtime Browser platform checks to [ConditionalXXXX(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] As was suggested in comments * Address review comment for monitors not supported * Address review comments * Add threading supported condition. ``` fail: [FAIL] System.Text.Json.Serialization.Tests.EnumConverterTests.VeryLargeAmountOfEnumsToSerialize [08:10:56] info: System.PlatformNotSupportedException : Cannot wait on monitors on this runtime. ```
@radical - is this still an issue we need to fix in .NET6? |
Neither on runfo nor locally (3 lang packs installed: en, pl, cs) I cannot see it failing anymore. Planning to remove the comment and close. |
This is related to what icu subsets are included |
This is a duplicate of #44739. The same reason, just different ways to extract the shortened data. |
Found when executing the outerloop tests
See PR: #45949
The text was updated successfully, but these errors were encountered: