-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
system.text.regularexpressions.tests work item #72834
Comments
Tagging subscribers to this area: @dotnet/area-system-text-regularexpressions Issue DetailsRunfo Creating Tracking Issue (data being generated)
|
Tagging subscribers to 'os-tvos': @steveisok, @akoeplinger Issue DetailsBuild terminating in CI with little indication why on TvOS:
Runfo Tracking Issue: system.text.regularexpressions.tests work item
Build Result Summary
|
This may be the same build issue as: #72836 |
The issue is the test suite untrimmed will generate an app size around 1GB. For whatever reason, the helix machines churn when trying to build it and end up timing out. The solution I think will work is to bring over the aggressive trimming test targets that exist in runtime/eng/testing/tests.mobile.targets Lines 179 to 217 in 73374e8
That will bring the app size down to about 300MB, which the helix machines should be able to handle without much trouble. Until the targets and xml descriptor files are sent over, the tests should be skipped. |
System.Text.RegularExpressions, Microsoft.Extensions.Logging.Generators.Roslyn4.0.Tests, and STJ source generator tests take too long to build on helix and time out before any tests are run. This is due in part to the amount of aot'd code, which ends up ballooning the app size to around 1GB. The solution is to enable aggressive trimming targets that are in tests.mobile.targets as this will shrink the app size considerably. Skipping these tests for now. Addresses dotnet#72834 Addresses dotnet#72836
System.Text.RegularExpressions, Microsoft.Extensions.Logging.Generators.Roslyn4.0.Tests, and STJ source generator tests take too long to build on helix and time out before any tests are run. This is due in part to the amount of aot'd code, which ends up ballooning the app size to around 1GB. The solution is to enable aggressive trimming targets that are in tests.mobile.targets as this will shrink the app size considerably. Skipping these tests for now. Addresses #72834 Addresses #72836
Suite was disabled and will look to bring it back in 8.0 |
Build terminating in CI with little indication why on TvOS:
https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-heads-main-03666e5d9e604c64bd/System.Text.RegularExpressions.Tests/1/console.adbd082e.log?%3Fhelixlogtype%3Dresult
Runfo Tracking Issue: system.text.regularexpressions.tests work item
Build Result Summary
The text was updated successfully, but these errors were encountered: