dotnet / runtime

.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
https://docs.microsoft.com/dotnet/core/
MIT License
14.95k stars 4.65k forks source link

[wasm] Tracking issue for disabled library test projects #66314

Open radical opened 2 years ago

radical commented 2 years ago

Projects disabled in src/libraries/tests.proj:

Project AOT Platform issue -
System.Text.RegularExpressions.Generators.Tests.csproj all all
System.Text.RegularExpressions.Unit.Tests y all https://github.com/dotnet/runtime/issues/66118
System.Text.RegularExpressions.Tests y all https://github.com/dotnet/runtime/issues/61756
System.Text.Json.SourceGeneration.Roslyn3.11.Tests y all https://github.com/dotnet/runtime/issues/65356 oom - linking
System.Text.Json.SourceGeneration.Roslyn4.0.Tests y all https://github.com/dotnet/runtime/issues/65411 oom - compiling
System.Text.Json.Tests y all https://github.com/dotnet/runtime/issues/61524 oom - linking
Microsoft.Extensions.Caching.Memory.Tests all all https://github.com/dotnet/runtime/issues/35970
System.ComponentModel.Composition.Tests.csproj all all https://github.com/mono/mono/issues/16417
Microsoft.Extensions.DependencyModel.Tests all all #37669 crypto
Microsoft.Extensions.Hosting.Unit.Tests all all #37669
System.Security.Cryptography.Csp.Tests all all #37669
System.Security.Cryptography.Encoding.Tests all all #37669
System.Security.Cryptography.OpenSsl.Tests all all #37669
System.Security.Cryptography.Pkcs.Tests all all #37669
System.Security.Cryptography.Primitives.Tests all all #37669
System.Security.Cryptography.Xml.Tests all all #37669
System.Security.Cryptography.X509Certificates.Tests all all #37669
System.Security.Cryptography.Cose.Tests all all #37669
System.ComponentModel.Composition.Tests all all https://github.com/mono/mono/issues/16417
System.Net.WebSockets.Client.Wasm.Tests all all This OuterLoop test requires browser UI, but the Helix agents are headless
System.Runtime.Serialization.Xml.Tests EAT linux https://github.com/dotnet/runtime/issues/59926
System.Composition.Tests EAT linux #50724
System.Dynamic.Runtime.Tests EAT linux #50724
Microsoft.Extensions.DependencyInjection.Tests EAT linux #50724
Microsoft.Extensions.Logging.EventSource.Tests EAT linux #50724
System.Diagnostics.DiagnosticSource.Tests EAT linux #50724
System.Diagnostics.Tracing.Tests EAT linux #50724
System.Linq.Expressions.Tests EAT linux #51708 IL2103 trimming errors
Microsoft.VisualBasic.Core.Tests all windows #55429 timeout
System.IO.Tests all windows #55429
System.Linq.Expressions.Tests all windows #55429
System.Memory.Tests all windows #55429
System.Runtime.Tests all windows #55429
System.Xml.RW.XmlWriterApi.Tests all windows #55429
ghost commented 2 years ago

Tagging subscribers to 'arch-wasm': @lewing See info in area-owners.md if you want to be subscribed.

Issue Details
Projects disabled in `src/libraries/tests.proj`: | Project | AOT | Platform | issue | - | | --- | --- | ---- | ----- | --- | | System.Text.RegularExpressions.Generators.Tests.csproj | all | all | | | | | | | | | | System.Text.RegularExpressions.Unit.Tests | y | all | https://github.com/dotnet/runtime/issues/66118 | | | System.Text.RegularExpressions.Tests | y | all | https://github.com/dotnet/runtime/issues/61756 | | | System.Text.Json.SourceGeneration.Roslyn3.11.Tests | y | all | https://github.com/dotnet/runtime/issues/65356 | oom - linking | | System.Text.Json.SourceGeneration.Roslyn4.0.Tests | y | all | https://github.com/dotnet/runtime/issues/65411 | oom - compiling | | System.Text.Json.Tests | y | all | https://github.com/dotnet/runtime/issues/61524 | oom - linking | | | | | | | | Microsoft.Extensions.Caching.Memory.Tests | all | all | https://github.com/dotnet/runtime/issues/35970 | | | System.ComponentModel.Composition.Tests.csproj | all | all | https://github.com/mono/mono/issues/16417 | | | | | | | | | | | | | | | Microsoft.Extensions.DependencyModel.Tests | all | all | #37669 | crypto | | Microsoft.Extensions.Hosting.Unit.Tests | all | all | #37669 | | | System.Security.Cryptography.Csp.Tests | all | all | #37669 | | | System.Security.Cryptography.Encoding.Tests | all | all | #37669 | | | System.Security.Cryptography.OpenSsl.Tests | all | all | #37669 | | | System.Security.Cryptography.Pkcs.Tests | all | all | #37669 | | | System.Security.Cryptography.Primitives.Tests | all | all | #37669 | | | System.Security.Cryptography.Xml.Tests | all | all | #37669 | | | System.Security.Cryptography.X509Certificates.Tests | all | all | #37669 | | | System.Security.Cryptography.Cose.Tests | all | all | #37669 | | | | | | | | | System.ComponentModel.Composition.Tests | all | all | #16417 | | | System.Net.WebSockets.Client.Wasm.Tests | all | all | This OuterLoop test requires browser UI, but the Helix agents are headless | |
Author: radical
Assignees: -
Labels: `arch-wasm`, `increase-code-coverage`, `tracking`
Milestone: -
dotnet-issue-labeler[bot] commented 2 years ago

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

radical commented 2 years ago
radical commented 2 years ago

We should also try the ones disabled due to https://github.com/dotnet/runtime/issues/55429 which might be fixed now.