-
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
Review skipped test case for regex scanner with \c[ pattern #65931
Comments
Tagging subscribers to this area: @dotnet/area-system-text-regularexpressions Issue DetailsCleanup Issue-URLs in Code · Issue #63902 · dotnet/runtime identified a test case that is being skipped, but the referenced issue has been fixed. The PR with the fix indicates that a different approach might have been possible, but the applied fix has been accepted for some time now.
runtime/src/libraries/System.Text.RegularExpressions/tests/Regex.Groups.Tests.cs Lines 391 to 395 in f04a242
The skipped test case should be evaluated to determine if the fix made allows the test to pass. With the findings we should either enable the test case or update the code comment to reference this open issue for tracking. /cc @deeprobin
|
Thanks for opening this @jeffhandley . By quickly skimming the code, seems like the issue was fixed in .Net (Core) but the comment indicates that the test case is skipped in .net framework since the fix wouldn’t be present there. I will still check to see if we can add the testcase, but from the comment it seems like we are skipping the test by design. |
Cleanup Issue-URLs in Code · Issue #63902 · dotnet/runtime identified a test case that is being skipped, but the referenced issue has been fixed. The PR with the fix indicates that a different approach might have been possible, but the applied fix has been accepted for some time now.
\c[
by danmoseley · Pull Request #26828 · dotnet/corefxruntime/src/libraries/System.Text.RegularExpressions/tests/Regex.Groups.Tests.cs
Lines 391 to 395 in f04a242
The skipped test case should be evaluated to determine if the fix made allows the test to pass. With the findings we should either enable the test case or update the code comment to reference this open issue for tracking.
/cc @deeprobin
The text was updated successfully, but these errors were encountered: