-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[wasm][tests] Regex source generator test failures #60899
Comments
Tagging subscribers to 'arch-wasm': @lewing Issue Detailsnot AOT specific. Hitting this on #60701 which fixes #60048, and enables these tests.
|
Tagging subscribers to this area: @eerhardt, @dotnet/area-system-text-regularexpressions Issue Detailsnot AOT specific. Hitting this on #60701 which fixes #60048, and enables these tests.
|
These are all the same Match_In_Different_Cultures test, related to handling of Turkish |
I can reproduce the failing case with https://github.com/dotnet/runtime/blob/main/src/libraries/System.Text.RegularExpressions/tests/RegexCultureTests.cs#L271 and yield return new object[] { "(?i:[^IJKLM]I)", options, current, "ii\u0130i\u0131ab", "" }; What is
|
- `Microsoft.Extensions.Logging.Generators.Roslyn3.11.Tests` - `Microsoft.Extensions.Logging.Generators.Roslyn4.0.Tests` - `System.Text.Json.SourceGeneration.Roslyn3.11.Unit.Tests` - `System.Text.Json.SourceGeneration.Roslyn4.0.Unit.Tests` - `System.Text.RegularExpressions.Generators.Tests` Some individual ones are disabled due to dotnet#58226, and dotnet#60899 . Fixes dotnet#51961 .
Thanks, @radical. That looks like a bug in the test and it shouldn't be assuming the current isn't invariant. I'll fix it if that's the case. |
This adds support for setting per-project optimization flags, and sets them for these projects so they don't OOM. Microsoft.Extensions.Logging.Generators.Roslyn3.11.Tests Microsoft.Extensions.Logging.Generators.Roslyn4.0.Tests System.Text.Json.SourceGeneration.Roslyn3.11.Unit.Tests System.Text.Json.SourceGeneration.Roslyn4.0.Unit.Tests System.Text.RegularExpressions.Generators.Tests Some individual ones are disabled due to #58226, and #60899 . Additionally, if a AOT build fails, then on linux it dumps the last few lines from dmesg, to help identify it was an oom-kill. Fixes #51961 . Co-authored-by: Larry Ewing <lewing@microsoft.com>
not AOT specific.
Build
Log
Hitting this on #60701 which fixes #60048, and enables these tests.
The text was updated successfully, but these errors were encountered: