-
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
System.Text.RegularExpressions.Tests.RegexMatchTests.Match_InstanceMethods_DefaultTimeout_Throws failing on CoreCLR checked runs #67886
Comments
Tagging subscribers to this area: @dotnet/area-system-text-regularexpressions Issue Details
|
Test introduced by #67775 cc @stephentoub |
Let's just mark it release only. |
#67898 disables it. |
I looked into this a bit, and the code doesn't even get to executing the regex: it's just taking a really long time in the source generator itself, e.g.
We use the source generator to process thousands of expressions as part of every CI run, including on checked runtimes. What appears to be special about this one test is it's the only one that runs via RemoteExecutor.Invoke (there's one other, but it's already disabled for all runtime configurations other than release, bugged against #10680). Given that, I'm just going to disable this test against non-release runtimes as well. |
The text was updated successfully, but these errors were encountered: