-
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
Add tests for Task.WhenAll #93619
Add tests for Task.WhenAll #93619
Conversation
Tagging subscribers to this area: @mangod9 Issue DetailsFollow the same pattern as used for runtime/src/libraries/System.Threading.Tasks/tests/MethodCoverage.cs Lines 181 to 279 in c657cb0
|
Tagging subscribers to this area: @dotnet/area-system-threading-tasks Issue DetailsFollow the same pattern as used for runtime/src/libraries/System.Threading.Tasks/tests/MethodCoverage.cs Lines 181 to 279 in c657cb0
|
I merged in the rename from #94644 to resolve conflicts. @stephentoub can you have a look at these tests? |
src/libraries/System.Runtime/tests/System.Threading.Tasks.Tests/MethodCoverage.cs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Thanks for improving the test suite.
3013643
to
6cdd51e
Compare
Follow the same pattern as used for
Task.WhenAny
inruntime/src/libraries/System.Threading.Tasks/tests/MethodCoverage.cs
Lines 181 to 279 in c657cb0