Skip to content
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

Remove regex tests blocking on async calls #100982

Merged
merged 1 commit into from
Apr 17, 2024

Conversation

stephentoub
Copy link
Member

Hopefully fixes #100715.

It looks like these were written this way due to the limitation that spans can't be locals in an async method, even if the span doesn't live past an await. Address this for now by separating the code out into a local function.

It looks like these were written this way due to the limitation that spans can't be locals in an async method, even if the span doesn't live past an await. Address this for now by separating the code out into a local function.
Copy link
Contributor

Tagging subscribers to this area: @dotnet/area-system-text-regularexpressions
See info in area-owners.md if you want to be subscribed.

Copy link
Member

@buyaa-n buyaa-n left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, merging to unblock CI failures and the PR has no CI failure

@buyaa-n buyaa-n merged commit 5c9f64c into dotnet:main Apr 17, 2024
87 checks passed
@stephentoub stephentoub deleted the fixblockingregextests branch April 17, 2024 18:22
matouskozak pushed a commit to matouskozak/runtime that referenced this pull request Apr 30, 2024
It looks like these were written this way due to the limitation that spans can't be locals in an async method, even if the span doesn't live past an await. Address this for now by separating the code out into a local function.
@github-actions github-actions bot locked and limited conversation to collaborators May 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

System.Text.RegularExpressions.Tests on Mono_Minijit_Debug-Ubuntu
2 participants