-
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
Disable StressTestDeepNestingOfLoops for NonBacktracking engine #87369
Conversation
Tagging subscribers to this area: @dotnet/area-system-text-regularexpressions Issue DetailsRelates to #84188 I ran this for over 30 mins and it still didn't complete.
|
cc: @olsaarik |
src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/Regex.Match.Tests.cs
Outdated
Show resolved
Hide resolved
It's just
On the other two variants, NonBacktracking takes less than a second (but still slower than the others) |
Can we just put an if around that one case then? |
done |
Co-authored-by: Stephen Toub <[email protected]>
feedback addressed |
Thanks |
Relates to #84188
I ran this for over 30 mins and it still didn't complete.